Title: “Impact of taxes on GDP and employment in Nepal”

   "Analyzing economic trends in Nepal"

Output: html_notebook

Coursework: Data Analysis and Visualization

Name: Sunil Karki

LondonMet ID : 21039796

College ID: np01ms7a210029

London Metropolitan University

Islington College


# Set the working directory below.

# Setting environment
# remove(list=ls())
# setwd("C:\\Users\\sunil\\Downloads\\College\\DAV\\Project")
# Import packages

#install.packages("corrplot")

library(dplyr)
## 
## Attaching package: 'dplyr'
## The following objects are masked from 'package:stats':
## 
##     filter, lag
## The following objects are masked from 'package:base':
## 
##     intersect, setdiff, setequal, union
library(data.table)
## 
## Attaching package: 'data.table'
## The following objects are masked from 'package:dplyr':
## 
##     between, first, last
library(ggplot2)
library(pastecs)
## 
## Attaching package: 'pastecs'
## The following objects are masked from 'package:data.table':
## 
##     first, last
## The following objects are masked from 'package:dplyr':
## 
##     first, last
library(corrplot)
## corrplot 0.92 loaded
#library(ggthemes) # For appearance of plot like theme in ggplot2
# make evironment not to change large number to exponential
options(scipen = 999)
# Import dataset
nepal_dt <- read.csv("Source Dataset-API_NPL_DS2.csv", skip=4, header=TRUE, stringsAsFactors = FALSE)
meta_country <- read.csv("MetaData_Country.csv", header=TRUE, stringsAsFactors = FALSE)
meta_indictr <- read.csv("MetaData_Indicator.csv", header=TRUE, stringsAsFactors = FALSE)
nepal_dt
##      CountryName CountryCode
## 1          Nepal         NPL
## 2          Nepal         NPL
## 3          Nepal         NPL
## 4          Nepal         NPL
## 5          Nepal         NPL
## 6          Nepal         NPL
## 7          Nepal         NPL
## 8          Nepal         NPL
## 9          Nepal         NPL
## 10         Nepal         NPL
## 11         Nepal         NPL
## 12         Nepal         NPL
## 13         Nepal         NPL
## 14         Nepal         NPL
## 15         Nepal         NPL
## 16         Nepal         NPL
## 17         Nepal         NPL
## 18         Nepal         NPL
## 19         Nepal         NPL
## 20         Nepal         NPL
## 21         Nepal         NPL
## 22         Nepal         NPL
## 23         Nepal         NPL
## 24         Nepal         NPL
## 25         Nepal         NPL
## 26         Nepal         NPL
## 27         Nepal         NPL
## 28         Nepal         NPL
## 29         Nepal         NPL
## 30         Nepal         NPL
## 31         Nepal         NPL
## 32         Nepal         NPL
## 33         Nepal         NPL
## 34         Nepal         NPL
## 35         Nepal         NPL
## 36         Nepal         NPL
## 37         Nepal         NPL
## 38         Nepal         NPL
## 39         Nepal         NPL
## 40         Nepal         NPL
## 41         Nepal         NPL
## 42         Nepal         NPL
## 43         Nepal         NPL
## 44         Nepal         NPL
## 45         Nepal         NPL
## 46         Nepal         NPL
## 47         Nepal         NPL
## 48         Nepal         NPL
## 49         Nepal         NPL
## 50         Nepal         NPL
## 51         Nepal         NPL
## 52         Nepal         NPL
## 53         Nepal         NPL
## 54         Nepal         NPL
## 55         Nepal         NPL
## 56         Nepal         NPL
## 57         Nepal         NPL
## 58         Nepal         NPL
## 59         Nepal         NPL
## 60         Nepal         NPL
## 61         Nepal         NPL
## 62         Nepal         NPL
## 63         Nepal         NPL
## 64         Nepal         NPL
## 65         Nepal         NPL
## 66         Nepal         NPL
## 67         Nepal         NPL
## 68         Nepal         NPL
## 69         Nepal         NPL
## 70         Nepal         NPL
## 71         Nepal         NPL
## 72         Nepal         NPL
## 73         Nepal         NPL
## 74         Nepal         NPL
## 75         Nepal         NPL
## 76         Nepal         NPL
## 77         Nepal         NPL
## 78         Nepal         NPL
## 79         Nepal         NPL
## 80         Nepal         NPL
## 81         Nepal         NPL
## 82         Nepal         NPL
## 83         Nepal         NPL
## 84         Nepal         NPL
## 85         Nepal         NPL
## 86         Nepal         NPL
## 87         Nepal         NPL
## 88         Nepal         NPL
## 89         Nepal         NPL
## 90         Nepal         NPL
## 91         Nepal         NPL
## 92         Nepal         NPL
## 93         Nepal         NPL
## 94         Nepal         NPL
## 95         Nepal         NPL
## 96         Nepal         NPL
## 97         Nepal         NPL
## 98         Nepal         NPL
## 99         Nepal         NPL
## 100        Nepal         NPL
## 101        Nepal         NPL
## 102        Nepal         NPL
## 103        Nepal         NPL
## 104        Nepal         NPL
## 105        Nepal         NPL
## 106        Nepal         NPL
## 107        Nepal         NPL
## 108        Nepal         NPL
## 109        Nepal         NPL
## 110        Nepal         NPL
## 111        Nepal         NPL
## 112        Nepal         NPL
## 113        Nepal         NPL
## 114        Nepal         NPL
## 115        Nepal         NPL
## 116        Nepal         NPL
## 117        Nepal         NPL
## 118        Nepal         NPL
## 119        Nepal         NPL
## 120        Nepal         NPL
## 121        Nepal         NPL
## 122        Nepal         NPL
## 123        Nepal         NPL
## 124        Nepal         NPL
## 125        Nepal         NPL
## 126        Nepal         NPL
## 127        Nepal         NPL
## 128        Nepal         NPL
## 129        Nepal         NPL
## 130        Nepal         NPL
## 131        Nepal         NPL
## 132        Nepal         NPL
## 133        Nepal         NPL
## 134        Nepal         NPL
## 135        Nepal         NPL
## 136        Nepal         NPL
## 137        Nepal         NPL
## 138        Nepal         NPL
## 139        Nepal         NPL
## 140        Nepal         NPL
## 141        Nepal         NPL
## 142        Nepal         NPL
## 143        Nepal         NPL
## 144        Nepal         NPL
## 145        Nepal         NPL
## 146        Nepal         NPL
## 147        Nepal         NPL
## 148        Nepal         NPL
## 149        Nepal         NPL
## 150        Nepal         NPL
## 151        Nepal         NPL
## 152        Nepal         NPL
## 153        Nepal         NPL
## 154        Nepal         NPL
## 155        Nepal         NPL
## 156        Nepal         NPL
## 157        Nepal         NPL
## 158        Nepal         NPL
## 159        Nepal         NPL
## 160        Nepal         NPL
## 161        Nepal         NPL
## 162        Nepal         NPL
## 163        Nepal         NPL
## 164        Nepal         NPL
## 165        Nepal         NPL
## 166        Nepal         NPL
## 167        Nepal         NPL
## 168        Nepal         NPL
## 169        Nepal         NPL
## 170        Nepal         NPL
## 171        Nepal         NPL
## 172        Nepal         NPL
## 173        Nepal         NPL
## 174        Nepal         NPL
## 175        Nepal         NPL
## 176        Nepal         NPL
## 177        Nepal         NPL
## 178        Nepal         NPL
## 179        Nepal         NPL
## 180        Nepal         NPL
## 181        Nepal         NPL
## 182        Nepal         NPL
## 183        Nepal         NPL
## 184        Nepal         NPL
## 185        Nepal         NPL
## 186        Nepal         NPL
## 187        Nepal         NPL
## 188        Nepal         NPL
## 189        Nepal         NPL
## 190        Nepal         NPL
## 191        Nepal         NPL
## 192        Nepal         NPL
## 193        Nepal         NPL
## 194        Nepal         NPL
## 195        Nepal         NPL
## 196        Nepal         NPL
## 197        Nepal         NPL
## 198        Nepal         NPL
## 199        Nepal         NPL
## 200        Nepal         NPL
## 201        Nepal         NPL
## 202        Nepal         NPL
## 203        Nepal         NPL
## 204        Nepal         NPL
## 205        Nepal         NPL
## 206        Nepal         NPL
## 207        Nepal         NPL
## 208        Nepal         NPL
## 209        Nepal         NPL
## 210        Nepal         NPL
## 211        Nepal         NPL
## 212        Nepal         NPL
## 213        Nepal         NPL
## 214        Nepal         NPL
## 215        Nepal         NPL
## 216        Nepal         NPL
## 217        Nepal         NPL
## 218        Nepal         NPL
## 219        Nepal         NPL
## 220        Nepal         NPL
## 221        Nepal         NPL
## 222        Nepal         NPL
## 223        Nepal         NPL
## 224        Nepal         NPL
## 225        Nepal         NPL
## 226        Nepal         NPL
## 227        Nepal         NPL
## 228        Nepal         NPL
## 229        Nepal         NPL
## 230        Nepal         NPL
## 231        Nepal         NPL
## 232        Nepal         NPL
## 233        Nepal         NPL
## 234        Nepal         NPL
## 235        Nepal         NPL
## 236        Nepal         NPL
## 237        Nepal         NPL
## 238        Nepal         NPL
## 239        Nepal         NPL
## 240        Nepal         NPL
## 241        Nepal         NPL
## 242        Nepal         NPL
## 243        Nepal         NPL
## 244        Nepal         NPL
## 245        Nepal         NPL
## 246        Nepal         NPL
## 247        Nepal         NPL
## 248        Nepal         NPL
## 249        Nepal         NPL
## 250        Nepal         NPL
## 251        Nepal         NPL
## 252        Nepal         NPL
## 253        Nepal         NPL
## 254        Nepal         NPL
## 255        Nepal         NPL
## 256        Nepal         NPL
## 257        Nepal         NPL
## 258        Nepal         NPL
## 259        Nepal         NPL
## 260        Nepal         NPL
## 261        Nepal         NPL
## 262        Nepal         NPL
## 263        Nepal         NPL
## 264        Nepal         NPL
## 265        Nepal         NPL
## 266        Nepal         NPL
## 267        Nepal         NPL
## 268        Nepal         NPL
## 269        Nepal         NPL
## 270        Nepal         NPL
## 271        Nepal         NPL
## 272        Nepal         NPL
## 273        Nepal         NPL
## 274        Nepal         NPL
## 275        Nepal         NPL
## 276        Nepal         NPL
## 277        Nepal         NPL
## 278        Nepal         NPL
## 279        Nepal         NPL
## 280        Nepal         NPL
## 281        Nepal         NPL
## 282        Nepal         NPL
## 283        Nepal         NPL
## 284        Nepal         NPL
## 285        Nepal         NPL
## 286        Nepal         NPL
## 287        Nepal         NPL
## 288        Nepal         NPL
## 289        Nepal         NPL
## 290        Nepal         NPL
## 291        Nepal         NPL
## 292        Nepal         NPL
## 293        Nepal         NPL
## 294        Nepal         NPL
## 295        Nepal         NPL
## 296        Nepal         NPL
## 297        Nepal         NPL
## 298        Nepal         NPL
## 299        Nepal         NPL
## 300        Nepal         NPL
## 301        Nepal         NPL
## 302        Nepal         NPL
## 303        Nepal         NPL
## 304        Nepal         NPL
## 305        Nepal         NPL
## 306        Nepal         NPL
## 307        Nepal         NPL
## 308        Nepal         NPL
## 309        Nepal         NPL
## 310        Nepal         NPL
## 311        Nepal         NPL
## 312        Nepal         NPL
## 313        Nepal         NPL
## 314        Nepal         NPL
## 315        Nepal         NPL
## 316        Nepal         NPL
## 317        Nepal         NPL
## 318        Nepal         NPL
## 319        Nepal         NPL
## 320        Nepal         NPL
## 321        Nepal         NPL
## 322        Nepal         NPL
## 323        Nepal         NPL
## 324        Nepal         NPL
## 325        Nepal         NPL
## 326        Nepal         NPL
## 327        Nepal         NPL
## 328        Nepal         NPL
## 329        Nepal         NPL
## 330        Nepal         NPL
## 331        Nepal         NPL
## 332        Nepal         NPL
## 333        Nepal         NPL
## 334        Nepal         NPL
## 335        Nepal         NPL
## 336        Nepal         NPL
## 337        Nepal         NPL
## 338        Nepal         NPL
## 339        Nepal         NPL
## 340        Nepal         NPL
## 341        Nepal         NPL
## 342        Nepal         NPL
## 343        Nepal         NPL
## 344        Nepal         NPL
## 345        Nepal         NPL
## 346        Nepal         NPL
## 347        Nepal         NPL
## 348        Nepal         NPL
## 349        Nepal         NPL
## 350        Nepal         NPL
## 351        Nepal         NPL
## 352        Nepal         NPL
## 353        Nepal         NPL
## 354        Nepal         NPL
## 355        Nepal         NPL
## 356        Nepal         NPL
## 357        Nepal         NPL
## 358        Nepal         NPL
## 359        Nepal         NPL
## 360        Nepal         NPL
## 361        Nepal         NPL
## 362        Nepal         NPL
## 363        Nepal         NPL
## 364        Nepal         NPL
## 365        Nepal         NPL
## 366        Nepal         NPL
## 367        Nepal         NPL
## 368        Nepal         NPL
## 369        Nepal         NPL
## 370        Nepal         NPL
## 371        Nepal         NPL
## 372        Nepal         NPL
## 373        Nepal         NPL
## 374        Nepal         NPL
## 375        Nepal         NPL
## 376        Nepal         NPL
## 377        Nepal         NPL
## 378        Nepal         NPL
## 379        Nepal         NPL
## 380        Nepal         NPL
## 381        Nepal         NPL
## 382        Nepal         NPL
## 383        Nepal         NPL
## 384        Nepal         NPL
## 385        Nepal         NPL
## 386        Nepal         NPL
## 387        Nepal         NPL
## 388        Nepal         NPL
## 389        Nepal         NPL
## 390        Nepal         NPL
## 391        Nepal         NPL
## 392        Nepal         NPL
## 393        Nepal         NPL
## 394        Nepal         NPL
## 395        Nepal         NPL
## 396        Nepal         NPL
## 397        Nepal         NPL
## 398        Nepal         NPL
## 399        Nepal         NPL
## 400        Nepal         NPL
## 401        Nepal         NPL
## 402        Nepal         NPL
## 403        Nepal         NPL
## 404        Nepal         NPL
## 405        Nepal         NPL
## 406        Nepal         NPL
## 407        Nepal         NPL
## 408        Nepal         NPL
## 409        Nepal         NPL
## 410        Nepal         NPL
## 411        Nepal         NPL
## 412        Nepal         NPL
## 413        Nepal         NPL
## 414        Nepal         NPL
## 415        Nepal         NPL
## 416        Nepal         NPL
## 417        Nepal         NPL
## 418        Nepal         NPL
## 419        Nepal         NPL
## 420        Nepal         NPL
## 421        Nepal         NPL
## 422        Nepal         NPL
## 423        Nepal         NPL
## 424        Nepal         NPL
## 425        Nepal         NPL
## 426        Nepal         NPL
## 427        Nepal         NPL
## 428        Nepal         NPL
## 429        Nepal         NPL
## 430        Nepal         NPL
## 431        Nepal         NPL
## 432        Nepal         NPL
## 433        Nepal         NPL
## 434        Nepal         NPL
## 435        Nepal         NPL
## 436        Nepal         NPL
## 437        Nepal         NPL
## 438        Nepal         NPL
## 439        Nepal         NPL
## 440        Nepal         NPL
## 441        Nepal         NPL
## 442        Nepal         NPL
## 443        Nepal         NPL
## 444        Nepal         NPL
## 445        Nepal         NPL
## 446        Nepal         NPL
## 447        Nepal         NPL
## 448        Nepal         NPL
## 449        Nepal         NPL
## 450        Nepal         NPL
## 451        Nepal         NPL
## 452        Nepal         NPL
## 453        Nepal         NPL
## 454        Nepal         NPL
## 455        Nepal         NPL
## 456        Nepal         NPL
## 457        Nepal         NPL
## 458        Nepal         NPL
## 459        Nepal         NPL
## 460        Nepal         NPL
## 461        Nepal         NPL
## 462        Nepal         NPL
## 463        Nepal         NPL
## 464        Nepal         NPL
## 465        Nepal         NPL
## 466        Nepal         NPL
## 467        Nepal         NPL
## 468        Nepal         NPL
## 469        Nepal         NPL
## 470        Nepal         NPL
## 471        Nepal         NPL
## 472        Nepal         NPL
## 473        Nepal         NPL
## 474        Nepal         NPL
## 475        Nepal         NPL
## 476        Nepal         NPL
## 477        Nepal         NPL
## 478        Nepal         NPL
## 479        Nepal         NPL
## 480        Nepal         NPL
## 481        Nepal         NPL
## 482        Nepal         NPL
## 483        Nepal         NPL
## 484        Nepal         NPL
## 485        Nepal         NPL
## 486        Nepal         NPL
## 487        Nepal         NPL
## 488        Nepal         NPL
## 489        Nepal         NPL
## 490        Nepal         NPL
## 491        Nepal         NPL
## 492        Nepal         NPL
## 493        Nepal         NPL
## 494        Nepal         NPL
## 495        Nepal         NPL
## 496        Nepal         NPL
## 497        Nepal         NPL
## 498        Nepal         NPL
## 499        Nepal         NPL
## 500        Nepal         NPL
## 501        Nepal         NPL
## 502        Nepal         NPL
## 503        Nepal         NPL
## 504        Nepal         NPL
## 505        Nepal         NPL
## 506        Nepal         NPL
## 507        Nepal         NPL
## 508        Nepal         NPL
## 509        Nepal         NPL
## 510        Nepal         NPL
## 511        Nepal         NPL
## 512        Nepal         NPL
## 513        Nepal         NPL
## 514        Nepal         NPL
## 515        Nepal         NPL
## 516        Nepal         NPL
## 517        Nepal         NPL
## 518        Nepal         NPL
## 519        Nepal         NPL
## 520        Nepal         NPL
## 521        Nepal         NPL
## 522        Nepal         NPL
## 523        Nepal         NPL
## 524        Nepal         NPL
## 525        Nepal         NPL
## 526        Nepal         NPL
## 527        Nepal         NPL
## 528        Nepal         NPL
## 529        Nepal         NPL
## 530        Nepal         NPL
## 531        Nepal         NPL
## 532        Nepal         NPL
## 533        Nepal         NPL
## 534        Nepal         NPL
## 535        Nepal         NPL
## 536        Nepal         NPL
## 537        Nepal         NPL
## 538        Nepal         NPL
## 539        Nepal         NPL
## 540        Nepal         NPL
## 541        Nepal         NPL
## 542        Nepal         NPL
## 543        Nepal         NPL
## 544        Nepal         NPL
## 545        Nepal         NPL
## 546        Nepal         NPL
## 547        Nepal         NPL
## 548        Nepal         NPL
## 549        Nepal         NPL
## 550        Nepal         NPL
## 551        Nepal         NPL
## 552        Nepal         NPL
## 553        Nepal         NPL
## 554        Nepal         NPL
## 555        Nepal         NPL
## 556        Nepal         NPL
## 557        Nepal         NPL
## 558        Nepal         NPL
## 559        Nepal         NPL
## 560        Nepal         NPL
## 561        Nepal         NPL
## 562        Nepal         NPL
## 563        Nepal         NPL
## 564        Nepal         NPL
## 565        Nepal         NPL
## 566        Nepal         NPL
## 567        Nepal         NPL
## 568        Nepal         NPL
## 569        Nepal         NPL
## 570        Nepal         NPL
## 571        Nepal         NPL
## 572        Nepal         NPL
## 573        Nepal         NPL
## 574        Nepal         NPL
## 575        Nepal         NPL
## 576        Nepal         NPL
## 577        Nepal         NPL
## 578        Nepal         NPL
## 579        Nepal         NPL
## 580        Nepal         NPL
## 581        Nepal         NPL
## 582        Nepal         NPL
## 583        Nepal         NPL
## 584        Nepal         NPL
## 585        Nepal         NPL
## 586        Nepal         NPL
## 587        Nepal         NPL
## 588        Nepal         NPL
## 589        Nepal         NPL
## 590        Nepal         NPL
## 591        Nepal         NPL
## 592        Nepal         NPL
## 593        Nepal         NPL
## 594        Nepal         NPL
## 595        Nepal         NPL
## 596        Nepal         NPL
## 597        Nepal         NPL
## 598        Nepal         NPL
## 599        Nepal         NPL
## 600        Nepal         NPL
## 601        Nepal         NPL
## 602        Nepal         NPL
## 603        Nepal         NPL
## 604        Nepal         NPL
## 605        Nepal         NPL
## 606        Nepal         NPL
## 607        Nepal         NPL
## 608        Nepal         NPL
## 609        Nepal         NPL
## 610        Nepal         NPL
## 611        Nepal         NPL
## 612        Nepal         NPL
## 613        Nepal         NPL
## 614        Nepal         NPL
## 615        Nepal         NPL
## 616        Nepal         NPL
## 617        Nepal         NPL
## 618        Nepal         NPL
## 619        Nepal         NPL
## 620        Nepal         NPL
## 621        Nepal         NPL
## 622        Nepal         NPL
## 623        Nepal         NPL
## 624        Nepal         NPL
## 625        Nepal         NPL
## 626        Nepal         NPL
## 627        Nepal         NPL
## 628        Nepal         NPL
## 629        Nepal         NPL
## 630        Nepal         NPL
## 631        Nepal         NPL
## 632        Nepal         NPL
## 633        Nepal         NPL
## 634        Nepal         NPL
## 635        Nepal         NPL
## 636        Nepal         NPL
## 637        Nepal         NPL
## 638        Nepal         NPL
## 639        Nepal         NPL
## 640        Nepal         NPL
## 641        Nepal         NPL
## 642        Nepal         NPL
## 643        Nepal         NPL
## 644        Nepal         NPL
## 645        Nepal         NPL
## 646        Nepal         NPL
## 647        Nepal         NPL
## 648        Nepal         NPL
## 649        Nepal         NPL
## 650        Nepal         NPL
## 651        Nepal         NPL
## 652        Nepal         NPL
## 653        Nepal         NPL
## 654        Nepal         NPL
## 655        Nepal         NPL
## 656        Nepal         NPL
## 657        Nepal         NPL
## 658        Nepal         NPL
## 659        Nepal         NPL
## 660        Nepal         NPL
## 661        Nepal         NPL
## 662        Nepal         NPL
## 663        Nepal         NPL
## 664        Nepal         NPL
## 665        Nepal         NPL
## 666        Nepal         NPL
## 667        Nepal         NPL
## 668        Nepal         NPL
## 669        Nepal         NPL
## 670        Nepal         NPL
## 671        Nepal         NPL
## 672        Nepal         NPL
## 673        Nepal         NPL
## 674        Nepal         NPL
## 675        Nepal         NPL
## 676        Nepal         NPL
## 677        Nepal         NPL
## 678        Nepal         NPL
## 679        Nepal         NPL
## 680        Nepal         NPL
## 681        Nepal         NPL
## 682        Nepal         NPL
## 683        Nepal         NPL
## 684        Nepal         NPL
## 685        Nepal         NPL
## 686        Nepal         NPL
## 687        Nepal         NPL
## 688        Nepal         NPL
## 689        Nepal         NPL
## 690        Nepal         NPL
## 691        Nepal         NPL
## 692        Nepal         NPL
## 693        Nepal         NPL
## 694        Nepal         NPL
## 695        Nepal         NPL
## 696        Nepal         NPL
## 697        Nepal         NPL
## 698        Nepal         NPL
## 699        Nepal         NPL
## 700        Nepal         NPL
## 701        Nepal         NPL
## 702        Nepal         NPL
## 703        Nepal         NPL
## 704        Nepal         NPL
## 705        Nepal         NPL
## 706        Nepal         NPL
## 707        Nepal         NPL
## 708        Nepal         NPL
## 709        Nepal         NPL
## 710        Nepal         NPL
## 711        Nepal         NPL
## 712        Nepal         NPL
## 713        Nepal         NPL
## 714        Nepal         NPL
## 715        Nepal         NPL
## 716        Nepal         NPL
## 717        Nepal         NPL
## 718        Nepal         NPL
## 719        Nepal         NPL
## 720        Nepal         NPL
## 721        Nepal         NPL
## 722        Nepal         NPL
## 723        Nepal         NPL
## 724        Nepal         NPL
## 725        Nepal         NPL
## 726        Nepal         NPL
## 727        Nepal         NPL
## 728        Nepal         NPL
## 729        Nepal         NPL
## 730        Nepal         NPL
## 731        Nepal         NPL
## 732        Nepal         NPL
## 733        Nepal         NPL
## 734        Nepal         NPL
## 735        Nepal         NPL
## 736        Nepal         NPL
## 737        Nepal         NPL
## 738        Nepal         NPL
## 739        Nepal         NPL
## 740        Nepal         NPL
## 741        Nepal         NPL
## 742        Nepal         NPL
## 743        Nepal         NPL
## 744        Nepal         NPL
## 745        Nepal         NPL
## 746        Nepal         NPL
## 747        Nepal         NPL
## 748        Nepal         NPL
## 749        Nepal         NPL
## 750        Nepal         NPL
## 751        Nepal         NPL
## 752        Nepal         NPL
## 753        Nepal         NPL
## 754        Nepal         NPL
## 755        Nepal         NPL
## 756        Nepal         NPL
## 757        Nepal         NPL
## 758        Nepal         NPL
## 759        Nepal         NPL
## 760        Nepal         NPL
## 761        Nepal         NPL
## 762        Nepal         NPL
## 763        Nepal         NPL
## 764        Nepal         NPL
## 765        Nepal         NPL
## 766        Nepal         NPL
## 767        Nepal         NPL
## 768        Nepal         NPL
## 769        Nepal         NPL
## 770        Nepal         NPL
## 771        Nepal         NPL
## 772        Nepal         NPL
## 773        Nepal         NPL
## 774        Nepal         NPL
## 775        Nepal         NPL
## 776        Nepal         NPL
## 777        Nepal         NPL
## 778        Nepal         NPL
## 779        Nepal         NPL
## 780        Nepal         NPL
## 781        Nepal         NPL
## 782        Nepal         NPL
## 783        Nepal         NPL
## 784        Nepal         NPL
## 785        Nepal         NPL
## 786        Nepal         NPL
## 787        Nepal         NPL
## 788        Nepal         NPL
## 789        Nepal         NPL
## 790        Nepal         NPL
## 791        Nepal         NPL
## 792        Nepal         NPL
## 793        Nepal         NPL
## 794        Nepal         NPL
## 795        Nepal         NPL
## 796        Nepal         NPL
## 797        Nepal         NPL
## 798        Nepal         NPL
## 799        Nepal         NPL
## 800        Nepal         NPL
## 801        Nepal         NPL
## 802        Nepal         NPL
## 803        Nepal         NPL
## 804        Nepal         NPL
## 805        Nepal         NPL
## 806        Nepal         NPL
## 807        Nepal         NPL
## 808        Nepal         NPL
## 809        Nepal         NPL
## 810        Nepal         NPL
## 811        Nepal         NPL
## 812        Nepal         NPL
## 813        Nepal         NPL
## 814        Nepal         NPL
## 815        Nepal         NPL
## 816        Nepal         NPL
## 817        Nepal         NPL
## 818        Nepal         NPL
## 819        Nepal         NPL
## 820        Nepal         NPL
## 821        Nepal         NPL
## 822        Nepal         NPL
## 823        Nepal         NPL
## 824        Nepal         NPL
## 825        Nepal         NPL
## 826        Nepal         NPL
## 827        Nepal         NPL
## 828        Nepal         NPL
## 829        Nepal         NPL
## 830        Nepal         NPL
## 831        Nepal         NPL
## 832        Nepal         NPL
## 833        Nepal         NPL
## 834        Nepal         NPL
## 835        Nepal         NPL
## 836        Nepal         NPL
## 837        Nepal         NPL
## 838        Nepal         NPL
## 839        Nepal         NPL
## 840        Nepal         NPL
## 841        Nepal         NPL
## 842        Nepal         NPL
## 843        Nepal         NPL
## 844        Nepal         NPL
## 845        Nepal         NPL
## 846        Nepal         NPL
## 847        Nepal         NPL
## 848        Nepal         NPL
## 849        Nepal         NPL
## 850        Nepal         NPL
## 851        Nepal         NPL
## 852        Nepal         NPL
## 853        Nepal         NPL
## 854        Nepal         NPL
## 855        Nepal         NPL
## 856        Nepal         NPL
## 857        Nepal         NPL
## 858        Nepal         NPL
## 859        Nepal         NPL
## 860        Nepal         NPL
## 861        Nepal         NPL
## 862        Nepal         NPL
## 863        Nepal         NPL
## 864        Nepal         NPL
## 865        Nepal         NPL
## 866        Nepal         NPL
## 867        Nepal         NPL
## 868        Nepal         NPL
## 869        Nepal         NPL
## 870        Nepal         NPL
## 871        Nepal         NPL
## 872        Nepal         NPL
## 873        Nepal         NPL
## 874        Nepal         NPL
## 875        Nepal         NPL
## 876        Nepal         NPL
## 877        Nepal         NPL
## 878        Nepal         NPL
## 879        Nepal         NPL
## 880        Nepal         NPL
## 881        Nepal         NPL
## 882        Nepal         NPL
## 883        Nepal         NPL
## 884        Nepal         NPL
## 885        Nepal         NPL
## 886        Nepal         NPL
## 887        Nepal         NPL
## 888        Nepal         NPL
## 889        Nepal         NPL
## 890        Nepal         NPL
## 891        Nepal         NPL
## 892        Nepal         NPL
## 893        Nepal         NPL
## 894        Nepal         NPL
## 895        Nepal         NPL
## 896        Nepal         NPL
## 897        Nepal         NPL
## 898        Nepal         NPL
## 899        Nepal         NPL
## 900        Nepal         NPL
## 901        Nepal         NPL
## 902        Nepal         NPL
## 903        Nepal         NPL
## 904        Nepal         NPL
## 905        Nepal         NPL
## 906        Nepal         NPL
## 907        Nepal         NPL
## 908        Nepal         NPL
## 909        Nepal         NPL
## 910        Nepal         NPL
## 911        Nepal         NPL
## 912        Nepal         NPL
## 913        Nepal         NPL
## 914        Nepal         NPL
## 915        Nepal         NPL
## 916        Nepal         NPL
## 917        Nepal         NPL
## 918        Nepal         NPL
## 919        Nepal         NPL
## 920        Nepal         NPL
## 921        Nepal         NPL
## 922        Nepal         NPL
## 923        Nepal         NPL
## 924        Nepal         NPL
## 925        Nepal         NPL
## 926        Nepal         NPL
## 927        Nepal         NPL
## 928        Nepal         NPL
## 929        Nepal         NPL
## 930        Nepal         NPL
## 931        Nepal         NPL
## 932        Nepal         NPL
## 933        Nepal         NPL
## 934        Nepal         NPL
## 935        Nepal         NPL
## 936        Nepal         NPL
## 937        Nepal         NPL
## 938        Nepal         NPL
## 939        Nepal         NPL
## 940        Nepal         NPL
## 941        Nepal         NPL
## 942        Nepal         NPL
## 943        Nepal         NPL
## 944        Nepal         NPL
## 945        Nepal         NPL
## 946        Nepal         NPL
## 947        Nepal         NPL
## 948        Nepal         NPL
## 949        Nepal         NPL
## 950        Nepal         NPL
## 951        Nepal         NPL
## 952        Nepal         NPL
## 953        Nepal         NPL
## 954        Nepal         NPL
## 955        Nepal         NPL
## 956        Nepal         NPL
## 957        Nepal         NPL
## 958        Nepal         NPL
## 959        Nepal         NPL
## 960        Nepal         NPL
## 961        Nepal         NPL
## 962        Nepal         NPL
## 963        Nepal         NPL
## 964        Nepal         NPL
## 965        Nepal         NPL
## 966        Nepal         NPL
## 967        Nepal         NPL
## 968        Nepal         NPL
## 969        Nepal         NPL
## 970        Nepal         NPL
## 971        Nepal         NPL
## 972        Nepal         NPL
## 973        Nepal         NPL
## 974        Nepal         NPL
## 975        Nepal         NPL
## 976        Nepal         NPL
## 977        Nepal         NPL
## 978        Nepal         NPL
## 979        Nepal         NPL
## 980        Nepal         NPL
## 981        Nepal         NPL
## 982        Nepal         NPL
## 983        Nepal         NPL
## 984        Nepal         NPL
## 985        Nepal         NPL
## 986        Nepal         NPL
## 987        Nepal         NPL
## 988        Nepal         NPL
## 989        Nepal         NPL
## 990        Nepal         NPL
## 991        Nepal         NPL
## 992        Nepal         NPL
## 993        Nepal         NPL
## 994        Nepal         NPL
## 995        Nepal         NPL
## 996        Nepal         NPL
## 997        Nepal         NPL
## 998        Nepal         NPL
## 999        Nepal         NPL
## 1000       Nepal         NPL
## 1001       Nepal         NPL
## 1002       Nepal         NPL
## 1003       Nepal         NPL
## 1004       Nepal         NPL
## 1005       Nepal         NPL
## 1006       Nepal         NPL
## 1007       Nepal         NPL
## 1008       Nepal         NPL
## 1009       Nepal         NPL
## 1010       Nepal         NPL
## 1011       Nepal         NPL
## 1012       Nepal         NPL
## 1013       Nepal         NPL
## 1014       Nepal         NPL
## 1015       Nepal         NPL
## 1016       Nepal         NPL
## 1017       Nepal         NPL
## 1018       Nepal         NPL
## 1019       Nepal         NPL
## 1020       Nepal         NPL
## 1021       Nepal         NPL
## 1022       Nepal         NPL
## 1023       Nepal         NPL
## 1024       Nepal         NPL
## 1025       Nepal         NPL
## 1026       Nepal         NPL
## 1027       Nepal         NPL
## 1028       Nepal         NPL
## 1029       Nepal         NPL
## 1030       Nepal         NPL
## 1031       Nepal         NPL
## 1032       Nepal         NPL
## 1033       Nepal         NPL
## 1034       Nepal         NPL
## 1035       Nepal         NPL
## 1036       Nepal         NPL
## 1037       Nepal         NPL
## 1038       Nepal         NPL
## 1039       Nepal         NPL
## 1040       Nepal         NPL
## 1041       Nepal         NPL
## 1042       Nepal         NPL
## 1043       Nepal         NPL
## 1044       Nepal         NPL
## 1045       Nepal         NPL
## 1046       Nepal         NPL
## 1047       Nepal         NPL
## 1048       Nepal         NPL
## 1049       Nepal         NPL
## 1050       Nepal         NPL
## 1051       Nepal         NPL
## 1052       Nepal         NPL
## 1053       Nepal         NPL
## 1054       Nepal         NPL
## 1055       Nepal         NPL
## 1056       Nepal         NPL
## 1057       Nepal         NPL
## 1058       Nepal         NPL
## 1059       Nepal         NPL
## 1060       Nepal         NPL
## 1061       Nepal         NPL
## 1062       Nepal         NPL
## 1063       Nepal         NPL
## 1064       Nepal         NPL
## 1065       Nepal         NPL
## 1066       Nepal         NPL
## 1067       Nepal         NPL
## 1068       Nepal         NPL
## 1069       Nepal         NPL
## 1070       Nepal         NPL
## 1071       Nepal         NPL
## 1072       Nepal         NPL
## 1073       Nepal         NPL
## 1074       Nepal         NPL
## 1075       Nepal         NPL
## 1076       Nepal         NPL
## 1077       Nepal         NPL
## 1078       Nepal         NPL
## 1079       Nepal         NPL
## 1080       Nepal         NPL
## 1081       Nepal         NPL
## 1082       Nepal         NPL
## 1083       Nepal         NPL
## 1084       Nepal         NPL
## 1085       Nepal         NPL
## 1086       Nepal         NPL
## 1087       Nepal         NPL
## 1088       Nepal         NPL
## 1089       Nepal         NPL
## 1090       Nepal         NPL
## 1091       Nepal         NPL
## 1092       Nepal         NPL
## 1093       Nepal         NPL
## 1094       Nepal         NPL
## 1095       Nepal         NPL
## 1096       Nepal         NPL
## 1097       Nepal         NPL
## 1098       Nepal         NPL
## 1099       Nepal         NPL
## 1100       Nepal         NPL
## 1101       Nepal         NPL
## 1102       Nepal         NPL
## 1103       Nepal         NPL
## 1104       Nepal         NPL
## 1105       Nepal         NPL
## 1106       Nepal         NPL
## 1107       Nepal         NPL
## 1108       Nepal         NPL
## 1109       Nepal         NPL
## 1110       Nepal         NPL
## 1111       Nepal         NPL
## 1112       Nepal         NPL
## 1113       Nepal         NPL
## 1114       Nepal         NPL
## 1115       Nepal         NPL
## 1116       Nepal         NPL
## 1117       Nepal         NPL
## 1118       Nepal         NPL
## 1119       Nepal         NPL
## 1120       Nepal         NPL
## 1121       Nepal         NPL
## 1122       Nepal         NPL
## 1123       Nepal         NPL
## 1124       Nepal         NPL
## 1125       Nepal         NPL
## 1126       Nepal         NPL
## 1127       Nepal         NPL
## 1128       Nepal         NPL
## 1129       Nepal         NPL
## 1130       Nepal         NPL
## 1131       Nepal         NPL
## 1132       Nepal         NPL
## 1133       Nepal         NPL
## 1134       Nepal         NPL
## 1135       Nepal         NPL
## 1136       Nepal         NPL
## 1137       Nepal         NPL
## 1138       Nepal         NPL
## 1139       Nepal         NPL
## 1140       Nepal         NPL
## 1141       Nepal         NPL
## 1142       Nepal         NPL
## 1143       Nepal         NPL
## 1144       Nepal         NPL
## 1145       Nepal         NPL
## 1146       Nepal         NPL
## 1147       Nepal         NPL
## 1148       Nepal         NPL
## 1149       Nepal         NPL
## 1150       Nepal         NPL
## 1151       Nepal         NPL
## 1152       Nepal         NPL
## 1153       Nepal         NPL
## 1154       Nepal         NPL
## 1155       Nepal         NPL
## 1156       Nepal         NPL
## 1157       Nepal         NPL
## 1158       Nepal         NPL
## 1159       Nepal         NPL
## 1160       Nepal         NPL
## 1161       Nepal         NPL
## 1162       Nepal         NPL
## 1163       Nepal         NPL
## 1164       Nepal         NPL
## 1165       Nepal         NPL
## 1166       Nepal         NPL
## 1167       Nepal         NPL
## 1168       Nepal         NPL
## 1169       Nepal         NPL
## 1170       Nepal         NPL
## 1171       Nepal         NPL
## 1172       Nepal         NPL
## 1173       Nepal         NPL
## 1174       Nepal         NPL
## 1175       Nepal         NPL
## 1176       Nepal         NPL
## 1177       Nepal         NPL
## 1178       Nepal         NPL
## 1179       Nepal         NPL
## 1180       Nepal         NPL
## 1181       Nepal         NPL
## 1182       Nepal         NPL
## 1183       Nepal         NPL
## 1184       Nepal         NPL
## 1185       Nepal         NPL
## 1186       Nepal         NPL
## 1187       Nepal         NPL
## 1188       Nepal         NPL
## 1189       Nepal         NPL
## 1190       Nepal         NPL
## 1191       Nepal         NPL
## 1192       Nepal         NPL
## 1193       Nepal         NPL
## 1194       Nepal         NPL
## 1195       Nepal         NPL
## 1196       Nepal         NPL
## 1197       Nepal         NPL
## 1198       Nepal         NPL
## 1199       Nepal         NPL
## 1200       Nepal         NPL
## 1201       Nepal         NPL
## 1202       Nepal         NPL
## 1203       Nepal         NPL
## 1204       Nepal         NPL
## 1205       Nepal         NPL
## 1206       Nepal         NPL
## 1207       Nepal         NPL
## 1208       Nepal         NPL
## 1209       Nepal         NPL
## 1210       Nepal         NPL
## 1211       Nepal         NPL
## 1212       Nepal         NPL
## 1213       Nepal         NPL
## 1214       Nepal         NPL
## 1215       Nepal         NPL
## 1216       Nepal         NPL
## 1217       Nepal         NPL
## 1218       Nepal         NPL
## 1219       Nepal         NPL
## 1220       Nepal         NPL
## 1221       Nepal         NPL
## 1222       Nepal         NPL
## 1223       Nepal         NPL
## 1224       Nepal         NPL
## 1225       Nepal         NPL
## 1226       Nepal         NPL
## 1227       Nepal         NPL
## 1228       Nepal         NPL
## 1229       Nepal         NPL
## 1230       Nepal         NPL
## 1231       Nepal         NPL
## 1232       Nepal         NPL
## 1233       Nepal         NPL
## 1234       Nepal         NPL
## 1235       Nepal         NPL
## 1236       Nepal         NPL
## 1237       Nepal         NPL
## 1238       Nepal         NPL
## 1239       Nepal         NPL
## 1240       Nepal         NPL
## 1241       Nepal         NPL
## 1242       Nepal         NPL
## 1243       Nepal         NPL
## 1244       Nepal         NPL
## 1245       Nepal         NPL
## 1246       Nepal         NPL
## 1247       Nepal         NPL
## 1248       Nepal         NPL
## 1249       Nepal         NPL
## 1250       Nepal         NPL
## 1251       Nepal         NPL
## 1252       Nepal         NPL
## 1253       Nepal         NPL
## 1254       Nepal         NPL
## 1255       Nepal         NPL
## 1256       Nepal         NPL
## 1257       Nepal         NPL
## 1258       Nepal         NPL
## 1259       Nepal         NPL
## 1260       Nepal         NPL
## 1261       Nepal         NPL
## 1262       Nepal         NPL
## 1263       Nepal         NPL
## 1264       Nepal         NPL
## 1265       Nepal         NPL
## 1266       Nepal         NPL
## 1267       Nepal         NPL
## 1268       Nepal         NPL
## 1269       Nepal         NPL
## 1270       Nepal         NPL
## 1271       Nepal         NPL
## 1272       Nepal         NPL
## 1273       Nepal         NPL
## 1274       Nepal         NPL
## 1275       Nepal         NPL
## 1276       Nepal         NPL
## 1277       Nepal         NPL
## 1278       Nepal         NPL
## 1279       Nepal         NPL
## 1280       Nepal         NPL
## 1281       Nepal         NPL
## 1282       Nepal         NPL
## 1283       Nepal         NPL
## 1284       Nepal         NPL
## 1285       Nepal         NPL
## 1286       Nepal         NPL
## 1287       Nepal         NPL
## 1288       Nepal         NPL
## 1289       Nepal         NPL
## 1290       Nepal         NPL
## 1291       Nepal         NPL
## 1292       Nepal         NPL
## 1293       Nepal         NPL
## 1294       Nepal         NPL
## 1295       Nepal         NPL
## 1296       Nepal         NPL
## 1297       Nepal         NPL
## 1298       Nepal         NPL
## 1299       Nepal         NPL
## 1300       Nepal         NPL
## 1301       Nepal         NPL
## 1302       Nepal         NPL
## 1303       Nepal         NPL
## 1304       Nepal         NPL
## 1305       Nepal         NPL
## 1306       Nepal         NPL
## 1307       Nepal         NPL
## 1308       Nepal         NPL
## 1309       Nepal         NPL
## 1310       Nepal         NPL
## 1311       Nepal         NPL
## 1312       Nepal         NPL
## 1313       Nepal         NPL
## 1314       Nepal         NPL
## 1315       Nepal         NPL
## 1316       Nepal         NPL
## 1317       Nepal         NPL
## 1318       Nepal         NPL
## 1319       Nepal         NPL
## 1320       Nepal         NPL
## 1321       Nepal         NPL
## 1322       Nepal         NPL
## 1323       Nepal         NPL
## 1324       Nepal         NPL
## 1325       Nepal         NPL
## 1326       Nepal         NPL
## 1327       Nepal         NPL
## 1328       Nepal         NPL
## 1329       Nepal         NPL
## 1330       Nepal         NPL
## 1331       Nepal         NPL
## 1332       Nepal         NPL
## 1333       Nepal         NPL
## 1334       Nepal         NPL
## 1335       Nepal         NPL
## 1336       Nepal         NPL
## 1337       Nepal         NPL
## 1338       Nepal         NPL
## 1339       Nepal         NPL
## 1340       Nepal         NPL
## 1341       Nepal         NPL
## 1342       Nepal         NPL
## 1343       Nepal         NPL
## 1344       Nepal         NPL
## 1345       Nepal         NPL
## 1346       Nepal         NPL
## 1347       Nepal         NPL
## 1348       Nepal         NPL
## 1349       Nepal         NPL
## 1350       Nepal         NPL
## 1351       Nepal         NPL
## 1352       Nepal         NPL
## 1353       Nepal         NPL
## 1354       Nepal         NPL
## 1355       Nepal         NPL
## 1356       Nepal         NPL
## 1357       Nepal         NPL
## 1358       Nepal         NPL
## 1359       Nepal         NPL
## 1360       Nepal         NPL
## 1361       Nepal         NPL
## 1362       Nepal         NPL
## 1363       Nepal         NPL
## 1364       Nepal         NPL
## 1365       Nepal         NPL
## 1366       Nepal         NPL
## 1367       Nepal         NPL
## 1368       Nepal         NPL
## 1369       Nepal         NPL
## 1370       Nepal         NPL
## 1371       Nepal         NPL
## 1372       Nepal         NPL
## 1373       Nepal         NPL
## 1374       Nepal         NPL
## 1375       Nepal         NPL
## 1376       Nepal         NPL
## 1377       Nepal         NPL
## 1378       Nepal         NPL
## 1379       Nepal         NPL
## 1380       Nepal         NPL
## 1381       Nepal         NPL
## 1382       Nepal         NPL
## 1383       Nepal         NPL
## 1384       Nepal         NPL
## 1385       Nepal         NPL
## 1386       Nepal         NPL
## 1387       Nepal         NPL
## 1388       Nepal         NPL
## 1389       Nepal         NPL
## 1390       Nepal         NPL
## 1391       Nepal         NPL
## 1392       Nepal         NPL
## 1393       Nepal         NPL
## 1394       Nepal         NPL
## 1395       Nepal         NPL
## 1396       Nepal         NPL
## 1397       Nepal         NPL
## 1398       Nepal         NPL
## 1399       Nepal         NPL
## 1400       Nepal         NPL
## 1401       Nepal         NPL
## 1402       Nepal         NPL
## 1403       Nepal         NPL
## 1404       Nepal         NPL
## 1405       Nepal         NPL
## 1406       Nepal         NPL
## 1407       Nepal         NPL
## 1408       Nepal         NPL
## 1409       Nepal         NPL
## 1410       Nepal         NPL
## 1411       Nepal         NPL
## 1412       Nepal         NPL
## 1413       Nepal         NPL
## 1414       Nepal         NPL
## 1415       Nepal         NPL
## 1416       Nepal         NPL
## 1417       Nepal         NPL
## 1418       Nepal         NPL
## 1419       Nepal         NPL
## 1420       Nepal         NPL
## 1421       Nepal         NPL
## 1422       Nepal         NPL
## 1423       Nepal         NPL
## 1424       Nepal         NPL
## 1425       Nepal         NPL
## 1426       Nepal         NPL
## 1427       Nepal         NPL
## 1428       Nepal         NPL
## 1429       Nepal         NPL
## 1430       Nepal         NPL
## 1431       Nepal         NPL
## 1432       Nepal         NPL
## 1433       Nepal         NPL
## 1434       Nepal         NPL
## 1435       Nepal         NPL
## 1436       Nepal         NPL
## 1437       Nepal         NPL
## 1438       Nepal         NPL
## 1439       Nepal         NPL
## 1440       Nepal         NPL
## 1441       Nepal         NPL
## 1442       Nepal         NPL
##                                                                                                                                     IndicatorName
## 1                                                                                             High-technology exports (% of manufactured exports)
## 2                                                                                                               Merchandise exports (current US$)
## 3                                                                   Computer, communications and other services (% of commercial service imports)
## 4                                                                                                 Manufactures imports (% of merchandise imports)
## 5                                                                                           Tariff rate, applied, weighted mean, all products (%)
## 6                                                                                                                    Merchandise trade (% of GDP)
## 7                                                                                                              Rural population growth (annual %)
## 8                                                                                       Age dependency ratio, young (% of working-age population)
## 9                                                                                              Population ages 65-69, male (% of male population)
## 10                                                                                             Population ages 25-29, male (% of male population)
## 11                                                                                                   Population ages 0-14 (% of total population)
## 12                                                                                                         Life expectancy at birth, male (years)
## 13                                                                         Prevalence of moderate or severe food insecurity in the population (%)
## 14                                                         Share of youth not in education, employment or training, total (% of youth population)
## 15                                                         Unemployment, youth female (% of female labor force ages 15-24) (modeled ILO estimate)
## 16                                                Labor force participation rate, female (% of female population ages 15+) (modeled ILO estimate)
## 17                                                                  Labor force participation rate for ages 15-24, female (%) (national estimate)
## 18                                                                          Employment in services (% of total employment) (modeled ILO estimate)
## 19                                                              Contributing family workers, total (% of total employment) (modeled ILO estimate)
## 20                                                                         Employment to population ratio, 15+, female (%) (modeled ILO estimate)
## 21                                                                  Employment in agriculture, male (% of male employment) (modeled ILO estimate)
## 22                                                     Multidimensional poverty intensity (average share of deprivations experienced by the poor)
## 23                                                                                                                Income share held by fourth 20%
## 24                                                                                  External health expenditure (% of current health expenditure)
## 25                                     Number of people pushed below the $1.90 ($ 2011 PPP) poverty line by out-of-pocket health care expenditure
## 26                                                                                 Prevalence of stunting, height for age (% of children under 5)
## 27                                                                                            People practicing open defecation (% of population)
## 28                                                                              People using at least basic sanitation services (% of population)
## 29                                                                                 Lifetime risk of maternal death (1 in: rate varies by country)
## 30                                                                                              Young people (ages 15-24) newly infected with HIV
## 31                                                                                               Mortality rate, neonatal (per 1,000 live births)
## 32                                                                                                         Cause of death, by injury (% of total)
## 33                                                         Women who believe a husband is justified in beating his wife (any of five reasons) (%)
## 34                                                                  Expenditure on secondary education (% of government expenditure on education)
## 35                                                Educational attainment, at least Master's or equivalent, population 25+, total (%) (cumulative)
## 36                                                                            Trained teachers in upper secondary education (% of total teachers)
## 37                                                                                                 School enrollment, secondary, female (% gross)
## 38                                               Educational attainment, at least completed post-secondary, population 25+, male (%) (cumulative)
## 39                                                               Adjusted net enrollment rate, primary, female (% of primary school age children)
## 40                                                                                       School enrollment, primary, private (% of total primary)
## 41                                                                                                                   Pupil-teacher ratio, primary
## 42                                                                                                        School enrollment, preprimary (% gross)
## 43                                                                    Coverage of social insurance programs in richest quintile (% of population)
## 44                                                               Coverage of unemployment benefits and ALMP in richest quintile (% of population)
## 45                                                                                                       Terms of trade adjustment (constant LCU)
## 46                                                                                                                  GNI per capita (constant LCU)
## 47                                                                                                           Gross domestic savings (current LCU)
## 48                                                                                                                        GDP (constant 2015 US$)
## 49                                                                                                                          Coal rents (% of GDP)
## 50                                                                                       Adjusted savings: particulate emission damage (% of GNI)
## 51                                                                                                        Services, value added (annual % growth)
## 52                                                                                   Industry (including construction), value added (current US$)
## 53                                                                 Agriculture, forestry, and fishing, value added per worker (constant 2015 US$)
## 54                                                                                                          Gross capital formation (current LCU)
## 55                                                                                              Exports of goods and services (constant 2015 US$)
## 56                                                       Households and NPISHs Final consumption expenditure, PPP (constant 2017 international $)
## 57                                                                                                    Arms exports (SIPRI trend indicator values)
## 58                                                                                                        Lead time to export, median case (days)
## 59                                                                                                                Export value index (2000 = 100)
## 60                                                                             Insurance and financial services (% of commercial service exports)
## 61                                                        Merchandise imports by the reporting economy, residual (% of total merchandise imports)
## 62                                                                                                        Food imports (% of merchandise imports)
## 63                                                                               Share of tariff lines with international peaks, all products (%)
## 64                                                                                 International tourism, receipts for travel items (current US$)
## 65                                                                                                  Completeness of birth registration, urban (%)
## 66                                                                                      Population ages 80 and above, male (% of male population)
## 67                                                                                             Population ages 55-59, male (% of male population)
## 68                                                                                                  Population ages 15-64 (% of total population)
## 69                                                                                          Population ages 0-14, female (% of female population)
## 70                                                                                                 Mortality rate, infant (per 1,000 live births)
## 71                                                                                           Refugee population by country or territory of origin
## 72                                             Unemployment with intermediate education, male (% of male labor force with intermediate education)
## 73                                                                                            Part time employment, total (% of total employment)
## 74                                             Labor force with basic education, female (% of female working-age population with basic education)
## 75                                                          Children in employment, work only, male (% of male children in employment, ages 7-14)
## 76                                                          Child employment in services, male (% of male economically active children ages 7-14)
## 77                                              Children in employment, unpaid family workers, male (% of male children in employment, ages 7-14)
## 78                                                                              Self-employed, male (% of male employment) (modeled ILO estimate)
## 79                                                   Child employment in agriculture, female (% of female economically active children ages 7-14)
## 80                                                                 Multidimensional poverty headcount ratio, children (% of population ages 0-17)
## 81                                                                                   Domestic private health expenditure per capita (current US$)
## 82                                                                                                         Newborns protected against tetanus (%)
## 83                                                                                           Tuberculosis treatment success rate (% of new cases)
## 84                                                                              People using safely managed sanitation services (% of population)
## 85                                                                           Maternal mortality ratio (modeled estimate, per 100,000 live births)
## 86                                                                                                     Pregnant women receiving prenatal care (%)
## 87                                                                                            Incidence of malaria (per 1,000 population at risk)
## 88                                                                                                    Adults (ages 15-49) newly infected with HIV
## 89                                                                                          Mortality rate, under-5, male (per 1,000 live births)
## 90                                                                                                              Number of deaths ages 15-19 years
## 91                                                      Women who believe a husband is justified in beating his wife when she argues with him (%)
## 92                                                           Current education expenditure, total (% of total expenditure in public institutions)
## 93                                                          Educational attainment, Doctoral or equivalent, population 25+, male (%) (cumulative)
## 94                                                                            Trained teachers in lower secondary education (% of total teachers)
## 95                                                                                                           Pupil-teacher ratio, upper secondary
## 96                                            Educational attainment, at least completed lower secondary, population 25+, female (%) (cumulative)
## 97                                                                                    Trained teachers in primary education (% of total teachers)
## 98                                                                               Net intake rate in grade 1 (% of official school-age population)
## 99                                               Educational attainment, at least completed primary, population 25+ years, total (%) (cumulative)
## 100                                                                               School enrollment, secondary (gross), gender parity index (GPI)
## 101                                                                   Coverage of social insurance programs in poorest quintile (% of population)
## 102                                                              Coverage of unemployment benefits and ALMP in poorest quintile (% of population)
## 103                                                                                               Taxes less subsidies on products (constant LCU)
## 104                                                                                                    GNI per capita, Atlas method (current US$)
## 105                                                                                           GDP per capita, PPP (constant 2017 international $)
## 106                                                                                                                      Mineral rents (% of GDP)
## 107                                                                        Adjusted net savings, including particulate emission damage (% of GNI)
## 108                                                                                                Adjusted savings: mineral depletion (% of GNI)
## 109                                                                                          Services, value added per worker (constant 2015 US$)
## 110                                                                                                Manufacturing, value added (constant 2015 US$)
## 111                                                                                          External balance on goods and services (current LCU)
## 112                                                                                                          Changes in inventories (current US$)
## 113                                                                                                     Gross national expenditure (constant LCU)
## 114                                                                            Households and NPISHs Final consumption expenditure (constant LCU)
## 115                                                                                                            Military expenditure (current USD)
## 116                                                                                                Fixed broadband subscriptions (per 100 people)
## 117                                                                                             Travel services (% of commercial service exports)
## 118                                       Merchandise exports to low- and middle-income economies outside region (% of total merchandise exports)
## 119                                                                                          Transport services (% of commercial service imports)
## 120                                                         Merchandise imports from economies in the Arab World (% of total merchandise imports)
## 121                                                                                                        Binding coverage, primary products (%)
## 122                                                                                                   Binding coverage, manufactured products (%)
## 123                                                                                                            Urban population growth (annual %)
## 124                                                                                                       Researchers in R&D (per million people)
## 125                                                                                 Population ages 65 and above, female (% of female population)
## 126                                                                                            Population ages 30-34, male (% of male population)
## 127                                                                                            Population ages 05-09, male (% of male population)
## 128                                                                                                      Survival to age 65, female (% of cohort)
## 129                                                                                    Prevalence of severe food insecurity in the population (%)
## 130                                                                         Unemployment, female (% of female labor force) (modeled ILO estimate)
## 131                                                            Unemployment, youth male (% of male labor force ages 15-24) (modeled ILO estimate)
## 132                                                             Ratio of female to male labor force participation rate (%) (modeled ILO estimate)
## 133                                                                   Labor force participation rate for ages 15-24, male (%) (national estimate)
## 134                                                                                   Children in employment, male (% of male children ages 7-14)
## 135                                                                Employment in industry, female (% of female employment) (modeled ILO estimate)
## 136                                                                          Employment to population ratio, 15+, male (%) (modeled ILO estimate)
## 137                                                                    Employment to population ratio, ages 15-24, female (%) (national estimate)
## 138                                                                                                    Multidimensional poverty index (scale 0-1)
## 139                                                                                                              Income share held by highest 10%
## 140                                                                         External health expenditure per capita, PPP (current international $)
## 141                        Proportion of population pushed below the $1.90 ($ 2011 PPP) poverty line by out-of-pocket health care expenditure (%)
## 142                                                                                    Suicide mortality rate, male (per 100,000 male population)
## 143                                                                            Diarrhea treatment (% of children under 5 who received ORS packet)
## 144                                                                                          Births attended by skilled health staff (% of total)
## 145                                                                                                 Prevalence of anemia among pregnant women (%)
## 146                                                                     Incidence of HIV, ages 15-49 (per 1,000 uninfected population ages 15-49)
## 147                                                            People using at least basic drinking water services, rural (% of rural population)
## 148                                                                                     Cause of death, by non-communicable diseases (% of total)
## 149                           Total alcohol consumption per capita, female (liters of pure alcohol, projected estimates, female 15+ years of age)
## 150                                                                  Expenditure on tertiary education (% of government expenditure on education)
## 151                                        Educational attainment, at least completed short-cycle tertiary, population 25+, male (%) (cumulative)
## 152                                                                                                                 Secondary education, teachers
## 153                                                                                                          School enrollment, secondary (% net)
## 154                                           Educational attainment, at least completed upper secondary, population 25+, female (%) (cumulative)
## 155                                                                                                               Children out of school, primary
## 156                                                                                                    Persistence to grade 5, male (% of cohort)
## 157                                                                                                  School enrollment, primary, female (% gross)
## 158                                                                                                 School enrollment, preprimary, male (% gross)
## 159                                                                                         Literacy rate, youth female (% of females ages 15-24)
## 160                                          Benefit incidence of social safety net programs to poorest quintile (% of total safety net benefits)
## 161                                                                                          Official exchange rate (LCU per US$, period average)
## 162                                                                                           GNI per capita, PPP (constant 2017 international $)
## 163                                                                                                          Gross domestic income (constant LCU)
## 164                                                                                                                            GDP (constant LCU)
## 165                                                                                             Inflation, GDP deflator: linked series (annual %)
## 166                                                                                                    Adjusted savings: gross savings (% of GNI)
## 167                                                                                                              Services, value added (% of GDP)
## 168                                                                            Industry (including construction), value added (constant 2015 US$)
## 169                                                                                 Agriculture, forestry, and fishing, value added (current LCU)
## 170                                                                                                     Gross capital formation (annual % growth)
## 171                                                                                                  Exports of goods and services (constant LCU)
## 172                                                                                                   Final consumption expenditure (current US$)
## 173                                                                                General government final consumption expenditure (current LCU)
## 174                                                        Logistics performance index: Efficiency of customs clearance process (1=low to 5=high)
## 175                                                                                                  Railways, goods transported (million ton-km)
## 176                                                                                    CPIA structural policies cluster average (1=low to 6=high)
## 177                                                                                    CPIA economic management cluster average (1=low to 6=high)
## 178                                               CPIA transparency, accountability, and corruption in the public sector rating (1=low to 6=high)
## 179                                                                   CPIA quality of budgetary and financial management rating (1=low to 6=high)
## 180                                                                   Investment in water and sanitation with private participation (current US$)
## 181                                                                                           Start-up procedures to register a business (number)
## 182                                              Time spent dealing with the requirements of government regulations (% of senior management time)
## 183                                                                                     Firms using banks to finance working capital (% of firms)
## 184                                                                 Business extent of disclosure index (0=less disclosure to 10=more disclosure)
## 185                                                                                                                  Other expense (% of expense)
## 186                                                                                                   Taxes on international trade (% of revenue)
## 187                                                                                             Net lending (+) / net borrowing (-) (current LCU)
## 188                       Account ownership at a financial institution or with a mobile-money-service provider, female (% of population ages 15+)
## 189                                                                                                           Broad money to total reserves ratio
## 190                                                                                            Borrowers from commercial banks (per 1,000 adults)
## 191                                              Water productivity, total (constant 2015 US$ GDP per cubic meter of total freshwater withdrawal)
## 192                                                                                                            Plant species (higher), threatened
## 193                                                                        PM2.5 air pollution, mean annual exposure (micrograms per cubic meter)
## 194                                                                                         Total greenhouse gas emissions (kt of CO2 equivalent)
## 195                                                                                                   Electric power consumption (kWh per capita)
## 196                                                                                Electricity production from hydroelectric sources (% of total)
## 197                                                                                                IMF repurchases and charges (TDS, current US$)
## 198                                                                                        Net official flows from UN agencies, WFP (current US$)
## 199                                                                                               PPG, other private creditors (NFL, current US$)
## 200                                                                                       Net official flows from UN agencies, IAEA (current US$)
## 201                                                                          External debt stocks, private nonguaranteed (PNG) (DOD, current US$)
## 202                                                                                 Net bilateral aid flows from DAC donors, Poland (current US$)
## 203                                                                                Net bilateral aid flows from DAC donors, Denmark (current US$)
## 204                                                                                                     Personal remittances, received (% of GDP)
## 205                                                                                    Communications, computer, etc. (% of service exports, BoP)
## 206                                                                                                    Current account balance (BoP, current US$)
## 207                                                                                                                 Cereal yield (kg per hectare)
## 208                                                                                    Urban land area where elevation is below 5 meters (sq. km)
## 209                                                                                          Transport services (% of commercial service exports)
## 210                                                                 Merchandise exports to high-income economies (% of total merchandise exports)
## 211                                                                                                      Commercial service imports (current US$)
## 212                                                                                            Ores and metals imports (% of merchandise imports)
## 213                                                                             Tariff rate, most favored nation, weighted mean, all products (%)
## 214                                                                                                              Import volume index (2000 = 100)
## 215                                                                                                      Rural population (% of total population)
## 216                                                                                                                  Population growth (annual %)
## 217                                                                                                          Population ages 65 and above, female
## 218                                                                                        Population ages 30-34, female (% of female population)
## 219                                                                                        Population ages 05-09, female (% of female population)
## 220                                                                                                      Fertility rate, total (births per woman)
## 221                                                                                                 Consumption of iodized salt (% of households)
## 222                                                                            Unemployment, female (% of female labor force) (national estimate)
## 223                                                               Unemployment, youth male (% of male labor force ages 15-24) (national estimate)
## 224                                                                Ratio of female to male labor force participation rate (%) (national estimate)
## 225                                                              Labor force participation rate for ages 15-24, female (%) (modeled ILO estimate)
## 226                                                                               Children in employment, female (% of female children ages 7-14)
## 227                                                                                                 GDP per person employed (constant 2017 PPP $)
## 228                                                                             Employment to population ratio, 15+, male (%) (national estimate)
## 229                                                                      Employment in agriculture (% of total employment) (modeled ILO estimate)
## 230                                                                         Multidimensional poverty headcount ratio, male (% of male population)
## 231                                                                                                              Income share held by highest 20%
## 232                                                                                          External health expenditure per capita (current US$)
## 233                   Increase in poverty gap at $1.90 ($ 2011 PPP) poverty line due to out-of-pocket health care expenditure (% of poverty line)
## 234                                                                                Suicide mortality rate, female (per 100,000 female population)
## 235                                                   Diarrhea treatment (% of children under 5 receiving oral rehydration and continued feeding)
## 236                                                                                        Exclusive breastfeeding (% of children under 6 months)
## 237                                                                                                           Lifetime risk of maternal death (%)
## 238                                                                     Incidence of HIV, ages 15-24 (per 1,000 uninfected population ages 15-24)
## 239                                   Demand for family planning satisfied by modern methods (% of married women with demand for family planning)
## 240                                                                                                                   Number of under-five deaths
## 241                                                Women who believe a husband is justified in beating his wife when she refuses sex with him (%)
## 242                                                                            Government expenditure per student, tertiary (% of GDP per capita)
## 243                                      Educational attainment, at least completed short-cycle tertiary, population 25+, female (%) (cumulative)
## 244                                                                                 Trained teachers in secondary education (% of total teachers)
## 245                                                                                                  School enrollment, secondary, male (% gross)
## 246                                             Educational attainment, at least completed post-secondary, population 25+, total (%) (cumulative)
## 247                                                                Adjusted net enrollment rate, primary, male (% of primary school age children)
## 248                                                                                                  Persistence to grade 5, female (% of cohort)
## 249                                                                                                          School enrollment, primary (% gross)
## 250                                                                                               School enrollment, preprimary, female (% gross)
## 251                                                                                               Real effective exchange rate index (2010 = 100)
## 252                                                         Adequacy of social safety net programs (% of total welfare of beneficiary households)
## 253                                                                                               DEC alternative conversion factor (LCU per US$)
## 254                                                                                                 GNI per capita, PPP (current international $)
## 255                                                                                                             Gross domestic savings (% of GDP)
## 256                                                                                                                         GDP growth (annual %)
## 257                                                                                                            Inflation, GDP deflator (annual %)
## 258                                                                                      Adjusted savings: natural resources depletion (% of GNI)
## 259                                                                                                          Services, value added (constant LCU)
## 260                                                                                  Industry (including construction), value added (current LCU)
## 261                                                                                 Agriculture, forestry, and fishing, value added (current US$)
## 262                                                                 Computer, communications and other services (% of commercial service exports)
## 263                                                                                               Manufactures exports (% of merchandise exports)
## 264                                                                                    Merchandise imports by the reporting economy (current US$)
## 265                                                                                                       Fuel imports (% of merchandise imports)
## 266                                                                                           Tariff rate, applied, simple mean, all products (%)
## 267                                                                            International tourism, expenditures for travel items (current US$)
## 268                                                                                                        Completeness of birth registration (%)
## 269                                                                                            Sex ratio at birth (male births per female births)
## 270                                                                                        Population ages 60-64, female (% of female population)
## 271                                                                                        Population ages 20-24, female (% of female population)
## 272                                                                                                                    Population ages 0-14, male
## 273                                                                                          Mortality rate, infant, male (per 1,000 live births)
## 274                                                                                                            International migrant stock, total
## 275                                                 Unemployment with intermediate education (% of total labor force with intermediate education)
## 276                                                                                                  Labor force, female (% of total labor force)
## 277                                                Labor force with basic education, male (% of male working-age population with basic education)
## 278                                                                   Average working hours of children, working only, ages 7-14 (hours per week)
## 279                                                                    Child employment in services (% of economically active children ages 7-14)
## 280                                                        Children in employment, unpaid family workers (% of children in employment, ages 7-14)
## 281                                                                           Self-employed, total (% of total employment) (modeled ILO estimate)
## 282                                                      Child employment in agriculture, male (% of male economically active children ages 7-14)
## 283                                                                   Multidimensional poverty index, children (population ages 0-17) (scale 0-1)
## 284                                                                 Domestic private health expenditure per capita, PPP (current international $)
## 285                                                                                                         Current health expenditure (% of GDP)
## 286                                                                                               Tuberculosis case detection rate (%, all forms)
## 287                                                                        Prevalence of stunting, height for age, female (% of children under 5)
## 288                                                                         Maternal mortality ratio (national estimate, per 100,000 live births)
## 289                                                                              ARI treatment (% of children under 5 taken to a health provider)
## 290                                                                                 Use of insecticide-treated bed nets (% of under-5 population)
## 291                                                                                                  Children (ages 0-14) newly infected with HIV
## 292                                                          Mortality from CVD, cancer, diabetes or CRD between exact ages 30 and 70, female (%)
## 293                                                                                                             Number of deaths ages 20-24 years
## 294                                                      Women who believe a husband is justified in beating his wife when she burns the food (%)
## 295                                                                             Government expenditure per student, primary (% of GDP per capita)
## 296                                                        Educational attainment, Doctoral or equivalent, population 25+, total (%) (cumulative)
## 297                                                                            Trained teachers in secondary education, male (% of male teachers)
## 298                                                                                                        Secondary education, vocational pupils
## 299                                             Educational attainment, at least completed lower secondary, population 25+, male (%) (cumulative)
## 300                                                                                                                   Primary education, teachers
## 301                                                                                   Over-age students, primary, female (% of female enrollment)
## 302                                                                                                           Primary education, duration (years)
## 303                                                                                School enrollment, tertiary (gross), gender parity index (GPI)
## 304                                                                       Coverage of social insurance programs in 2nd quintile (% of population)
## 305                                                                  Coverage of unemployment benefits and ALMP in 2nd quintile (% of population)
## 306                                                                        Net secondary income (Net current transfers from abroad) (current US$)
## 307                                                                                                                  GNI per capita (current LCU)
## 308                                                                                                                          Oil rents (% of GDP)
## 309                                                                                                                             GDP (current US$)
## 310                                                                     Adjusted net savings, excluding particulate emission damage (current US$)
## 311                                                                                              Adjusted savings: energy depletion (current US$)
## 312                                                                                                           Services, value added (current US$)
## 313                                                                                                  Manufacturing, value added (annual % growth)
## 314                                                                                         External balance on goods and services (constant LCU)
## 315                                                                                                          Changes in inventories (current LCU)
## 316                                                                                                         Gross national expenditure (% of GDP)
## 317                                                            Households and NPISHs Final consumption expenditure per capita (constant 2015 US$)
## 318                                                                                                            Military expenditure (current LCU)
## 319                                                                                                                       Secure Internet servers
## 320                                        Internally displaced persons, new displacement associated with conflict and violence (number of cases)
## 321                             Merchandise exports to low- and middle-income economies in Europe & Central Asia (% of total merchandise exports)
## 322                                                                                                  Net barter terms of trade index (2000 = 100)
## 323                                                               Merchandise imports from high-income economies (% of total merchandise imports)
## 324                                                                          Share of tariff lines with international peaks, primary products (%)
## 325                                                                     Share of tariff lines with international peaks, manufactured products (%)
## 326                                                                                                      Urban population (% of total population)
## 327                                                                                                                             Population, total
## 328                                                                                     Population ages 65 and above, male (% of male population)
## 329                                                                                            Population ages 35-39, male (% of male population)
## 330                                                                                            Population ages 10-14, male (% of male population)
## 331                                                                                                      Wanted fertility rate (births per woman)
## 332                                                                                 Adolescent fertility rate (births per 1,000 women ages 15-19)
## 333                                                                             Unemployment, male (% of male labor force) (modeled ILO estimate)
## 334                                                          Unemployment, youth total (% of total labor force ages 15-24) (modeled ILO estimate)
## 335                                                   Labor force participation rate, male (% of male population ages 15+) (modeled ILO estimate)
## 336                                                                  Labor force participation rate for ages 15-24, total (%) (national estimate)
## 337                                                Children in employment, study and work, female (% of female children in employment, ages 7-14)
## 338                                                                         Employment in industry (% of total employment) (modeled ILO estimate)
## 339                                                                         Employment to population ratio, 15+, total (%) (modeled ILO estimate)
## 340                                                                      Employment to population ratio, ages 15-24, male (%) (national estimate)
## 341                                                                           Poverty headcount ratio at $6.85 a day (2017 PPP) (% of population)
## 342                                                                                                               Income share held by lowest 10%
## 343                                                                                     Domestic general government health expenditure (% of GDP)
## 344                                    Number of people pushed below the $3.20 ($ 2011 PPP) poverty line by out-of-pocket health care expenditure
## 345                                                                              Mortality caused by road traffic injury (per 100,000 population)
## 346                                                                     Prevalence of overweight, weight for height, male (% of children under 5)
## 347                                                                                           Diabetes prevalence (% of population ages 20 to 79)
## 348                                                                               Prevalence of current tobacco use, females (% of female adults)
## 349                                                                                              Immunization, HepB3 (% of one-year-old children)
## 350                                                                         People using at least basic drinking water services (% of population)
## 351                                                                                Probability of dying among children ages 5-9 years (per 1,000)
## 352                               Total alcohol consumption per capita, male (liters of pure alcohol, projected estimates, male 15+ years of age)
## 353                                                                                         Government expenditure on education, total (% of GDP)
## 354                                                                                                                 Pupil-teacher ratio, tertiary
## 355                                                                                                      Secondary education, teachers (% female)
## 356                                                                                                    School enrollment, secondary, male (% net)
## 357                                            Educational attainment, at least completed upper secondary, population 25+, total (%) (cumulative)
## 358                                                                               Children out of school, female (% of female primary school age)
## 359                                                                                    Persistence to last grade of primary, female (% of cohort)
## 360                                                      Gross intake ratio in first grade of primary education, female (% of relevant age group)
## 361                                                                           Trained teachers in preprimary education, male (% of male teachers)
## 362                                                                                             Literacy rate, youth male (% of males ages 15-24)
## 363                                                                  Coverage of social safety net programs in poorest quintile (% of population)
## 364                                                                      Price level ratio of PPP conversion factor (GDP) to market exchange rate
## 365                                                                                                                   Gross savings (current LCU)
## 366                                                                                                                             GNI (current US$)
## 367                                                                                                      GDP, PPP (constant 2017 international $)
## 368                                                                                     GDP deflator: linked series (base year varies by country)
## 369                                                                                             Adjusted savings: net national savings (% of GNI)
## 370                                                                                            Adjusted savings: education expenditure (% of GNI)
## 371                                                                                 Industry (including construction), value added (constant LCU)
## 372                                                                             Agriculture, forestry, and fishing, value added (annual % growth)
## 373                                                                                                            Gross capital formation (% of GDP)
## 374                                                                                   Gross fixed capital formation, private sector (current LCU)
## 375                                                                                             Final consumption expenditure (constant 2015 US$)
## 376                                                                            General government final consumption expenditure (annual % growth)
## 377                                               Logistics performance index: Ease of arranging competitively priced shipments (1=low to 5=high)
## 378                                                                                                                   Rail lines (total route-km)
## 379                                                        Logistics performance index: Ability to track and trace consignments (1=low to 5=high)
## 380                                                                                                Mobile cellular subscriptions (per 100 people)
## 381                                                                                Source data assessment of statistical capacity (scale 0 - 100)
## 382                                                                                        CPIA building human resources rating (1=low to 6=high)
## 383                                                                  Public private partnerships investment in water and sanitation (current US$)
## 384                                                                      Firms expected to give gifts in meetings with tax officials (% of firms)
## 385                                                                                                Time to import, documentary compliance (hours)
## 386                                                                                            Informal payments to public officials (% of firms)
## 387                                                                                           Depth of credit information index (0=low to 8=high)
## 388                                                                                                  Subsidies and other transfers (% of expense)
## 389                                                                                                                        Tax revenue (% of GDP)
## 390                                                                                                            Social contributions (current LCU)
## 391  Account ownership at a financial institution or with a mobile-money-service provider, secondary education or more (% of population ages 15+)
## 392                                                                                                            Wholesale price index (2010 = 100)
## 393                                                                                                   Total reserves (includes gold, current US$)
## 394                                                Level of water stress: freshwater withdrawal as a proportion of available freshwater resources
## 395                                                    Urban population living in areas where elevation is below 5 meters (% of total population)
## 396                                                  PM2.5 air pollution, population exposed to levels exceeding WHO guideline value (% of total)
## 397                                                                                                   Agricultural methane emissions (% of total)
## 398                                                                                      CO2 emissions from gaseous fuel consumption (% of total)
## 399                                                                                          Electricity production from oil sources (% of total)
## 400                                              Public and publicly guaranteed debt service (% of exports of goods, services and primary income)
## 401                                                                                                       Net official aid received (current US$)
## 402                                                                                     Net official flows from UN agencies, UNAIDS (current US$)
## 403                                                                                   Net financial flows, IMF nonconcessional (NFL, current US$)
## 404                                                                          Short-term debt (% of exports of goods, services and primary income)
## 405                                                                                 Net bilateral aid flows from DAC donors, Sweden (current US$)
## 406                                                                         Net bilateral aid flows from DAC donors, United Kingdom (current US$)
## 407                                                                                                              Listed domestic companies, total
## 408                                                                                                              Goods exports (BoP, current US$)
## 409                                                                                            Net trade in goods and services (BoP, current US$)
## 410                                                                                              Imports of goods and services (BoP, current US$)
## 411                                                                                                                  Forest area (% of land area)
## 412                                                                                                              Agricultural machinery, tractors
## 413                                                                                                       Air transport, freight (million ton-km)
## 414                                                                              CPIA efficiency of revenue mobilization rating (1=low to 6=high)
## 415                                                                                 CPIA business regulatory environment rating (1=low to 6=high)
## 416                                                                                                      Procedures to build a warehouse (number)
## 417                                                                                    Cost of business start-up procedures (% of GNI per capita)
## 418                                                                          Value lost due to electrical outages (% of sales for affected firms)
## 419                                                                                                       Cost to export, border compliance (US$)
## 420                                                                                            Human capital index (HCI), upper bound (scale 0-1)
## 421                                                                                                               Interest payments (current LCU)
## 422                                                                          Taxes on goods and services (% value added of industry and services)
## 423                                                                                            Net incurrence of liabilities, total (current LCU)
## 424                                                                                       Domestic credit provided by financial sector (% of GDP)
## 425                                                                                              Monetary Sector credit to private sector (% GDP)
## 426                                                                                             Bank nonperforming loans to total gross loans (%)
## 427                                                                                                       Pump price for gasoline (US$ per liter)
## 428                                                     CO2 emissions from manufacturing industries and construction (% of total fuel combustion)
## 429                                                                                         Nitrous oxide emissions in energy sector (% of total)
## 430                                                                                                CO2 emissions from solid fuel consumption (kt)
## 431                                                                                        Alternative and nuclear energy (% of total energy use)
## 432                                                                                          Access to electricity, urban (% of urban population)
## 433                                                                                            Net ODA received (% of central government expense)
## 434                                                                                      Net official flows from UN agencies, UNPBF (current US$)
## 435                                                                                                      PPG, commercial banks (NFL, current US$)
## 436                                                                                             Net financial flows, bilateral (NFL, current US$)
## 437                                                                                                External debt stocks, total (DOD, current US$)
## 438                                                                             Net bilateral aid flows from DAC donors, Luxembourg (current US$)
## 439                                                            Net bilateral aid flows from DAC donors, European Union institutions (current US$)
## 440                                                                                              Portfolio equity, net inflows (BoP, current US$)
## 441                                                                                    Grants, excluding technical cooperation (BoP, current US$)
## 442                                                                                    Foreign direct investment, net outflows (BoP, current US$)
## 443                                                                                                       Crop production index (2014-2016 = 100)
## 444                                                                                                       Land under cereal production (hectares)
## 445                                                                                                  Imports of goods and services (constant LCU)
## 446                                                                                               Gross fixed capital formation (annual % growth)
## 447                                                                                                      Gross national expenditure (current US$)
## 448                                                              Households and NPISHs final consumption expenditure: linked series (current LCU)
## 449                                                                                                   Arms imports (SIPRI trend indicator values)
## 450                                                                                                                 Fixed telephone subscriptions
## 451                                                                         Statistical performance indicators (SPI): Overall score (scale 0-100)
## 452                                                                                               IDA resource allocation index (1=low to 6=high)
## 453                                                                                         Industrial design applications, nonresident, by count
## 454                                                                                         Labor tax and contributions (% of commercial profits)
## 455                                                                                                            Time to resolve insolvency (years)
## 456                                                                       Losses due to theft and vandalism (% of annual sales of affected firms)
## 457                                                                                                  Private credit bureau coverage (% of adults)
## 458                                                               Primary government expenditures as a proportion of original approved budget (%)
## 459                                                                                      Taxes on income, profits and capital gains (current LCU)
## 460                                                                                                           Social contributions (% of revenue)
## 461               Account ownership at a financial institution or with a mobile-money-service provider, young adults (% of population ages 15-24)
## 462                                                                                                                     Deposit interest rate (%)
## 463                                                                                                     Total reserves (% of total external debt)
## 464                                                                                   Annual freshwater withdrawals, total (billion cubic meters)
## 465                                                          Population living in areas where elevation is below 5 meters (% of total population)
## 466                                                                                    SF6 gas emissions (thousand metric tons of CO2 equivalent)
## 467                                                                   Methane emissions in energy sector (thousand metric tons of CO2 equivalent)
## 468                                                                                                        CO2 emissions (kg per 2015 US$ of GDP)
## 469                                                                                  Renewable electricity output (% of total electricity output)
## 470                                                                                                  Multilateral debt service (TDS, current US$)
## 471                                                                                                 Net official aid received (constant 2020 US$)
## 472                                                                                     Net official flows from UN agencies, UNICEF (current US$)
## 473                                                                                                  Net financial flows, IBRD (NFL, current US$)
## 474                                                                                                    Short-term debt (% of total external debt)
## 475                                                                                  Net bilateral aid flows from DAC donors, Total (current US$)
## 476                                                                                 Net bilateral aid flows from DAC donors, Greece (current US$)
## 477                                                                                                      Stocks traded, total value (current US$)
## 478                                                                                                            Service exports (BoP, current US$)
## 479                                                                                                         Net trade in goods (BoP, current US$)
## 480                                                                                  Insurance and financial services (% of service imports, BoP)
## 481                                                                                    Agricultural irrigated land (% of total agricultural land)
## 482                                                                                           Fertilizer consumption (% of fertilizer production)
## 483                                        Merchandise exports to low- and middle-income economies within region (% of total merchandise exports)
## 484                                                                                                  ICT goods exports (% of total goods exports)
## 485                              Merchandise imports from low- and middle-income economies in Sub-Saharan Africa (% of total merchandise imports)
## 486                                                                                 Agricultural raw materials imports (% of merchandise imports)
## 487                                                                                                     Bound rate, simple mean, all products (%)
## 488                                                               International tourism, expenditures for passenger transport items (current US$)
## 489                                                                                                 Completeness of birth registration, rural (%)
## 490                                                                                 Population ages 80 and above, female (% of female population)
## 491                                                                                        Population ages 55-59, female (% of female population)
## 492                                                                                                                  Population ages 15-64, total
## 493                                                                                                                  Population ages 0-14, female
## 494                                                                                        Mortality rate, infant, female (per 1,000 live births)
## 495                                                                                          Refugee population by country or territory of asylum
## 496                                        Unemployment with intermediate education, female (% of female labor force with intermediate education)
## 497                                                                                       Part time employment, male (% of total male employment)
## 498                                               Labor force with advanced education (% of total working-age population with advanced education)
## 499                                                             Average working hours of children, working only, male, ages 7-14 (hours per week)
## 500                                                     Child employment in services, female (% of female economically active children ages 7-14)
## 501                                         Children in employment, unpaid family workers, female (% of female children in employment, ages 7-14)
## 502                                                                         Self-employed, female (% of female employment) (modeled ILO estimate)
## 503                                     Annualized average growth rate in per capita real survey mean consumption or income, total population (%)
## 504                                                                              Multidimensional poverty headcount ratio (% of total population)
## 505                                                                         Domestic private health expenditure (% of current health expenditure)
## 506                                                                                                                    UHC service coverage index
## 507                                                                       Prevalence of severe wasting, weight for height (% of children under 5)
## 508                                                                People using safely managed sanitation services, urban (% of urban population)
## 509                                                                             Prevalence of underweight, weight for age (% of children under 5)
## 510                                   Mortality rate attributed to household and ambient air pollution, age-standardized (per 100,000 population)
## 511                                                                                        Specialist surgical workforce (per 100,000 population)
## 512                                                                                 Antiretroviral therapy coverage (% of people living with HIV)
## 513                                                                                       Mortality rate, under-5, female (per 1,000 live births)
## 514                                                                                                             Number of deaths ages 10-14 years
## 515                 Proportion of women subjected to physical and/or sexual violence in the last 12 months (% of ever-partnered women ages 15-49)
## 516                                              Current education expenditure, tertiary (% of total expenditure in tertiary public institutions)
## 517                                                       Educational attainment, Doctoral or equivalent, population 25+, female (%) (cumulative)
## 518                                                                      Trained teachers in lower secondary education, male (% of male teachers)
## 519                                                                                                                Pupil-teacher ratio, secondary
## 520                                                                              Lower secondary completion rate, total (% of relevant age group)
## 521                                                                              Trained teachers in primary education, male (% of male teachers)
## 522                                                                        Net intake rate in grade 1, male (% of official school-age population)
## 523                                               Educational attainment, at least completed primary, population 25+ years, male (%) (cumulative)
## 524                                                                   School enrollment, primary and secondary (gross), gender parity index (GPI)
## 525                                                                                       Coverage of social insurance programs (% of population)
## 526                                                                                  Coverage of unemployment benefits and ALMP (% of population)
## 527                                                                                                Taxes less subsidies on products (current LCU)
## 528                                                                                                      GNI, PPP (constant 2017 international $)
## 529                                                                                                 GDP per capita, PPP (current international $)
## 530                                                                                                                       Forest rents (% of GDP)
## 531                                                                     Adjusted net savings, including particulate emission damage (current US$)
## 532                                                                                             Adjusted savings: mineral depletion (current US$)
## 533                                                                                     Textiles and clothing (% of value added in manufacturing)
## 534                                                                                                      Manufacturing, value added (current LCU)
## 535                                                                                          External balance on goods and services (current US$)
## 536                                                                                                      Gross fixed capital formation (% of GDP)
## 537                                                                                                Gross national expenditure (constant 2015 US$)
## 538                                                                                                         High-technology exports (current US$)
## 539                                                           Merchandise exports to economies in the Arab World (% of total merchandise exports)
## 540                                                                                                               Import value index (2000 = 100)
## 541                                                                            Insurance and financial services (% of commercial service imports)
## 542                                                                                   Share of tariff lines with specific rates, all products (%)
## 543                                                                                      International tourism, expenditures (% of total imports)
## 544                                                                                                                              Rural population
## 545                                                                                       Age dependency ratio, old (% of working-age population)
## 546                                                                                        Population ages 65-69, female (% of female population)
## 547                                                                                        Population ages 25-29, female (% of female population)
## 548                                                                                                                   Population ages 0-14, total
## 549                                                                                                       Life expectancy at birth, total (years)
## 550                                                                                              Prevalence of undernourishment (% of population)
## 551                                                    Share of youth not in education, employment or training, male (% of male youth population)
## 552                                                           Unemployment, youth female (% of female labor force ages 15-24) (national estimate)
## 553                                                  Labor force participation rate, female (% of female population ages 15+) (national estimate)
## 554                                                                                       Children in employment, total (% of children ages 7-14)
## 555                                                                    Employment in services, male (% of male employment) (modeled ILO estimate)
## 556                                                               Contributing family workers, male (% of male employment) (modeled ILO estimate)
## 557                                                                           Employment to population ratio, 15+, female (%) (national estimate)
## 558                                                             Employment in agriculture, female (% of female employment) (modeled ILO estimate)
## 559                                                                   Multidimensional poverty headcount ratio, household (% of total households)
## 560                                                                                                                Income share held by third 20%
## 561                                                                          Current health expenditure per capita, PPP (current international $)
## 562                                 Increase in poverty gap at $1.90 ($ 2011 PPP) poverty line due to out-of-pocket health care expenditure (USD)
## 563                                                              Prevalence of stunting, height for age (modeled estimate, % of children under 5)
## 564                                                                              People practicing open defecation, urban (% of urban population)
## 565                                                                People using at least basic sanitation services, urban (% of urban population)
## 566                                                                                                                     Number of maternal deaths
## 567                                                                                       Incidence of HIV, all (per 1,000 uninfected population)
## 568                                                                  Mortality from CVD, cancer, diabetes or CRD between exact ages 30 and 70 (%)
## 569                                                                                                                       Number of infant deaths
## 570                                               Women who believe a husband is justified in beating his wife when she neglects the children (%)
## 571                                                                           Government expenditure per student, secondary (% of GDP per capita)
## 572                                                Educational attainment, at least Master's or equivalent, population 25+, male (%) (cumulative)
## 573                                                                      Trained teachers in upper secondary education, male (% of male teachers)
## 574                                                                                                        School enrollment, secondary (% gross)
## 575                                            Educational attainment, at least completed post-secondary, population 25+, female (%) (cumulative)
## 576                                                                      Adjusted net enrollment rate, primary (% of primary school age children)
## 577                                                                                                  Over-age students, primary (% of enrollment)
## 578                                                                                                          Primary education, pupils (% female)
## 579                                                                                                               Pupil-teacher ratio, preprimary
## 580                                                                       Coverage of social insurance programs in 4th quintile (% of population)
## 581                                                                  Coverage of unemployment benefits and ALMP in 4th quintile (% of population)
## 582                                                                       Net secondary income (Net current transfers from abroad) (constant LCU)
## 583                                                                                                              GNI per capita growth (annual %)
## 584                                                                                                          Gross domestic savings (current US$)
## 585                                                                                                              GDP: linked series (current LCU)
## 586                                                                                                Exports as a capacity to import (constant LCU)
## 587                                                                                   Adjusted savings: particulate emission damage (current US$)
## 588                                                                                                     Services, value added (constant 2015 US$)
## 589                                                                                                         Manufacturing, value added (% of GDP)
## 590                                                                                                                              Trade (% of GDP)
## 591                                                                                                         Gross capital formation (current US$)
## 592                                                                                                   Exports of goods and services (current LCU)
## 593                                                            Households and NPISHs Final consumption expenditure, PPP (current international $)
## 594                                                                                    Military expenditure (% of general government expenditure)
## 595                                                                         Households and NPISHs Final consumption expenditure (annual % growth)
## 596                                                                                               Armed forces personnel (% of total labor force)
## 597                                                                                                                 Fixed broadband subscriptions
## 598                                                          Statistical performance indicators (SPI): Pillar 2 data services score (scale 0-100)
## 599                                                                                CPIA quality of public administration rating (1=low to 6=high)
## 600                                                                                                     Scientific and technical journal articles
## 601                                                                                   Other taxes payable by businesses (% of commercial profits)
## 602                                                                                                    Time required to enforce a contract (days)
## 603                                                                                                    Firms with female top manager (% of firms)
## 604                                                                                          Average time to clear exports through customs (days)
## 605                                                                                                 Human capital index (HCI), female (scale 0-1)
## 606                                                                                 Taxes on income, profits and capital gains (% of total taxes)
## 607                                                                                                          Revenue, excluding grants (% of GDP)
## 608                                                                                               Research and development expenditure (% of GDP)
## 609                                                                                     Interest rate spread (lending rate minus deposit rate, %)
## 610                                                                                                       Total reserves minus gold (current US$)
## 611                                                                         Renewable internal freshwater resources, total (billion cubic meters)
## 612                                                                                                                    Population in largest city
## 613                                                                                    Disaster risk reduction progress score (1-5 scale; 5=best)
## 614                                                                                                      Methane emissions (kt of CO2 equivalent)
## 615                                                                                               CO2 emissions from liquid fuel consumption (kt)
## 616                                                           Electricity production from renewable sources, excluding hydroelectric (% of total)
## 617                                                             Access to clean fuels and technologies for cooking, rural (% of rural population)
## 618                                                                                               Net ODA received (% of gross capital formation)
## 619                                                                                       Net official flows from UN agencies, UNDP (current US$)
## 620                                                                                          Net financial flows, multilateral (NFL, current US$)
## 621                                                                                                                   PPG, IDA (DOD, current US$)
## 622                                                                              Net ODA provided, to the least developed countries (current US$)
## 623                                                                                Net bilateral aid flows from DAC donors, Ireland (current US$)
## 624                                                                                          Stocks traded, turnover ratio of domestic shares (%)
## 625                                                                              Exports of goods, services and primary income (BoP, current US$)
## 626                                                                                             Foreign direct investment, net (BoP, current US$)
## 627                                                                                                            Service imports (BoP, current US$)
## 628                                                                                                                            Land area (sq. km)
## 629                                                                                                                    Agricultural land (sq. km)
## 630                                                                                    Investment in ICT with private participation (current US$)
## 631                                                                                              Time required to start a business, female (days)
## 632                                                                             Firms experiencing losses due to theft and vandalism (% of firms)
## 633                                                                                                     Time to export, border compliance (hours)
## 634                                                                                      Human capital index (HCI), male, upper bound (scale 0-1)
## 635                                                                                                              Interest payments (% of expense)
## 636                                                                                            Customs and other import duties (% of tax revenue)
## 637                                                                                           Net investment in nonfinancial assets (current LCU)
## 638                  Account ownership at a financial institution or with a mobile-money-service provider, poorest 40% (% of population ages 15+)
## 639                                                                                                                     Broad money (current LCU)
## 640                                                                                                              Bank capital to assets ratio (%)
## 641                                                                                                    Capture fisheries production (metric tons)
## 642                                                                                     CO2 emissions from transport (% of total fuel combustion)
## 643                                                                                                  Nitrous oxide emissions (% change from 1990)
## 644                                                     Other greenhouse gas emissions, HFC, PFC and SF6 (thousand metric tons of CO2 equivalent)
## 645                                                                          Energy use (kg of oil equivalent) per $1,000 GDP (constant 2017 PPP)
## 646                                                                                         Electricity production from coal sources (% of total)
## 647                                                                       Total debt service (% of exports of goods, services and primary income)
## 648                                                                                       Net official flows from UN agencies, UNTA (current US$)
## 649                                                                                                                 PNG, bonds (NFL, current US$)
## 650                                                                    Net flows on external debt, private nonguaranteed (PNG) (NFL, current US$)
## 651                                                                                                          Use of IMF credit (DOD, current US$)
## 652                                                                                 Net bilateral aid flows from DAC donors, Norway (current US$)
## 653                                                                         Net bilateral aid flows from DAC donors, Czech Republic (current US$)
## 654                                                                                               Personal transfers, receipts (BoP, current US$)
## 655                                                                                                        ICT service exports (BoP, current US$)
## 656                                                                                  Secondary income, other sectors, payments (BoP, current US$)
## 657                                                                                                  Livestock production index (2014-2016 = 100)
## 658                                                                                    Rural land area where elevation is below 5 meters (sq. km)
## 659                                                   Logistics performance index: Competence and quality of logistics services (1=low to 5=high)
## 660                                                                               Liner shipping connectivity index (maximum value in 2004 = 100)
## 661                                                                                Methodology assessment of statistical capacity (scale 0 - 100)
## 662                                                                                                CPIA financial sector rating (1=low to 6=high)
## 663                                                                                Public private partnerships investment in energy (current US$)
## 664                                                                                   Start-up procedures to register a business, female (number)
## 665                                                                                                       Cost to import, border compliance (US$)
## 666                                                                                          Firms using banks to finance investment (% of firms)
## 667                                                                            Ease of doing business rank (1=most business-friendly regulations)
## 668                                                                                                                         Expense (current LCU)
## 669                                                                                                                     Other taxes (current LCU)
## 670                                                                                                Net lending (+) / net borrowing (-) (% of GDP)
## 671                         Account ownership at a financial institution or with a mobile-money-service provider, male (% of population ages 15+)
## 672                                                                                                                 Broad money growth (annual %)
## 673                                                                                           Depositors with commercial banks (per 1,000 adults)
## 674                                                                 Annual freshwater withdrawals, agriculture (% of total freshwater withdrawal)
## 675                                                                                                                    Mammal species, threatened
## 676                                               PM2.5 pollution, population exposed to levels exceeding WHO Interim Target-1 value (% of total)
## 677                                                                                           Total greenhouse gas emissions (% change from 1990)
## 678                                                                                                  Energy use (kg of oil equivalent per capita)
## 679                                                                             Electric power transmission and distribution losses (% of output)
## 680                                                           Debt service (PPG and IMF only, % of exports of goods, services and primary income)
## 681                                                                                        Net official flows from UN agencies, WHO (current US$)
## 682                                                                                                     PPG, private creditors (NFL, current US$)
## 683                                                                                       Net official flows from UN agencies, IFAD (current US$)
## 684                                                                 External debt stocks, public and publicly guaranteed (PPG) (DOD, current US$)
## 685                                                                               Net bilateral aid flows from DAC donors, Portugal (current US$)
## 686                                                                                  Net bilateral aid flows from DAC donors, Spain (current US$)
## 687                                                                                                   S&P Global Equity Indices (annual % change)
## 688                                                                                                    Primary income receipts (BoP, current US$)
## 689                                                                                                            Current account balance (% of GDP)
## 690                                                                                                                  Trade in services (% of GDP)
## 691                                                                      Urban land area where elevation is below 5 meters (% of total land area)
## 692                                                                                                   Gross capital formation (constant 2015 US$)
## 693                                                                                               Exports of goods and services (annual % growth)
## 694                                                                                Households and NPISHs final consumption expenditure (% of GDP)
## 695                                                                                General government final consumption expenditure (current US$)
## 696                                                                                                       Lead time to import, median case (days)
## 697                                                                                                             Air transport, passengers carried
## 698                                                                   CPIA policies for social inclusion/equity cluster average (1=low to 6=high)
## 699                                                                                                     CPIA debt policy rating (1=low to 6=high)
## 700                                                                                 Investment in energy with private participation (current US$)
## 701                                                                                                      Time required to start a business (days)
## 702                                                                                                          Firms that spend on R&D (% of firms)
## 703                                                                                                  Cost to export, documentary compliance (US$)
## 704                                                                                    Human capital index (HCI), female, upper bound (scale 0-1)
## 705                                                                                                              Interest payments (% of revenue)
## 706                                                                                                 Customs and other import duties (current LCU)
## 707                                                                                               Net incurrence of liabilities, total (% of GDP)
## 708                                                                                                  Domestic credit to private sector (% of GDP)
## 709                                                                                  Claims on private sector (annual growth as % of broad money)
## 710                                                                                         Automated teller machines (ATMs) (per 100,000 adults)
## 711                                                                                                          Aquaculture production (metric tons)
## 712             CO2 emissions from other sectors, excluding residential buildings and commercial and public services (% of total fuel combustion)
## 713                                                                              Nitrous oxide emissions (thousand metric tons of CO2 equivalent)
## 714                                                                                        CO2 emissions from solid fuel consumption (% of total)
## 715                                                                                                   Fossil fuel energy consumption (% of total)
## 716                                                                                                       Access to electricity (% of population)
## 717                                                                                       Debt service on external debt, total (TDS, current US$)
## 718                                                                                      Net official flows from UN agencies, UNRWA (current US$)
## 719                                                                             Commercial banks and other lending (PPG + PNG) (NFL, current US$)
## 720                                                                                    Portfolio investment, bonds (PPG + PNG) (NFL, current US$)
## 721                                                                                                               External debt stocks (% of GNI)
## 722                                                                            Net bilateral aid flows from DAC donors, Netherlands (current US$)
## 723                                                                            Net bilateral aid flows from DAC donors, Switzerland (current US$)
## 724                                                                                                  Secondary income receipts (BoP, current US$)
## 725                                                                                               Technical cooperation grants (BoP, current US$)
## 726                                                                                            Foreign direct investment, net outflows (% of GDP)
## 727                                                                                                       Food production index (2014-2016 = 100)
## 728                                                                                                           Permanent cropland (% of land area)
## 729                                                                                                Intentional homicides, male (per 100,000 male)
## 730                                Merchandise exports to low- and middle-income economies in Sub-Saharan Africa (% of total merchandise exports)
## 731                                                                                 Agricultural raw materials exports (% of merchandise exports)
## 732                   Merchandise imports from low- and middle-income economies in Latin America & the Caribbean (% of total merchandise imports)
## 733                                                                                     Tariff rate, applied, weighted mean, primary products (%)
## 734                                                                                Tariff rate, applied, weighted mean, manufactured products (%)
## 735                                                                                                 International tourism, receipts (current US$)
## 736                                                                                                      Population, male (% of total population)
## 737                                                                                            Population ages 70-74, male (% of male population)
## 738                                                                                            Population ages 45-49, male (% of male population)
## 739                                                                                        Population ages 15-64, female (% of female population)
## 740                                                       Teenage mothers (% of women ages 15-19 who have had children or are currently pregnant)
## 741                                                                                                          Death rate, crude (per 1,000 people)
## 742                                                      Children in employment, wage workers, male (% of male children in employment, ages 7-14)
## 743                                                      Unemployment with basic education, female (% of female labor force with basic education)
## 744                                  Labor force with intermediate education, male (% of male working-age population with intermediate education)
## 745                                               Labor force participation rate, total (% of total population ages 15-64) (modeled ILO estimate)
## 746                                                               Children in employment, study and work (% of children in employment, ages 7-14)
## 747                                                 Children in employment, self-employed, female (% of female children in employment, ages 7-14)
## 748                                                             Wage and salaried workers, female (% of female employment) (modeled ILO estimate)
## 749                                                                             Employers, female (% of female employment) (modeled ILO estimate)
## 750                                                   Survey mean consumption or income per capita, bottom 40% of population (2017 PPP $ per day)
## 751                                                                                                                                    Gini index
## 752                                                                                   Out-of-pocket expenditure (% of current health expenditure)
## 753               Proportion of population spending more than 10% of household consumption or income on out-of-pocket health care expenditure (%)
## 754                                                                              Prevalence of wasting, weight for height (% of children under 5)
## 755                                                  Mortality rate attributed to unintentional poisoning, female (per 100,000 female population)
## 756                                                           People with basic handwashing facilities including soap and water (% of population)
## 757                                                                                        Number of surgical procedures (per 100,000 population)
## 758                                                                                                   Community health workers (per 1,000 people)
## 759                                                                                                               Children (0-14) living with HIV
## 760                                                                                      Women's share of population ages 15+ living with HIV (%)
## 761                                                                           Condom use, population ages 15-24, female (% of females ages 15-24)
## 762                                                                                          Women Business and the Law Index Score (scale 1-100)
## 763                                                                                                 Tertiary education, academic staff (% female)
## 764                                            Educational attainment, at least Bachelor's or equivalent, population 25+, female (%) (cumulative)
## 765                                                                                                           Progression to secondary school (%)
## 766                                                                                                           Secondary education, general pupils
## 767                                                                                                   Lower secondary school starting age (years)
## 768                                                                                               Repeaters, primary, male (% of male enrollment)
## 769                                                                                                    School enrollment, primary, female (% net)
## 770                                                                                       Primary completion rate, male (% of relevant age group)
## 771                                                                                    Literacy rate, adult total (% of people ages 15 and above)
## 772                                                                  Coverage of social safety net programs in richest quintile (% of population)
## 773                                                                            Coverage of social protection and labor programs (% of population)
## 774                                                                                     Net primary income (Net income from abroad) (current LCU)
## 775                                                                                                                         GNI growth (annual %)
## 776                                                                                                            GDP per capita (constant 2015 US$)
## 777                                                                                         Gross value added at basic prices (GVA) (current LCU)
## 778                                                                                         Adjusted net national income per capita (current US$)
## 779                                                                                             Adjusted savings: net forest depletion (% of GNI)
## 780                                                                         Machinery and transport equipment (% of value added in manufacturing)
## 781                                                                    Financial intermediary services indirectly Measured (FISIM) (constant LCU)
## 782                                                                                               Imports of goods and services (annual % growth)
## 783                                                                                             Gross fixed capital formation (constant 2015 US$)
## 784                                                                             Gross national expenditure deflator (base year varies by country)
## 785                                                                             Households and NPISHs Final consumption expenditure (current LCU)
## 786                                                         Statistical performance indicators (SPI): Pillar 3 data products score  (scale 0-100)
## 787                                                                                   CPIA equity of public resource use rating (1=low to 6=high)
## 788                                                                                                             Patent applications, nonresidents
## 789                                                                                                                         Tax payments (number)
## 790                                                                                                     Time required to register property (days)
## 791                                                                                     Firms with female participation in ownership (% of firms)
## 792                                                                                                Time to obtain an electrical connection (days)
## 793                                                                                            Human capital index (HCI), lower bound (scale 0-1)
## 794                                                                                                       Compensation of employees (current LCU)
## 795                                                                                                                Taxes on exports (current LCU)
## 796                                                                                             Net acquisition of financial assets (current LCU)
## 797                                                                                                                        Real interest rate (%)
## 798                                                                              Claims on central government (annual growth as % of broad money)
## 799                                                                             Renewable internal freshwater resources per capita (cubic meters)
## 800                                                                                        Population in the largest city (% of urban population)
## 801                                                                                     GHG net emissions/removals by LUCF (Mt of CO2 equivalent)
## 802                                                                                                        Methane emissions (% change from 1990)
## 803                                                                                       CO2 emissions from liquid fuel consumption (% of total)
## 804                                                                            Renewable energy consumption (% of total final energy consumption)
## 805                                                             Access to clean fuels and technologies for cooking, urban (% of urban population)
## 806                                                                                                                   Net ODA received (% of GNI)
## 807                                                                                      Net official flows from UN agencies, UNECE (current US$)
## 808                                                                                                Net financial flows, others (NFL, current US$)
## 809                                                                                                 IBRD loans and IDA credits (DOD, current US$)
## 810                                                                                  Net ODA provided to the least developed countries (% of GNI)
## 811                                                                                Net bilateral aid flows from DAC donors, Iceland (current US$)
## 812                                                                              Net bilateral aid flows from DAC donors, Australia (current US$)
## 813                                                                                                Transport services (% of service exports, BoP)
## 814                                                                                                  Portfolio investment, net (BoP, current US$)
## 815                                                                     Charges for the use of intellectual property, payments (BoP, current US$)
## 816                                                                                                                      Rural land area (sq. km)
## 817                                                                                                            Agricultural land (% of land area)
## 818                                                    Statistical performance indicators (SPI): Pillar 5 data infrastructure score (scale 0-100)
## 819                                                                                               CPIA social protection rating (1=low to 6=high)
## 820                                                                                                 Trademark applications, nonresident, by count
## 821                                                                                                 Total tax and contribution rate (% of profit)
## 822                                                                            Cost of business start-up procedures, female (% of GNI per capita)
## 823                                                                              Firms that do not report all sales for tax purposes (% of firms)
## 824                                                                                            Firms experiencing electrical outages (% of firms)
## 825                                                                                      Human capital index (HCI), male, lower bound (scale 0-1)
## 826                                                                                                      Goods and services expense (current LCU)
## 827                                                                                                     Taxes on goods and services (current LCU)
## 828                                                                                                  Central government debt, total (current LCU)
## 829                                                                                                    Claims on central government, etc. (% GDP)
## 830                                                                                                             Net domestic credit (current LCU)
## 831                                                                                              Marine protected areas (% of territorial waters)
## 832                                                             Population in urban agglomerations of more than 1 million (% of total population)
## 833                                      CO2 emissions from residential buildings and commercial and public services (% of total fuel combustion)
## 834                                                                                             Agricultural nitrous oxide emissions (% of total)
## 835                                                                                                           CO2 emissions (kg per PPP $ of GDP)
## 836                                                                     GDP per unit of energy use (constant 2017 PPP $ per kg of oil equivalent)
## 837                                                                                   Energy intensity level of primary energy (MJ/$2017 PPP GDP)
## 838                                                                         Net ODA received (% of imports of goods, services and primary income)
## 839                                                                                      Net official flows from UN agencies, UNFPA (current US$)
## 840                                                                                                    PPG, official creditors (NFL, current US$)
## 841                                                           Present value of external debt (% of exports of goods, services and primary income)
## 842                                                                                                            Net ODA provided, total (% of GNI)
## 843                                                                                  Net bilateral aid flows from DAC donors, Japan (current US$)
## 844                                                                                Net bilateral aid flows from DAC donors, Belgium (current US$)
## 845                                                                                     Foreign direct investment, net inflows (BoP, current US$)
## 846                                                                                                       Net secondary income (BoP, current US$)
## 847                                                                                                Transport services (% of service imports, BoP)
## 848                                                                                Agricultural machinery, tractors per 100 sq. km of arable land
## 849                                                                                                             Arable land (hectares per person)
## 850                                                                          General government final consumption expenditure (constant 2015 US$)
## 851                                          Logistics performance index: Quality of trade and transport-related infrastructure (1=low to 5=high)
## 852                                                                                           Railways, passengers carried (million passenger-km)
## 853                                                                                                           CPIA trade rating (1=low to 6=high)
## 854                                                        CPIA policy and institutions for environmental sustainability rating (1=low to 6=high)
## 855                                                                              Investment in transport with private participation (current US$)
## 856                                                                                                Time required to start a business, male (days)
## 857                                                                                                   Firms offering formal training (% of firms)
## 858                                                                                                Time to export, documentary compliance (hours)
## 859                                                               Ease of doing business score (0 = lowest performance to 100 = best performance)
## 860                                                                                                                   Other expense (current LCU)
## 861                                                                                                    Taxes on international trade (current LCU)
## 862                                                                                              Net investment in nonfinancial assets (% of GDP)
## 863                  Account ownership at a financial institution or with a mobile-money-service provider, richest 60% (% of population ages 15+)
## 864                                                                                                                        Broad money (% of GDP)
## 865                                                                                                 Commercial bank branches (per 100,000 adults)
## 866                                                                                                      Total fisheries production (metric tons)
## 867                                                                                                                      Fish species, threatened
## 868                                                                                    PFC gas emissions (thousand metric tons of CO2 equivalent)
## 869                                                                                           Other greenhouse gas emissions (% change from 1990)
## 870                                                                                          Combustible renewables and waste (% of total energy)
## 871                                                                            Electricity production from oil, gas and coal sources (% of total)
## 872                                                                                                                 Total debt service (% of GNI)
## 873                                                                                      Net official flows from UN agencies, UNWTO (current US$)
## 874                                                                                  PNG, commercial banks and other creditors (NFL, current US$)
## 875                                                                                        Net official flows from UN agencies, FAO (current US$)
## 876                                                                                            External debt stocks, long-term (DOD, current US$)
## 877                                                                            Net bilateral aid flows from DAC donors, New Zealand (current US$)
## 878                                                                                Net bilateral aid flows from DAC donors, Germany (current US$)
## 879                                                                                                  Personal remittances, received (current US$)
## 880                                                                                               ICT service exports (% of service exports, BoP)
## 881                                                                                                      Personal remittances, paid (current US$)
## 882                                                                                                                         Surface area (sq. km)
## 883                                                                      Rural land area where elevation is below 5 meters (% of total land area)
## 884                                                                                                    Intentional homicides (per 100,000 people)
## 885                                                       Merchandise exports by the reporting economy, residual (% of total merchandise exports)
## 886                                                                                                       Food exports (% of merchandise exports)
## 887                      Merchandise imports from low- and middle-income economies in Middle East & North Africa (% of total merchandise imports)
## 888                                                                         Tariff rate, most favored nation, weighted mean, primary products (%)
## 889                                                                    Tariff rate, most favored nation, weighted mean, manufactured products (%)
## 890                                                                                          International tourism, receipts (% of total exports)
## 891                                                                                                Completeness of birth registration, female (%)
## 892                                                                                        Population ages 75-79, female (% of female population)
## 893                                                                                        Population ages 50-54, female (% of female population)
## 894                                                                                                                   Population ages 15-64, male
## 895                                                                                        Population ages 00-04, female (% of female population)
## 896                                                                   Contraceptive prevalence, any modern method (% of married women ages 15-49)
## 897                                                                 Children in employment, wage workers (% of children in employment, ages 7-14)
## 898                                                          Unemployment with basic education, male (% of male labor force with basic education)
## 899                                       Labor force with intermediate education (% of total working-age population with intermediate education)
## 900                                      Labor force with advanced education, female (% of female working-age population with advanced education)
## 901                                                           Average working hours of children, working only, female, ages 7-14 (hours per week)
## 902                                                     Children in employment, self-employed, male (% of male children in employment, ages 7-14)
## 903                                                                 Wage and salaried workers, male (% of male employment) (modeled ILO estimate)
## 904                                                                                 Employers, male (% of male employment) (modeled ILO estimate)
## 905                             Annualized average growth rate in per capita real survey mean consumption or income, bottom 40% of population (%)
## 906                                                                           Poverty headcount ratio at $3.65 a day (2017 PPP) (% of population)
## 907                                                                                            Out-of-pocket expenditure per capita (current US$)
## 908                           Number of people spending more than 25% of household consumption or income on out-of-pocket health care expenditure
## 909                                                               Prevalence of severe wasting, weight for height, female (% of children under 5)
## 910                                                      Mortality rate attributed to unintentional poisoning, male (per 100,000 male population)
## 911                                                                     Prevalence of underweight, weight for age, female (% of children under 5)
## 912                    Mortality rate attributed to household and ambient air pollution, age-standardized, female (per 100,000 female population)
## 913                                                                                                        Nurses and midwives (per 1,000 people)
## 914                                                                                                      Prevalence of HIV, female (% ages 15-24)
## 915                                                                                         Prevalence of HIV, total (% of population ages 15-49)
## 916                                                                               Condom use, population ages 15-24, male (% of males ages 15-24)
## 917                                                          Proportion of time spent on unpaid domestic and care work, female (% of 24 hour day)
## 918                                                Current education expenditure, primary (% of total expenditure in primary public institutions)
## 919                                              Educational attainment, at least Bachelor's or equivalent, population 25+, male (%) (cumulative)
## 920                                                                        Trained teachers in secondary education, female (% of female teachers)
## 921                                                                                                Secondary education, general pupils (% female)
## 922                                                                             Lower secondary completion rate, female (% of relevant age group)
## 923                                                                                             Repeaters, primary, total (% of total enrollment)
## 924                                                                                                      School enrollment, primary, male (% net)
## 925                                                                                      Primary completion rate, total (% of relevant age group)
## 926                                                                                                        Compulsory education, duration (years)
## 927                                                          Adequacy of social insurance programs (% of total welfare of beneficiary households)
## 928                                                     Adequacy of unemployment benefits and ALMP (% of total welfare of beneficiary households)
## 929                                                                                    Net primary income (Net income from abroad) (constant LCU)
## 930                                                                                                                            GNI (constant LCU)
## 931                                                                                                              GDP per capita growth (annual %)
## 932                                                                                   Gross value added at basic prices (GVA) (constant 2015 US$)
## 933                                                                                   Adjusted net national income per capita (constant 2015 US$)
## 934                                                                                  Adjusted savings: consumption of fixed capital (current US$)
## 935                                                                                       Other manufacturing (% of value added in manufacturing)
## 936                                                                 Industry (including construction), value added per worker (constant 2015 US$)
## 937                                                                                                      Commercial service exports (current US$)
## 938                                                                                            Ores and metals exports (% of merchandise exports)
## 939                                      Merchandise imports from low- and middle-income economies within region (% of total merchandise imports)
## 940                                                                                                     ICT goods imports (% total goods imports)
## 941                                                                               Tariff rate, most favored nation, simple mean, all products (%)
## 942                                                                                             International tourism, expenditures (current US$)
## 943                                                                        Completeness of death registration with cause-of-death information (%)
## 944                                                                                            Age dependency ratio (% of working-age population)
## 945                                                                                            Population ages 60-64, male (% of male population)
## 946                                                                                            Population ages 20-24, male (% of male population)
## 947                                                                                             Population ages 0-14, male (% of male population)
## 948                                                                                                      Life expectancy at birth, female (years)
## 949                                                                                                 International migrant stock (% of population)
## 950                                                Share of youth not in education, employment or training, female (% of female youth population)
## 951                                                                                                                            Labor force, total
## 952                                                     Labor force with basic education (% of total working-age population with basic education)
## 953                                                                    Children in employment, work only (% of children in employment, ages 7-14)
## 954                                                                Employment in services, female (% of female employment) (modeled ILO estimate)
## 955                                                           Contributing family workers, female (% of female employment) (modeled ILO estimate)
## 956                                                                                Female share of employment in senior and middle management (%)
## 957                                                                 Child employment in agriculture (% of economically active children ages 7-14)
## 958                                                                     Multidimensional poverty headcount ratio, female (% of female population)
## 959                                                                                                               Income share held by second 20%
## 960                                                                                           Current health expenditure per capita (current US$)
## 961                                                                                                Incidence of tuberculosis (per 100,000 people)
## 962                                                                          Prevalence of stunting, height for age, male (% of children under 5)
## 963                                                                              People practicing open defecation, rural (% of rural population)
## 964                                                                People using at least basic sanitation services, rural (% of rural population)
## 965                                                       Children with fever receiving antimalarial drugs (% of children under age 5 with fever)
## 966                                                                            Adults (ages 15+) and children (ages 0-14) newly infected with HIV
## 967                                                            Mortality from CVD, cancer, diabetes or CRD between exact ages 30 and 70, male (%)
## 968                                         Cause of death, by communicable diseases and maternal, prenatal and nutrition conditions (% of total)
## 969                                        Women who believe a husband is justified in beating his wife when she goes out without telling him (%)
## 970                                                                   Expenditure on primary education (% of government expenditure on education)
## 971                                              Educational attainment, at least Master's or equivalent, population 25+, female (%) (cumulative)
## 972                                                                  Trained teachers in upper secondary education, female (% of female teachers)
## 973                                                                                             Secondary education, vocational pupils (% female)
## 974                                            Educational attainment, at least completed lower secondary, population 25+, total (%) (cumulative)
## 975                                                                                                        Primary education, teachers (% female)
## 976                                                                                       Over-age students, primary, male (% of male enrollment)
## 977                                                                                                                     Primary education, pupils
## 978                                                                                                        Preprimary education, duration (years)
## 979                                                                       Coverage of social insurance programs in 3rd quintile (% of population)
## 980                                                                  Coverage of unemployment benefits and ALMP in 3rd quintile (% of population)
## 981                                                                        Net secondary income (Net current transfers from abroad) (current LCU)
## 982                                                                                                            GNI per capita (constant 2015 US$)
## 983                                                                                                      Total natural resources rents (% of GDP)
## 984                                                                                                                             GDP (current LCU)
## 985                                                                        Adjusted net savings, excluding particulate emission damage (% of GNI)
## 986                                                                                                 Adjusted savings: energy depletion (% of GNI)
## 987                                                                                                           Services, value added (current LCU)
## 988                                                                                                     Manufacturing, value added (constant LCU)
## 989                                                                                             External balance on goods and services (% of GDP)
## 990                                                                                                         Changes in inventories (constant LCU)
## 991                                                                                                   Exports of goods and services (current US$)
## 992                                                              Households and NPISHs Final consumption expenditure per capita growth (annual %)
## 993                                                                                                               Military expenditure (% of GDP)
## 994                                                                                                Secure Internet servers (per 1 million people)
## 995                                                    Internally displaced persons, new displacement associated with disasters (number of cases)
## 996                     Merchandise exports to low- and middle-income economies in Latin America & the Caribbean (% of total merchandise exports)
## 997                                                                                         Medium and high-tech exports (% manufactured exports)
## 998                                     Merchandise imports from low- and middle-income economies outside region (% of total merchandise imports)
## 999                                                                                       Tariff rate, applied, simple mean, primary products (%)
## 1000                                                                                 Tariff rate, applied, simple mean, manufactured products (%)
## 1001                                                                                 Unmet need for contraception (% of married women ages 15-49)
## 1002                                                                                                                           Population, female
## 1003                                                                                                          Population ages 65 and above, total
## 1004                                                                                       Population ages 40-44, female (% of female population)
## 1005                                                                                       Population ages 15-19, female (% of female population)
## 1006                                                                                Female headed households (% of households with a female head)
## 1007                                                                                      Mortality rate, adult, female (per 1,000 female adults)
## 1008                                                                             Unemployment, total (% of total labor force) (national estimate)
## 1009                                               Unemployment with advanced education, female (% of female labor force with advanced education)
## 1010                                                   Labor force participation rate, total (% of total population ages 15+) (national estimate)
## 1011                                                              Labor force participation rate for ages 15-24, total (%) (modeled ILO estimate)
## 1012                                                          Average working hours of children, study and work, male, ages 7-14 (hours per week)
## 1013                                               Child employment in manufacturing, female (% of female economically active children ages 7-14)
## 1014                                                                Vulnerable employment, female (% of female employment) (modeled ILO estimate)
## 1015                                                                  Employment to population ratio, ages 15-24, male (%) (modeled ILO estimate)
## 1016                                                                                                    Poverty gap at $6.85 a day (2017 PPP) (%)
## 1017                                                                                                              Income share held by lowest 20%
## 1018                                                         Domestic general government health expenditure (% of general government expenditure)
## 1019                  Increase in poverty gap at $3.20 ($ 2011 PPP) poverty line due to out-of-pocket health care expenditure (% of poverty line)
## 1020                                    Mortality rate attributed to unsafe water, unsafe sanitation and lack of hygiene (per 100,000 population)
## 1021                                                                           Prevalence of overweight (modeled estimate, % of children under 5)
## 1022                                                                                                     Female genital mutilation prevalence (%)
## 1023                                                                                  Prevalence of current tobacco use, males (% of male adults)
## 1024                                                                                          Immunization, DPT (% of children ages 12-23 months)
## 1025                                                           People using safely managed drinking water services, rural (% of rural population)
## 1026                                                                          Probability of dying among adolescents ages 10-14 years (per 1,000)
## 1027                                                                 Prevalence of anemia among women of reproductive age (% of women ages 15-49)
## 1028          Women participating in the three decisions (own health care, major household purchases, and visiting family) (% of women age 15-49)
## 1029                                                                                                        School enrollment, tertiary (% gross)
## 1030                                                                   Adolescents out of school, female (% of female lower secondary school age)
## 1031                                                                                 School enrollment, secondary, private (% of total secondary)
## 1032                                                                                                        Secondary education, duration (years)
## 1033                                                                                                        Children out of school, primary, male
## 1034                                                                                     Persistence to last grade of primary, male (% of cohort)
## 1035                                                       Gross intake ratio in first grade of primary education, male (% of relevant age group)
## 1036                                                                               Trained teachers in preprimary education (% of total teachers)
## 1037                                                                                          Literacy rate, youth total (% of people ages 15-24)
## 1038                                                                     Coverage of social safety net programs in 2nd quintile (% of population)
## 1039                                                                         PPP conversion factor, private consumption (LCU per international $)
## 1040                                                                                                                     Gross savings (% of GNI)
## 1041                                                                                                                            GNI (current LCU)
## 1042                                                                                                                 Natural gas rents (% of GDP)
## 1043                                                                                     Discrepancy in expenditure estimate of GDP (current LCU)
## 1044                                                                                                   Adjusted net national income (current US$)
## 1045                                                                                        Adjusted savings: carbon dioxide damage (current US$)
## 1046                                                                                    Industry (including construction), value added (% of GDP)
## 1047                                                                               Agriculture, forestry, and fishing, value added (constant LCU)
## 1048                                                                                                  Imports of goods and services (current US$)
## 1049                                                                                     Gross fixed capital formation, private sector (% of GDP)
## 1050                                                                                              Final consumption expenditure (annual % growth)
## 1051                                                                              General government final consumption expenditure (constant LCU)
## 1052                                                                                             Individuals using the Internet (% of population)
## 1053                                                                                       Air transport, registered carrier departures worldwide
## 1054                                                             CPIA public sector management and institutions cluster average (1=low to 6=high)
## 1055                                                                                                   Trademark applications, resident, by count
## 1056                                                                                                    Time required to build a warehouse (days)
## 1057                                                                             Cost of business start-up procedures, male (% of GNI per capita)
## 1058                                                                           Firms visited or required meetings with tax officials (% of firms)
## 1059                                                                                                      Time required to get electricity (days)
## 1060                                                                                                  Human capital index (HCI), male (scale 0-1)
## 1061                                                                                                    Goods and services expense (% of expense)
## 1062                                                                                                   Taxes on goods and services (% of revenue)
## 1063                                                                                                    Central government debt, total (% of GDP)
## 1064                                                                                   Claims on other sectors of the domestic economy (% of GDP)
## 1065                                                                                                             Net foreign assets (current LCU)
## 1066                                                                         Terrestrial and marine protected areas (% of total territorial area)
## 1067                                                                                                   Pump price for diesel fuel (US$ per liter)
## 1068                                                       CO2 emissions from electricity and heat production, total (% of total fuel combustion)
## 1069                                                            Nitrous oxide emissions in energy sector (thousand metric tons of CO2 equivalent)
## 1070                                                                                                     CO2 emissions (kg per 2017 PPP $ of GDP)
## 1071                                                                                                        Energy imports, net (% of energy use)
## 1072                                                                                         Access to electricity, rural (% of rural population)
## 1073                                                                                                    Net ODA received per capita (current US$)
## 1074                                                                                    Net official flows from UN agencies, UNIDIR (current US$)
## 1075                                                                                                                PPG, bonds (NFL, current US$)
## 1076                                                                                                    Present value of external debt (% of GNI)
## 1077                                                                                                  Net ODA provided, total (constant 2020 US$)
## 1078                                                                           Net bilateral aid flows from DAC donors, Korea, Rep. (current US$)
## 1079                                                                                Net bilateral aid flows from DAC donors, Canada (current US$)
## 1080                                                                                            Foreign direct investment, net inflows (% of GDP)
## 1081                                                                                                       Net capital account (BoP, current US$)
## 1082                                                                                                  Travel services (% of service imports, BoP)
## 1083                                                                                                              Cereal production (metric tons)
## 1084                                                                                                                 Arable land (% of land area)
## 1085                                                                                   Merchandise exports by the reporting economy (current US$)
## 1086                                                                                                      Fuel exports (% of merchandise exports)
## 1087                                     Merchandise imports from low- and middle-income economies in South Asia (% of total merchandise imports)
## 1088                                                                                                         Import unit value index (2015 = 100)
## 1089                                                                                                           Binding coverage, all products (%)
## 1090                                                                  International tourism, receipts for passenger transport items (current US$)
## 1091                                                                                                 Completeness of birth registration, male (%)
## 1092                                                                                           Population ages 75-79, male (% of male population)
## 1093                                                                                           Population ages 50-54, male (% of male population)
## 1094                                                                                           Population ages 15-64, male (% of male population)
## 1095                                                                                           Population ages 00-04, male (% of male population)
## 1096                                                                         Contraceptive prevalence, any method (% of married women ages 15-49)
## 1097                                                                                                                                Net migration
## 1098                                                              Unemployment with basic education (% of total labor force with basic education)
## 1099                                                                                  Part time employment, female (% of total female employment)
## 1100                                         Labor force with advanced education, male (% of male working-age population with advanced education)
## 1101                                                    Children in employment, work only, female (% of female children in employment, ages 7-14)
## 1102                                                               Children in employment, self-employed (% of children in employment, ages 7-14)
## 1103                                                              Wage and salaried workers, total (% of total employment) (modeled ILO estimate)
## 1104                                                                              Employers, total (% of total employment) (modeled ILO estimate)
## 1105                                                          Survey mean consumption or income per capita, total population (2017 PPP $ per day)
## 1106                                                                                                    Poverty gap at $3.65 a day (2017 PPP) (%)
## 1107                                                                          Out-of-pocket expenditure per capita, PPP (current international $)
## 1108              Proportion of population spending more than 25% of household consumption or income on out-of-pocket health care expenditure (%)
## 1109                                                                Prevalence of severe wasting, weight for height, male (% of children under 5)
## 1110                                                               People using safely managed sanitation services, rural (% of rural population)
## 1111                                                                      Prevalence of underweight, weight for age, male (% of children under 5)
## 1112                       Mortality rate attributed to household and ambient air pollution, age-standardized, male (per 100,000 male population)
## 1113                                                                                                                Physicians (per 1,000 people)
## 1114                                                                                                       Prevalence of HIV, male (% ages 15-24)
## 1115                                                                                              Mortality rate, under-5 (per 1,000 live births)
## 1116                                                                                                              Number of deaths ages 5-9 years
## 1117                                                           Proportion of time spent on unpaid domestic and care work, male (% of 24 hour day)
## 1118                                           Current education expenditure, secondary (% of total expenditure in secondary public institutions)
## 1119                                            Educational attainment, at least Bachelor's or equivalent, population 25+, total (%) (cumulative)
## 1120                                                                 Trained teachers in lower secondary education, female (% of female teachers)
## 1121                                                                                                         Pupil-teacher ratio, lower secondary
## 1122                                                                              Lower secondary completion rate, male (% of relevant age group)
## 1123                                                                         Trained teachers in primary education, female (% of female teachers)
## 1124                                                                     Net intake rate in grade 1, female (% of official school-age population)
## 1125                                            Educational attainment, at least completed primary, population 25+ years, female (%) (cumulative)
## 1126                                                                                School enrollment, primary (gross), gender parity index (GPI)
## 1127                                    Benefit incidence of social insurance programs to poorest quintile (% of total social insurance benefits)
## 1128                                         Benefit incidence of unemployment benefits and ALMP to poorest quintile (% of total U/ALMP benefits)
## 1129                                                                                               Taxes less subsidies on products (current US$)
## 1130                                                                                                           GNI, PPP (current international $)
## 1131                                                                                                                GDP per capita (constant LCU)
## 1132                                                                                       Gross value added at basic prices (GVA) (constant LCU)
## 1133                                                                                    Adjusted net national income per capita (annual % growth)
## 1134                                                                                    Adjusted savings: consumption of fixed capital (% of GNI)
## 1135                                                                 Medium and high-tech manufacturing value added (% manufacturing value added)
## 1136                                                                                                     Manufacturing, value added (current US$)
## 1137                                                                                                     Imports of goods and services (% of GDP)
## 1138                                                                                                 Gross fixed capital formation (constant LCU)
## 1139                                                                                                     Gross national expenditure (current LCU)
## 1140                                                                      Households and NPISHs Final consumption expenditure (constant 2015 US$)
## 1141                                                                                                                Armed forces personnel, total
## 1142                                                                                               Fixed telephone subscriptions (per 100 people)
## 1143                                                    Internally displaced persons, total displaced by conflict and violence (number of people)
## 1144                       Merchandise exports to low- and middle-income economies in Middle East & North Africa (% of total merchandise exports)
## 1145                                                                                                             Export volume index (2000 = 100)
## 1146                            Merchandise imports from low- and middle-income economies in East Asia & Pacific (% of total merchandise imports)
## 1147                                                                          Tariff rate, most favored nation, simple mean, primary products (%)
## 1148                                                                     Tariff rate, most favored nation, simple mean, manufactured products (%)
## 1149                                                                                                    International tourism, number of arrivals
## 1150                                                                                                   Population, female (% of total population)
## 1151                                                                                         Population ages 65 and above (% of total population)
## 1152                                                                                           Population ages 40-44, male (% of male population)
## 1153                                                                                           Population ages 15-19, male (% of male population)
## 1154                                                                               Women who were first married by age 15 (% of women ages 20-24)
## 1155                                                                                          Mortality rate, adult, male (per 1,000 male adults)
## 1156                                                                          Unemployment, total (% of total labor force) (modeled ILO estimate)
## 1157                                                   Unemployment with advanced education, male (% of male labor force with advanced education)
## 1158                                                Labor force participation rate, total (% of total population ages 15+) (modeled ILO estimate)
## 1159                                            Labor force participation rate, female (% of female population ages 15-64) (modeled ILO estimate)
## 1160                                                   Children in employment, study and work, male (% of male children in employment, ages 7-14)
## 1161                                                   Child employment in manufacturing, male (% of male economically active children ages 7-14)
## 1162                                                                    Vulnerable employment, male (% of male employment) (modeled ILO estimate)
## 1163                                                                    Employment to population ratio, ages 15-24, total (%) (national estimate)
## 1164                                                                    Average transaction cost of sending remittances to a specific country (%)
## 1165                                                                          Poverty headcount ratio at $2.15 a day (2017 PPP) (% of population)
## 1166                                                                      Domestic general government health expenditure per capita (current US$)
## 1167                       Proportion of population pushed below the $3.20 ($ 2011 PPP) poverty line by out-of-pocket health care expenditure (%)
## 1168                                                                     Prevalence of wasting, weight for height, female (% of children under 5)
## 1169                                                                          Prevalence of overweight, weight for height (% of children under 5)
## 1170                                             People with basic handwashing facilities including soap and water, rural (% of rural population)
## 1171                                                                     Risk of catastrophic expenditure for surgical care (% of people at risk)
## 1172                                                                                      Immunization, measles (% of children ages 12-23 months)
## 1173                                                           People using safely managed drinking water services, urban (% of urban population)
## 1174                                                                          Probability of dying among adolescents ages 15-19 years (per 1,000)
## 1175                                                                         Prevalence of anemia among children (% of children ages 6-59 months)
## 1176 Women making their own informed decisions regarding sexual relations, contraceptive use and reproductive health care  (% of women age 15-49)
## 1177                                                                                                School enrollment, tertiary, female (% gross)
## 1178                                                                       Adolescents out of school, male (% of male lower secondary school age)
## 1179                                                                                                  Progression to secondary school, female (%)
## 1180                                                                                                                  Secondary education, pupils
## 1181                                                                                  Children out of school, male (% of male primary school age)
## 1182                                                                                    Persistence to last grade of primary, total (% of cohort)
## 1183                                                      Gross intake ratio in first grade of primary education, total (% of relevant age group)
## 1184                                                                                                          Primary school starting age (years)
## 1185                                                                                 Literacy rate, adult female (% of females ages 15 and above)
## 1186                                                                     Coverage of social safety net programs in 3rd quintile (% of population)
## 1187                                              Adequacy of social protection and labor programs (% of total welfare of beneficiary households)
## 1188                                                                                                                     Gross savings (% of GDP)
## 1189                                                                                                             GNI: linked series (current LCU)
## 1190                                                                                                                 GDP per capita (current US$)
## 1191                                                                                    Discrepancy in expenditure estimate of GDP (constant LCU)
## 1192                                                                                             Adjusted net national income (constant 2015 US$)
## 1193                                                                                           Adjusted savings: carbon dioxide damage (% of GNI)
## 1194                                                                                                Chemicals (% of value added in manufacturing)
## 1195                                                                                   Agriculture, forestry, and fishing, value added (% of GDP)
## 1196                                                                                                  Imports of goods and services (current LCU)
## 1197                                                              Statistical performance indicators (SPI): Pillar 1 data use score (scale 0-100)
## 1198                                                                                       CPIA macroeconomic management rating (1=low to 6=high)
## 1199                                                                                           Industrial design applications, resident, by count
## 1200                                                        Number of visits or required meetings with tax officials (average for affected firms)
## 1201                                                                                         Strength of legal rights index (0=weak to 12=strong)
## 1202                                                                                          Time required to obtain an operating license (days)
## 1203                                                                                                Public credit registry coverage (% of adults)
## 1204                                                                                                        Human capital index (HCI) (scale 0-1)
## 1205                                                                                    Taxes on income, profits and capital gains (% of revenue)
## 1206                                                                                                      Revenue, excluding grants (current LCU)
## 1207                              Account ownership at a financial institution or with a mobile-money-service provider (% of population ages 15+)
## 1208                                                                                                                    Lending interest rate (%)
## 1209                                                                                                          Total reserves in months of imports
## 1210                                                                               Annual freshwater withdrawals, total (% of internal resources)
## 1211                                                                                           Population living in slums (% of urban population)
## 1212                                                                                                                     Bird species, threatened
## 1213                                                                                                Energy related methane emissions (% of total)
## 1214                                                                                                                           CO2 emissions (kt)
## 1215                                                                 Electricity production from renewable sources, excluding hydroelectric (kWh)
## 1216                                                                 Multilateral debt service (% of public and publicly guaranteed debt service)
## 1217                                                                                   Net official development assistance received (current US$)
## 1218                                                                                     Net official flows from UN agencies, UNHCR (current US$)
## 1219                                                                                                  Net financial flows, IDA (NFL, current US$)
## 1220                                                                                                                 PPG, IBRD (DOD, current US$)
## 1221                                                                         Net bilateral aid flows from DAC donors, United States (current US$)
## 1222                                                                               Net bilateral aid flows from DAC donors, Hungary (current US$)
## 1223                                                                                                        Stocks traded, total value (% of GDP)
## 1224                                                                    Charges for the use of intellectual property, receipts (BoP, current US$)
## 1225                                                                                                  Net errors and omissions (BoP, current US$)
## 1226                                                                                                             Goods imports (BoP, current US$)
## 1227                                                                                                 Average precipitation in depth (mm per year)
## 1228                                                                                Fertilizer consumption (kilograms per hectare of arable land)
## 1229                                                                                                                Mobile cellular subscriptions
## 1230                                                                Periodicity and timeliness assessment of statistical capacity (scale 0 - 100)
## 1231                                                                                                CPIA gender equality rating (1=low to 6=high)
## 1232                                                                            Public private partnerships investment in transport (current US$)
## 1233                                                                                                        Time to prepare and pay taxes (hours)
## 1234                                                                                                    Time to import, border compliance (hours)
## 1235                                                                                      Firms competing against unregistered firms (% of firms)
## 1236                                                                                                           New businesses registered (number)
## 1237                                                                                                  Subsidies and other transfers (current LCU)
## 1238                                                                                                                    Tax revenue (current LCU)
## 1239                                                                                                      Grants and other revenue (% of revenue)
## 1240   Account ownership at a financial institution or with a mobile-money-service provider, primary education or less (% of population ages 15+)
## 1241                                                                                                        Inflation, consumer prices (annual %)
## 1242                                                                                                Bank liquid reserves to bank assets ratio (%)
## 1243                                                                   Annual freshwater withdrawals, industry (% of total freshwater withdrawal)
## 1244                                                   Rural population living in areas where elevation is below 5 meters (% of total population)
## 1245                                              PM2.5 pollution, population exposed to levels exceeding WHO Interim Target-3 value (% of total)
## 1246                                                                      Agricultural methane emissions (thousand metric tons of CO2 equivalent)
## 1247                                                                                             CO2 emissions from gaseous fuel consumption (kt)
## 1248                                                                                     Electricity production from nuclear sources (% of total)
## 1249                                                                                       Public and publicly guaranteed debt service (% of GNI)
## 1250                                                            Net official development assistance and official aid received (constant 2020 US$)
## 1251                                                                                  Net financial flows, RDB nonconcessional (NFL, current US$)
## 1252                                                                                     Net financial flows, IMF concessional (NFL, current US$)
## 1253                                                                                                        Short-term debt (% of total reserves)
## 1254                                                                              Net bilateral aid flows from DAC donors, Slovenia (current US$)
## 1255                                                                                Net bilateral aid flows from DAC donors, France (current US$)
## 1256                                                                                Market capitalization of listed domestic companies (% of GDP)
## 1257                                                                                 Insurance and financial services (% of service exports, BoP)
## 1258                                                                                                        Net primary income (BoP, current US$)
## 1259                                                                                                   Primary income payments (BoP, current US$)
## 1260                                                                                                                         Forest area (sq. km)
## 1261                                                                                                     Battle-related deaths (number of people)
## 1262                              Merchandise exports to low- and middle-income economies in East Asia & Pacific (% of total merchandise exports)
## 1263                                                                                            Travel services (% of commercial service imports)
## 1264                                                                                                            Merchandise imports (current US$)
## 1265                                                                                                Bound rate, simple mean, primary products (%)
## 1266                                                                                           Bound rate, simple mean, manufactured products (%)
## 1267                                                                                                                             Urban population
## 1268                                                                                                      Technicians in R&D (per million people)
## 1269                                                                                                           Population ages 65 and above, male
## 1270                                                                                       Population ages 35-39, female (% of female population)
## 1271                                                                                       Population ages 10-14, female (% of female population)
## 1272                                                                                                       Survival to age 65, male (% of cohort)
## 1273                                                                     Vitamin A supplementation coverage rate (% of children ages 6-59 months)
## 1274                                                                               Unemployment, male (% of male labor force) (national estimate)
## 1275                                                            Unemployment, youth total (% of total labor force ages 15-24) (national estimate)
## 1276                                                     Labor force participation rate, male (% of male population ages 15+) (national estimate)
## 1277                                                               Labor force participation rate for ages 15-24, male (%) (modeled ILO estimate)
## 1278                                                        Average working hours of children, study and work, female, ages 7-14 (hours per week)
## 1279                                                                   Employment in industry, male (% of male employment) (modeled ILO estimate)
## 1280                                                                           Employment to population ratio, 15+, total (%) (national estimate)
## 1281                                                                Employment to population ratio, ages 15-24, female (%) (modeled ILO estimate)
## 1282                                                                          Poverty headcount ratio at national poverty lines (% of population)
## 1283                                                                            Proportion of people living below 50 percent of median income (%)
## 1284                                                             Domestic general government health expenditure (% of current health expenditure)
## 1285                                Increase in poverty gap at $3.20 ($ 2011 PPP) poverty line due to out-of-pocket health care expenditure (USD)
## 1286                                                                                              Suicide mortality rate (per 100,000 population)
## 1287                                                                  Prevalence of overweight, weight for height, female (% of children under 5)
## 1288                                                                                                         Low-birthweight babies (% of births)
## 1289                                                                                              Prevalence of current tobacco use (% of adults)
## 1290                                                              Antiretroviral therapy coverage for PMTCT (% of pregnant women living with HIV)
## 1291                                                           People using at least basic drinking water services, urban (% of urban population)
## 1292                                                                                                                    Number of neonatal deaths
## 1293                                         Total alcohol consumption per capita (liters of pure alcohol, projected estimates, 15+ years of age)
## 1294                                                                     Government expenditure on education, total (% of government expenditure)
## 1295                                      Educational attainment, at least completed short-cycle tertiary, population 25+, total (%) (cumulative)
## 1296                                                                                                        Secondary education, teachers, female
## 1297                                                                                                 School enrollment, secondary, female (% net)
## 1298                                            Educational attainment, at least completed upper secondary, population 25+, male (%) (cumulative)
## 1299                                                                                                      Children out of school, primary, female
## 1300                                                                                                  Persistence to grade 5, total (% of cohort)
## 1301                                                                                                   School enrollment, primary, male (% gross)
## 1302                                                                      Trained teachers in preprimary education, female (% of female teachers)
## 1303                                                                                 Literacy rate, youth (ages 15-24), gender parity index (GPI)
## 1304                                                                                     Coverage of social safety net programs (% of population)
## 1305                                                                                         PPP conversion factor, GDP (LCU per international $)
## 1306                                                                                                                  Gross savings (current US$)
## 1307                                                                                                              GNI, Atlas method (current US$)
## 1308                                                                                                           GDP, PPP (current international $)
## 1309                                                                                                   GDP deflator (base year varies by country)
## 1310                                                                                         Adjusted savings: net national savings (current US$)
## 1311                                                                                        Adjusted savings: education expenditure (current US$)
## 1312                                                                             Industry (including construction), value added (annual % growth)
## 1313                                                                          Agriculture, forestry, and fishing, value added (constant 2015 US$)
## 1314                                                                                                       Gross capital formation (constant LCU)
## 1315                                                                                                     Exports of goods and services (% of GDP)
## 1316                                                                                                  Final consumption expenditure (current LCU)
## 1317                                                                                           Intentional homicides, female (per 100,000 female)
## 1318                                       Merchandise exports to low- and middle-income economies in South Asia (% of total merchandise exports)
## 1319                                                                                                         Export unit value index (2015 = 100)
## 1320                          Merchandise imports from low- and middle-income economies in Europe & Central Asia (% of total merchandise imports)
## 1321                                                                              Share of tariff lines with specific rates, primary products (%)
## 1322                                                                         Share of tariff lines with specific rates, manufactured products (%)
## 1323                                                                                                  International tourism, number of departures
## 1324                                                                                                                             Population, male
## 1325                                                                                       Population ages 70-74, female (% of female population)
## 1326                                                                                       Population ages 45-49, female (% of female population)
## 1327                                                                                                                Population ages 15-64, female
## 1328                                                                               Women who were first married by age 18 (% of women ages 20-24)
## 1329                                                                                                         Birth rate, crude (per 1,000 people)
## 1330                                                 Children in employment, wage workers, female (% of female children in employment, ages 7-14)
## 1331                                                        Unemployment with advanced education (% of total labor force with advanced education)
## 1332                             Labor force with intermediate education, female (% of female working-age population with intermediate education)
## 1333                                                Labor force participation rate, male (% of male population ages 15-64) (modeled ILO estimate)
## 1334                                                                Average working hours of children, study and work, ages 7-14 (hours per week)
## 1335                                                              Child employment in manufacturing (% of economically active children ages 7-14)
## 1336                                                                  Vulnerable employment, total (% of total employment) (modeled ILO estimate)
## 1337                                                                 Employment to population ratio, ages 15-24, total (%) (modeled ILO estimate)
## 1338                                                                  Average transaction cost of sending remittances from a specific country (%)
## 1339                                                                                                    Poverty gap at $2.15 a day (2017 PPP) (%)
## 1340                                                     Domestic general government health expenditure per capita, PPP (current international $)
## 1341                          Number of people spending more than 10% of household consumption or income on out-of-pocket health care expenditure
## 1342                                                                       Prevalence of wasting, weight for height, male (% of children under 5)
## 1343                                                                Mortality rate attributed to unintentional poisoning (per 100,000 population)
## 1344                                             People with basic handwashing facilities including soap and water, urban (% of urban population)
## 1345                                                                    Risk of impoverishing expenditure for surgical care (% of people at risk)
## 1346                                                                                                             Hospital beds (per 1,000 people)
## 1347                                                                        People using safely managed drinking water services (% of population)
## 1348                                                                                Probability of dying among youth ages 20-24 years (per 1,000)
## 1349                                                                        Prevalence of anemia among non-pregnant women (% of women ages 15-49)
## 1350                                                                                Proportion of seats held by women in national parliaments (%)
## 1351                                                                                                  School enrollment, tertiary, male (% gross)
## 1352                                                                                  Adolescents out of school (% of lower secondary school age)
## 1353                                                                                                    Progression to secondary school, male (%)
## 1354                                                                                                       Secondary education, pupils (% female)
## 1355                                                                                             Children out of school (% of primary school age)
## 1356                                                                                          Repeaters, primary, female (% of female enrollment)
## 1357                                                                                                           School enrollment, primary (% net)
## 1358                                                                                    Primary completion rate, female (% of relevant age group)
## 1359                                                                                     Literacy rate, adult male (% of males ages 15 and above)
## 1360                                                                     Coverage of social safety net programs in 4th quintile (% of population)
## 1361                                      Benefit incidence of social protection and labor programs to poorest quintile (% of total SPL benefits)
## 1362                                                                                    Net primary income (Net income from abroad) (current US$)
## 1363                                                                                                                      GNI (constant 2015 US$)
## 1364                                                                                                                 GDP per capita (current LCU)
## 1365                                                                                        Gross value added at basic prices (GVA) (current US$)
## 1366                                                                                               Adjusted net national income (annual % growth)
## 1367                                                                                         Adjusted savings: net forest depletion (current US$)
## 1368                                                                              Food, beverages and tobacco (% of value added in manufacturing)
## 1369                                                                    Financial intermediary services indirectly Measured (FISIM) (current LCU)
## 1370                                                                                            Imports of goods and services (constant 2015 US$)
## 1371                                                                                                  Gross fixed capital formation (current LCU)
## 1372                                                                                                     Final consumption expenditure (% of GDP)
## 1373                                                                            Households and NPISHs Final consumption expenditure (current US$)
## 1374              Logistics performance index: Frequency with which shipments reach consignee within scheduled or expected time (1=low to 5=high)
## 1375                                                          Statistical performance indicators (SPI): Pillar 4 data sources score (scale 0-100)
## 1376                                                                      CPIA property rights and rule-based governance rating (1=low to 6=high)
## 1377                                                                                                               Patent applications, residents
## 1378                                                                                                         Profit tax (% of commercial profits)
## 1379                                                                                                     Procedures to register property (number)
## 1380                                                                               Firms formally registered when operations started (% of firms)
## 1381                                                                                           Power outages in firms in a typical month (number)
## 1382                                                                                   Human capital index (HCI), female, lower bound (scale 0-1)
## 1383                                                                                                     Compensation of employees (% of expense)
## 1384                                                                                                          Taxes on exports (% of tax revenue)
## 1385                                                                                               Net acquisition of financial assets (% of GDP)
## 1386                                                                           Risk premium on lending (lending rate minus treasury bill rate, %)
## 1387                                                          Claims on other sectors of the domestic economy (annual growth as % of broad money)
## 1388                                                                                           Terrestrial protected areas (% of total land area)
## 1389                                                                                    Population in urban agglomerations of more than 1 million
## 1390                                                                  Droughts, floods, extreme temperatures (% of population, average 1990-2009)
## 1391                                                                Agricultural nitrous oxide emissions (thousand metric tons of CO2 equivalent)
## 1392                                                                                                       CO2 emissions (metric tons per capita)
## 1393                                                                                  GDP per unit of energy use (PPP $ per kg of oil equivalent)
## 1394                                                                         Access to clean fuels and technologies for cooking (% of population)
## 1395                                                                             Net official development assistance received (constant 2020 US$)
## 1396                                                                                      Net official flows from UN agencies, UNEP (current US$)
## 1397                                                                                                IFC, private nonguaranteed (NFL, current US$)
## 1398                                                                                                 Present value of external debt (current US$)
## 1399                                                                                                        Net ODA provided, total (current US$)
## 1400                                                                                 Net bilateral aid flows from DAC donors, Italy (current US$)
## 1401                                                                               Net bilateral aid flows from DAC donors, Austria (current US$)
## 1402                                                                                                  Travel services (% of service exports, BoP)
## 1403                                                                                                Reserves and related items (BoP, current US$)
## 1404                                                                             Imports of goods, services and primary income (BoP, current US$)
## 1405                                                                                                                     Urban land area (sq. km)
## 1406                                                                                                                       Arable land (hectares)
## 1407                                                                                                  Gross fixed capital formation (current US$)
## 1408                                                                                                 Final consumption expenditure (constant LCU)
## 1409                                                                                  General government final consumption expenditure (% of GDP)
## 1410                                                                                       Logistics performance index: Overall (1=low to 5=high)
## 1411                                                                                       Container port traffic (TEU: 20 foot equivalent units)
## 1412                                                                                 Statistical Capacity Score (Overall Average) (scale 0 - 100)
## 1413                                                                                                  CPIA fiscal policy rating (1=low to 6=high)
## 1414                                                                                  Public private partnerships investment in ICT (current US$)
## 1415                                                                                    Start-up procedures to register a business, male (number)
## 1416                                                                                                 Cost to import, documentary compliance (US$)
## 1417                                                               Bribery incidence (% of firms experiencing at least one bribe payment request)
## 1418                                                                         New business density (new registrations per 1,000 people ages 15-64)
## 1419                                                                                                                           Expense (% of GDP)
## 1420                                                                                                                   Other taxes (% of revenue)
## 1421                                                                                                       Grants and other revenue (current LCU)
## 1422                Account ownership at a financial institution or with a mobile-money-service provider, older adults (% of population ages 25+)
## 1423                                                                                                            Consumer price index (2010 = 100)
## 1424                                                                                        Domestic credit to private sector by banks (% of GDP)
## 1425                                                                   Annual freshwater withdrawals, domestic (% of total freshwater withdrawal)
## 1426                                                                                          Population density (people per sq. km of land area)
## 1427                                              PM2.5 pollution, population exposed to levels exceeding WHO Interim Target-2 value (% of total)
## 1428                                                                                   HFC gas emissions (thousand metric tons of CO2 equivalent)
## 1429                                                                                       CO2 intensity (kg per kg of oil equivalent energy use)
## 1430                                                                                 Electricity production from natural gas sources (% of total)
## 1431                                                       Debt service on external debt, public and publicly guaranteed (PPG) (TDS, current US$)
## 1432                                                                  Net official development assistance and official aid received (current US$)
## 1433                                                                                     Net financial flows, RDB concessional (NFL, current US$)
## 1434                                                                                       Net official flows from UN agencies, ILO (current US$)
## 1435                                                                                          External debt stocks, short-term (DOD, current US$)
## 1436                                                                       Net bilateral aid flows from DAC donors, Slovak Republic (current US$)
## 1437                                                                               Net bilateral aid flows from DAC donors, Finland (current US$)
## 1438                                                                             Market capitalization of listed domestic companies (current US$)
## 1439                                                                                             Exports of goods and services (BoP, current US$)
## 1440                                                                                                     Net financial account (BoP, current US$)
## 1441                                                                                   Communications, computer, etc. (% of service imports, BoP)
## 1442                                                                           Land area where elevation is below 5 meters (% of total land area)
##                  IndicatorCode                  X1960                 X1961
## 1            TX.VAL.TECH.MF.ZS                     NA                    NA
## 2            TX.VAL.MRCH.CD.WT     17000000.000000000      5000000.00000000
## 3            TM.VAL.OTHR.ZS.WT                     NA                    NA
## 4            TM.VAL.MANF.ZS.UN                     NA                    NA
## 5         TM.TAX.MRCH.WM.AR.ZS                     NA                    NA
## 6            TG.VAL.TOTL.GD.ZS           10.819649130            4.88758956
## 7               SP.RUR.TOTL.ZG                     NA            1.49806251
## 8               SP.POP.DPND.YG           70.846138950           71.55291271
## 9            SP.POP.6569.MA.5Y            1.193400176            1.19889607
## 10           SP.POP.2529.MA.5Y            7.636705233            7.61030986
## 11           SP.POP.0014.TO.ZS           40.413931650           40.62414291
## 12           SP.DYN.LE00.MA.IN           35.552000000           35.90700000
## 13              SN.ITK.MSFI.ZS                     NA                    NA
## 14              SL.UEM.NEET.ZS                     NA                    NA
## 15           SL.UEM.1524.FE.ZS                     NA                    NA
## 16           SL.TLF.CACT.FE.ZS                     NA                    NA
## 17   SL.TLF.ACTI.1524.FE.NE.ZS                     NA           73.29000092
## 18              SL.SRV.EMPL.ZS                     NA                    NA
## 19              SL.FAM.WORK.ZS                     NA                    NA
## 20        SL.EMP.TOTL.SP.FE.ZS                     NA                    NA
## 21           SL.AGR.EMPL.MA.ZS                     NA                    NA
## 22              SI.POV.MDIM.IT                     NA                    NA
## 23              SI.DST.04TH.20                     NA                    NA
## 24           SH.XPD.EHEX.CH.ZS                     NA                    NA
## 25              SH.UHC.NOP1.TO                     NA                    NA
## 26              SH.STA.STNT.ZS                     NA                    NA
## 27              SH.STA.ODFC.ZS                     NA                    NA
## 28              SH.STA.BASS.ZS                     NA                    NA
## 29                 SH.MMR.RISK                     NA                    NA
## 30              SH.HIV.INCD.YG                     NA                    NA
## 31                 SH.DYN.NMRT           97.200000000           96.60000000
## 32              SH.DTH.INJR.ZS                     NA                    NA
## 33              SG.VAW.REAS.ZS                     NA                    NA
## 34              SE.XPD.SECO.ZS                     NA                    NA
## 35           SE.TER.CUAT.MS.ZS                     NA                    NA
## 36           SE.SEC.TCAQ.UP.ZS                     NA                    NA
## 37              SE.SEC.ENRR.FE                     NA                    NA
## 38        SE.SEC.CUAT.PO.MA.ZS                     NA                    NA
## 39              SE.PRM.TENR.FE                     NA                    NA
## 40              SE.PRM.PRIV.ZS                     NA                    NA
## 41           SE.PRM.ENRL.TC.ZS                     NA                    NA
## 42                 SE.PRE.ENRR                     NA                    NA
## 43     per_si_allsi.cov_q5_tot                     NA                    NA
## 44     per_lm_alllm.cov_q5_tot                     NA                    NA
## 45              NY.TTF.GNFS.KN                     NA                    NA
## 46              NY.GNP.PCAP.KN                     NA                    NA
## 47              NY.GDS.TOTL.CN                     NA                    NA
## 48              NY.GDP.MKTP.KD   3312006963.000000000   3375208865.00000000
## 49           NY.GDP.COAL.RT.ZS                     NA                    NA
## 50           NY.ADJ.DPEM.GN.ZS                     NA                    NA
## 51           NV.SRV.TOTL.KD.ZG                     NA                    NA
## 52              NV.IND.TOTL.CD                     NA                    NA
## 53              NV.AGR.EMPL.KD                     NA                    NA
## 54              NE.GDI.TOTL.CN                     NA                    NA
## 55              NE.EXP.GNFS.KD                     NA                    NA
## 56           NE.CON.PRVT.PP.KD                     NA                    NA
## 57              MS.MIL.XPRT.KD                     NA                    NA
## 58              LP.EXP.DURS.MD                     NA                    NA
## 59           TX.VAL.MRCH.XD.WD                     NA                    NA
## 60           TX.VAL.INSF.ZS.WT                     NA                    NA
## 61           TM.VAL.MRCH.RS.ZS                     NA                    NA
## 62           TM.VAL.FOOD.ZS.UN                     NA                    NA
## 63           TM.TAX.MRCH.IP.ZS                     NA                    NA
## 64              ST.INT.TVLR.CD                     NA                    NA
## 65           SP.REG.BRTH.UR.ZS                     NA                    NA
## 66           SP.POP.80UP.MA.5Y            0.060872777            0.08637051
## 67           SP.POP.5559.MA.5Y            2.611912527            2.62718267
## 68           SP.POP.1564.TO.ZS           57.044645990           56.77495972
## 69           SP.POP.0014.FE.ZS           39.318544300           39.53328402
## 70              SP.DYN.IMRT.IN          218.200000000          215.50000000
## 71              SM.POP.REFG.OR                     NA                    NA
## 72           SL.UEM.INTM.MA.ZS                     NA                    NA
## 73              SL.TLF.PART.ZS                     NA                    NA
## 74           SL.TLF.BASC.FE.ZS                     NA                    NA
## 75        SL.TLF.0714.WK.MA.ZS                     NA                    NA
## 76           SL.SRV.0714.MA.ZS                     NA                    NA
## 77           SL.FAM.0714.MA.ZS                     NA                    NA
## 78           SL.EMP.SELF.MA.ZS                     NA                    NA
## 79           SL.AGR.0714.FE.ZS                     NA                    NA
## 80              SI.POV.MDIM.17                     NA                    NA
## 81           SH.XPD.PVTD.PC.CD                     NA                    NA
## 82              SH.VAC.TTNS.ZS                     NA                    NA
## 83              SH.TBS.CURE.ZS                     NA                    NA
## 84              SH.STA.SMSS.ZS                     NA                    NA
## 85                 SH.STA.MMRT                     NA                    NA
## 86              SH.STA.ANVC.ZS                     NA                    NA
## 87              SH.MLR.INCD.P3                     NA                    NA
## 88                 SH.HIV.INCD                     NA                    NA
## 89              SH.DYN.MORT.MA          324.000000000          320.20000000
## 90                 SH.DTH.1519                     NA                    NA
## 91              SG.VAW.ARGU.ZS                     NA                    NA
## 92              SE.XPD.CTOT.ZS                     NA                    NA
## 93        SE.TER.CUAT.DO.MA.ZS                     NA                    NA
## 94           SE.SEC.TCAQ.LO.ZS                     NA                    NA
## 95        SE.SEC.ENRL.UP.TC.ZS                     NA                    NA
## 96        SE.SEC.CUAT.LO.FE.ZS                     NA                    NA
## 97              SE.PRM.TCAQ.ZS                     NA                    NA
## 98              SE.PRM.NINT.ZS                     NA                    NA
## 99              SE.PRM.CUAT.ZS                     NA                    NA
## 100          SE.ENR.SECO.FM.ZS                     NA                    NA
## 101    per_si_allsi.cov_q1_tot                     NA                    NA
## 102    per_lm_alllm.cov_q1_tot                     NA                    NA
## 103             NY.TAX.NIND.KN                     NA                    NA
## 104             NY.GNP.PCAP.CD                     NA                    NA
## 105          NY.GDP.PCAP.PP.KD                     NA                    NA
## 106          NY.GDP.MINR.RT.ZS                     NA                    NA
## 107          NY.ADJ.SVNG.GN.ZS                     NA                    NA
## 108          NY.ADJ.DMIN.GN.ZS                     NA                    NA
## 109             NV.SRV.EMPL.KD                     NA                    NA
## 110             NV.IND.MANF.KD                     NA                    NA
## 111             NE.RSB.GNFS.CN                     NA                    NA
## 112             NE.GDI.STKB.CD                     NA                    NA
## 113             NE.DAB.TOTL.KN                     NA                    NA
## 114             NE.CON.PRVT.KN                     NA                    NA
## 115             MS.MIL.XPND.CD                     NA                    NA
## 116             IT.NET.BBND.P2                     NA                    NA
## 117          TX.VAL.TRVL.ZS.WT                     NA                    NA
## 118          TX.VAL.MRCH.OR.ZS                     NA                    NA
## 119          TM.VAL.TRAN.ZS.WT                     NA                    NA
## 120          TM.VAL.MRCH.AL.ZS                     NA                    NA
## 121          TM.TAX.TCOM.BC.ZS                     NA                    NA
## 122          TM.TAX.MANF.BC.ZS                     NA                    NA
## 123                SP.URB.GROW                     NA            4.17379250
## 124          SP.POP.SCIE.RD.P6                     NA                    NA
## 125          SP.POP.65UP.FE.ZS            2.767254237            2.83425040
## 126          SP.POP.3034.MA.5Y            6.814297541            6.75078369
## 127          SP.POP.0509.MA.5Y           14.113155880           14.42686246
## 128          SP.DYN.TO65.FE.ZS           24.312527800           24.70484740
## 129             SN.ITK.SVFI.ZS                     NA                    NA
## 130          SL.UEM.TOTL.FE.ZS                     NA                    NA
## 131          SL.UEM.1524.MA.ZS                     NA                    NA
## 132          SL.TLF.CACT.FM.ZS                     NA                    NA
## 133  SL.TLF.ACTI.1524.MA.NE.ZS                     NA           94.11000061
## 134          SL.TLF.0714.MA.ZS                     NA                    NA
## 135          SL.IND.EMPL.FE.ZS                     NA                    NA
## 136       SL.EMP.TOTL.SP.MA.ZS                     NA                    NA
## 137    SL.EMP.1524.SP.FE.NE.ZS                     NA                    NA
## 138             SI.POV.MDIM.XQ                     NA                    NA
## 139             SI.DST.10TH.10                     NA                    NA
## 140          SH.XPD.EHEX.PP.CD                     NA                    NA
## 141             SH.UHC.NOP1.ZS                     NA                    NA
## 142          SH.STA.SUIC.MA.P5                     NA                    NA
## 143                SH.STA.ORTH                     NA                    NA
## 144             SH.STA.BRTC.ZS                     NA                    NA
## 145                SH.PRG.ANEM                     NA                    NA
## 146             SH.HIV.INCD.ZS                     NA                    NA
## 147          SH.H2O.BASW.RU.ZS                     NA                    NA
## 148             SH.DTH.NCOM.ZS                     NA                    NA
## 149          SH.ALC.PCAP.FE.LI                     NA                    NA
## 150             SE.XPD.TERT.ZS                     NA                    NA
## 151       SE.TER.CUAT.ST.MA.ZS                     NA                    NA
## 152                SE.SEC.TCHR                     NA                    NA
## 153                SE.SEC.NENR                     NA                    NA
## 154       SE.SEC.CUAT.UP.FE.ZS                     NA                    NA
## 155                SE.PRM.UNER                     NA                    NA
## 156          SE.PRM.PRS5.MA.ZS                     NA                    NA
## 157             SE.PRM.ENRR.FE                     NA                    NA
## 158             SE.PRE.ENRR.MA                     NA                    NA
## 159       SE.ADT.1524.LT.FE.ZS                     NA                    NA
## 160    per_sa_allsa.ben_q1_tot                     NA                    NA
## 161                PA.NUS.FCRF            7.500000007            7.61900001
## 162          NY.GNP.PCAP.PP.KD                     NA                    NA
## 163             NY.GDY.TOTL.KN                     NA                    NA
## 164             NY.GDP.MKTP.KN 253000000000.000000000 258000000000.00000000
## 165       NY.GDP.DEFL.KD.ZG.AD                     NA                    NA
## 166          NY.ADJ.ICTR.GN.ZS                     NA                    NA
## 167             NV.SRV.TOTL.ZS           98.605729370           98.61830739
## 168             NV.IND.TOTL.KD                     NA                    NA
## 169             NV.AGR.TOTL.CN                     NA                    NA
## 170          NE.GDI.TOTL.KD.ZG                     NA                    NA
## 171             NE.EXP.GNFS.KN                     NA                    NA
## 172             NE.CON.TOTL.CD                     NA                    NA
## 173             NE.CON.GOVT.CN                     NA                    NA
## 174             LP.LPI.CUST.XQ                     NA                    NA
## 175          IS.RRS.GOOD.MT.K6                     NA                    NA
## 176             IQ.CPA.STRC.XQ                     NA                    NA
## 177             IQ.CPA.ECON.XQ                     NA                    NA
## 178             IQ.CPA.TRAN.XQ                     NA                    NA
## 179             IQ.CPA.FINQ.XQ                     NA                    NA
## 180             IE.PPI.WATR.CD                     NA                    NA
## 181                IC.REG.PROC                     NA                    NA
## 182             IC.GOV.DURS.ZS                     NA                    NA
## 183             IC.FRM.BKWC.ZS                     NA                    NA
## 184             IC.BUS.DISC.XQ                     NA                    NA
## 185             GC.XPN.OTHR.ZS                     NA                    NA
## 186          GC.TAX.INTT.RV.ZS                     NA                    NA
## 187             GC.NLD.TOTL.CN                     NA                    NA
## 188          FX.OWN.TOTL.FE.ZS                     NA                    NA
## 189          FM.LBL.BMNY.IR.ZS            1.427345237            1.39294466
## 190             FB.CBK.BRWR.P3                     NA                    NA
## 191          ER.GDP.FWTL.M3.KD                     NA                    NA
## 192             EN.HPT.THRD.NO                     NA                    NA
## 193          EN.ATM.PM25.MC.M3                     NA                    NA
## 194          EN.ATM.GHGT.KT.CE                     NA                    NA
## 195          EG.USE.ELEC.KH.PC                     NA                    NA
## 196             EG.ELC.HYRO.ZS                     NA                    NA
## 197             DT.TDS.DIMF.CD                     NA                    NA
## 198             DT.NFL.WFPG.CD                     NA                    NA
## 199             DT.NFL.PROP.CD                     NA                    NA
## 200             DT.NFL.IAEA.CD                     NA                    NA
## 201             DT.DOD.DPNG.CD                     NA                    NA
## 202             DC.DAC.POLL.CD                     NA                    NA
## 203             DC.DAC.DNKL.CD                     NA                    NA
## 204       BX.TRF.PWKR.DT.GD.ZS                     NA                    NA
## 205             BX.GSR.CMCP.ZS                     NA                    NA
## 206             BN.CAB.XOKA.CD                     NA                    NA
## 207             AG.YLD.CREL.KG                     NA         1846.60000000
## 208          AG.LND.EL5M.UR.K2                     NA                    NA
## 209          TX.VAL.TRAN.ZS.WT                     NA                    NA
## 210          TX.VAL.MRCH.HI.ZS                     NA                    NA
## 211          TM.VAL.SERV.CD.WT                     NA                    NA
## 212          TM.VAL.MMTL.ZS.UN                     NA                    NA
## 213       TM.TAX.MRCH.WM.FN.ZS                     NA                    NA
## 214          TM.QTY.MRCH.XD.WD                     NA                    NA
## 215             SP.RUR.TOTL.ZS           96.520000000           96.42900000
## 216                SP.POP.GROW                     NA            1.59239034
## 217          SP.POP.65UP.FE.IN       140208.000000000       145859.00000000
## 218          SP.POP.3034.FE.5Y            7.127621760            7.03851447
## 219          SP.POP.0509.FE.5Y           13.362410870           13.67821807
## 220             SP.DYN.TFRT.IN            5.959000000            5.96000000
## 221             SN.ITK.SALT.ZS                     NA                    NA
## 222       SL.UEM.TOTL.FE.NE.ZS                     NA                    NA
## 223       SL.UEM.1524.MA.NE.ZS                     NA                    NA
## 224       SL.TLF.CACT.FM.NE.ZS                     NA           63.17965191
## 225     SL.TLF.ACTI.1524.FE.ZS                     NA                    NA
## 226          SL.TLF.0714.FE.ZS                     NA                    NA
## 227          SL.GDP.PCAP.EM.KD                     NA                    NA
## 228    SL.EMP.TOTL.SP.MA.NE.ZS                     NA                    NA
## 229             SL.AGR.EMPL.ZS                     NA                    NA
## 230             SI.POV.MDIM.MA                     NA                    NA
## 231             SI.DST.05TH.20                     NA                    NA
## 232          SH.XPD.EHEX.PC.CD                     NA                    NA
## 233             SH.UHC.NOP1.ZG                     NA                    NA
## 234          SH.STA.SUIC.FE.P5                     NA                    NA
## 235             SH.STA.ORCF.ZS                     NA                    NA
## 236             SH.STA.BFED.ZS                     NA                    NA
## 237             SH.MMR.RISK.ZS                     NA                    NA
## 238          SH.HIV.INCD.YG.P3                     NA                    NA
## 239             SH.FPL.SATM.ZS                     NA                    NA
## 240                SH.DTH.MORT       142172.000000000       141558.00000000
## 241             SG.VAW.REFU.ZS                     NA                    NA
## 242          SE.XPD.TERT.PC.ZS                     NA                    NA
## 243       SE.TER.CUAT.ST.FE.ZS                     NA                    NA
## 244             SE.SEC.TCAQ.ZS                     NA                    NA
## 245             SE.SEC.ENRR.MA                     NA                    NA
## 246          SE.SEC.CUAT.PO.ZS                     NA                    NA
## 247             SE.PRM.TENR.MA                     NA                    NA
## 248          SE.PRM.PRS5.FE.ZS                     NA                    NA
## 249                SE.PRM.ENRR                     NA                    NA
## 250             SE.PRE.ENRR.FE                     NA                    NA
## 251                PX.REX.REER                     NA                    NA
## 252   per_sa_allsa.adq_pop_tot                     NA                    NA
## 253                PA.NUS.ATLS            7.619000000            7.61900000
## 254          NY.GNP.PCAP.PP.CD                     NA                    NA
## 255             NY.GDS.TOTL.ZS                     NA                    NA
## 256          NY.GDP.MKTP.KD.ZG                     NA            1.90826597
## 257          NY.GDP.DEFL.KD.ZG                     NA            2.68799999
## 258          NY.ADJ.DRES.GN.ZS                     NA                    NA
## 259             NV.SRV.TOTL.KN                     NA                    NA
## 260             NV.IND.TOTL.CN                     NA                    NA
## 261             NV.AGR.TOTL.CD                     NA                    NA
## 262          TX.VAL.OTHR.ZS.WT                     NA                    NA
## 263          TX.VAL.MANF.ZS.UN                     NA                    NA
## 264          TM.VAL.MRCH.WL.CD                     NA                    NA
## 265          TM.VAL.FUEL.ZS.UN                     NA                    NA
## 266       TM.TAX.MRCH.SM.AR.ZS                     NA                    NA
## 267             ST.INT.TVLX.CD                     NA                    NA
## 268             SP.REG.BRTH.ZS                     NA                    NA
## 269             SP.POP.BRTH.MF                     NA                    NA
## 270          SP.POP.6064.FE.5Y            2.066085445            2.09989742
## 271          SP.POP.2024.FE.5Y            8.625228774            8.58683104
## 272          SP.POP.0014.MA.IN      2091705.000000000      2136537.00000000
## 273          SP.DYN.IMRT.MA.IN          226.300000000          223.40000000
## 274                SM.POP.TOTL       337636.000000000                    NA
## 275             SL.UEM.INTM.ZS                     NA                    NA
## 276          SL.TLF.TOTL.FE.ZS                     NA                    NA
## 277          SL.TLF.BASC.MA.ZS                     NA                    NA
## 278          SL.TLF.0714.WK.TM                     NA                    NA
## 279             SL.SRV.0714.ZS                     NA                    NA
## 280             SL.FAM.0714.ZS                     NA                    NA
## 281             SL.EMP.SELF.ZS                     NA                    NA
## 282          SL.AGR.0714.MA.ZS                     NA                    NA
## 283          SI.POV.MDIM.17.XQ                     NA                    NA
## 284          SH.XPD.PVTD.PP.CD                     NA                    NA
## 285          SH.XPD.CHEX.GD.ZS                     NA                    NA
## 286             SH.TBS.DTEC.ZS                     NA                    NA
## 287          SH.STA.STNT.FE.ZS                     NA                    NA
## 288             SH.STA.MMRT.NE                     NA                    NA
## 289             SH.STA.ARIC.ZS                     NA                    NA
## 290             SH.MLR.NETS.ZS                     NA                    NA
## 291             SH.HIV.INCD.14                     NA                    NA
## 292          SH.DYN.NCOM.FE.ZS                     NA                    NA
## 293                SH.DTH.2024                     NA                    NA
## 294             SG.VAW.BURN.ZS                     NA                    NA
## 295          SE.XPD.PRIM.PC.ZS                     NA                    NA
## 296          SE.TER.CUAT.DO.ZS                     NA                    NA
## 297          SE.SEC.TCAQ.MA.ZS                     NA                    NA
## 298             SE.SEC.ENRL.VO                     NA                    NA
## 299       SE.SEC.CUAT.LO.MA.ZS                     NA                    NA
## 300                SE.PRM.TCHR                     NA                    NA
## 301          SE.PRM.OENR.FE.ZS                     NA                    NA
## 302                SE.PRM.DURS                     NA                    NA
## 303          SE.ENR.TERT.FM.ZS                     NA                    NA
## 304    per_si_allsi.cov_q2_tot                     NA                    NA
## 305    per_lm_alllm.cov_q2_tot                     NA                    NA
## 306             NY.TRF.NCTR.CD                     NA                    NA
## 307             NY.GNP.PCAP.CN          383.273320500          394.74990410
## 308          NY.GDP.PETR.RT.ZS                     NA                    NA
## 309             NY.GDP.MKTP.CD    508334414.000000000    531959561.60000002
## 310             NY.ADJ.SVNX.CD                     NA                    NA
## 311             NY.ADJ.DNGY.CD                     NA                    NA
## 312             NV.SRV.TOTL.CD    501246856.500000000    524609515.69999999
## 313          NV.IND.MANF.KD.ZG                     NA                    NA
## 314             NE.RSB.GNFS.KN                     NA                    NA
## 315             NE.GDI.STKB.CN                     NA                    NA
## 316             NE.DAB.TOTL.ZS                     NA                    NA
## 317          NE.CON.PRVT.PC.KD                     NA                    NA
## 318             MS.MIL.XPND.CN                     NA                    NA
## 319                IT.NET.SECR                     NA                    NA
## 320                VC.IDP.NWCV                     NA                    NA
## 321          TX.VAL.MRCH.R2.ZS                     NA                    NA
## 322          TT.PRI.MRCH.XD.WD                     NA                    NA
## 323          TM.VAL.MRCH.HI.ZS                     NA                    NA
## 324          TM.TAX.TCOM.IP.ZS                     NA                    NA
## 325          TM.TAX.MANF.IP.ZS                     NA                    NA
## 326          SP.URB.TOTL.IN.ZS            3.480000000            3.57100000
## 327                SP.POP.TOTL     10105060.000000000     10267260.00000000
## 328          SP.POP.65UP.MA.ZS            2.314376237            2.36615745
## 329          SP.POP.3539.MA.5Y            5.847934762            5.84038816
## 330          SP.POP.1014.MA.5Y           10.823406030           11.05753393
## 331                SP.DYN.WFRT                     NA                    NA
## 332                SP.ADO.TFRT          125.243000000          125.24300000
## 333          SL.UEM.TOTL.MA.ZS                     NA                    NA
## 334             SL.UEM.1524.ZS                     NA                    NA
## 335          SL.TLF.CACT.MA.ZS                     NA                    NA
## 336     SL.TLF.ACTI.1524.NE.ZS                     NA           83.37999725
## 337       SL.TLF.0714.SW.FE.ZS                     NA                    NA
## 338             SL.IND.EMPL.ZS                     NA                    NA
## 339          SL.EMP.TOTL.SP.ZS                     NA                    NA
## 340    SL.EMP.1524.SP.MA.NE.ZS                     NA                    NA
## 341                SI.POV.UMIC                     NA                    NA
## 342             SI.DST.FRST.10                     NA                    NA
## 343          SH.XPD.GHED.GD.ZS                     NA                    NA
## 344             SH.UHC.NOP2.TO                     NA                    NA
## 345             SH.STA.TRAF.P5                     NA                    NA
## 346          SH.STA.OWGH.MA.ZS                     NA                    NA
## 347             SH.STA.DIAB.ZS                     NA                    NA
## 348             SH.PRV.SMOK.FE                     NA                    NA
## 349                SH.IMM.HEPB                     NA                    NA
## 350             SH.H2O.BASW.ZS                     NA                    NA
## 351                SH.DYN.0509                     NA                    NA
## 352          SH.ALC.PCAP.MA.LI                     NA                    NA
## 353          SE.XPD.TOTL.GD.ZS                     NA                    NA
## 354          SE.TER.ENRL.TC.ZS                     NA                    NA
## 355          SE.SEC.TCHR.FE.ZS                     NA                    NA
## 356             SE.SEC.NENR.MA                     NA                    NA
## 357          SE.SEC.CUAT.UP.ZS                     NA                    NA
## 358          SE.PRM.UNER.FE.ZS                     NA                    NA
## 359          SE.PRM.PRSL.FE.ZS                     NA                    NA
## 360          SE.PRM.GINT.FE.ZS                     NA                    NA
## 361          SE.PRE.TCAQ.MA.ZS                     NA                    NA
## 362       SE.ADT.1524.LT.MA.ZS                     NA                    NA
## 363    per_sa_allsa.cov_q1_tot                     NA                    NA
## 364             PA.NUS.PPPC.RF                     NA                    NA
## 365             NY.GNS.ICTR.CN                     NA                    NA
## 366             NY.GNP.MKTP.CD    508334414.000000000    531959561.60000002
## 367          NY.GDP.MKTP.PP.KD                     NA                    NA
## 368          NY.GDP.DEFL.ZS.AD                     NA                    NA
## 369          NY.ADJ.NNAT.GN.ZS                     NA                    NA
## 370          NY.ADJ.AEDU.GN.ZS                     NA                    NA
## 371             NV.IND.TOTL.KN                     NA                    NA
## 372          NV.AGR.TOTL.KD.ZG                     NA                    NA
## 373             NE.GDI.TOTL.ZS                     NA                    NA
## 374             NE.GDI.FPRV.CN                     NA                    NA
## 375             NE.CON.TOTL.KD                     NA                    NA
## 376          NE.CON.GOVT.KD.ZG                     NA                    NA
## 377             LP.LPI.ITRN.XQ                     NA                    NA
## 378             IS.RRS.TOTL.KM                     NA                    NA
## 379             LP.LPI.TRAC.XQ                     NA                    NA
## 380             IT.CEL.SETS.P2            0.000000000                    NA
## 381                IQ.SCI.SRCE                     NA                    NA
## 382             IQ.CPA.HRES.XQ                     NA                    NA
## 383             IE.PPN.WATR.CD                     NA                    NA
## 384             IC.TAX.GIFT.ZS                     NA                    NA
## 385                IC.IMP.TMDC                     NA                    NA
## 386             IC.FRM.CORR.ZS                     NA                    NA
## 387             IC.CRD.INFO.XQ                     NA                    NA
## 388             GC.XPN.TRFT.ZS                     NA                    NA
## 389          GC.TAX.TOTL.GD.ZS                     NA                    NA
## 390             GC.REV.SOCL.CN                     NA                    NA
## 391          FX.OWN.TOTL.SO.ZS                     NA                    NA
## 392                FP.WPI.TOTL                     NA                    NA
## 393             FI.RES.TOTL.CD     19273663.600000001     24149979.65000000
## 394             ER.H2O.FWST.ZS                     NA                    NA
## 395          EN.POP.EL5M.UR.ZS                     NA                    NA
## 396          EN.ATM.PM25.MC.ZS                     NA                    NA
## 397          EN.ATM.METH.AG.ZS                     NA                    NA
## 398          EN.ATM.CO2E.GF.ZS            0.000000000            0.00000000
## 399             EG.ELC.PETR.ZS                     NA                    NA
## 400          DT.TDS.DPPG.XP.ZS                     NA                    NA
## 401             DT.ODA.OATL.CD                     NA                    NA
## 402             DT.NFL.UNAI.CD                     NA                    NA
## 403             DT.NFL.IMFN.CD                     NA                    NA
## 404          DT.DOD.DSTC.XP.ZS                     NA                    NA
## 405             DC.DAC.SWEL.CD                     NA                    NA
## 406             DC.DAC.GBRL.CD       170000.001800000       189999.99760000
## 407             CM.MKT.LDOM.NO                     NA                    NA
## 408             BX.GSR.MRCH.CD                     NA                    NA
## 409             BN.GSR.GNFS.CD                     NA                    NA
## 410             BM.GSR.GNFS.CD                     NA                    NA
## 411             AG.LND.FRST.ZS                     NA                    NA
## 412             AG.AGR.TRAC.NO                     NA          180.00000000
## 413          IS.AIR.GOOD.MT.K1                     NA                    NA
## 414             IQ.CPA.REVN.XQ                     NA                    NA
## 415             IQ.CPA.BREG.XQ                     NA                    NA
## 416                IC.WRH.PROC                     NA                    NA
## 417          IC.REG.COST.PC.ZS                     NA                    NA
## 418             IC.FRM.OUTG.ZS                     NA                    NA
## 419             IC.EXP.CSBC.CD                     NA                    NA
## 420             HD.HCI.OVRL.UB                     NA                    NA
## 421             GC.XPN.INTP.CN                     NA                    NA
## 422          GC.TAX.GSRV.VA.ZS                     NA                    NA
## 423             GC.LBL.TOTL.CN                     NA                    NA
## 424          FS.AST.DOMS.GD.ZS                     NA                    NA
## 425          FM.AST.PRVT.GD.ZS            1.045701034            1.22625219
## 426             FB.AST.NPER.ZS                     NA                    NA
## 427             EP.PMP.SGAS.CD                     NA                    NA
## 428             EN.CO2.MANF.ZS                     NA                    NA
## 429          EN.ATM.NOXE.EG.ZS                     NA                    NA
## 430          EN.ATM.CO2E.SF.KT            0.000000000            0.00000000
## 431          EG.USE.COMM.CL.ZS                     NA                    NA
## 432          EG.ELC.ACCS.UR.ZS                     NA                    NA
## 433          DT.ODA.ODAT.XP.ZS                     NA                    NA
## 434             DT.NFL.UNPB.CD                     NA                    NA
## 435             DT.NFL.PCBK.CD                     NA                    NA
## 436             DT.NFL.BLAT.CD                     NA                    NA
## 437             DT.DOD.DECT.CD                     NA                    NA
## 438             DC.DAC.LUXL.CD                     NA                    NA
## 439             DC.DAC.CECL.CD                     NA                    NA
## 440          BX.PEF.TOTL.CD.WD                     NA                    NA
## 441          BX.GRT.EXTA.CD.WD      8180000.000000000     10250000.00000000
## 442          BM.KLT.DINV.CD.WD                     NA                    NA
## 443             AG.PRD.CROP.XD                     NA           20.35000038
## 444             AG.LND.CREL.HA                     NA      1715000.00000000
## 445             NE.IMP.GNFS.KN                     NA                    NA
## 446          NE.GDI.FTOT.KD.ZG                     NA                    NA
## 447             NE.DAB.TOTL.CD                     NA                    NA
## 448          NE.CON.PRVT.CN.AD                     NA                    NA
## 449             MS.MIL.MPRT.KD                     NA                    NA
## 450                IT.MLT.MAIN                     NA                    NA
## 451                IQ.SPI.OVRL                     NA                    NA
## 452             IQ.CPA.IRAI.XQ                     NA                    NA
## 453                IP.IDS.NRCT                     NA                    NA
## 454          IC.TAX.LABR.CP.ZS                     NA                    NA
## 455                IC.ISV.DURS                     NA                    NA
## 456             IC.FRM.CRIM.ZS                     NA                    NA
## 457             IC.CRD.PRVT.ZS                     NA                    NA
## 458             GF.XPD.BUDG.ZS                     NA                    NA
## 459             GC.TAX.YPKG.CN                     NA                    NA
## 460             GC.REV.SOCL.ZS                     NA                    NA
## 461          FX.OWN.TOTL.YG.ZS                     NA                    NA
## 462                FR.INR.DPST                     NA                    NA
## 463          FI.RES.TOTL.DT.ZS                     NA                    NA
## 464             ER.H2O.FWTL.K3                     NA                    NA
## 465             EN.POP.EL5M.ZS                     NA                    NA
## 466          EN.ATM.SF6G.KT.CE                     NA                    NA
## 467       EN.ATM.METH.EG.KT.CE                     NA                    NA
## 468          EN.ATM.CO2E.KD.GD                     NA                    NA
## 469             EG.ELC.RNEW.ZS                     NA                    NA
## 470             DT.TDS.MLAT.CD                     NA                    NA
## 471             DT.ODA.OATL.KD                     NA                    NA
## 472             DT.NFL.UNCF.CD                     NA                    NA
## 473             DT.NFL.MIBR.CD                     NA                    NA
## 474             DT.DOD.DSTC.ZS                     NA                    NA
## 475             DC.DAC.TOTL.CD      8180000.002000000     10250000.00000000
## 476             DC.DAC.GRCL.CD                     NA                    NA
## 477             CM.MKT.TRAD.CD                     NA                    NA
## 478             BX.GSR.NFSV.CD                     NA                    NA
## 479             BN.GSR.MRCH.CD                     NA                    NA
## 480             BM.GSR.INSF.ZS                     NA                    NA
## 481          AG.LND.IRIG.AG.ZS                     NA                    NA
## 482          AG.CON.FERT.PT.ZS                     NA                    NA
## 483          TX.VAL.MRCH.WR.ZS                     NA                    NA
## 484          TX.VAL.ICTG.ZS.UN                     NA                    NA
## 485          TM.VAL.MRCH.R6.ZS                     NA                    NA
## 486          TM.VAL.AGRI.ZS.UN                     NA                    NA
## 487          TM.TAX.MRCH.BR.ZS                     NA                    NA
## 488             ST.INT.TRNX.CD                     NA                    NA
## 489          SP.REG.BRTH.RU.ZS                     NA                    NA
## 490          SP.POP.80UP.FE.5Y            0.083348416            0.11639433
## 491          SP.POP.5559.FE.5Y            2.944253667            2.97437051
## 492             SP.POP.1564.TO      5764396.000000000      5829233.00000000
## 493          SP.POP.0014.FE.IN      1992146.000000000      2034501.00000000
## 494          SP.DYN.IMRT.FE.IN          209.900000000          207.30000000
## 495                SM.POP.REFG                     NA                    NA
## 496          SL.UEM.INTM.FE.ZS                     NA                    NA
## 497          SL.TLF.PART.MA.ZS                     NA                    NA
## 498             SL.TLF.ADVN.ZS                     NA                    NA
## 499       SL.TLF.0714.WK.MA.TM                     NA                    NA
## 500          SL.SRV.0714.FE.ZS                     NA                    NA
## 501          SL.FAM.0714.FE.ZS                     NA                    NA
## 502          SL.EMP.SELF.FE.ZS                     NA                    NA
## 503             SI.SPR.PCAP.ZG                     NA                    NA
## 504                SI.POV.MDIM                     NA                    NA
## 505          SH.XPD.PVTD.CH.ZS                     NA                    NA
## 506          SH.UHC.SRVS.CV.XD                     NA                    NA
## 507             SH.SVR.WAST.ZS                     NA                    NA
## 508          SH.STA.SMSS.UR.ZS                     NA                    NA
## 509             SH.STA.MALN.ZS                     NA                    NA
## 510             SH.STA.AIRP.P5                     NA                    NA
## 511             SH.MED.SAOP.P5                     NA                    NA
## 512             SH.HIV.ARTC.ZS                     NA                    NA
## 513             SH.DYN.MORT.FE          326.200000000          322.40000000
## 514                SH.DTH.1014                     NA                    NA
## 515             SG.VAW.1549.ZS                     NA                    NA
## 516             SE.XPD.CTER.ZS                     NA                    NA
## 517       SE.TER.CUAT.DO.FE.ZS                     NA                    NA
## 518       SE.SEC.TCAQ.LO.MA.ZS                     NA                    NA
## 519          SE.SEC.ENRL.TC.ZS                     NA                    NA
## 520          SE.SEC.CMPT.LO.ZS                     NA                    NA
## 521          SE.PRM.TCAQ.MA.ZS                     NA                    NA
## 522          SE.PRM.NINT.MA.ZS                     NA                    NA
## 523          SE.PRM.CUAT.MA.ZS                     NA                    NA
## 524          SE.ENR.PRSC.FM.ZS                     NA                    NA
## 525   per_si_allsi.cov_pop_tot                     NA                    NA
## 526   per_lm_alllm.cov_pop_tot                     NA                    NA
## 527             NY.TAX.NIND.CN     54000000.000000000     56000000.00000000
## 528          NY.GNP.MKTP.PP.KD                     NA                    NA
## 529          NY.GDP.PCAP.PP.CD                     NA                    NA
## 530          NY.GDP.FRST.RT.ZS                     NA                    NA
## 531             NY.ADJ.SVNG.CD                     NA                    NA
## 532             NY.ADJ.DMIN.CD                     NA                    NA
## 533          NV.MNF.TXTL.ZS.UN                     NA                    NA
## 534             NV.IND.MANF.CN                     NA                    NA
## 535             NE.RSB.GNFS.CD                     NA                    NA
## 536             NE.GDI.FTOT.ZS                     NA                    NA
## 537             NE.DAB.TOTL.KD                     NA                    NA
## 538             TX.VAL.TECH.CD                     NA                    NA
## 539          TX.VAL.MRCH.AL.ZS                     NA                    NA
## 540          TM.VAL.MRCH.XD.WD                     NA                    NA
## 541          TM.VAL.INSF.ZS.WT                     NA                    NA
## 542          TM.TAX.MRCH.SR.ZS                     NA                    NA
## 543          ST.INT.XPND.MP.ZS                     NA                    NA
## 544                SP.RUR.TOTL      9753404.000000000      9900616.00000000
## 545             SP.POP.DPND.OL            4.455141527            4.58106581
## 546          SP.POP.6569.FE.5Y            1.392548142            1.40329973
## 547          SP.POP.2529.FE.5Y            7.686725220            7.62891935
## 548             SP.POP.0014.TO      4083852.000000000      4170986.00000000
## 549             SP.DYN.LE00.IN           35.583000000           35.94100000
## 550             SN.ITK.DEFC.ZS                     NA                    NA
## 551          SL.UEM.NEET.MA.ZS                     NA                    NA
## 552       SL.UEM.1524.FE.NE.ZS                     NA                    NA
## 553       SL.TLF.CACT.FE.NE.ZS                     NA           59.61000061
## 554             SL.TLF.0714.ZS                     NA                    NA
## 555          SL.SRV.EMPL.MA.ZS                     NA                    NA
## 556          SL.FAM.WORK.MA.ZS                     NA                    NA
## 557    SL.EMP.TOTL.SP.FE.NE.ZS                     NA                    NA
## 558          SL.AGR.EMPL.FE.ZS                     NA                    NA
## 559             SI.POV.MDIM.HH                     NA                    NA
## 560             SI.DST.03RD.20                     NA                    NA
## 561          SH.XPD.CHEX.PP.CD                     NA                    NA
## 562             SH.UHC.NOP1.CG                     NA                    NA
## 563          SH.STA.STNT.ME.ZS                     NA                    NA
## 564          SH.STA.ODFC.UR.ZS                     NA                    NA
## 565          SH.STA.BASS.UR.ZS                     NA                    NA
## 566                SH.MMR.DTHS                     NA                    NA
## 567          SH.HIV.INCD.TL.P3                     NA                    NA
## 568             SH.DYN.NCOM.ZS                     NA                    NA
## 569                SH.DTH.IMRT        94899.000000000        94519.00000000
## 570             SG.VAW.NEGL.ZS                     NA                    NA
## 571          SE.XPD.SECO.PC.ZS                     NA                    NA
## 572       SE.TER.CUAT.MS.MA.ZS                     NA                    NA
## 573       SE.SEC.TCAQ.UP.MA.ZS                     NA                    NA
## 574                SE.SEC.ENRR                     NA                    NA
## 575       SE.SEC.CUAT.PO.FE.ZS                     NA                    NA
## 576                SE.PRM.TENR                     NA                    NA
## 577             SE.PRM.OENR.ZS                     NA                    NA
## 578          SE.PRM.ENRL.FE.ZS                     NA                    NA
## 579          SE.PRE.ENRL.TC.ZS                     NA                    NA
## 580    per_si_allsi.cov_q4_tot                     NA                    NA
## 581    per_lm_alllm.cov_q4_tot                     NA                    NA
## 582             NY.TRF.NCTR.KN                     NA                    NA
## 583          NY.GNP.PCAP.KD.ZG                     NA                    NA
## 584             NY.GDS.TOTL.CD                     NA                    NA
## 585          NY.GDP.MKTP.CN.AD                     NA                    NA
## 586             NY.EXP.CAPM.KN                     NA                    NA
## 587             NY.ADJ.DPEM.CD                     NA                    NA
## 588             NV.SRV.TOTL.KD                     NA                    NA
## 589             NV.IND.MANF.ZS                     NA                    NA
## 590             NE.TRD.GNFS.ZS                     NA                    NA
## 591             NE.GDI.TOTL.CD                     NA                    NA
## 592             NE.EXP.GNFS.CN                     NA                    NA
## 593          NE.CON.PRVT.PP.CD                     NA                    NA
## 594             MS.MIL.XPND.ZS                     NA                    NA
## 595          NE.CON.PRVT.KD.ZG                     NA                    NA
## 596          MS.MIL.TOTL.TF.ZS                     NA                    NA
## 597                IT.NET.BBND                     NA                    NA
## 598                IQ.SPI.PIL2                     NA                    NA
## 599             IQ.CPA.PADM.XQ                     NA                    NA
## 600             IP.JRN.ARTC.SC                     NA                    NA
## 601          IC.TAX.OTHR.CP.ZS                     NA                    NA
## 602                IC.LGL.DURS                     NA                    NA
## 603             IC.FRM.FEMM.ZS                     NA                    NA
## 604             IC.CUS.DURS.EX                     NA                    NA
## 605             HD.HCI.OVRL.FE                     NA                    NA
## 606             GC.TAX.YPKG.ZS                     NA                    NA
## 607          GC.REV.XGRT.GD.ZS                     NA                    NA
## 608          GB.XPD.RSDV.GD.ZS                     NA                    NA
## 609                FR.INR.LNDP                     NA                    NA
## 610             FI.RES.XGLD.CD     17400000.000000000     22300000.00000000
## 611             ER.H2O.INTR.K3                     NA                    NA
## 612                EN.URB.LCTY       119177.000000000       121084.00000000
## 613             EN.CLC.DRSK.XQ                     NA                    NA
## 614          EN.ATM.METH.KT.CE                     NA                    NA
## 615          EN.ATM.CO2E.LF.KT           80.674000000           80.67400000
## 616             EG.ELC.RNWX.ZS                     NA                    NA
## 617          EG.CFT.ACCS.RU.ZS                     NA                    NA
## 618          DT.ODA.ODAT.GI.ZS                     NA                    NA
## 619             DT.NFL.UNDP.CD                     NA                    NA
## 620             DT.NFL.MLAT.CD                     NA                    NA
## 621             DT.DOD.MIDA.CD                     NA                    NA
## 622             DC.ODA.TLDC.CD                     NA                    NA
## 623             DC.DAC.IRLL.CD                     NA                    NA
## 624                CM.MKT.TRNR                     NA                    NA
## 625             BX.GSR.TOTL.CD                     NA                    NA
## 626             BN.KLT.DINV.CD                     NA                    NA
## 627             BM.GSR.NFSV.CD                     NA                    NA
## 628             AG.LND.TOTL.K2                     NA       143000.00000000
## 629             AG.LND.AGRI.K2                     NA        35530.00000000
## 630             IE.PPI.ICTI.CD                     NA                    NA
## 631             IC.REG.DURS.FE                     NA                    NA
## 632             IC.FRM.THEV.ZS                     NA                    NA
## 633                IC.EXP.TMBC                     NA                    NA
## 634          HD.HCI.OVRL.UB.MA                     NA                    NA
## 635             GC.XPN.INTP.ZS                     NA                    NA
## 636             GC.TAX.IMPT.ZS                     NA                    NA
## 637             GC.NFN.TOTL.CN                     NA                    NA
## 638          FX.OWN.TOTL.40.ZS                     NA                    NA
## 639             FM.LBL.BMNY.CN    209600000.000000000    256300000.00000000
## 640             FB.BNK.CAPA.ZS                     NA                    NA
## 641             ER.FSH.CAPT.MT         1300.000000000         1500.00000000
## 642             EN.CO2.TRAN.ZS                     NA                    NA
## 643             EN.ATM.NOXE.ZG                     NA                    NA
## 644          EN.ATM.GHGO.KT.CE                     NA                    NA
## 645       EG.USE.COMM.GD.PP.KD                     NA                    NA
## 646             EG.ELC.COAL.ZS                     NA                    NA
## 647          DT.TDS.DECT.EX.ZS                     NA                    NA
## 648             DT.NFL.UNTA.CD                     NA                    NA
## 649             DT.NFL.PNGB.CD                     NA                    NA
## 650             DT.NFL.DPNG.CD                     NA                    NA
## 651             DT.DOD.DIMF.CD                     NA                    NA
## 652             DC.DAC.NORL.CD                     NA                    NA
## 653             DC.DAC.CZEL.CD                     NA                    NA
## 654             BX.TRF.PWKR.CD                     NA                    NA
## 655             BX.GSR.CCIS.CD                     NA                    NA
## 656             BM.TRF.PRVT.CD                     NA                    NA
## 657             AG.PRD.LVSK.XD                     NA           23.04000092
## 658          AG.LND.EL5M.RU.K2                     NA                    NA
## 659             LP.LPI.LOGS.XQ                     NA                    NA
## 660             IS.SHP.GCNW.XQ                     NA                    NA
## 661                IQ.SCI.MTHD                     NA                    NA
## 662             IQ.CPA.FINS.XQ                     NA                    NA
## 663             IE.PPN.ENGY.CD                     NA                    NA
## 664             IC.REG.PROC.FE                     NA                    NA
## 665             IC.IMP.CSBC.CD                     NA                    NA
## 666             IC.FRM.BNKS.ZS                     NA                    NA
## 667             IC.BUS.EASE.XQ                     NA                    NA
## 668             GC.XPN.TOTL.CN                     NA                    NA
## 669             GC.TAX.OTHR.CN                     NA                    NA
## 670          GC.NLD.TOTL.GD.ZS                     NA                    NA
## 671          FX.OWN.TOTL.MA.ZS                     NA                    NA
## 672             FM.LBL.BMNY.ZG                     NA           22.28053435
## 673             FB.CBK.DPTR.P3                     NA                    NA
## 674             ER.H2O.FWAG.ZS                     NA                    NA
## 675             EN.MAM.THRD.NO                     NA                    NA
## 676       EN.ATM.PM25.MC.T1.ZS                     NA                    NA
## 677             EN.ATM.GHGT.ZG                     NA                    NA
## 678          EG.USE.PCAP.KG.OE                     NA                    NA
## 679             EG.ELC.LOSS.ZS                     NA                    NA
## 680          DT.TDS.DPPF.XP.ZS                     NA                    NA
## 681             DT.NFL.WHOL.CD                     NA                    NA
## 682             DT.NFL.PRVT.CD                     NA                    NA
## 683             DT.NFL.IFAD.CD                     NA                    NA
## 684             DT.DOD.DPPG.CD                     NA                    NA
## 685             DC.DAC.PRTL.CD                     NA                    NA
## 686             DC.DAC.ESPL.CD                     NA                    NA
## 687             CM.MKT.INDX.ZG                     NA                    NA
## 688             BX.GSR.FCTY.CD                     NA                    NA
## 689          BN.CAB.XOKA.GD.ZS                     NA                    NA
## 690          BG.GSR.NFSV.GD.ZS                     NA                    NA
## 691          AG.LND.EL5M.UR.ZS                     NA                    NA
## 692             NE.GDI.TOTL.KD                     NA                    NA
## 693          NE.EXP.GNFS.KD.ZG                     NA                    NA
## 694             NE.CON.PRVT.ZS                     NA                    NA
## 695             NE.CON.GOVT.CD                     NA                    NA
## 696             LP.IMP.DURS.MD                     NA                    NA
## 697                IS.AIR.PSGR                     NA                    NA
## 698             IQ.CPA.SOCI.XQ                     NA                    NA
## 699             IQ.CPA.DEBT.XQ                     NA                    NA
## 700             IE.PPI.ENGY.CD                     NA                    NA
## 701                IC.REG.DURS                     NA                    NA
## 702             IC.FRM.RSDV.ZS                     NA                    NA
## 703             IC.EXP.CSDC.CD                     NA                    NA
## 704          HD.HCI.OVRL.UB.FE                     NA                    NA
## 705          GC.XPN.INTP.RV.ZS                     NA                    NA
## 706             GC.TAX.IMPT.CN                     NA                    NA
## 707          GC.LBL.TOTL.GD.ZS                     NA                    NA
## 708          FS.AST.PRVT.GD.ZS            1.045701034            1.22625219
## 709          FM.AST.PRVT.ZG.M3                     NA            4.38931298
## 710             FB.ATM.TOTL.P5                     NA                    NA
## 711             ER.FSH.AQUA.MT            0.000000000            0.00000000
## 712             EN.CO2.OTHX.ZS                     NA                    NA
## 713          EN.ATM.NOXE.KT.CE                     NA                    NA
## 714          EN.ATM.CO2E.SF.ZS            0.000000000            0.00000000
## 715          EG.USE.COMM.FO.ZS                     NA                    NA
## 716             EG.ELC.ACCS.ZS                     NA                    NA
## 717             DT.TDS.DECT.CD                     NA                    NA
## 718             DT.NFL.UNRW.CD                     NA                    NA
## 719             DT.NFL.PCBO.CD                     NA                    NA
## 720             DT.NFL.BOND.CD                     NA                    NA
## 721          DT.DOD.DECT.GN.ZS                     NA                    NA
## 722             DC.DAC.NLDL.CD                     NA                    NA
## 723             DC.DAC.CHEL.CD                     NA        50000.00075000
## 724             BX.TRF.CURR.CD                     NA                    NA
## 725          BX.GRT.TECH.CD.WD       440000.000000000       480000.00000000
## 726       BM.KLT.DINV.WD.GD.ZS                     NA                    NA
## 727             AG.PRD.FOOD.XD                     NA           20.82999992
## 728             AG.LND.CROP.ZS                     NA            0.17482517
## 729          VC.IHR.PSRC.MA.P5                     NA                    NA
## 730          TX.VAL.MRCH.R6.ZS                     NA                    NA
## 731          TX.VAL.AGRI.ZS.UN                     NA                    NA
## 732          TM.VAL.MRCH.R3.ZS                     NA                    NA
## 733       TM.TAX.TCOM.WM.AR.ZS                     NA                    NA
## 734       TM.TAX.MANF.WM.AR.ZS                     NA                    NA
## 735             ST.INT.RCPT.CD                     NA                    NA
## 736          SP.POP.TOTL.MA.ZS           49.859941460           49.87660778
## 737          SP.POP.7074.MA.5Y            0.709712671            0.71531496
## 738          SP.POP.4549.MA.5Y            4.088856392            4.07109134
## 739          SP.POP.1564.FE.ZS           57.914201460           57.63246558
## 740             SP.MTR.1519.ZS                     NA                    NA
## 741             SP.DYN.CDRT.IN           27.248000000           26.85600000
## 742          SL.WAG.0714.MA.ZS                     NA                    NA
## 743          SL.UEM.BASC.FE.ZS                     NA                    NA
## 744          SL.TLF.INTM.MA.ZS                     NA                    NA
## 745             SL.TLF.ACTI.ZS                     NA                    NA
## 746          SL.TLF.0714.SW.ZS                     NA                    NA
## 747          SL.SLF.0714.FE.ZS                     NA                    NA
## 748          SL.EMP.WORK.FE.ZS                     NA                    NA
## 749          SL.EMP.MPYR.FE.ZS                     NA                    NA
## 750                SI.SPR.PC40                     NA                    NA
## 751                SI.POV.GINI                     NA                    NA
## 752          SH.XPD.OOPC.CH.ZS                     NA                    NA
## 753          SH.UHC.OOPC.10.ZS                     NA                    NA
## 754             SH.STA.WAST.ZS                     NA                    NA
## 755          SH.STA.POIS.P5.FE                     NA                    NA
## 756             SH.STA.HYGN.ZS                     NA                    NA
## 757             SH.SGR.PROC.P5                     NA                    NA
## 758             SH.MED.CMHW.P3                     NA                    NA
## 759                SH.HIV.0014                     NA                    NA
## 760          SH.DYN.AIDS.FE.ZS                     NA                    NA
## 761          SH.CON.1524.FE.ZS                     NA                    NA
## 762                SG.LAW.INDX                     NA                    NA
## 763          SE.TER.TCHR.FE.ZS                     NA                    NA
## 764       SE.TER.CUAT.BA.FE.ZS                     NA                    NA
## 765             SE.SEC.PROG.ZS                     NA                    NA
## 766             SE.SEC.ENRL.GC                     NA                    NA
## 767                SE.SEC.AGES                     NA                    NA
## 768          SE.PRM.REPT.MA.ZS                     NA                    NA
## 769             SE.PRM.NENR.FE                     NA                    NA
## 770          SE.PRM.CMPT.MA.ZS                     NA                    NA
## 771             SE.ADT.LITR.ZS                     NA                    NA
## 772    per_sa_allsa.cov_q5_tot                     NA                    NA
## 773      per_allsp.cov_pop_tot                     NA                    NA
## 774             NY.GSR.NFCY.CN            0.000000000            0.00000000
## 775          NY.GNP.MKTP.KD.ZG                     NA                    NA
## 776             NY.GDP.PCAP.KD          327.757278300          328.73511190
## 777             NY.GDP.FCST.CN   3818999800.000000000   3996999900.00000000
## 778          NY.ADJ.NNTY.PC.CD                     NA                    NA
## 779          NY.ADJ.DFOR.GN.ZS                     NA                    NA
## 780          NV.MNF.MTRN.ZS.UN                     NA                    NA
## 781             NV.FSM.TOTL.KN                     NA                    NA
## 782          NE.IMP.GNFS.KD.ZG                     NA                    NA
## 783             NE.GDI.FTOT.KD                     NA                    NA
## 784             NE.DAB.DEFL.ZS                     NA                    NA
## 785             NE.CON.PRVT.CN                     NA                    NA
## 786                IQ.SPI.PIL3                     NA                    NA
## 787             IQ.CPA.PRES.XQ                     NA                    NA
## 788                IP.PAT.NRES                     NA                    NA
## 789                IC.TAX.PAYM                     NA                    NA
## 790                IC.PRP.DURS                     NA                    NA
## 791             IC.FRM.FEMO.ZS                     NA                    NA
## 792                IC.ELC.DURS                     NA                    NA
## 793             HD.HCI.OVRL.LB                     NA                    NA
## 794             GC.XPN.COMP.CN                     NA                    NA
## 795             GC.TAX.EXPT.CN                     NA                    NA
## 796             GC.AST.TOTL.CN                     NA                    NA
## 797                FR.INR.RINR                     NA                    NA
## 798          FM.AST.CGOV.ZG.M3                     NA           -3.10114504
## 799             ER.H2O.INTR.PC                     NA                    NA
## 800          EN.URB.LCTY.UR.ZS           33.890222260           33.02495063
## 801          EN.CLC.GHGR.MT.CE                     NA                    NA
## 802             EN.ATM.METH.ZG                     NA                    NA
## 803          EN.ATM.CO2E.LF.ZS          100.000000000          100.00000000
## 804             EG.FEC.RNEW.ZS                     NA                    NA
## 805          EG.CFT.ACCS.UR.ZS                     NA                    NA
## 806          DT.ODA.ODAT.GN.ZS            1.695734078            2.01707053
## 807             DT.NFL.UNEC.CD                     NA                    NA
## 808             DT.NFL.MOTH.CD                     NA                    NA
## 809             DT.DOD.MWBG.CD                     NA                    NA
## 810          DC.ODA.TLDC.GN.ZS                     NA                    NA
## 811             DC.DAC.ISLL.CD                     NA                    NA
## 812             DC.DAC.AUSL.CD                     NA                    NA
## 813             BX.GSR.TRAN.ZS                     NA                    NA
## 814             BN.KLT.PTXL.CD                     NA                    NA
## 815             BM.GSR.ROYL.CD                     NA                    NA
## 816          AG.LND.TOTL.RU.K2                     NA                    NA
## 817             AG.LND.AGRI.ZS                     NA           24.84615385
## 818                IQ.SPI.PIL5                     NA                    NA
## 819             IQ.CPA.PROT.XQ                     NA                    NA
## 820                IP.TMK.NRCT                     NA                    NA
## 821          IC.TAX.TOTL.CP.ZS                     NA                    NA
## 822       IC.REG.COST.PC.FE.ZS                     NA                    NA
## 823             IC.FRM.INFM.ZS                     NA                    NA
## 824             IC.ELC.OUTG.ZS                     NA                    NA
## 825          HD.HCI.OVRL.LB.MA                     NA                    NA
## 826             GC.XPN.GSRV.CN                     NA                    NA
## 827             GC.TAX.GSRV.CN                     NA                    NA
## 828             GC.DOD.TOTL.CN                     NA                    NA
## 829          FS.AST.CGOV.GD.ZS            0.002581978           -0.15790773
## 830             FM.AST.DOMS.CN     40600000.000000000     44500000.00000000
## 831             ER.MRN.PTMR.ZS                     NA                    NA
## 832          EN.URB.MCTY.TL.ZS            1.179379440            1.17932145
## 833             EN.CO2.BLDG.ZS                     NA                    NA
## 834          EN.ATM.NOXE.AG.ZS                     NA                    NA
## 835          EN.ATM.CO2E.PP.GD                     NA                    NA
## 836       EG.GDP.PUSE.KO.PP.KD                     NA                    NA
## 837          EG.EGY.PRIM.PP.KD                     NA                    NA
## 838          DT.ODA.ODAT.MP.ZS                     NA                    NA
## 839             DT.NFL.UNFP.CD                     NA                    NA
## 840             DT.NFL.OFFT.CD                     NA                    NA
## 841          DT.DOD.PVLX.EX.ZS                     NA                    NA
## 842          DC.ODA.TOTL.GN.ZS                     NA                    NA
## 843             DC.DAC.JPNL.CD         9999.999776000         9999.99977600
## 844             DC.DAC.BELL.CD                     NA                    NA
## 845          BX.KLT.DINV.CD.WD                     NA                    NA
## 846             BN.TRF.CURR.CD                     NA                    NA
## 847             BM.GSR.TRAN.ZS                     NA                    NA
## 848             AG.LND.TRAC.ZS                     NA            0.99667774
## 849          AG.LND.ARBL.HA.PC                     NA            0.17589893
## 850             NE.CON.GOVT.KD                     NA                    NA
## 851             LP.LPI.INFR.XQ                     NA                    NA
## 852             IS.RRS.PASG.KM                     NA                    NA
## 853             IQ.CPA.TRAD.XQ                     NA                    NA
## 854             IQ.CPA.ENVR.XQ                     NA                    NA
## 855             IE.PPI.TRAN.CD                     NA                    NA
## 856             IC.REG.DURS.MA                     NA                    NA
## 857             IC.FRM.TRNG.ZS                     NA                    NA
## 858                IC.EXP.TMDC                     NA                    NA
## 859             IC.BUS.DFRN.XQ                     NA                    NA
## 860             GC.XPN.OTHR.CN                     NA                    NA
## 861             GC.TAX.INTT.CN                     NA                    NA
## 862          GC.NFN.TOTL.GD.ZS                     NA                    NA
## 863          FX.OWN.TOTL.60.ZS                     NA                    NA
## 864          FM.LBL.BMNY.GD.ZS            5.411825598            6.32371099
## 865             FB.CBK.BRCH.P5                     NA                    NA
## 866             ER.FSH.PROD.MT         1300.000000000         1500.00000000
## 867             EN.FSH.THRD.NO                     NA                    NA
## 868          EN.ATM.PFCG.KT.CE                     NA                    NA
## 869             EN.ATM.GHGO.ZG                     NA                    NA
## 870             EG.USE.CRNW.ZS                     NA                    NA
## 871             EG.ELC.FOSL.ZS                     NA                    NA
## 872          DT.TDS.DECT.GN.ZS                     NA                    NA
## 873             DT.NFL.UNWT.CD                     NA                    NA
## 874             DT.NFL.PNGC.CD                     NA                    NA
## 875             DT.NFL.FAOG.CD                     NA                    NA
## 876             DT.DOD.DLXF.CD                     NA                    NA
## 877             DC.DAC.NZLL.CD                     NA                    NA
## 878             DC.DAC.DEUL.CD                     NA                    NA
## 879          BX.TRF.PWKR.CD.DT                     NA                    NA
## 880             BX.GSR.CCIS.ZS                     NA                    NA
## 881          BM.TRF.PWKR.CD.DT                     NA                    NA
## 882             AG.SRF.TOTL.K2                     NA       147180.00000000
## 883          AG.LND.EL5M.RU.ZS                     NA                    NA
## 884             VC.IHR.PSRC.P5                     NA                    NA
## 885          TX.VAL.MRCH.RS.ZS                     NA                    NA
## 886          TX.VAL.FOOD.ZS.UN                     NA                    NA
## 887          TM.VAL.MRCH.R4.ZS                     NA                    NA
## 888       TM.TAX.TCOM.WM.FN.ZS                     NA                    NA
## 889       TM.TAX.MANF.WM.FN.ZS                     NA                    NA
## 890          ST.INT.RCPT.XP.ZS                     NA                    NA
## 891          SP.REG.BRTH.FE.ZS                     NA                    NA
## 892          SP.POP.7579.FE.5Y            0.442794625            0.45959242
## 893          SP.POP.5054.FE.5Y            3.786165426            3.79478534
## 894          SP.POP.1564.MA.IN      2830065.000000000      2863254.00000000
## 895          SP.POP.0004.FE.5Y           15.875435660           15.53463955
## 896             SP.DYN.CONM.ZS                     NA                    NA
## 897             SL.WAG.0714.ZS                     NA                    NA
## 898          SL.UEM.BASC.MA.ZS                     NA                    NA
## 899             SL.TLF.INTM.ZS                     NA                    NA
## 900          SL.TLF.ADVN.FE.ZS                     NA                    NA
## 901       SL.TLF.0714.WK.FE.TM                     NA                    NA
## 902          SL.SLF.0714.MA.ZS                     NA                    NA
## 903          SL.EMP.WORK.MA.ZS                     NA                    NA
## 904          SL.EMP.MPYR.MA.ZS                     NA                    NA
## 905             SI.SPR.PC40.ZG                     NA                    NA
## 906                SI.POV.LMIC                     NA                    NA
## 907          SH.XPD.OOPC.PC.CD                     NA                    NA
## 908          SH.UHC.OOPC.25.TO                     NA                    NA
## 909          SH.SVR.WAST.FE.ZS                     NA                    NA
## 910          SH.STA.POIS.P5.MA                     NA                    NA
## 911          SH.STA.MALN.FE.ZS                     NA                    NA
## 912          SH.STA.AIRP.FE.P5                     NA                    NA
## 913             SH.MED.NUMW.P3                     NA                    NA
## 914          SH.HIV.1524.FE.ZS                     NA                    NA
## 915             SH.DYN.AIDS.ZS                     NA                    NA
## 916          SH.CON.1524.MA.ZS                     NA                    NA
## 917             SG.TIM.UWRK.FE                     NA                    NA
## 918             SE.XPD.CPRM.ZS                     NA                    NA
## 919       SE.TER.CUAT.BA.MA.ZS                     NA                    NA
## 920          SE.SEC.TCAQ.FE.ZS                     NA                    NA
## 921       SE.SEC.ENRL.GC.FE.ZS                     NA                    NA
## 922       SE.SEC.CMPT.LO.FE.ZS                     NA                    NA
## 923             SE.PRM.REPT.ZS                     NA                    NA
## 924             SE.PRM.NENR.MA                     NA                    NA
## 925             SE.PRM.CMPT.ZS                     NA                    NA
## 926                SE.COM.DURS                     NA                    NA
## 927   per_si_allsi.adq_pop_tot                     NA                    NA
## 928   per_lm_alllm.adq_pop_tot                     NA                    NA
## 929             NY.GSR.NFCY.KN                     NA                    NA
## 930             NY.GNP.MKTP.KN                     NA                    NA
## 931          NY.GDP.PCAP.KD.ZG                     NA            0.29834076
## 932             NY.GDP.FCST.KD                     NA                    NA
## 933          NY.ADJ.NNTY.PC.KD                     NA                    NA
## 934             NY.ADJ.DKAP.CD                     NA                    NA
## 935          NV.MNF.OTHR.ZS.UN                     NA                    NA
## 936             NV.IND.EMPL.KD                     NA                    NA
## 937          TX.VAL.SERV.CD.WT                     NA                    NA
## 938          TX.VAL.MMTL.ZS.UN                     NA                    NA
## 939          TM.VAL.MRCH.WR.ZS                     NA                    NA
## 940          TM.VAL.ICTG.ZS.UN                     NA                    NA
## 941       TM.TAX.MRCH.SM.FN.ZS                     NA                    NA
## 942             ST.INT.XPND.CD                     NA                    NA
## 943             SP.REG.DTHS.ZS                     NA                    NA
## 944                SP.POP.DPND           75.301280480           76.13397852
## 945          SP.POP.6064.MA.5Y            1.799825618            1.82508713
## 946          SP.POP.2024.MA.5Y            8.937838514            8.93107759
## 947          SP.POP.0014.MA.ZS           41.515452300           41.72140737
## 948          SP.DYN.LE00.FE.IN           35.566000000           35.92400000
## 949             SM.POP.TOTL.ZS                     NA                    NA
## 950          SL.UEM.NEET.FE.ZS                     NA                    NA
## 951             SL.TLF.TOTL.IN                     NA                    NA
## 952             SL.TLF.BASC.ZS                     NA                    NA
## 953          SL.TLF.0714.WK.ZS                     NA                    NA
## 954          SL.SRV.EMPL.FE.ZS                     NA                    NA
## 955          SL.FAM.WORK.FE.ZS                     NA                    NA
## 956          SL.EMP.SMGT.FE.ZS                     NA                    NA
## 957             SL.AGR.0714.ZS                     NA                    NA
## 958             SI.POV.MDIM.FE                     NA                    NA
## 959             SI.DST.02ND.20                     NA                    NA
## 960          SH.XPD.CHEX.PC.CD                     NA                    NA
## 961                SH.TBS.INCD                     NA                    NA
## 962          SH.STA.STNT.MA.ZS                     NA                    NA
## 963          SH.STA.ODFC.RU.ZS                     NA                    NA
## 964          SH.STA.BASS.RU.ZS                     NA                    NA
## 965             SH.MLR.TRET.ZS                     NA                    NA
## 966             SH.HIV.INCD.TL                     NA                    NA
## 967          SH.DYN.NCOM.MA.ZS                     NA                    NA
## 968             SH.DTH.COMM.ZS                     NA                    NA
## 969             SG.VAW.GOES.ZS                     NA                    NA
## 970             SE.XPD.PRIM.ZS                     NA                    NA
## 971       SE.TER.CUAT.MS.FE.ZS                     NA                    NA
## 972       SE.SEC.TCAQ.UP.FE.ZS                     NA                    NA
## 973       SE.SEC.ENRL.VO.FE.ZS                     NA                    NA
## 974          SE.SEC.CUAT.LO.ZS                     NA                    NA
## 975          SE.PRM.TCHR.FE.ZS                     NA                    NA
## 976          SE.PRM.OENR.MA.ZS                     NA                    NA
## 977                SE.PRM.ENRL                     NA                    NA
## 978                SE.PRE.DURS                     NA                    NA
## 979    per_si_allsi.cov_q3_tot                     NA                    NA
## 980    per_lm_alllm.cov_q3_tot                     NA                    NA
## 981             NY.TRF.NCTR.CN                     NA                    NA
## 982             NY.GNP.PCAP.KD                     NA                    NA
## 983          NY.GDP.TOTL.RT.ZS                     NA                    NA
## 984             NY.GDP.MKTP.CN   3872999900.000000000   4052999900.00000000
## 985          NY.ADJ.SVNX.GN.ZS                     NA                    NA
## 986          NY.ADJ.DNGY.GN.ZS                     NA                    NA
## 987             NV.SRV.TOTL.CN   3818999800.000000000   3996999900.00000000
## 988             NV.IND.MANF.KN                     NA                    NA
## 989             NE.RSB.GNFS.ZS                     NA                    NA
## 990             NE.GDI.STKB.KN                     NA                    NA
## 991             NE.EXP.GNFS.CD                     NA                    NA
## 992       NE.CON.PRVT.PC.KD.ZG                     NA                    NA
## 993          MS.MIL.XPND.GD.ZS                     NA                    NA
## 994             IT.NET.SECR.P6                     NA                    NA
## 995                VC.IDP.NWDS                     NA                    NA
## 996          TX.VAL.MRCH.R3.ZS                     NA                    NA
## 997          TX.MNF.TECH.ZS.UN                     NA                    NA
## 998          TM.VAL.MRCH.OR.ZS                     NA                    NA
## 999       TM.TAX.TCOM.SM.AR.ZS                     NA                    NA
## 1000      TM.TAX.MANF.SM.AR.ZS                     NA                    NA
## 1001               SP.UWT.TFRT                     NA                    NA
## 1002         SP.POP.TOTL.FE.IN      5066683.000000000      5146299.00000000
## 1003            SP.POP.65UP.TO       256812.000000000       267041.00000000
## 1004         SP.POP.4044.FE.5Y            5.313377608            5.32740130
## 1005         SP.POP.1519.FE.5Y            9.494337814            9.33319265
## 1006            SP.HOU.FEMA.ZS                     NA                    NA
## 1007            SP.DYN.AMRT.FE          522.880000000          518.98500000
## 1008         SL.UEM.TOTL.NE.ZS                     NA                    NA
## 1009         SL.UEM.ADVN.FE.ZS                     NA                    NA
## 1010         SL.TLF.CACT.NE.ZS                     NA           76.37000275
## 1011       SL.TLF.ACTI.1524.ZS                     NA                    NA
## 1012      SL.TLF.0714.SW.MA.TM                     NA                    NA
## 1013         SL.MNF.0714.FE.ZS                     NA                    NA
## 1014         SL.EMP.VULN.FE.ZS                     NA                    NA
## 1015      SL.EMP.1524.SP.MA.ZS                     NA                    NA
## 1016            SI.POV.UMIC.GP                     NA                    NA
## 1017            SI.DST.FRST.20                     NA                    NA
## 1018         SH.XPD.GHED.GE.ZS                     NA                    NA
## 1019            SH.UHC.NOP2.ZG                     NA                    NA
## 1020            SH.STA.WASH.P5                     NA                    NA
## 1021         SH.STA.OWGH.ME.ZS                     NA                    NA
## 1022            SH.STA.FGMS.ZS                     NA                    NA
## 1023            SH.PRV.SMOK.MA                     NA                    NA
## 1024               SH.IMM.IDPT                     NA                    NA
## 1025         SH.H2O.SMDW.RU.ZS                     NA                    NA
## 1026               SH.DYN.1014                     NA                    NA
## 1027            SH.ANM.ALLW.ZS                     NA                    NA
## 1028         SG.DMK.ALLD.FN.ZS                     NA                    NA
## 1029               SE.TER.ENRR                     NA                    NA
## 1030      SE.SEC.UNER.LO.FE.ZS                     NA                    NA
## 1031            SE.SEC.PRIV.ZS                     NA                    NA
## 1032               SE.SEC.DURS                     NA                    NA
## 1033            SE.PRM.UNER.MA                     NA                    NA
## 1034         SE.PRM.PRSL.MA.ZS                     NA                    NA
## 1035         SE.PRM.GINT.MA.ZS                     NA                    NA
## 1036            SE.PRE.TCAQ.ZS                     NA                    NA
## 1037         SE.ADT.1524.LT.ZS                     NA                    NA
## 1038   per_sa_allsa.cov_q2_tot                     NA                    NA
## 1039            PA.NUS.PRVT.PP                     NA                    NA
## 1040         NY.GNS.ICTR.GN.ZS                     NA                    NA
## 1041            NY.GNP.MKTP.CN   3872999900.000000000   4052999900.00000000
## 1042         NY.GDP.NGAS.RT.ZS                     NA                    NA
## 1043            NY.GDP.DISC.CN                     NA                    NA
## 1044            NY.ADJ.NNTY.CD                     NA                    NA
## 1045            NY.ADJ.DCO2.CD                     NA                    NA
## 1046            NV.IND.TOTL.ZS                     NA                    NA
## 1047            NV.AGR.TOTL.KN                     NA                    NA
## 1048            NE.IMP.GNFS.CD                     NA                    NA
## 1049            NE.GDI.FPRV.ZS                     NA                    NA
## 1050         NE.CON.TOTL.KD.ZG                     NA                    NA
## 1051            NE.CON.GOVT.KN                     NA                    NA
## 1052            IT.NET.USER.ZS                     NA                    NA
## 1053               IS.AIR.DPRT                     NA                    NA
## 1054            IQ.CPA.PUBS.XQ                     NA                    NA
## 1055               IP.TMK.RSCT                     NA                    NA
## 1056               IC.WRH.DURS                     NA                    NA
## 1057      IC.REG.COST.PC.MA.ZS                     NA                    NA
## 1058            IC.FRM.METG.ZS                     NA                    NA
## 1059               IC.ELC.TIME                     NA                    NA
## 1060            HD.HCI.OVRL.MA                     NA                    NA
## 1061            GC.XPN.GSRV.ZS                     NA                    NA
## 1062         GC.TAX.GSRV.RV.ZS                     NA                    NA
## 1063         GC.DOD.TOTL.GD.ZS                     NA                    NA
## 1064         FS.AST.DOMO.GD.ZS                     NA                    NA
## 1065            FM.AST.NFRG.CN    168800000.000000000    212800000.00000000
## 1066            ER.PTD.TOTL.ZS                     NA                    NA
## 1067            EP.PMP.DESL.CD                     NA                    NA
## 1068            EN.CO2.ETOT.ZS                     NA                    NA
## 1069      EN.ATM.NOXE.EG.KT.CE                     NA                    NA
## 1070      EN.ATM.CO2E.PP.GD.KD                     NA                    NA
## 1071            EG.IMP.CONS.ZS                     NA                    NA
## 1072         EG.ELC.ACCS.RU.ZS                     NA                    NA
## 1073         DT.ODA.ODAT.PC.ZS            0.853037972            1.04506943
## 1074            DT.NFL.UNID.CD                     NA                    NA
## 1075            DT.NFL.PBND.CD                     NA                    NA
## 1076         DT.DOD.PVLX.GN.ZS                     NA                    NA
## 1077            DC.ODA.TOTL.KD                     NA                    NA
## 1078            DC.DAC.KORL.CD                     NA                    NA
## 1079            DC.DAC.CANL.CD                     NA                    NA
## 1080      BX.KLT.DINV.WD.GD.ZS                     NA                    NA
## 1081            BN.TRF.KOGT.CD                     NA                    NA
## 1082            BM.GSR.TRVL.ZS                     NA                    NA
## 1083            AG.PRD.CREL.MT                     NA      3167000.00000000
## 1084            AG.LND.ARBL.ZS                     NA           12.62937063
## 1085         TX.VAL.MRCH.WL.CD                     NA                    NA
## 1086         TX.VAL.FUEL.ZS.UN                     NA                    NA
## 1087         TM.VAL.MRCH.R5.ZS                     NA                    NA
## 1088         TM.UVI.MRCH.XD.WD                     NA                    NA
## 1089         TM.TAX.MRCH.BC.ZS                     NA                    NA
## 1090            ST.INT.TRNR.CD                     NA                    NA
## 1091         SP.REG.BRTH.MA.ZS                     NA                    NA
## 1092         SP.POP.7579.MA.5Y            0.350390612            0.36557591
## 1093         SP.POP.5054.MA.5Y            3.377655146            3.36436852
## 1094         SP.POP.1564.MA.ZS           56.170171470           55.91243519
## 1095         SP.POP.0004.MA.5Y           16.578890380           16.23701098
## 1096            SP.DYN.CONU.ZS                     NA                    NA
## 1097               SM.POP.NETM                     NA                    NA
## 1098            SL.UEM.BASC.ZS                     NA                    NA
## 1099         SL.TLF.PART.FE.ZS                     NA                    NA
## 1100         SL.TLF.ADVN.MA.ZS                     NA                    NA
## 1101      SL.TLF.0714.WK.FE.ZS                     NA                    NA
## 1102            SL.SLF.0714.ZS                     NA                    NA
## 1103            SL.EMP.WORK.ZS                     NA                    NA
## 1104            SL.EMP.MPYR.ZS                     NA                    NA
## 1105               SI.SPR.PCAP                     NA                    NA
## 1106            SI.POV.LMIC.GP                     NA                    NA
## 1107         SH.XPD.OOPC.PP.CD                     NA                    NA
## 1108         SH.UHC.OOPC.25.ZS                     NA                    NA
## 1109         SH.SVR.WAST.MA.ZS                     NA                    NA
## 1110         SH.STA.SMSS.RU.ZS                     NA                    NA
## 1111         SH.STA.MALN.MA.ZS                     NA                    NA
## 1112         SH.STA.AIRP.MA.P5                     NA                    NA
## 1113            SH.MED.PHYS.ZS            0.013000000                    NA
## 1114         SH.HIV.1524.MA.ZS                     NA                    NA
## 1115               SH.DYN.MORT          325.100000000          321.20000000
## 1116               SH.DTH.0509                     NA                    NA
## 1117            SG.TIM.UWRK.MA                     NA                    NA
## 1118            SE.XPD.CSEC.ZS                     NA                    NA
## 1119         SE.TER.CUAT.BA.ZS                     NA                    NA
## 1120      SE.SEC.TCAQ.LO.FE.ZS                     NA                    NA
## 1121      SE.SEC.ENRL.LO.TC.ZS                     NA                    NA
## 1122      SE.SEC.CMPT.LO.MA.ZS                     NA                    NA
## 1123         SE.PRM.TCAQ.FE.ZS                     NA                    NA
## 1124         SE.PRM.NINT.FE.ZS                     NA                    NA
## 1125         SE.PRM.CUAT.FE.ZS                     NA                    NA
## 1126         SE.ENR.PRIM.FM.ZS                     NA                    NA
## 1127   per_si_allsi.ben_q1_tot                     NA                    NA
## 1128   per_lm_alllm.ben_q1_tot                     NA                    NA
## 1129            NY.TAX.NIND.CD      7087544.297000000      7350045.93800000
## 1130         NY.GNP.MKTP.PP.CD                     NA                    NA
## 1131            NY.GDP.PCAP.KN        25056.702990000        25131.45734000
## 1132            NY.GDP.FCST.KN                     NA                    NA
## 1133      NY.ADJ.NNTY.PC.KD.ZG                     NA                    NA
## 1134         NY.ADJ.DKAP.GN.ZS                     NA                    NA
## 1135         NV.MNF.TECH.ZS.UN                     NA                    NA
## 1136            NV.IND.MANF.CD                     NA                    NA
## 1137            NE.IMP.GNFS.ZS                     NA                    NA
## 1138            NE.GDI.FTOT.KN                     NA                    NA
## 1139            NE.DAB.TOTL.CN                     NA                    NA
## 1140            NE.CON.PRVT.KD                     NA                    NA
## 1141            MS.MIL.TOTL.P1                     NA                    NA
## 1142            IT.MLT.MAIN.P2                     NA                    NA
## 1143               VC.IDP.TOCV                     NA                    NA
## 1144         TX.VAL.MRCH.R4.ZS                     NA                    NA
## 1145         TX.QTY.MRCH.XD.WD                     NA                    NA
## 1146         TM.VAL.MRCH.R1.ZS                     NA                    NA
## 1147      TM.TAX.TCOM.SM.FN.ZS                     NA                    NA
## 1148      TM.TAX.MANF.SM.FN.ZS                     NA                    NA
## 1149               ST.INT.ARVL                     NA                    NA
## 1150         SP.POP.TOTL.FE.ZS           50.140058540           50.12339222
## 1151         SP.POP.65UP.TO.ZS            2.541422358            2.60089738
## 1152         SP.POP.4044.MA.5Y            4.891178250            4.88857463
## 1153         SP.POP.1519.MA.5Y           10.163967480           10.00357160
## 1154         SP.M15.2024.FE.ZS                     NA                    NA
## 1155            SP.DYN.AMRT.MA          559.328000000          555.23900000
## 1156            SL.UEM.TOTL.ZS                     NA                    NA
## 1157         SL.UEM.ADVN.MA.ZS                     NA                    NA
## 1158            SL.TLF.CACT.ZS                     NA                    NA
## 1159         SL.TLF.ACTI.FE.ZS                     NA                    NA
## 1160      SL.TLF.0714.SW.MA.ZS                     NA                    NA
## 1161         SL.MNF.0714.MA.ZS                     NA                    NA
## 1162         SL.EMP.VULN.MA.ZS                     NA                    NA
## 1163      SL.EMP.1524.SP.NE.ZS                     NA                    NA
## 1164         SI.RMT.COST.IB.ZS                     NA                    NA
## 1165               SI.POV.DDAY                     NA                    NA
## 1166         SH.XPD.GHED.PC.CD                     NA                    NA
## 1167            SH.UHC.NOP2.ZS                     NA                    NA
## 1168         SH.STA.WAST.FE.ZS                     NA                    NA
## 1169            SH.STA.OWGH.ZS                     NA                    NA
## 1170         SH.STA.HYGN.RU.ZS                     NA                    NA
## 1171            SH.SGR.CRSK.ZS                     NA                    NA
## 1172               SH.IMM.MEAS                     NA                    NA
## 1173         SH.H2O.SMDW.UR.ZS                     NA                    NA
## 1174               SH.DYN.1519                     NA                    NA
## 1175            SH.ANM.CHLD.ZS                     NA                    NA
## 1176         SG.DMK.SRCR.FN.ZS                     NA                    NA
## 1177            SE.TER.ENRR.FE                     NA                    NA
## 1178      SE.SEC.UNER.LO.MA.ZS                     NA                    NA
## 1179         SE.SEC.PROG.FE.ZS                     NA                    NA
## 1180               SE.SEC.ENRL                     NA                    NA
## 1181         SE.PRM.UNER.MA.ZS                     NA                    NA
## 1182            SE.PRM.PRSL.ZS                     NA                    NA
## 1183            SE.PRM.GINT.ZS                     NA                    NA
## 1184               SE.PRM.AGES                     NA                    NA
## 1185         SE.ADT.LITR.FE.ZS                     NA                    NA
## 1186   per_sa_allsa.cov_q3_tot                     NA                    NA
## 1187     per_allsp.adq_pop_tot                     NA                    NA
## 1188            NY.GNS.ICTR.ZS                     NA                    NA
## 1189         NY.GNP.MKTP.CN.AD                     NA                    NA
## 1190            NY.GDP.PCAP.CD           50.304937720           51.81124873
## 1191            NY.GDP.DISC.KN                     NA                    NA
## 1192            NY.ADJ.NNTY.KD                     NA                    NA
## 1193         NY.ADJ.DCO2.GN.ZS                     NA                    NA
## 1194         NV.MNF.CHEM.ZS.UN                     NA                    NA
## 1195            NV.AGR.TOTL.ZS                     NA                    NA
## 1196            NE.IMP.GNFS.CN                     NA                    NA
## 1197               IQ.SPI.PIL1                     NA                    NA
## 1198            IQ.CPA.MACR.XQ                     NA                    NA
## 1199               IP.IDS.RSCT                     NA                    NA
## 1200               IC.TAX.METG                     NA                    NA
## 1201            IC.LGL.CRED.XQ                     NA                    NA
## 1202               IC.FRM.DURS                     NA                    NA
## 1203            IC.CRD.PUBL.ZS                     NA                    NA
## 1204               HD.HCI.OVRL                     NA                    NA
## 1205         GC.TAX.YPKG.RV.ZS                     NA                    NA
## 1206            GC.REV.XGRT.CN                     NA                    NA
## 1207            FX.OWN.TOTL.ZS                     NA                    NA
## 1208               FR.INR.LEND                     NA                    NA
## 1209            FI.RES.TOTL.MO                     NA                    NA
## 1210            ER.H2O.FWTL.ZS                     NA                    NA
## 1211         EN.POP.SLUM.UR.ZS                     NA                    NA
## 1212            EN.BIR.THRD.NO                     NA                    NA
## 1213         EN.ATM.METH.EG.ZS                     NA                    NA
## 1214            EN.ATM.CO2E.KT                     NA                    NA
## 1215            EG.ELC.RNWX.KH                     NA                    NA
## 1216         DT.TDS.MLAT.PG.ZS                     NA                    NA
## 1217            DT.ODA.ODAT.CD      8619999.886000000     10729999.54000000
## 1218            DT.NFL.UNCR.CD                     NA                    NA
## 1219            DT.NFL.MIDA.CD                     NA                    NA
## 1220            DT.DOD.MIBR.CD                     NA                    NA
## 1221            DC.DAC.USAL.CD      8000000.000000000     10000000.00000000
## 1222            DC.DAC.HUNL.CD                     NA                    NA
## 1223         CM.MKT.TRAD.GD.ZS                     NA                    NA
## 1224            BX.GSR.ROYL.CD                     NA                    NA
## 1225            BN.KAC.EOMS.CD                     NA                    NA
## 1226            BM.GSR.MRCH.CD                     NA                    NA
## 1227            AG.LND.PRCP.MM                     NA                    NA
## 1228            AG.CON.FERT.ZS                     NA            0.08250277
## 1229               IT.CEL.SETS            0.000000000                    NA
## 1230               IQ.SCI.PRDC                     NA                    NA
## 1231            IQ.CPA.GNDR.XQ                     NA                    NA
## 1232            IE.PPN.TRAN.CD                     NA                    NA
## 1233               IC.TAX.DURS                     NA                    NA
## 1234               IC.IMP.TMBC                     NA                    NA
## 1235            IC.FRM.CMPU.ZS                     NA                    NA
## 1236               IC.BUS.NREG                     NA                    NA
## 1237            GC.XPN.TRFT.CN                     NA                    NA
## 1238            GC.TAX.TOTL.CN                     NA                    NA
## 1239            GC.REV.GOTR.ZS                     NA                    NA
## 1240         FX.OWN.TOTL.PL.ZS                     NA                    NA
## 1241            FP.CPI.TOTL.ZG                     NA                    NA
## 1242         FD.RES.LIQU.AS.ZS                     NA                    NA
## 1243            ER.H2O.FWIN.ZS                     NA                    NA
## 1244         EN.POP.EL5M.RU.ZS                     NA                    NA
## 1245      EN.ATM.PM25.MC.T3.ZS                     NA                    NA
## 1246      EN.ATM.METH.AG.KT.CE                     NA                    NA
## 1247         EN.ATM.CO2E.GF.KT            0.000000000            0.00000000
## 1248            EG.ELC.NUCL.ZS                     NA                    NA
## 1249         DT.TDS.DPPG.GN.ZS                     NA                    NA
## 1250            DT.ODA.ALLD.KD     58369998.930000000     72250000.00000000
## 1251            DT.NFL.RDBN.CD                     NA                    NA
## 1252            DT.NFL.IMFC.CD                     NA                    NA
## 1253         DT.DOD.DSTC.IR.ZS                     NA                    NA
## 1254            DC.DAC.SVNL.CD                     NA                    NA
## 1255            DC.DAC.FRAL.CD                     NA                    NA
## 1256         CM.MKT.LCAP.GD.ZS                     NA                    NA
## 1257            BX.GSR.INSF.ZS                     NA                    NA
## 1258            BN.GSR.FCTY.CD                     NA                    NA
## 1259            BM.GSR.FCTY.CD                     NA                    NA
## 1260            AG.LND.FRST.K2                     NA                    NA
## 1261               VC.BTL.DETH                     NA                    NA
## 1262         TX.VAL.MRCH.R1.ZS                     NA                    NA
## 1263         TM.VAL.TRVL.ZS.WT                     NA                    NA
## 1264         TM.VAL.MRCH.CD.WT     38000000.000000000     21000000.00000000
## 1265         TM.TAX.TCOM.BR.ZS                     NA                    NA
## 1266         TM.TAX.MANF.BR.ZS                     NA                    NA
## 1267               SP.URB.TOTL       351656.000000000       366644.00000000
## 1268         SP.POP.TECH.RD.P6                     NA                    NA
## 1269         SP.POP.65UP.MA.IN       116607.000000000       121170.00000000
## 1270         SP.POP.3539.FE.5Y            6.308841504            6.29992544
## 1271         SP.POP.1014.FE.5Y           10.080697770           10.32042639
## 1272         SP.DYN.TO65.MA.ZS           22.294774800           22.67218840
## 1273            SN.ITK.VITA.ZS                     NA                    NA
## 1274      SL.UEM.TOTL.MA.NE.ZS                     NA                    NA
## 1275         SL.UEM.1524.NE.ZS                     NA                    NA
## 1276      SL.TLF.CACT.MA.NE.ZS                     NA           94.34999847
## 1277    SL.TLF.ACTI.1524.MA.ZS                     NA                    NA
## 1278      SL.TLF.0714.SW.FE.TM                     NA                    NA
## 1279         SL.IND.EMPL.MA.ZS                     NA                    NA
## 1280      SL.EMP.TOTL.SP.NE.ZS                     NA                    NA
## 1281      SL.EMP.1524.SP.FE.ZS                     NA                    NA
## 1282               SI.POV.NAHC                     NA                    NA
## 1283               SI.DST.50MD                     NA                    NA
## 1284         SH.XPD.GHED.CH.ZS                     NA                    NA
## 1285            SH.UHC.NOP2.CG                     NA                    NA
## 1286            SH.STA.SUIC.P5                     NA                    NA
## 1287         SH.STA.OWGH.FE.ZS                     NA                    NA
## 1288            SH.STA.BRTW.ZS                     NA                    NA
## 1289               SH.PRV.SMOK                     NA                    NA
## 1290            SH.HIV.PMTC.ZS                     NA                    NA
## 1291         SH.H2O.BASW.UR.ZS                     NA                    NA
## 1292               SH.DTH.NMRT        44001.000000000        44104.00000000
## 1293            SH.ALC.PCAP.LI                     NA                    NA
## 1294         SE.XPD.TOTL.GB.ZS                     NA                    NA
## 1295         SE.TER.CUAT.ST.ZS                     NA                    NA
## 1296            SE.SEC.TCHR.FE                     NA                    NA
## 1297            SE.SEC.NENR.FE                     NA                    NA
## 1298      SE.SEC.CUAT.UP.MA.ZS                     NA                    NA
## 1299            SE.PRM.UNER.FE                     NA                    NA
## 1300            SE.PRM.PRS5.ZS                     NA                    NA
## 1301            SE.PRM.ENRR.MA                     NA                    NA
## 1302         SE.PRE.TCAQ.FE.ZS                     NA                    NA
## 1303      SE.ADT.1524.LT.FM.ZS                     NA                    NA
## 1304  per_sa_allsa.cov_pop_tot                     NA                    NA
## 1305                PA.NUS.PPP                     NA                    NA
## 1306            NY.GNS.ICTR.CD                     NA                    NA
## 1307            NY.GNP.ATLS.CD                     NA                    NA
## 1308         NY.GDP.MKTP.PP.CD                     NA                    NA
## 1309            NY.GDP.DEFL.ZS            1.529623912            1.57074020
## 1310            NY.ADJ.NNAT.CD                     NA                    NA
## 1311            NY.ADJ.AEDU.CD                     NA                    NA
## 1312         NV.IND.TOTL.KD.ZG                     NA                    NA
## 1313            NV.AGR.TOTL.KD                     NA                    NA
## 1314            NE.GDI.TOTL.KN                     NA                    NA
## 1315            NE.EXP.GNFS.ZS                     NA                    NA
## 1316            NE.CON.TOTL.CN                     NA                    NA
## 1317         VC.IHR.PSRC.FE.P5                     NA                    NA
## 1318         TX.VAL.MRCH.R5.ZS                     NA                    NA
## 1319         TX.UVI.MRCH.XD.WD                     NA                    NA
## 1320         TM.VAL.MRCH.R2.ZS                     NA                    NA
## 1321         TM.TAX.TCOM.SR.ZS                     NA                    NA
## 1322         TM.TAX.MANF.SR.ZS                     NA                    NA
## 1323               ST.INT.DPRT                     NA                    NA
## 1324         SP.POP.TOTL.MA.IN      5038377.000000000      5120961.00000000
## 1325         SP.POP.7074.FE.5Y            0.848563054            0.85496393
## 1326         SP.POP.4549.FE.5Y            4.561564242            4.54862805
## 1327         SP.POP.1564.FE.IN      2934329.000000000      2965939.00000000
## 1328         SP.M18.2024.FE.ZS                     NA                    NA
## 1329            SP.DYN.CBRT.IN           44.818000000           44.46300000
## 1330         SL.WAG.0714.FE.ZS                     NA                    NA
## 1331            SL.UEM.ADVN.ZS                     NA                    NA
## 1332         SL.TLF.INTM.FE.ZS                     NA                    NA
## 1333         SL.TLF.ACTI.MA.ZS                     NA                    NA
## 1334         SL.TLF.0714.SW.TM                     NA                    NA
## 1335            SL.MNF.0714.ZS                     NA                    NA
## 1336            SL.EMP.VULN.ZS                     NA                    NA
## 1337         SL.EMP.1524.SP.ZS                     NA                    NA
## 1338         SI.RMT.COST.OB.ZS                     NA                    NA
## 1339               SI.POV.GAPS                     NA                    NA
## 1340         SH.XPD.GHED.PP.CD                     NA                    NA
## 1341         SH.UHC.OOPC.10.TO                     NA                    NA
## 1342         SH.STA.WAST.MA.ZS                     NA                    NA
## 1343            SH.STA.POIS.P5                     NA                    NA
## 1344         SH.STA.HYGN.UR.ZS                     NA                    NA
## 1345            SH.SGR.IRSK.ZS                     NA                    NA
## 1346            SH.MED.BEDS.ZS            0.115763798                    NA
## 1347            SH.H2O.SMDW.ZS                     NA                    NA
## 1348               SH.DYN.2024                     NA                    NA
## 1349            SH.ANM.NPRG.ZS                     NA                    NA
## 1350            SG.GEN.PARL.ZS                     NA                    NA
## 1351            SE.TER.ENRR.MA                     NA                    NA
## 1352         SE.SEC.UNER.LO.ZS                     NA                    NA
## 1353         SE.SEC.PROG.MA.ZS                     NA                    NA
## 1354         SE.SEC.ENRL.FE.ZS                     NA                    NA
## 1355            SE.PRM.UNER.ZS                     NA                    NA
## 1356         SE.PRM.REPT.FE.ZS                     NA                    NA
## 1357               SE.PRM.NENR                     NA                    NA
## 1358         SE.PRM.CMPT.FE.ZS                     NA                    NA
## 1359         SE.ADT.LITR.MA.ZS                     NA                    NA
## 1360   per_sa_allsa.cov_q4_tot                     NA                    NA
## 1361      per_allsp.ben_q1_tot                     NA                    NA
## 1362            NY.GSR.NFCY.CD            0.000000000            0.00000000
## 1363            NY.GNP.MKTP.KD                     NA                    NA
## 1364            NY.GDP.PCAP.CN          383.273320500          394.74990410
## 1365            NY.GDP.FCST.CD    501246856.500000000    524609515.69999999
## 1366         NY.ADJ.NNTY.KD.ZG                     NA                    NA
## 1367            NY.ADJ.DFOR.CD                     NA                    NA
## 1368         NV.MNF.FBTO.ZS.UN                     NA                    NA
## 1369            NV.FSM.TOTL.CN                     NA                    NA
## 1370            NE.IMP.GNFS.KD                     NA                    NA
## 1371            NE.GDI.FTOT.CN                     NA                    NA
## 1372            NE.CON.TOTL.ZS                     NA                    NA
## 1373            NE.CON.PRVT.CD                     NA                    NA
## 1374            LP.LPI.TIME.XQ                     NA                    NA
## 1375               IQ.SPI.PIL4                     NA                    NA
## 1376            IQ.CPA.PROP.XQ                     NA                    NA
## 1377               IP.PAT.RESD                     NA                    NA
## 1378         IC.TAX.PRFT.CP.ZS                     NA                    NA
## 1379               IC.PRP.PROC                     NA                    NA
## 1380            IC.FRM.FREG.ZS                     NA                    NA
## 1381               IC.ELC.OUTG                     NA                    NA
## 1382         HD.HCI.OVRL.LB.FE                     NA                    NA
## 1383            GC.XPN.COMP.ZS                     NA                    NA
## 1384            GC.TAX.EXPT.ZS                     NA                    NA
## 1385         GC.AST.TOTL.GD.ZS                     NA                    NA
## 1386               FR.INR.RISK                     NA                    NA
## 1387         FM.AST.DOMO.ZG.M3                     NA                    NA
## 1388            ER.LND.PTLD.ZS                     NA                    NA
## 1389               EN.URB.MCTY       119177.000000000       121084.00000000
## 1390            EN.CLC.MDAT.ZS                     NA                    NA
## 1391      EN.ATM.NOXE.AG.KT.CE                     NA                    NA
## 1392            EN.ATM.CO2E.PC                     NA                    NA
## 1393         EG.GDP.PUSE.KO.PP                     NA                    NA
## 1394            EG.CFT.ACCS.ZS                     NA                    NA
## 1395            DT.ODA.ODAT.KD     60169998.170000002     74470001.22000000
## 1396            DT.NFL.UNEP.CD                     NA                    NA
## 1397            DT.NFL.NIFC.CD                     NA                    NA
## 1398            DT.DOD.PVLX.CD                     NA                    NA
## 1399            DC.ODA.TOTL.CD                     NA                    NA
## 1400            DC.DAC.ITAL.CD                     NA                    NA
## 1401            DC.DAC.AUTL.CD                     NA                    NA
## 1402            BX.GSR.TRVL.ZS                     NA                    NA
## 1403            BN.RES.INCL.CD                     NA                    NA
## 1404            BM.GSR.TOTL.CD                     NA                    NA
## 1405         AG.LND.TOTL.UR.K2                     NA                    NA
## 1406            AG.LND.ARBL.HA                     NA      1806000.00000000
## 1407            NE.GDI.FTOT.CD                     NA                    NA
## 1408            NE.CON.TOTL.KN                     NA                    NA
## 1409            NE.CON.GOVT.ZS                     NA                    NA
## 1410            LP.LPI.OVRL.XQ                     NA                    NA
## 1411            IS.SHP.GOOD.TU                     NA                    NA
## 1412               IQ.SCI.OVRL                     NA                    NA
## 1413            IQ.CPA.FISP.XQ                     NA                    NA
## 1414            IE.PPN.ICTI.CD                     NA                    NA
## 1415            IC.REG.PROC.MA                     NA                    NA
## 1416            IC.IMP.CSDC.CD                     NA                    NA
## 1417            IC.FRM.BRIB.ZS                     NA                    NA
## 1418            IC.BUS.NDNS.ZS                     NA                    NA
## 1419         GC.XPN.TOTL.GD.ZS                     NA                    NA
## 1420         GC.TAX.OTHR.RV.ZS                     NA                    NA
## 1421            GC.REV.GOTR.CN                     NA                    NA
## 1422         FX.OWN.TOTL.OL.ZS                     NA                    NA
## 1423               FP.CPI.TOTL                     NA                    NA
## 1424         FD.AST.PRVT.GD.ZS            1.040537078            1.21391565
## 1425            ER.H2O.FWDM.ZS                     NA                    NA
## 1426               EN.POP.DNST                     NA           71.79902098
## 1427      EN.ATM.PM25.MC.T2.ZS                     NA                    NA
## 1428         EN.ATM.HFCG.KT.CE                     NA                    NA
## 1429         EN.ATM.CO2E.EG.ZS                     NA                    NA
## 1430            EG.ELC.NGAS.ZS                     NA                    NA
## 1431            DT.TDS.DPPG.CD                     NA                    NA
## 1432            DT.ODA.ALLD.CD      8619999.886000000     10729999.54000000
## 1433            DT.NFL.RDBC.CD                     NA                    NA
## 1434            DT.NFL.ILOG.CD                     NA                    NA
## 1435            DT.DOD.DSTC.CD                     NA                    NA
## 1436            DC.DAC.SVKL.CD                     NA                    NA
## 1437            DC.DAC.FINL.CD                     NA                    NA
## 1438            CM.MKT.LCAP.CD                     NA                    NA
## 1439            BX.GSR.GNFS.CD                     NA                    NA
## 1440            BN.FIN.TOTL.CD                     NA                    NA
## 1441            BM.GSR.CMCP.ZS                     NA                    NA
## 1442            AG.LND.EL5M.ZS                     NA                    NA
##                      X1962                X1963                X1964
## 1                       NA                   NA                   NA
## 2         6000000.00000000     38000000.0000000     43000000.0000000
## 3                       NA                   NA                   NA
## 4                       NA                   NA                   NA
## 5                       NA                   NA                   NA
## 6               5.22565146           23.5437153           28.4217593
## 7               1.56025252            1.5876302            1.6333931
## 8              72.62291413           73.7666800           74.4910505
## 9               1.20047493            1.2021577            1.2094706
## 10              7.59357946            7.5839054            7.5816614
## 11             40.95844542           41.3173559           41.5398526
## 12             36.31800000           36.7800000           37.2880000
## 13                      NA                   NA                   NA
## 14                      NA                   NA                   NA
## 15                      NA                   NA                   NA
## 16                      NA                   NA                   NA
## 17                      NA                   NA                   NA
## 18                      NA                   NA                   NA
## 19                      NA                   NA                   NA
## 20                      NA                   NA                   NA
## 21                      NA                   NA                   NA
## 22                      NA                   NA                   NA
## 23                      NA                   NA                   NA
## 24                      NA                   NA                   NA
## 25                      NA                   NA                   NA
## 26                      NA                   NA                   NA
## 27                      NA                   NA                   NA
## 28                      NA                   NA                   NA
## 29                      NA                   NA                   NA
## 30                      NA                   NA                   NA
## 31             95.90000000           95.1000000           94.2000000
## 32                      NA                   NA                   NA
## 33                      NA                   NA                   NA
## 34                      NA                   NA                   NA
## 35                      NA                   NA                   NA
## 36                      NA                   NA                   NA
## 37                      NA                   NA                   NA
## 38                      NA                   NA                   NA
## 39                      NA                   NA                   NA
## 40                      NA                   NA                   NA
## 41                      NA                   NA                   NA
## 42                      NA                   NA                   NA
## 43                      NA                   NA                   NA
## 44                      NA                   NA                   NA
## 45                      NA                   NA                   NA
## 46                      NA                   NA                   NA
## 47                      NA                   NA                   NA
## 48     3439686156.00000000   3504872049.0000000   3768874732.0000000
## 49                      NA                   NA                   NA
## 50                      NA                   NA                   NA
## 51                      NA                   NA                   NA
## 52                      NA                   NA                   NA
## 53                      NA                   NA                   NA
## 54                      NA                   NA                   NA
## 55                      NA                   NA                   NA
## 56                      NA                   NA                   NA
## 57                      NA                   NA                   NA
## 58                      NA                   NA                   NA
## 59                      NA                   NA                   NA
## 60                      NA                   NA                   NA
## 61                      NA                   NA                   NA
## 62                      NA                   NA                   NA
## 63                      NA                   NA                   NA
## 64                      NA                   NA                   NA
## 65                      NA                   NA                   NA
## 66              0.11200769            0.1325206            0.1441285
## 67              2.63307422            2.6328467            2.6315075
## 68             56.39879442           56.0108749           55.7648869
## 69             39.87035861           40.2315060           40.4549853
## 70            212.30000000          208.5000000          204.2000000
## 71                      NA                   NA                   NA
## 72                      NA                   NA                   NA
## 73                      NA                   NA                   NA
## 74                      NA                   NA                   NA
## 75                      NA                   NA                   NA
## 76                      NA                   NA                   NA
## 77                      NA                   NA                   NA
## 78                      NA                   NA                   NA
## 79                      NA                   NA                   NA
## 80                      NA                   NA                   NA
## 81                      NA                   NA                   NA
## 82                      NA                   NA                   NA
## 83                      NA                   NA                   NA
## 84                      NA                   NA                   NA
## 85                      NA                   NA                   NA
## 86                      NA                   NA                   NA
## 87                      NA                   NA                   NA
## 88                      NA                   NA                   NA
## 89            315.50000000          309.8000000          303.7000000
## 90                      NA                   NA                   NA
## 91                      NA                   NA                   NA
## 92                      NA                   NA                   NA
## 93                      NA                   NA                   NA
## 94                      NA                   NA                   NA
## 95                      NA                   NA                   NA
## 96                      NA                   NA                   NA
## 97                      NA                   NA                   NA
## 98                      NA                   NA                   NA
## 99                      NA                   NA                   NA
## 100                     NA                   NA                   NA
## 101                     NA                   NA                   NA
## 102                     NA                   NA                   NA
## 103                     NA                   NA                   NA
## 104            50.00000000           50.0000000           50.0000000
## 105                     NA                   NA                   NA
## 106                     NA                   NA                   NA
## 107                     NA                   NA                   NA
## 108                     NA                   NA                   NA
## 109                     NA                   NA                   NA
## 110                     NA                   NA                   NA
## 111                     NA                   NA                   NA
## 112                     NA                   NA                   NA
## 113                     NA                   NA                   NA
## 114                     NA                   NA                   NA
## 115                     NA                   NA                   NA
## 116                     NA                   NA                   NA
## 117                     NA                   NA                   NA
## 118                     NA                   NA                   NA
## 119                     NA                   NA                   NA
## 120                     NA                   NA                   NA
## 121                     NA                   NA                   NA
## 122                     NA                   NA                   NA
## 123             2.74426123            2.7590231            2.8200491
## 124                     NA                   NA                   NA
## 125             2.88414317            2.9218738            2.9554939
## 126             6.66112361            6.5640699            6.4873262
## 127            14.51242259           14.3638010           14.0751990
## 128            25.09716700           25.8409720           26.5847770
## 129                     NA                   NA                   NA
## 130                     NA                   NA                   NA
## 131                     NA                   NA                   NA
## 132                     NA                   NA                   NA
## 133                     NA                   NA                   NA
## 134                     NA                   NA                   NA
## 135                     NA                   NA                   NA
## 136                     NA                   NA                   NA
## 137                     NA                   NA                   NA
## 138                     NA                   NA                   NA
## 139                     NA                   NA                   NA
## 140                     NA                   NA                   NA
## 141                     NA                   NA                   NA
## 142                     NA                   NA                   NA
## 143                     NA                   NA                   NA
## 144                     NA                   NA                   NA
## 145                     NA                   NA                   NA
## 146                     NA                   NA                   NA
## 147                     NA                   NA                   NA
## 148                     NA                   NA                   NA
## 149                     NA                   NA                   NA
## 150                     NA                   NA                   NA
## 151                     NA                   NA                   NA
## 152                     NA                   NA                   NA
## 153                     NA                   NA                   NA
## 154                     NA                   NA                   NA
## 155                     NA                   NA                   NA
## 156                     NA                   NA                   NA
## 157                     NA                   NA                   NA
## 158                     NA                   NA                   NA
## 159                     NA                   NA                   NA
## 160                     NA                   NA                   NA
## 161             7.61900001            7.6190000            7.6190000
## 162                     NA                   NA                   NA
## 163                     NA                   NA                   NA
## 164  263000000000.00000000 268000000000.0000000 288000000000.0000000
## 165                     NA                   NA                   NA
## 166                     NA                   NA                   NA
## 167            98.60539098           98.6135182           98.6064066
## 168                     NA                   NA                   NA
## 169                     NA                   NA                   NA
## 170                     NA                   NA                   NA
## 171                     NA                   NA                   NA
## 172                     NA                   NA                   NA
## 173                     NA                   NA                   NA
## 174                     NA                   NA                   NA
## 175                     NA                   NA                   NA
## 176                     NA                   NA                   NA
## 177                     NA                   NA                   NA
## 178                     NA                   NA                   NA
## 179                     NA                   NA                   NA
## 180                     NA                   NA                   NA
## 181                     NA                   NA                   NA
## 182                     NA                   NA                   NA
## 183                     NA                   NA                   NA
## 184                     NA                   NA                   NA
## 185                     NA                   NA                   NA
## 186                     NA                   NA                   NA
## 187                     NA                   NA                   NA
## 188                     NA                   NA                   NA
## 189             1.45574856            0.9950332            0.8416836
## 190                     NA                   NA                   NA
## 191                     NA                   NA                   NA
## 192                     NA                   NA                   NA
## 193                     NA                   NA                   NA
## 194                     NA                   NA                   NA
## 195                     NA                   NA                   NA
## 196                     NA                   NA                   NA
## 197                     NA                   NA                   NA
## 198                     NA                   NA                   NA
## 199                     NA                   NA                   NA
## 200                     NA                   NA                   NA
## 201                     NA                   NA                   NA
## 202                     NA                   NA                   NA
## 203                     NA                   NA                   NA
## 204                     NA                   NA                   NA
## 205                     NA                   NA                   NA
## 206                     NA                   NA                   NA
## 207          1842.30000000         1843.9000000         1883.2000000
## 208                     NA                   NA                   NA
## 209                     NA                   NA                   NA
## 210                     NA                   NA                   NA
## 211                     NA                   NA                   NA
## 212                     NA                   NA                   NA
## 213                     NA                   NA                   NA
## 214                     NA                   NA                   NA
## 215            96.38800000           96.3470000           96.3050000
## 216             1.60277574            1.6301806            1.6769904
## 217        150813.00000000       155316.0000000       159798.0000000
## 218             6.92459801            6.8050636            6.7076680
## 219            13.76598764           13.6192888           13.3319043
## 220             5.96200000            5.9640000            5.9650000
## 221                     NA                   NA                   NA
## 222                     NA                   NA                   NA
## 223                     NA                   NA                   NA
## 224                     NA                   NA                   NA
## 225                     NA                   NA                   NA
## 226                     NA                   NA                   NA
## 227                     NA                   NA                   NA
## 228                     NA                   NA                   NA
## 229                     NA                   NA                   NA
## 230                     NA                   NA                   NA
## 231                     NA                   NA                   NA
## 232                     NA                   NA                   NA
## 233                     NA                   NA                   NA
## 234                     NA                   NA                   NA
## 235                     NA                   NA                   NA
## 236                     NA                   NA                   NA
## 237                     NA                   NA                   NA
## 238                     NA                   NA                   NA
## 239                     NA                   NA                   NA
## 240        140745.00000000       139518.0000000       138151.0000000
## 241                     NA                   NA                   NA
## 242                     NA                   NA                   NA
## 243                     NA                   NA                   NA
## 244                     NA                   NA                   NA
## 245                     NA                   NA                   NA
## 246                     NA                   NA                   NA
## 247                     NA                   NA                   NA
## 248                     NA                   NA                   NA
## 249                     NA                   NA                   NA
## 250                     NA                   NA                   NA
## 251                     NA                   NA                   NA
## 252                     NA                   NA                   NA
## 253             7.61900000            9.2887000           10.1250000
## 254                     NA                   NA                   NA
## 255                     NA                   NA                   NA
## 256             1.91032003            1.8951116            7.5324486
## 257             5.89709100            3.5699251            1.1947197
## 258                     NA                   NA                   NA
## 259                     NA                   NA                   NA
## 260                     NA                   NA                   NA
## 261                     NA                   NA                   NA
## 262                     NA                   NA                   NA
## 263                     NA                   NA                   NA
## 264                     NA                   NA                   NA
## 265                     NA                   NA                   NA
## 266                     NA                   NA                   NA
## 267                     NA                   NA                   NA
## 268                     NA                   NA                   NA
## 269             1.04500000                   NA                   NA
## 270             2.13788764            2.1781426            2.2191080
## 271             8.54478069            8.4914864            8.4188427
## 272       2188487.00000000      2243051.0000000      2292355.0000000
## 273           219.90000000          215.9000000          211.5000000
## 274                     NA                   NA                   NA
## 275                     NA                   NA                   NA
## 276                     NA                   NA                   NA
## 277                     NA                   NA                   NA
## 278                     NA                   NA                   NA
## 279                     NA                   NA                   NA
## 280                     NA                   NA                   NA
## 281                     NA                   NA                   NA
## 282                     NA                   NA                   NA
## 283                     NA                   NA                   NA
## 284                     NA                   NA                   NA
## 285                     NA                   NA                   NA
## 286                     NA                   NA                   NA
## 287                     NA                   NA                   NA
## 288                     NA                   NA                   NA
## 289                     NA                   NA                   NA
## 290                     NA                   NA                   NA
## 291                     NA                   NA                   NA
## 292                     NA                   NA                   NA
## 293                     NA                   NA                   NA
## 294                     NA                   NA                   NA
## 295                     NA                   NA                   NA
## 296                     NA                   NA                   NA
## 297                     NA                   NA                   NA
## 298                     NA                   NA                   NA
## 299                     NA                   NA                   NA
## 300                     NA                   NA                   NA
## 301                     NA                   NA                   NA
## 302                     NA                   NA                   NA
## 303                     NA                   NA                   NA
## 304                     NA                   NA                   NA
## 305                     NA                   NA                   NA
## 306                     NA                   NA                   NA
## 307           419.24072380          435.2819809          465.7844643
## 308                     NA                   NA                   NA
## 309     574091101.20000005    496947904.4000000    496098775.3000000
## 310                     NA                   NA                   NA
## 311                     NA                   NA                   NA
## 312     566084774.89999998    490057812.2000000    489185175.3000000
## 313                     NA                   NA                   NA
## 314                     NA                   NA                   NA
## 315                     NA                   NA                   NA
## 316                     NA                   NA                   NA
## 317                     NA                   NA                   NA
## 318                     NA                   NA                   NA
## 319                     NA                   NA                   NA
## 320                     NA                   NA                   NA
## 321                     NA                   NA                   NA
## 322                     NA                   NA                   NA
## 323                     NA                   NA                   NA
## 324                     NA                   NA                   NA
## 325                     NA                   NA                   NA
## 326             3.61200000            3.6530000            3.6950000
## 327      10433147.00000000     10604620.0000000     10783958.0000000
## 328             2.39996987            2.4201029            2.4332983
## 329             5.82386181            5.7984039            5.7656050
## 330            11.44613283           11.9303686           12.3775698
## 331                     NA                   NA                   NA
## 332           125.24300000          125.5072000          125.7714000
## 333                     NA                   NA                   NA
## 334                     NA                   NA                   NA
## 335                     NA                   NA                   NA
## 336                     NA                   NA                   NA
## 337                     NA                   NA                   NA
## 338                     NA                   NA                   NA
## 339                     NA                   NA                   NA
## 340                     NA                   NA                   NA
## 341                     NA                   NA                   NA
## 342                     NA                   NA                   NA
## 343                     NA                   NA                   NA
## 344                     NA                   NA                   NA
## 345                     NA                   NA                   NA
## 346                     NA                   NA                   NA
## 347                     NA                   NA                   NA
## 348                     NA                   NA                   NA
## 349                     NA                   NA                   NA
## 350                     NA                   NA                   NA
## 351                     NA                   NA                   NA
## 352                     NA                   NA                   NA
## 353                     NA                   NA                   NA
## 354                     NA                   NA                   NA
## 355                     NA                   NA                   NA
## 356                     NA                   NA                   NA
## 357                     NA                   NA                   NA
## 358                     NA                   NA                   NA
## 359                     NA                   NA                   NA
## 360                     NA                   NA                   NA
## 361                     NA                   NA                   NA
## 362                     NA                   NA                   NA
## 363                     NA                   NA                   NA
## 364                     NA                   NA                   NA
## 365                     NA                   NA                   NA
## 366     574091101.20000005    496947904.4000000    496098775.3000000
## 367                     NA                   NA                   NA
## 368                     NA                   NA                   NA
## 369                     NA                   NA                   NA
## 370                     NA                   NA                   NA
## 371                     NA                   NA                   NA
## 372                     NA                   NA                   NA
## 373                     NA                   NA                   NA
## 374                     NA                   NA                   NA
## 375                     NA                   NA                   NA
## 376                     NA                   NA                   NA
## 377                     NA                   NA                   NA
## 378                     NA                   NA                   NA
## 379                     NA                   NA                   NA
## 380                     NA                   NA                   NA
## 381                     NA                   NA                   NA
## 382                     NA                   NA                   NA
## 383                     NA                   NA                   NA
## 384                     NA                   NA                   NA
## 385                     NA                   NA                   NA
## 386                     NA                   NA                   NA
## 387                     NA                   NA                   NA
## 388                     NA                   NA                   NA
## 389                     NA                   NA                   NA
## 390                     NA                   NA                   NA
## 391                     NA                   NA                   NA
## 392                     NA                   NA                   NA
## 393      24045769.17000000     36256169.6000000     49119654.4000000
## 394                     NA                   NA                   NA
## 395                     NA                   NA                   NA
## 396                     NA                   NA                   NA
## 397                     NA                   NA                   NA
## 398             0.00000000            0.0000000            0.0000000
## 399                     NA                   NA                   NA
## 400                     NA                   NA                   NA
## 401                     NA                   NA                   NA
## 402                     NA                   NA                   NA
## 403                     NA                   NA                   NA
## 404                     NA                   NA                   NA
## 405                     NA                   NA                   NA
## 406        289999.99170000      1389999.9860000      1190000.0570000
## 407                     NA                   NA                   NA
## 408                     NA                   NA                   NA
## 409                     NA                   NA                   NA
## 410                     NA                   NA                   NA
## 411                     NA                   NA                   NA
## 412           190.00000000          200.0000000          215.0000000
## 413                     NA                   NA                   NA
## 414                     NA                   NA                   NA
## 415                     NA                   NA                   NA
## 416                     NA                   NA                   NA
## 417                     NA                   NA                   NA
## 418                     NA                   NA                   NA
## 419                     NA                   NA                   NA
## 420                     NA                   NA                   NA
## 421                     NA                   NA                   NA
## 422                     NA                   NA                   NA
## 423                     NA                   NA                   NA
## 424                     NA                   NA                   NA
## 425             1.25285777            1.2348354            1.4991041
## 426                     NA                   NA                   NA
## 427                     NA                   NA                   NA
## 428                     NA                   NA                   NA
## 429                     NA                   NA                   NA
## 430             0.00000000            0.0000000           25.6690000
## 431                     NA                   NA                   NA
## 432                     NA                   NA                   NA
## 433                     NA                   NA                   NA
## 434                     NA                   NA                   NA
## 435                     NA                   NA                   NA
## 436                     NA                   NA                   NA
## 437                     NA                   NA                   NA
## 438                     NA                   NA                   NA
## 439                     NA                   NA                   NA
## 440                     NA                   NA                   NA
## 441       8320000.00000000     15030000.0000000     18170000.0000000
## 442                     NA                   NA                   NA
## 443            20.45999908           20.7900009           21.1200008
## 444       1724500.00000000      1725500.0000000      1742000.0000000
## 445                     NA                   NA                   NA
## 446                     NA                   NA                   NA
## 447                     NA                   NA                   NA
## 448                     NA                   NA                   NA
## 449                     NA                   NA                   NA
## 450                     NA                   NA                   NA
## 451                     NA                   NA                   NA
## 452                     NA                   NA                   NA
## 453                     NA                   NA                   NA
## 454                     NA                   NA                   NA
## 455                     NA                   NA                   NA
## 456                     NA                   NA                   NA
## 457                     NA                   NA                   NA
## 458                     NA                   NA                   NA
## 459                     NA                   NA                   NA
## 460                     NA                   NA                   NA
## 461                     NA                   NA                   NA
## 462                     NA                   NA                   NA
## 463                     NA                   NA                   NA
## 464                     NA                   NA                   NA
## 465                     NA                   NA                   NA
## 466                     NA                   NA                   NA
## 467                     NA                   NA                   NA
## 468                     NA                   NA                   NA
## 469                     NA                   NA                   NA
## 470                     NA                   NA                   NA
## 471                     NA                   NA                   NA
## 472                     NA                   NA                   NA
## 473                     NA                   NA                   NA
## 474                     NA                   NA                   NA
## 475       8319999.99100000     15679999.9800000     18500000.0500000
## 476                     NA                   NA                   NA
## 477                     NA                   NA                   NA
## 478                     NA                   NA                   NA
## 479                     NA                   NA                   NA
## 480                     NA                   NA                   NA
## 481                     NA                   NA                   NA
## 482                     NA                   NA                   NA
## 483                     NA                   NA                   NA
## 484                     NA                   NA                   NA
## 485                     NA                   NA                   NA
## 486                     NA                   NA                   NA
## 487                     NA                   NA                   NA
## 488                     NA                   NA                   NA
## 489                     NA                   NA                   NA
## 490             0.15008491            0.1779093            0.1948283
## 491             2.99722320            3.0162370            3.0367988
## 492       5884169.00000000      5939740.0000000      6013662.0000000
## 493       2084837.00000000      2138558.0000000      2187325.0000000
## 494           204.20000000          200.4000000          196.5000000
## 495                     NA                   NA         7000.0000000
## 496                     NA                   NA                   NA
## 497                     NA                   NA                   NA
## 498                     NA                   NA                   NA
## 499                     NA                   NA                   NA
## 500                     NA                   NA                   NA
## 501                     NA                   NA                   NA
## 502                     NA                   NA                   NA
## 503                     NA                   NA                   NA
## 504                     NA                   NA                   NA
## 505                     NA                   NA                   NA
## 506                     NA                   NA                   NA
## 507                     NA                   NA                   NA
## 508                     NA                   NA                   NA
## 509                     NA                   NA                   NA
## 510                     NA                   NA                   NA
## 511                     NA                   NA                   NA
## 512                     NA                   NA                   NA
## 513           318.00000000          312.3000000          306.2000000
## 514                     NA                   NA                   NA
## 515                     NA                   NA                   NA
## 516                     NA                   NA                   NA
## 517                     NA                   NA                   NA
## 518                     NA                   NA                   NA
## 519                     NA                   NA                   NA
## 520                     NA                   NA                   NA
## 521                     NA                   NA                   NA
## 522                     NA                   NA                   NA
## 523                     NA                   NA                   NA
## 524                     NA                   NA                   NA
## 525                     NA                   NA                   NA
## 526                     NA                   NA                   NA
## 527      61000000.00000000     64000000.0000000     70000000.0000000
## 528                     NA                   NA                   NA
## 529                     NA                   NA                   NA
## 530                     NA                   NA                   NA
## 531                     NA                   NA                   NA
## 532                     NA                   NA                   NA
## 533                     NA                   NA                   NA
## 534                     NA                   NA                   NA
## 535                     NA                   NA                   NA
## 536                     NA                   NA                   NA
## 537                     NA                   NA                   NA
## 538                     NA                   NA                   NA
## 539                     NA                   NA                   NA
## 540                     NA                   NA                   NA
## 541                     NA                   NA                   NA
## 542                     NA                   NA                   NA
## 543                     NA                   NA                   NA
## 544      10056302.00000000     10217233.0000000     10385491.0000000
## 545             4.68584434            4.7700909            4.8332613
## 546             1.41155929            1.4212615            1.4383707
## 547             7.58433670            7.5498107            7.5231393
## 548       4273255.00000000      4381549.0000000      4479640.0000000
## 549            36.35700000           36.8280000           37.3460000
## 550                     NA                   NA                   NA
## 551                     NA                   NA                   NA
## 552                     NA                   NA                   NA
## 553                     NA                   NA                   NA
## 554                     NA                   NA                   NA
## 555                     NA                   NA                   NA
## 556                     NA                   NA                   NA
## 557                     NA                   NA                   NA
## 558                     NA                   NA                   NA
## 559                     NA                   NA                   NA
## 560                     NA                   NA                   NA
## 561                     NA                   NA                   NA
## 562                     NA                   NA                   NA
## 563                     NA                   NA                   NA
## 564                     NA                   NA                   NA
## 565                     NA                   NA                   NA
## 566                     NA                   NA                   NA
## 567                     NA                   NA                   NA
## 568                     NA                   NA                   NA
## 569         94017.00000000        93267.0000000        92427.0000000
## 570                     NA                   NA                   NA
## 571                     NA                   NA                   NA
## 572                     NA                   NA                   NA
## 573                     NA                   NA                   NA
## 574                     NA                   NA                   NA
## 575                     NA                   NA                   NA
## 576                     NA                   NA                   NA
## 577                     NA                   NA                   NA
## 578                     NA                   NA                   NA
## 579                     NA                   NA                   NA
## 580                     NA                   NA                   NA
## 581                     NA                   NA                   NA
## 582                     NA                   NA                   NA
## 583                     NA                   NA                   NA
## 584                     NA                   NA                   NA
## 585                     NA                   NA                   NA
## 586                     NA                   NA                   NA
## 587                     NA                   NA                   NA
## 588                     NA                   NA                   NA
## 589                     NA                   NA                   NA
## 590                     NA                   NA                   NA
## 591                     NA                   NA                   NA
## 592                     NA                   NA                   NA
## 593                     NA                   NA                   NA
## 594                     NA                   NA                   NA
## 595                     NA                   NA                   NA
## 596                     NA                   NA                   NA
## 597                     NA                   NA                   NA
## 598                     NA                   NA                   NA
## 599                     NA                   NA                   NA
## 600                     NA                   NA                   NA
## 601                     NA                   NA                   NA
## 602                     NA                   NA                   NA
## 603                     NA                   NA                   NA
## 604                     NA                   NA                   NA
## 605                     NA                   NA                   NA
## 606                     NA                   NA                   NA
## 607                     NA                   NA                   NA
## 608                     NA                   NA                   NA
## 609                     NA                   NA                   NA
## 610      22200000.00000000     33200000.0000000     46060000.0000000
## 611                     NA                   NA                   NA
## 612        123745.00000000       126464.0000000       129247.0000000
## 613                     NA                   NA                   NA
## 614                     NA                   NA                   NA
## 615            88.00800000           99.0090000          121.0110000
## 616                     NA                   NA                   NA
## 617                     NA                   NA                   NA
## 618                     NA                   NA                   NA
## 619                     NA                   NA                   NA
## 620                     NA                   NA                   NA
## 621                     NA                   NA                   NA
## 622                     NA                   NA                   NA
## 623                     NA                   NA                   NA
## 624                     NA                   NA                   NA
## 625                     NA                   NA                   NA
## 626                     NA                   NA                   NA
## 627                     NA                   NA                   NA
## 628        143000.00000000       143000.0000000       143000.0000000
## 629         35530.00000000        35630.0000000        35530.0000000
## 630                     NA                   NA                   NA
## 631                     NA                   NA                   NA
## 632                     NA                   NA                   NA
## 633                     NA                   NA                   NA
## 634                     NA                   NA                   NA
## 635                     NA                   NA                   NA
## 636                     NA                   NA                   NA
## 637                     NA                   NA                   NA
## 638                     NA                   NA                   NA
## 639     266700000.00000000    335100000.0000000    418600000.0000000
## 640                     NA                   NA                   NA
## 641          1500.00000000         1500.0000000         1600.0000000
## 642                     NA                   NA                   NA
## 643                     NA                   NA                   NA
## 644                     NA                   NA                   NA
## 645                     NA                   NA                   NA
## 646                     NA                   NA                   NA
## 647                     NA                   NA                   NA
## 648                     NA                   NA                   NA
## 649                     NA                   NA                   NA
## 650                     NA                   NA                   NA
## 651                     NA                   NA                   NA
## 652                     NA                   NA        29999.9993300
## 653                     NA                   NA                   NA
## 654                     NA                   NA                   NA
## 655                     NA                   NA                   NA
## 656                     NA                   NA                   NA
## 657            23.63999939           24.3199997           24.7000008
## 658                     NA                   NA                   NA
## 659                     NA                   NA                   NA
## 660                     NA                   NA                   NA
## 661                     NA                   NA                   NA
## 662                     NA                   NA                   NA
## 663                     NA                   NA                   NA
## 664                     NA                   NA                   NA
## 665                     NA                   NA                   NA
## 666                     NA                   NA                   NA
## 667                     NA                   NA                   NA
## 668                     NA                   NA                   NA
## 669                     NA                   NA                   NA
## 670                     NA                   NA                   NA
## 671                     NA                   NA                   NA
## 672             4.05774483           25.6467942           24.9179349
## 673                     NA                   NA                   NA
## 674                     NA                   NA                   NA
## 675                     NA                   NA                   NA
## 676                     NA                   NA                   NA
## 677                     NA                   NA                   NA
## 678                     NA                   NA                   NA
## 679                     NA                   NA                   NA
## 680                     NA                   NA                   NA
## 681                     NA                   NA                   NA
## 682                     NA                   NA                   NA
## 683                     NA                   NA                   NA
## 684                     NA                   NA                   NA
## 685                     NA                   NA                   NA
## 686                     NA                   NA                   NA
## 687                     NA                   NA                   NA
## 688                     NA                   NA                   NA
## 689                     NA                   NA                   NA
## 690                     NA                   NA                   NA
## 691                     NA                   NA                   NA
## 692                     NA                   NA                   NA
## 693                     NA                   NA                   NA
## 694                     NA                   NA                   NA
## 695                     NA                   NA                   NA
## 696                     NA                   NA                   NA
## 697                     NA                   NA                   NA
## 698                     NA                   NA                   NA
## 699                     NA                   NA                   NA
## 700                     NA                   NA                   NA
## 701                     NA                   NA                   NA
## 702                     NA                   NA                   NA
## 703                     NA                   NA                   NA
## 704                     NA                   NA                   NA
## 705                     NA                   NA                   NA
## 706                     NA                   NA                   NA
## 707                     NA                   NA                   NA
## 708             1.25285777            1.2348354            1.4991041
## 709             1.98985564            0.8248969            5.4610564
## 710                     NA                   NA                   NA
## 711             0.00000000            0.0000000            0.0000000
## 712                     NA                   NA                   NA
## 713                     NA                   NA                   NA
## 714             0.00000000            0.0000000           17.0731707
## 715                     NA                   NA                   NA
## 716                     NA                   NA                   NA
## 717                     NA                   NA                   NA
## 718                     NA                   NA                   NA
## 719                     NA                   NA                   NA
## 720                     NA                   NA                   NA
## 721                     NA                   NA                   NA
## 722                     NA                   NA                   NA
## 723                     NA       259999.9905000       209999.9934000
## 724                     NA                   NA                   NA
## 725        720000.00000000       940000.0000000      1090000.0000000
## 726                     NA                   NA                   NA
## 727            21.04999924           21.4500008           21.7999992
## 728             0.17482517            0.1748252            0.1748252
## 729                     NA                   NA                   NA
## 730                     NA                   NA                   NA
## 731                     NA                   NA                   NA
## 732                     NA                   NA                   NA
## 733                     NA                   NA                   NA
## 734                     NA                   NA                   NA
## 735                     NA                   NA                   NA
## 736            49.88051065           49.8743944           49.8624531
## 737             0.71850944            0.7200430            0.7204379
## 738             4.05085829            4.0320364            4.0210550
## 739            57.24549822           56.8466203           56.5895208
## 740                     NA                   NA                   NA
## 741            26.41400000           25.9330000           25.4220000
## 742                     NA                   NA                   NA
## 743                     NA                   NA                   NA
## 744                     NA                   NA                   NA
## 745                     NA                   NA                   NA
## 746                     NA                   NA                   NA
## 747                     NA                   NA                   NA
## 748                     NA                   NA                   NA
## 749                     NA                   NA                   NA
## 750                     NA                   NA                   NA
## 751                     NA                   NA                   NA
## 752                     NA                   NA                   NA
## 753                     NA                   NA                   NA
## 754                     NA                   NA                   NA
## 755                     NA                   NA                   NA
## 756                     NA                   NA                   NA
## 757                     NA                   NA                   NA
## 758                     NA                   NA                   NA
## 759                     NA                   NA                   NA
## 760                     NA                   NA                   NA
## 761                     NA                   NA                   NA
## 762                     NA                   NA                   NA
## 763                     NA                   NA                   NA
## 764                     NA                   NA                   NA
## 765                     NA                   NA                   NA
## 766                     NA                   NA                   NA
## 767                     NA                   NA                   NA
## 768                     NA                   NA                   NA
## 769                     NA                   NA                   NA
## 770                     NA                   NA                   NA
## 771                     NA                   NA                   NA
## 772                     NA                   NA                   NA
## 773                     NA                   NA                   NA
## 774             0.00000000            0.0000000            0.0000000
## 775                     NA                   NA                   NA
## 776           329.68826720          330.5042565          349.4890032
## 777    4312999900.00000000   4552000000.0000000   4952999900.0000000
## 778                     NA                   NA                   NA
## 779                     NA                   NA                   NA
## 780                     NA                   NA                   NA
## 781                     NA                   NA                   NA
## 782                     NA                   NA                   NA
## 783                     NA                   NA                   NA
## 784                     NA                   NA                   NA
## 785                     NA                   NA                   NA
## 786                     NA                   NA                   NA
## 787                     NA                   NA                   NA
## 788                     NA                   NA                   NA
## 789                     NA                   NA                   NA
## 790                     NA                   NA                   NA
## 791                     NA                   NA                   NA
## 792                     NA                   NA                   NA
## 793                     NA                   NA                   NA
## 794                     NA                   NA                   NA
## 795                     NA                   NA                   NA
## 796                     NA                   NA                   NA
## 797                     NA                   NA                   NA
## 798             1.83378853           -5.4743157           -7.2217249
## 799                     NA                   NA                   NA
## 800            32.83710809           32.6453908           32.4360612
## 801                     NA                   NA                   NA
## 802                     NA                   NA                   NA
## 803           100.00000000          100.0000000           80.4878049
## 804                     NA                   NA                   NA
## 805                     NA                   NA                   NA
## 806             1.57466297            3.2639235            3.9286531
## 807                     NA                   NA                   NA
## 808                     NA                   NA                   NA
## 809                     NA                   NA                   NA
## 810                     NA                   NA                   NA
## 811                     NA                   NA                   NA
## 812                     NA                   NA                   NA
## 813                     NA                   NA                   NA
## 814                     NA                   NA                   NA
## 815                     NA                   NA                   NA
## 816                     NA                   NA                   NA
## 817            24.84615385           24.9160839           24.8461539
## 818                     NA                   NA                   NA
## 819                     NA                   NA                   NA
## 820                     NA                   NA                   NA
## 821                     NA                   NA                   NA
## 822                     NA                   NA                   NA
## 823                     NA                   NA                   NA
## 824                     NA                   NA                   NA
## 825                     NA                   NA                   NA
## 826                     NA                   NA                   NA
## 827                     NA                   NA                   NA
## 828                     NA                   NA                   NA
## 829            -0.03886603           -0.3531196           -0.8062910
## 830      54000000.00000000     40700000.0000000     34900000.0000000
## 831                     NA                   NA                   NA
## 832             1.18607550            1.1925368            1.1985117
## 833                     NA                   NA                   NA
## 834                     NA                   NA                   NA
## 835                     NA                   NA                   NA
## 836                     NA                   NA                   NA
## 837                     NA                   NA                   NA
## 838                     NA                   NA                   NA
## 839                     NA                   NA                   NA
## 840                     NA                   NA                   NA
## 841                     NA                   NA                   NA
## 842                     NA                   NA                   NA
## 843         29999.99933000        29999.9993300        19999.9995500
## 844                     NA                   NA                   NA
## 845                     NA                   NA                   NA
## 846                     NA                   NA                   NA
## 847                     NA                   NA                   NA
## 848             1.05204873            1.1013216            1.1904762
## 849             0.17310213            0.1712461            0.1674710
## 850                     NA                   NA                   NA
## 851                     NA                   NA                   NA
## 852                     NA                   NA                   NA
## 853                     NA                   NA                   NA
## 854                     NA                   NA                   NA
## 855                     NA                   NA                   NA
## 856                     NA                   NA                   NA
## 857                     NA                   NA                   NA
## 858                     NA                   NA                   NA
## 859                     NA                   NA                   NA
## 860                     NA                   NA                   NA
## 861                     NA                   NA                   NA
## 862                     NA                   NA                   NA
## 863                     NA                   NA                   NA
## 864             6.09739355            7.2595321            8.3336650
## 865                     NA                   NA                   NA
## 866          1500.00000000         1500.0000000         1600.0000000
## 867                     NA                   NA                   NA
## 868                     NA                   NA                   NA
## 869                     NA                   NA                   NA
## 870                     NA                   NA                   NA
## 871                     NA                   NA                   NA
## 872                     NA                   NA                   NA
## 873                     NA                   NA                   NA
## 874                     NA                   NA                   NA
## 875                     NA                   NA                   NA
## 876                     NA                   NA                   NA
## 877                     NA                   NA                   NA
## 878                     NA                   NA        39999.9991100
## 879                     NA                   NA                   NA
## 880                     NA                   NA                   NA
## 881                     NA                   NA                   NA
## 882        147180.00000000       147180.0000000       147180.0000000
## 883                     NA                   NA                   NA
## 884                     NA                   NA                   NA
## 885                     NA                   NA                   NA
## 886                     NA                   NA                   NA
## 887                     NA                   NA                   NA
## 888                     NA                   NA                   NA
## 889                     NA                   NA                   NA
## 890                     NA                   NA                   NA
## 891                     NA                   NA                   NA
## 892             0.46174824            0.4562206            0.4495995
## 893             3.79759956            3.7968406            3.7972654
## 894       2890723.00000000      2917940.0000000      2953949.0000000
## 895            15.39435537           15.4192259           15.4852804
## 896                     NA                   NA                   NA
## 897                     NA                   NA                   NA
## 898                     NA                   NA                   NA
## 899                     NA                   NA                   NA
## 900                     NA                   NA                   NA
## 901                     NA                   NA                   NA
## 902                     NA                   NA                   NA
## 903                     NA                   NA                   NA
## 904                     NA                   NA                   NA
## 905                     NA                   NA                   NA
## 906                     NA                   NA                   NA
## 907                     NA                   NA                   NA
## 908                     NA                   NA                   NA
## 909                     NA                   NA                   NA
## 910                     NA                   NA                   NA
## 911                     NA                   NA                   NA
## 912                     NA                   NA                   NA
## 913                     NA                   NA                   NA
## 914                     NA                   NA                   NA
## 915                     NA                   NA                   NA
## 916                     NA                   NA                   NA
## 917                     NA                   NA                   NA
## 918                     NA                   NA                   NA
## 919                     NA                   NA                   NA
## 920                     NA                   NA                   NA
## 921                     NA                   NA                   NA
## 922                     NA                   NA                   NA
## 923                     NA                   NA                   NA
## 924                     NA                   NA                   NA
## 925                     NA                   NA                   NA
## 926                     NA                   NA                   NA
## 927                     NA                   NA                   NA
## 928                     NA                   NA                   NA
## 929                     NA                   NA                   NA
## 930                     NA                   NA                   NA
## 931             0.28994631            0.2475033            5.7441762
## 932                     NA                   NA                   NA
## 933                     NA                   NA                   NA
## 934                     NA                   NA                   NA
## 935                     NA                   NA                   NA
## 936                     NA                   NA                   NA
## 937                     NA                   NA                   NA
## 938                     NA                   NA                   NA
## 939                     NA                   NA                   NA
## 940                     NA                   NA                   NA
## 941                     NA                   NA                   NA
## 942                     NA                   NA                   NA
## 943                     NA                   NA                   NA
## 944            77.30875847           78.5367710           79.3243119
## 945             1.85336312            1.8819850            1.9085217
## 946             8.92343297            8.9053865            8.8645538
## 947            42.05307462           42.4098174           42.6314443
## 948            36.34300000           36.8190000           37.3450000
## 949                     NA                   NA                   NA
## 950                     NA                   NA                   NA
## 951                     NA                   NA                   NA
## 952                     NA                   NA                   NA
## 953                     NA                   NA                   NA
## 954                     NA                   NA                   NA
## 955                     NA                   NA                   NA
## 956                     NA                   NA                   NA
## 957                     NA                   NA                   NA
## 958                     NA                   NA                   NA
## 959                     NA                   NA                   NA
## 960                     NA                   NA                   NA
## 961                     NA                   NA                   NA
## 962                     NA                   NA                   NA
## 963                     NA                   NA                   NA
## 964                     NA                   NA                   NA
## 965                     NA                   NA                   NA
## 966                     NA                   NA                   NA
## 967                     NA                   NA                   NA
## 968                     NA                   NA                   NA
## 969                     NA                   NA                   NA
## 970                     NA                   NA                   NA
## 971                     NA                   NA                   NA
## 972                     NA                   NA                   NA
## 973                     NA                   NA                   NA
## 974                     NA                   NA                   NA
## 975                     NA                   NA                   NA
## 976                     NA                   NA                   NA
## 977                     NA                   NA                   NA
## 978                     NA                   NA                   NA
## 979                     NA                   NA                   NA
## 980                     NA                   NA                   NA
## 981                     NA                   NA                   NA
## 982                     NA                   NA                   NA
## 983                     NA                   NA                   NA
## 984    4374000100.00000000   4616000000.0000000   5023000100.0000000
## 985                     NA                   NA                   NA
## 986                     NA                   NA                   NA
## 987    4312999900.00000000   4552000000.0000000   4952999900.0000000
## 988                     NA                   NA                   NA
## 989                     NA                   NA                   NA
## 990                     NA                   NA                   NA
## 991                     NA                   NA                   NA
## 992                     NA                   NA                   NA
## 993                     NA                   NA                   NA
## 994                     NA                   NA                   NA
## 995                     NA                   NA                   NA
## 996                     NA                   NA                   NA
## 997                     NA                   NA                   NA
## 998                     NA                   NA                   NA
## 999                     NA                   NA                   NA
## 1000                    NA                   NA                   NA
## 1001                    NA                   NA                   NA
## 1002      5229040.00000000      5315630.0000000      5406812.0000000
## 1003       275723.00000000       283331.0000000       290656.0000000
## 1004            5.34465217            5.3609826            5.3738691
## 1005            9.11652999            8.9168358            8.8434183
## 1006                    NA                   NA                   NA
## 1007          515.09100000          508.0750000          501.0600000
## 1008                    NA                   NA                   NA
## 1009                    NA                   NA                   NA
## 1010                    NA                   NA                   NA
## 1011                    NA                   NA                   NA
## 1012                    NA                   NA                   NA
## 1013                    NA                   NA                   NA
## 1014                    NA                   NA                   NA
## 1015                    NA                   NA                   NA
## 1016                    NA                   NA                   NA
## 1017                    NA                   NA                   NA
## 1018                    NA                   NA                   NA
## 1019                    NA                   NA                   NA
## 1020                    NA                   NA                   NA
## 1021                    NA                   NA                   NA
## 1022                    NA                   NA                   NA
## 1023                    NA                   NA                   NA
## 1024                    NA                   NA                   NA
## 1025                    NA                   NA                   NA
## 1026                    NA                   NA                   NA
## 1027                    NA                   NA                   NA
## 1028                    NA                   NA                   NA
## 1029                    NA                   NA                   NA
## 1030                    NA                   NA                   NA
## 1031                    NA                   NA                   NA
## 1032                    NA                   NA                   NA
## 1033                    NA                   NA                   NA
## 1034                    NA                   NA                   NA
## 1035                    NA                   NA                   NA
## 1036                    NA                   NA                   NA
## 1037                    NA                   NA                   NA
## 1038                    NA                   NA                   NA
## 1039                    NA                   NA                   NA
## 1040                    NA                   NA                   NA
## 1041   4374000100.00000000   4616000000.0000000   5023000100.0000000
## 1042                    NA                   NA                   NA
## 1043                    NA                   NA                   NA
## 1044                    NA                   NA                   NA
## 1045                    NA                   NA                   NA
## 1046                    NA                   NA                   NA
## 1047                    NA                   NA                   NA
## 1048                    NA                   NA                   NA
## 1049                    NA                   NA                   NA
## 1050                    NA                   NA                   NA
## 1051                    NA                   NA                   NA
## 1052                    NA                   NA                   NA
## 1053                    NA                   NA                   NA
## 1054                    NA                   NA                   NA
## 1055                    NA                   NA                   NA
## 1056                    NA                   NA                   NA
## 1057                    NA                   NA                   NA
## 1058                    NA                   NA                   NA
## 1059                    NA                   NA                   NA
## 1060                    NA                   NA                   NA
## 1061                    NA                   NA                   NA
## 1062                    NA                   NA                   NA
## 1063                    NA                   NA                   NA
## 1064                    NA                   NA                   NA
## 1065    210100000.00000000    305200000.0000000    408200000.0000000
## 1066                    NA                   NA                   NA
## 1067                    NA                   NA                   NA
## 1068                    NA                   NA                   NA
## 1069                    NA                   NA                   NA
## 1070                    NA                   NA                   NA
## 1071                    NA                   NA                   NA
## 1072                    NA                   NA                   NA
## 1073            0.86646915            1.5295220            1.8073141
## 1074                    NA                   NA                   NA
## 1075                    NA                   NA                   NA
## 1076                    NA                   NA                   NA
## 1077                    NA                   NA                   NA
## 1078                    NA                   NA                   NA
## 1079                    NA                   NA         9999.9997760
## 1080                    NA                   NA                   NA
## 1081                    NA                   NA                   NA
## 1082                    NA                   NA                   NA
## 1083      3177026.00000000      3181578.0000000      3280500.0000000
## 1084           12.62937063           12.6993007           12.6293706
## 1085                    NA                   NA                   NA
## 1086                    NA                   NA                   NA
## 1087                    NA                   NA                   NA
## 1088                    NA                   NA                   NA
## 1089                    NA                   NA                   NA
## 1090                    NA                   NA                   NA
## 1091                    NA                   NA                   NA
## 1092            0.36897781            0.3653817            0.3592612
## 1093            3.34353233            3.3199912            3.3012308
## 1094           55.54695551           55.1700797           54.9352575
## 1095           16.09451919           16.1156478           16.1786755
## 1096                    NA                   NA                   NA
## 1097       -70000.00000000                   NA                   NA
## 1098                    NA                   NA                   NA
## 1099                    NA                   NA                   NA
## 1100                    NA                   NA                   NA
## 1101                    NA                   NA                   NA
## 1102                    NA                   NA                   NA
## 1103                    NA                   NA                   NA
## 1104                    NA                   NA                   NA
## 1105                    NA                   NA                   NA
## 1106                    NA                   NA                   NA
## 1107                    NA                   NA                   NA
## 1108                    NA                   NA                   NA
## 1109                    NA                   NA                   NA
## 1110                    NA                   NA                   NA
## 1111                    NA                   NA                   NA
## 1112                    NA                   NA                   NA
## 1113                    NA                   NA                   NA
## 1114                    NA                   NA                   NA
## 1115          316.70000000          311.2000000          305.1000000
## 1116                    NA                   NA                   NA
## 1117                    NA                   NA                   NA
## 1118                    NA                   NA                   NA
## 1119                    NA                   NA                   NA
## 1120                    NA                   NA                   NA
## 1121                    NA                   NA                   NA
## 1122                    NA                   NA                   NA
## 1123                    NA                   NA                   NA
## 1124                    NA                   NA                   NA
## 1125                    NA                   NA                   NA
## 1126                    NA                   NA                   NA
## 1127                    NA                   NA                   NA
## 1128                    NA                   NA                   NA
## 1129      8006300.03900000      6890092.2630000      6913580.2470000
## 1130                    NA                   NA                   NA
## 1131        25204.32508000        25266.7066100        26718.0707500
## 1132                    NA                   NA                   NA
## 1133                    NA                   NA                   NA
## 1134                    NA                   NA                   NA
## 1135                    NA                   NA                   NA
## 1136                    NA                   NA                   NA
## 1137                    NA                   NA                   NA
## 1138                    NA                   NA                   NA
## 1139                    NA                   NA                   NA
## 1140                    NA                   NA                   NA
## 1141                    NA                   NA                   NA
## 1142                    NA                   NA                   NA
## 1143                    NA                   NA                   NA
## 1144                    NA                   NA                   NA
## 1145                    NA                   NA                   NA
## 1146                    NA                   NA                   NA
## 1147                    NA                   NA                   NA
## 1148                    NA                   NA                   NA
## 1149                    NA                   NA                   NA
## 1150           50.11948935           50.1256056           50.1375469
## 1151            2.64276016            2.6717692            2.6952605
## 1152            4.88254757            4.8747492            4.8696837
## 1153            9.78158212            9.5767056            9.5041124
## 1154                    NA                   NA                   NA
## 1155          551.14900000          544.1770000          537.2040000
## 1156                    NA                   NA                   NA
## 1157                    NA                   NA                   NA
## 1158                    NA                   NA                   NA
## 1159                    NA                   NA                   NA
## 1160                    NA                   NA                   NA
## 1161                    NA                   NA                   NA
## 1162                    NA                   NA                   NA
## 1163                    NA                   NA                   NA
## 1164                    NA                   NA                   NA
## 1165                    NA                   NA                   NA
## 1166                    NA                   NA                   NA
## 1167                    NA                   NA                   NA
## 1168                    NA                   NA                   NA
## 1169                    NA                   NA                   NA
## 1170                    NA                   NA                   NA
## 1171                    NA                   NA                   NA
## 1172                    NA                   NA                   NA
## 1173                    NA                   NA                   NA
## 1174                    NA                   NA                   NA
## 1175                    NA                   NA                   NA
## 1176                    NA                   NA                   NA
## 1177                    NA                   NA                   NA
## 1178                    NA                   NA                   NA
## 1179                    NA                   NA                   NA
## 1180                    NA                   NA                   NA
## 1181                    NA                   NA                   NA
## 1182                    NA                   NA                   NA
## 1183                    NA                   NA                   NA
## 1184                    NA                   NA                   NA
## 1185                    NA                   NA                   NA
## 1186                    NA                   NA                   NA
## 1187                    NA                   NA                   NA
## 1188                    NA                   NA                   NA
## 1189                    NA                   NA                   NA
## 1190           55.02568891           46.8614533           46.0034039
## 1191                    NA                   NA                   NA
## 1192                    NA                   NA                   NA
## 1193                    NA                   NA                   NA
## 1194                    NA                   NA                   NA
## 1195                    NA                   NA                   NA
## 1196                    NA                   NA                   NA
## 1197                    NA                   NA                   NA
## 1198                    NA                   NA                   NA
## 1199                    NA                   NA                   NA
## 1200                    NA                   NA                   NA
## 1201                    NA                   NA                   NA
## 1202                    NA                   NA                   NA
## 1203                    NA                   NA                   NA
## 1204                    NA                   NA                   NA
## 1205                    NA                   NA                   NA
## 1206                    NA                   NA                   NA
## 1207                    NA                   NA                   NA
## 1208                    NA                   NA                   NA
## 1209                    NA                   NA                   NA
## 1210                    NA                   NA                   NA
## 1211                    NA                   NA                   NA
## 1212                    NA                   NA                   NA
## 1213                    NA                   NA                   NA
## 1214                    NA                   NA                   NA
## 1215                    NA                   NA                   NA
## 1216                    NA                   NA                   NA
## 1217      9039999.96200000     16219999.3100000     19489999.7700000
## 1218                    NA                   NA                   NA
## 1219                    NA                   NA                   NA
## 1220                    NA                   NA                   NA
## 1221      8000000.00000000     14000000.0000000     17000000.0000000
## 1222                    NA                   NA                   NA
## 1223                    NA                   NA                   NA
## 1224                    NA                   NA                   NA
## 1225                    NA                   NA                   NA
## 1226                    NA                   NA                   NA
## 1227         1500.00000000                   NA                   NA
## 1228            0.23864895            0.3474670            0.5658915
## 1229                    NA                   NA                   NA
## 1230                    NA                   NA                   NA
## 1231                    NA                   NA                   NA
## 1232                    NA                   NA                   NA
## 1233                    NA                   NA                   NA
## 1234                    NA                   NA                   NA
## 1235                    NA                   NA                   NA
## 1236                    NA                   NA                   NA
## 1237                    NA                   NA                   NA
## 1238                    NA                   NA                   NA
## 1239                    NA                   NA                   NA
## 1240                    NA                   NA                   NA
## 1241                    NA                   NA                   NA
## 1242                    NA                   NA                   NA
## 1243                    NA                   NA                   NA
## 1244                    NA                   NA                   NA
## 1245                    NA                   NA                   NA
## 1246                    NA                   NA                   NA
## 1247            0.00000000            0.0000000            0.0000000
## 1248                    NA                   NA                   NA
## 1249                    NA                   NA                   NA
## 1250     60250000.00000000    111199996.9000000    129210006.7000000
## 1251                    NA                   NA                   NA
## 1252                    NA                   NA                   NA
## 1253                    NA                   NA                   NA
## 1254                    NA                   NA                   NA
## 1255                    NA                   NA                   NA
## 1256                    NA                   NA                   NA
## 1257                    NA                   NA                   NA
## 1258                    NA                   NA                   NA
## 1259                    NA                   NA                   NA
## 1260                    NA                   NA                   NA
## 1261                    NA                   NA                   NA
## 1262                    NA                   NA                   NA
## 1263                    NA                   NA                   NA
## 1264     24000000.00000000     79000000.0000000     98000000.0000000
## 1265                    NA                   NA                   NA
## 1266                    NA                   NA                   NA
## 1267       376845.00000000       387387.0000000       398467.0000000
## 1268                    NA                   NA                   NA
## 1269       124897.00000000       127999.0000000       130842.0000000
## 1270            6.27172483            6.2278789            6.1755430
## 1271           10.71001561           11.1929912           11.6378006
## 1272           23.04960200           23.7480928           24.4465836
## 1273                    NA                   NA                   NA
## 1274                    NA                   NA                   NA
## 1275                    NA                   NA                   NA
## 1276                    NA                   NA                   NA
## 1277                    NA                   NA                   NA
## 1278                    NA                   NA                   NA
## 1279                    NA                   NA                   NA
## 1280                    NA                   NA                   NA
## 1281                    NA                   NA                   NA
## 1282                    NA                   NA                   NA
## 1283                    NA                   NA                   NA
## 1284                    NA                   NA                   NA
## 1285                    NA                   NA                   NA
## 1286                    NA                   NA                   NA
## 1287                    NA                   NA                   NA
## 1288                    NA                   NA                   NA
## 1289                    NA                   NA                   NA
## 1290                    NA                   NA                   NA
## 1291                    NA                   NA                   NA
## 1292        44181.00000000        44258.0000000        44341.0000000
## 1293                    NA                   NA                   NA
## 1294                    NA                   NA                   NA
## 1295                    NA                   NA                   NA
## 1296                    NA                   NA                   NA
## 1297                    NA                   NA                   NA
## 1298                    NA                   NA                   NA
## 1299                    NA                   NA                   NA
## 1300                    NA                   NA                   NA
## 1301                    NA                   NA                   NA
## 1302                    NA                   NA                   NA
## 1303                    NA                   NA                   NA
## 1304                    NA                   NA                   NA
## 1305                    NA                   NA                   NA
## 1306                    NA                   NA                   NA
## 1307    557304587.70000005    550796922.7000000    555852297.5000000
## 1308                    NA                   NA                   NA
## 1309            1.66336818            1.7227492            1.7433312
## 1310                    NA                   NA                   NA
## 1311                    NA                   NA                   NA
## 1312                    NA                   NA                   NA
## 1313                    NA                   NA                   NA
## 1314                    NA                   NA                   NA
## 1315                    NA                   NA                   NA
## 1316                    NA                   NA                   NA
## 1317                    NA                   NA                   NA
## 1318                    NA                   NA                   NA
## 1319                    NA                   NA                   NA
## 1320                    NA                   NA                   NA
## 1321                    NA                   NA                   NA
## 1322                    NA                   NA                   NA
## 1323                    NA                   NA                   NA
## 1324      5204107.00000000      5288990.0000000      5377146.0000000
## 1325            0.86075073            0.8664824            0.8726954
## 1326            4.52616542            4.5033420            4.4938681
## 1327      2993390.00000000      3021756.0000000      3059689.0000000
## 1328                    NA                   NA                   NA
## 1329           44.13900000           43.8530000           43.6050000
## 1330                    NA                   NA                   NA
## 1331                    NA                   NA                   NA
## 1332                    NA                   NA                   NA
## 1333                    NA                   NA                   NA
## 1334                    NA                   NA                   NA
## 1335                    NA                   NA                   NA
## 1336                    NA                   NA                   NA
## 1337                    NA                   NA                   NA
## 1338                    NA                   NA                   NA
## 1339                    NA                   NA                   NA
## 1340                    NA                   NA                   NA
## 1341                    NA                   NA                   NA
## 1342                    NA                   NA                   NA
## 1343                    NA                   NA                   NA
## 1344                    NA                   NA                   NA
## 1345                    NA                   NA                   NA
## 1346                    NA                   NA                   NA
## 1347                    NA                   NA                   NA
## 1348                    NA                   NA                   NA
## 1349                    NA                   NA                   NA
## 1350                    NA                   NA                   NA
## 1351                    NA                   NA                   NA
## 1352                    NA                   NA                   NA
## 1353                    NA                   NA                   NA
## 1354                    NA                   NA                   NA
## 1355                    NA                   NA                   NA
## 1356                    NA                   NA                   NA
## 1357                    NA                   NA                   NA
## 1358                    NA                   NA                   NA
## 1359                    NA                   NA                   NA
## 1360                    NA                   NA                   NA
## 1361                    NA                   NA                   NA
## 1362            0.00000000            0.0000000            0.0000000
## 1363                    NA                   NA                   NA
## 1364          419.24072380          435.2819809          465.7844643
## 1365    566084774.89999998    490057812.2000000    489185175.3000000
## 1366                    NA                   NA                   NA
## 1367                    NA                   NA                   NA
## 1368                    NA                   NA                   NA
## 1369                    NA                   NA                   NA
## 1370                    NA                   NA                   NA
## 1371                    NA                   NA                   NA
## 1372                    NA                   NA                   NA
## 1373                    NA                   NA                   NA
## 1374                    NA                   NA                   NA
## 1375                    NA                   NA                   NA
## 1376                    NA                   NA                   NA
## 1377                    NA                   NA                   NA
## 1378                    NA                   NA                   NA
## 1379                    NA                   NA                   NA
## 1380                    NA                   NA                   NA
## 1381                    NA                   NA                   NA
## 1382                    NA                   NA                   NA
## 1383                    NA                   NA                   NA
## 1384                    NA                   NA                   NA
## 1385                    NA                   NA                   NA
## 1386                    NA                   NA                   NA
## 1387                    NA                   NA                   NA
## 1388                    NA                   NA                   NA
## 1389       123745.00000000       126464.0000000       129247.0000000
## 1390                    NA                   NA                   NA
## 1391                    NA                   NA                   NA
## 1392                    NA                   NA                   NA
## 1393                    NA                   NA                   NA
## 1394                    NA                   NA                   NA
## 1395     62139999.39000000    115019996.6000000    133389999.4000000
## 1396                    NA                   NA                   NA
## 1397                    NA                   NA                   NA
## 1398                    NA                   NA                   NA
## 1399                    NA                   NA                   NA
## 1400                    NA                   NA                   NA
## 1401                    NA                   NA                   NA
## 1402                    NA                   NA                   NA
## 1403                    NA                   NA                   NA
## 1404                    NA                   NA                   NA
## 1405                    NA                   NA                   NA
## 1406      1806000.00000000      1816000.0000000      1806000.0000000
## 1407                    NA                   NA                   NA
## 1408                    NA                   NA                   NA
## 1409                    NA                   NA                   NA
## 1410                    NA                   NA                   NA
## 1411                    NA                   NA                   NA
## 1412                    NA                   NA                   NA
## 1413                    NA                   NA                   NA
## 1414                    NA                   NA                   NA
## 1415                    NA                   NA                   NA
## 1416                    NA                   NA                   NA
## 1417                    NA                   NA                   NA
## 1418                    NA                   NA                   NA
## 1419                    NA                   NA                   NA
## 1420                    NA                   NA                   NA
## 1421                    NA                   NA                   NA
## 1422                    NA                   NA                   NA
## 1423                    NA                   NA            2.9694652
## 1424            1.22770916            1.1676776            1.4214612
## 1425                    NA                   NA                   NA
## 1426           72.95906993           74.1581818           75.4122937
## 1427                    NA                   NA                   NA
## 1428                    NA                   NA                   NA
## 1429                    NA                   NA                   NA
## 1430                    NA                   NA                   NA
## 1431                    NA                   NA                   NA
## 1432      9039999.96200000     16219999.3100000     19489999.7700000
## 1433                    NA                   NA                   NA
## 1434                    NA                   NA                   NA
## 1435                    NA                   NA                   NA
## 1436                    NA                   NA                   NA
## 1437                    NA                   NA                   NA
## 1438                    NA                   NA                   NA
## 1439                    NA                   NA                   NA
## 1440                    NA                   NA                   NA
## 1441                    NA                   NA                   NA
## 1442                    NA                   NA                   NA
##                     X1965                X1966                 X1967
## 1                      NA                   NA                    NA
## 2        57000000.0000000     51000000.0000000     50000000.00000000
## 3                      NA                   NA                    NA
## 4                      NA                   NA                    NA
## 5                      NA                   NA                    NA
## 6              22.4408251           13.8948324           13.18330455
## 7               1.6933771            1.7581596            1.82128716
## 8              74.5868451           75.0064082           74.82056426
## 9               1.2246894            1.2437891            1.26689681
## 10              7.5850009            7.5736836            7.57750142
## 11             41.5614652           41.6699209           41.58792694
## 12             37.8320000           38.4020000           38.98700000
## 13                     NA                   NA                    NA
## 14                     NA                   NA                    NA
## 15                     NA                   NA                    NA
## 16                     NA                   NA                    NA
## 17                     NA                   NA                    NA
## 18                     NA                   NA                    NA
## 19                     NA                   NA                    NA
## 20                     NA                   NA                    NA
## 21                     NA                   NA                    NA
## 22                     NA                   NA                    NA
## 23                     NA                   NA                    NA
## 24                     NA                   NA                    NA
## 25                     NA                   NA                    NA
## 26                     NA                   NA                    NA
## 27                     NA                   NA                    NA
## 28                     NA                   NA                    NA
## 29                     NA                   NA                    NA
## 30                     NA                   NA                    NA
## 31             93.1000000           92.1000000           91.00000000
## 32                     NA                   NA                    NA
## 33                     NA                   NA                    NA
## 34                     NA                   NA                    NA
## 35                     NA                   NA                    NA
## 36                     NA                   NA                    NA
## 37                     NA                   NA                    NA
## 38                     NA                   NA                    NA
## 39                     NA                   NA                    NA
## 40                     NA                   NA                    NA
## 41                     NA                   NA                    NA
## 42                     NA                   NA                    NA
## 43                     NA                   NA                    NA
## 44                     NA                   NA                    NA
## 45                     NA                   NA                    NA
## 46                     NA                   NA                    NA
## 47                     NA                   NA                    NA
## 48     3723528046.0000000   3985688368.0000000   3923053375.00000000
## 49                     NA                   NA                    NA
## 50                     NA                   NA                    NA
## 51                     NA            1.1865984            1.98692143
## 52       79800498.7500000     81900511.8800000     82688016.80000000
## 53                     NA                   NA                    NA
## 54      361000000.0000000    334000000.0000000    320000000.00000000
## 55                     NA                   NA                    NA
## 56                     NA                   NA                    NA
## 57                     NA                   NA                    NA
## 58                     NA                   NA                    NA
## 59                     NA                   NA                    NA
## 60                     NA                   NA                    NA
## 61                     NA                   NA                    NA
## 62                     NA                   NA                    NA
## 63                     NA                   NA                    NA
## 64                     NA                   NA                    NA
## 65                     NA                   NA                    NA
## 66              0.1449597            0.1629120            0.17563897
## 67              2.6306836            2.6133455            2.59795413
## 68             55.7222458           55.5551389           55.58354865
## 69             40.4760066           40.5868434           40.50219760
## 70            199.7000000          195.0000000          190.40000000
## 71                     NA                   NA                    NA
## 72                     NA                   NA                    NA
## 73                     NA                   NA                    NA
## 74                     NA                   NA                    NA
## 75                     NA                   NA                    NA
## 76                     NA                   NA                    NA
## 77                     NA                   NA                    NA
## 78                     NA                   NA                    NA
## 79                     NA                   NA                    NA
## 80                     NA                   NA                    NA
## 81                     NA                   NA                    NA
## 82                     NA                   NA                    NA
## 83                     NA                   NA                    NA
## 84                     NA                   NA                    NA
## 85                     NA                   NA                    NA
## 86                     NA                   NA                    NA
## 87                     NA                   NA                    NA
## 88                     NA                   NA                    NA
## 89            297.1000000          290.6000000          284.00000000
## 90                     NA                   NA                    NA
## 91                     NA                   NA                    NA
## 92                     NA                   NA                    NA
## 93                     NA                   NA                    NA
## 94                     NA                   NA                    NA
## 95                     NA                   NA                    NA
## 96                     NA                   NA                    NA
## 97                     NA                   NA                    NA
## 98                     NA                   NA                    NA
## 99                     NA                   NA                    NA
## 100                    NA                   NA                    NA
## 101                    NA                   NA                    NA
## 102                    NA                   NA                    NA
## 103    1075144628.0000000   1406731222.0000000   1185673493.00000000
## 104            50.0000000           70.0000000           80.00000000
## 105                    NA                   NA                    NA
## 106                    NA                   NA                    NA
## 107                    NA                   NA                    NA
## 108                    NA                   NA                    NA
## 109                    NA                   NA                    NA
## 110                    NA                   NA                    NA
## 111    -345000000.0000000   -215000000.0000000     -5000000.00000000
## 112                    NA                   NA                    NA
## 113                    NA                   NA                    NA
## 114                    NA                   NA                    NA
## 115                    NA                   NA                    NA
## 116                    NA                   NA                    NA
## 117                    NA                   NA                    NA
## 118                    NA                   NA                    NA
## 119                    NA                   NA                    NA
## 120                    NA                   NA                    NA
## 121                    NA                   NA                    NA
## 122                    NA                   NA                    NA
## 123             2.8673929            2.9469443            2.99710010
## 124                    NA                   NA                    NA
## 125             2.9885245            3.0542147            3.11611919
## 126             6.4419782            6.4059081            6.39751584
## 127            13.7833136           13.6974683           13.65453213
## 128            27.3285820           28.0723870           28.81619200
## 129                    NA                   NA                    NA
## 130                    NA                   NA                    NA
## 131                    NA                   NA                    NA
## 132                    NA                   NA                    NA
## 133                    NA                   NA                    NA
## 134                    NA                   NA                    NA
## 135                    NA                   NA                    NA
## 136                    NA                   NA                    NA
## 137                    NA                   NA                    NA
## 138                    NA                   NA                    NA
## 139                    NA                   NA                    NA
## 140                    NA                   NA                    NA
## 141                    NA                   NA                    NA
## 142                    NA                   NA                    NA
## 143                    NA                   NA                    NA
## 144                    NA                   NA                    NA
## 145                    NA                   NA                    NA
## 146                    NA                   NA                    NA
## 147                    NA                   NA                    NA
## 148                    NA                   NA                    NA
## 149                    NA                   NA                    NA
## 150                    NA                   NA                    NA
## 151                    NA                   NA                    NA
## 152                    NA                   NA                    NA
## 153                    NA                   NA                    NA
## 154                    NA                   NA                    NA
## 155                    NA                   NA                    NA
## 156                    NA                   NA                    NA
## 157                    NA                   NA                    NA
## 158                    NA                   NA                    NA
## 159                    NA                   NA                    NA
## 160                    NA                   NA                    NA
## 161             7.6190000            7.6172500            8.03416667
## 162                    NA                   NA                    NA
## 163                    NA                   NA                    NA
## 164  285000000000.0000000 305000000000.0000000 300000000000.00000000
## 165                    NA                   NA                    NA
## 166                    NA                   NA                    NA
## 167            23.1702967           19.6989472           22.52533402
## 168                    NA                   NA                    NA
## 169    3617999900.0000000   4745999900.0000000   4248999900.00000000
## 170                    NA                   NA                    NA
## 171                    NA                   NA                    NA
## 172                    NA                   NA                    NA
## 173                    NA                   NA                    NA
## 174                    NA                   NA                    NA
## 175                    NA                   NA                    NA
## 176                    NA                   NA                    NA
## 177                    NA                   NA                    NA
## 178                    NA                   NA                    NA
## 179                    NA                   NA                    NA
## 180                    NA                   NA                    NA
## 181                    NA                   NA                    NA
## 182                    NA                   NA                    NA
## 183                    NA                   NA                    NA
## 184                    NA                   NA                    NA
## 185                    NA                   NA                    NA
## 186                    NA                   NA                    NA
## 187                    NA                   NA                    NA
## 188                    NA                   NA                    NA
## 189             1.1585951            1.6219774            1.70230323
## 190                    NA                   NA                    NA
## 191                    NA                   NA                    NA
## 192                    NA                   NA                    NA
## 193                    NA                   NA                    NA
## 194                    NA                   NA                    NA
## 195                    NA                   NA                    NA
## 196                    NA                   NA                    NA
## 197                    NA                   NA                    NA
## 198                    NA                   NA                    NA
## 199                    NA                   NA                    NA
## 200                    NA                   NA                    NA
## 201                    NA                   NA                    NA
## 202                    NA                   NA                    NA
## 203                    NA                   NA                    NA
## 204                    NA                   NA                    NA
## 205                    NA                   NA                    NA
## 206                    NA                   NA                    NA
## 207          1867.3000000         1742.0000000         1738.20000000
## 208                    NA                   NA                    NA
## 209                    NA                   NA                    NA
## 210                    NA                   NA                    NA
## 211                    NA                   NA                    NA
## 212                    NA                   NA                    NA
## 213                    NA                   NA                    NA
## 214                    NA                   NA                    NA
## 215            96.2630000           96.2200000           96.17700000
## 216             1.7370031            1.8028397            1.86598526
## 217        164462.0000000       171192.0000000       178018.00000000
## 218             6.6433078            6.5860652            6.56179594
## 219            13.0407549           12.9593958           12.92017187
## 220             5.9660000            5.9630000            5.95800000
## 221                    NA                   NA                    NA
## 222                    NA                   NA                    NA
## 223                    NA                   NA                    NA
## 224                    NA                   NA                    NA
## 225                    NA                   NA                    NA
## 226                    NA                   NA                    NA
## 227                    NA                   NA                    NA
## 228                    NA                   NA                    NA
## 229                    NA                   NA                    NA
## 230                    NA                   NA                    NA
## 231                    NA                   NA                    NA
## 232                    NA                   NA                    NA
## 233                    NA                   NA                    NA
## 234                    NA                   NA                    NA
## 235                    NA                   NA                    NA
## 236                    NA                   NA                    NA
## 237                    NA                   NA                    NA
## 238                    NA                   NA                    NA
## 239                    NA                   NA                    NA
## 240        136688.0000000       135294.0000000       134034.00000000
## 241                    NA                   NA                    NA
## 242                    NA                   NA                    NA
## 243                    NA                   NA                    NA
## 244                    NA                   NA                    NA
## 245                    NA                   NA                    NA
## 246                    NA                   NA                    NA
## 247                    NA                   NA                    NA
## 248                    NA                   NA                    NA
## 249                    NA                   NA                    NA
## 250                    NA                   NA                    NA
## 251                    NA                   NA                    NA
## 252                    NA                   NA                    NA
## 253             7.6190000            7.6190000            7.61900000
## 254                    NA                   NA                    NA
## 255                    NA                   NA                    NA
## 256            -1.2031890            7.0406431           -1.57149750
## 257            12.8851940           15.2188135           -5.66766503
## 258                    NA                   NA                    NA
## 259  139000000000.0000000 140000000000.0000000 143000000000.00000000
## 260     608000000.0000000    624000000.0000000    630000000.00000000
## 261     474865454.8000000    622916380.1000000    557684722.39999998
## 262                    NA                   NA                    NA
## 263                    NA                   NA                    NA
## 264                    NA                   NA                    NA
## 265                    NA                   NA                    NA
## 266                    NA                   NA                    NA
## 267                    NA                   NA                    NA
## 268                    NA                   NA                    NA
## 269                    NA                   NA            1.04500000
## 270             2.2594286            2.2770484            2.29545490
## 271             8.3241552            8.1717798            7.98309274
## 272       2333060.0000000      2380644.0000000      2420104.00000000
## 273           206.8000000          202.1000000          197.50000000
## 274        344550.0000000                   NA                    NA
## 275                    NA                   NA                    NA
## 276                    NA                   NA                    NA
## 277                    NA                   NA                    NA
## 278                    NA                   NA                    NA
## 279                    NA                   NA                    NA
## 280                    NA                   NA                    NA
## 281                    NA                   NA                    NA
## 282                    NA                   NA                    NA
## 283                    NA                   NA                    NA
## 284                    NA                   NA                    NA
## 285                    NA                   NA                    NA
## 286                    NA                   NA                    NA
## 287                    NA                   NA                    NA
## 288                    NA                   NA                    NA
## 289                    NA                   NA                    NA
## 290                    NA                   NA                    NA
## 291                    NA                   NA                    NA
## 292                    NA                   NA                    NA
## 293                    NA                   NA                    NA
## 294                    NA                   NA                    NA
## 295                    NA                   NA                    NA
## 296                    NA                   NA                    NA
## 297                    NA                   NA                    NA
## 298                    NA                   NA                    NA
## 299                    NA                   NA                    NA
## 300                    NA                   NA                    NA
## 301                    NA                   NA                    NA
## 302                    NA                   NA                    NA
## 303                    NA                   NA                    NA
## 304                    NA                   NA                    NA
## 305                    NA                   NA                    NA
## 306                    NA                   NA                    NA
## 307           510.5299213          618.3917340          563.56143590
## 308                    NA                   NA                    NA
## 309     735267082.3000000    906811943.8000000    841974025.50000000
## 310                    NA                   NA                    NA
## 311                    NA                   NA                    NA
## 312     170363564.8000000    178632405.8000000    189657461.59999999
## 313                    NA                   NA                    NA
## 314                    NA                   NA                    NA
## 315                    NA                   NA                    NA
## 316                    NA                   NA                    NA
## 317                    NA                   NA                    NA
## 318                    NA                   NA                    NA
## 319                    NA                   NA                    NA
## 320                    NA                   NA                    NA
## 321                    NA                   NA                    NA
## 322                    NA                   NA                    NA
## 323                    NA                   NA                    NA
## 324                    NA                   NA                    NA
## 325                    NA                   NA                    NA
## 326             3.7370000            3.7800000            3.82300000
## 327      10972912.0000000     11172530.0000000     11382965.00000000
## 328             2.4423767            2.4937929            2.53889048
## 329             5.7241999            5.6557405            5.58274079
## 330            12.6527411           12.6863542           12.61762908
## 331                    NA                   NA                    NA
## 332           126.0356000          126.2998000          126.56400000
## 333                    NA                   NA                    NA
## 334                    NA                   NA                    NA
## 335                    NA                   NA                    NA
## 336                    NA                   NA                    NA
## 337                    NA                   NA                    NA
## 338                    NA                   NA                    NA
## 339                    NA                   NA                    NA
## 340                    NA                   NA                    NA
## 341                    NA                   NA                    NA
## 342                    NA                   NA                    NA
## 343                    NA                   NA                    NA
## 344                    NA                   NA                    NA
## 345                    NA                   NA                    NA
## 346                    NA                   NA                    NA
## 347                    NA                   NA                    NA
## 348                    NA                   NA                    NA
## 349                    NA                   NA                    NA
## 350                    NA                   NA                    NA
## 351                    NA                   NA                    NA
## 352                    NA                   NA                    NA
## 353                    NA                   NA                    NA
## 354                    NA                   NA                    NA
## 355                    NA                   NA                    NA
## 356                    NA                   NA                    NA
## 357                    NA                   NA                    NA
## 358                    NA                   NA                    NA
## 359                    NA                   NA                    NA
## 360                    NA                   NA                    NA
## 361                    NA                   NA                    NA
## 362                    NA                   NA                    NA
## 363                    NA                   NA                    NA
## 364                    NA                   NA                    NA
## 365                    NA                   NA                    NA
## 366     735267082.3000000    906811943.8000000    841974025.50000000
## 367                    NA                   NA                    NA
## 368                    NA                   NA                    NA
## 369                    NA                   NA                    NA
## 370                    NA                   NA                    NA
## 371                    NA                   NA                    NA
## 372                    NA           11.7084398           -4.11573627
## 373             6.4441272            4.8342740            4.98830857
## 374                    NA                   NA                    NA
## 375                    NA                   NA                    NA
## 376                    NA                   NA                    NA
## 377                    NA                   NA                    NA
## 378                    NA                   NA                    NA
## 379                    NA                   NA                    NA
## 380             0.0000000                   NA                    NA
## 381                    NA                   NA                    NA
## 382                    NA                   NA                    NA
## 383                    NA                   NA                    NA
## 384                    NA                   NA                    NA
## 385                    NA                   NA                    NA
## 386                    NA                   NA                    NA
## 387                    NA                   NA                    NA
## 388                    NA                   NA                    NA
## 389                    NA                   NA                    NA
## 390                    NA                   NA                    NA
## 391                    NA                   NA                    NA
## 392                    NA                   NA                    NA
## 393      59519654.4000000     44983566.8200000     46384505.60000000
## 394                    NA                   NA                    NA
## 395                    NA                   NA                    NA
## 396                    NA                   NA                    NA
## 397                    NA                   NA                    NA
## 398             0.0000000            0.0000000            0.00000000
## 399                    NA                   NA                    NA
## 400                    NA                   NA                    NA
## 401                    NA                   NA                    NA
## 402                    NA                   NA                    NA
## 403                    NA                   NA                    NA
## 404                    NA                   NA                    NA
## 405                    NA                   NA        70000.00030000
## 406         90000.0035800      1059999.9430000      1139999.98600000
## 407                    NA                   NA                    NA
## 408                    NA                   NA                    NA
## 409                    NA                   NA                    NA
## 410                    NA                   NA                    NA
## 411                    NA                   NA                    NA
## 412           225.0000000          320.0000000          420.00000000
## 413                    NA                   NA                    NA
## 414                    NA                   NA                    NA
## 415                    NA                   NA                    NA
## 416                    NA                   NA                    NA
## 417                    NA                   NA                    NA
## 418                    NA                   NA                    NA
## 419                    NA                   NA                    NA
## 420                    NA                   NA                    NA
## 421                    NA                   NA                    NA
## 422                    NA                   NA                    NA
## 423                    NA                   NA                    NA
## 424                    NA                   NA                    NA
## 425             1.8939665            1.7889709            1.92049880
## 426                    NA                   NA                    NA
## 427                    NA                   NA                    NA
## 428                    NA                   NA                    NA
## 429                    NA                   NA                    NA
## 430            33.0030000           33.0030000           51.33800000
## 431                    NA                   NA                    NA
## 432                    NA                   NA                    NA
## 433                    NA                   NA                    NA
## 434                    NA                   NA                    NA
## 435                    NA                   NA                    NA
## 436                    NA                   NA                    NA
## 437                    NA                   NA                    NA
## 438                    NA                   NA                    NA
## 439                    NA                   NA                    NA
## 440                    NA                   NA                    NA
## 441      16380000.0000000      8200000.0000000      7810000.00000000
## 442                    NA                   NA                    NA
## 443            21.9300003           20.6700001           21.20000076
## 444       1786000.0000000      1794700.0000000      1821090.00000000
## 445                    NA                   NA                    NA
## 446                    NA                   NA                    NA
## 447                    NA                   NA                    NA
## 448                    NA                   NA                    NA
## 449       2000000.0000000            0.0000000                    NA
## 450                    NA                   NA                    NA
## 451                    NA                   NA                    NA
## 452                    NA                   NA                    NA
## 453                    NA                   NA                    NA
## 454                    NA                   NA                    NA
## 455                    NA                   NA                    NA
## 456                    NA                   NA                    NA
## 457                    NA                   NA                    NA
## 458                    NA                   NA                    NA
## 459                    NA                   NA                    NA
## 460                    NA                   NA                    NA
## 461                    NA                   NA                    NA
## 462                    NA                   NA                    NA
## 463                    NA                   NA                    NA
## 464                    NA                   NA                    NA
## 465                    NA                   NA                    NA
## 466                    NA                   NA                    NA
## 467                    NA                   NA                    NA
## 468                    NA                   NA                    NA
## 469                    NA                   NA                    NA
## 470                    NA                   NA                    NA
## 471                    NA                   NA                    NA
## 472                    NA                   NA                    NA
## 473                    NA                   NA                    NA
## 474                    NA                   NA                    NA
## 475      16950000.0800000     14219999.6200000     13010000.30000000
## 476                    NA                   NA                    NA
## 477                    NA                   NA                    NA
## 478                    NA                   NA                    NA
## 479                    NA                   NA                    NA
## 480                    NA                   NA                    NA
## 481                    NA                   NA                    NA
## 482                    NA                   NA                    NA
## 483                    NA                   NA                    NA
## 484                    NA                   NA                    NA
## 485                    NA                   NA                    NA
## 486                    NA                   NA                    NA
## 487                    NA                   NA                    NA
## 488                    NA                   NA                    NA
## 489                    NA                   NA                    NA
## 490             0.1989781            0.2215480            0.23767634
## 491             3.0601748            3.0558917            3.05639378
## 492       6114353.0000000      6206915.0000000      6327056.00000000
## 493       2227442.0000000      2274936.0000000      2313814.00000000
## 494           192.2000000          187.6000000          182.90000000
## 495          7000.0000000         7000.0000000         7180.00000000
## 496                    NA                   NA                    NA
## 497                    NA                   NA                    NA
## 498                    NA                   NA                    NA
## 499                    NA                   NA                    NA
## 500                    NA                   NA                    NA
## 501                    NA                   NA                    NA
## 502                    NA                   NA                    NA
## 503                    NA                   NA                    NA
## 504                    NA                   NA                    NA
## 505                    NA                   NA                    NA
## 506                    NA                   NA                    NA
## 507                    NA                   NA                    NA
## 508                    NA                   NA                    NA
## 509                    NA                   NA                    NA
## 510                    NA                   NA                    NA
## 511                    NA                   NA                    NA
## 512                    NA                   NA                    NA
## 513           299.8000000          293.2000000          286.40000000
## 514                    NA                   NA                    NA
## 515                    NA                   NA                    NA
## 516                    NA                   NA                    NA
## 517                    NA                   NA                    NA
## 518                    NA                   NA                    NA
## 519                    NA                   NA                    NA
## 520                    NA                   NA                    NA
## 521                    NA                   NA                    NA
## 522                    NA                   NA                    NA
## 523                    NA                   NA                    NA
## 524                    NA                   NA                    NA
## 525                    NA                   NA                    NA
## 526                    NA                   NA                    NA
## 527      78000000.0000000    178000000.0000000     91000000.00000000
## 528                    NA                   NA                    NA
## 529                    NA                   NA                    NA
## 530                    NA                   NA                    NA
## 531                    NA                   NA                    NA
## 532                    NA                   NA                    NA
## 533                    NA                   NA                    NA
## 534     184000000.0000000    237000000.0000000    219000000.00000000
## 535     -45281533.0100000    -28218926.3700000      -656254.10160000
## 536                    NA                   NA                    NA
## 537                    NA                   NA                    NA
## 538                    NA                   NA                    NA
## 539                    NA                   NA                    NA
## 540                    NA                   NA                    NA
## 541                    NA                   NA                    NA
## 542                    NA                   NA                    NA
## 543                    NA                   NA                    NA
## 544      10562854.0000000     10750208.0000000     10947794.00000000
## 545             4.8746940            4.9949290            5.08878063
## 546             1.4652423            1.4896058            1.51979472
## 547             7.4993863            7.4627121            7.44271078
## 548       4560503.0000000      4655584.0000000      4733939.00000000
## 549            37.9030000           38.4870000           39.08700000
## 550                    NA                   NA                    NA
## 551                    NA                   NA                    NA
## 552                    NA                   NA                    NA
## 553                    NA                   NA                    NA
## 554                    NA                   NA                    NA
## 555                    NA                   NA                    NA
## 556                    NA                   NA                    NA
## 557                    NA                   NA                    NA
## 558                    NA                   NA                    NA
## 559                    NA                   NA                    NA
## 560                    NA                   NA                    NA
## 561                    NA                   NA                    NA
## 562                    NA                   NA                    NA
## 563                    NA                   NA                    NA
## 564                    NA                   NA                    NA
## 565                    NA                   NA                    NA
## 566                    NA                   NA                    NA
## 567                    NA                   NA                    NA
## 568                    NA                   NA                    NA
## 569         91536.0000000        90682.0000000        89906.00000000
## 570                    NA                   NA                    NA
## 571                    NA                   NA                    NA
## 572                    NA                   NA                    NA
## 573                    NA                   NA                    NA
## 574                    NA                   NA                    NA
## 575                    NA                   NA                    NA
## 576                    NA                   NA                    NA
## 577                    NA                   NA                    NA
## 578                    NA                   NA                    NA
## 579                    NA                   NA                    NA
## 580                    NA                   NA                    NA
## 581                    NA                   NA                    NA
## 582                    NA                   NA                    NA
## 583                    NA                   NA                    NA
## 584                    NA                   NA                    NA
## 585                    NA                   NA                    NA
## 586                    NA                   NA                    NA
## 587                    NA                   NA                    NA
## 588    1875987006.0000000   1898247438.0000000   1935964123.00000000
## 589             3.2845413            3.4303082            3.41387368
## 590            21.6886830           14.4015049           13.82696783
## 591      47381546.1300000     43837773.9900000     42000262.50000000
## 592     435000000.0000000    390000000.0000000    441000000.00000000
## 593                    NA                   NA                    NA
## 594                    NA                   NA                    NA
## 595                    NA                   NA                    NA
## 596                    NA                   NA                    NA
## 597                    NA                   NA                    NA
## 598                    NA                   NA                    NA
## 599                    NA                   NA                    NA
## 600                    NA                   NA                    NA
## 601                    NA                   NA                    NA
## 602                    NA                   NA                    NA
## 603                    NA                   NA                    NA
## 604                    NA                   NA                    NA
## 605                    NA                   NA                    NA
## 606                    NA                   NA                    NA
## 607                    NA                   NA                    NA
## 608                    NA                   NA                    NA
## 609                    NA                   NA                    NA
## 610      56460000.0000000     41680000.0000000     43080000.00000000
## 611                    NA                   NA                    NA
## 612        132083.0000000       134985.0000000       137951.00000000
## 613                    NA                   NA                    NA
## 614                    NA                   NA                    NA
## 615           146.6800000          157.6810000          161.34800000
## 616                    NA                   NA                    NA
## 617                    NA                   NA                    NA
## 618            37.7362088           35.1295201           33.78550213
## 619                    NA                   NA                    NA
## 620                    NA                   NA                    NA
## 621                    NA                   NA                    NA
## 622                    NA                   NA                    NA
## 623                    NA                   NA                    NA
## 624                    NA                   NA                    NA
## 625                    NA                   NA                    NA
## 626                    NA                   NA                    NA
## 627                    NA                   NA                    NA
## 628        143000.0000000       143000.0000000       143000.00000000
## 629         35530.0000000        35530.0000000        35670.00000000
## 630                    NA                   NA                    NA
## 631                    NA                   NA                    NA
## 632                    NA                   NA                    NA
## 633                    NA                   NA                    NA
## 634                    NA                   NA                    NA
## 635                    NA                   NA                    NA
## 636                    NA                   NA                    NA
## 637                    NA                   NA                    NA
## 638                    NA                   NA                    NA
## 639     525400000.0000000    555900000.0000000    601600000.00000000
## 640                    NA                   NA                    NA
## 641          1600.0000000         1600.0000000         1800.00000000
## 642                    NA                   NA                    NA
## 643                    NA                   NA                    NA
## 644                    NA                   NA                    NA
## 645                    NA                   NA                    NA
## 646                    NA                   NA                    NA
## 647                    NA                   NA                    NA
## 648                    NA                   NA                    NA
## 649                    NA                   NA                    NA
## 650                    NA                   NA                    NA
## 651                    NA                   NA                    NA
## 652                    NA                   NA                    NA
## 653                    NA                   NA                    NA
## 654                    NA                   NA                    NA
## 655                    NA                   NA                    NA
## 656                    NA                   NA                    NA
## 657            25.1800003           25.4699993           26.26000023
## 658                    NA                   NA                    NA
## 659                    NA                   NA                    NA
## 660                    NA                   NA                    NA
## 661                    NA                   NA                    NA
## 662                    NA                   NA                    NA
## 663                    NA                   NA                    NA
## 664                    NA                   NA                    NA
## 665                    NA                   NA                    NA
## 666                    NA                   NA                    NA
## 667                    NA                   NA                    NA
## 668                    NA                   NA                    NA
## 669                    NA                   NA                    NA
## 670                    NA                   NA                    NA
## 671                    NA                   NA                    NA
## 672            25.5136168            5.8051009            8.22090304
## 673                    NA                   NA                    NA
## 674                    NA                   NA                    NA
## 675                    NA                   NA                    NA
## 676                    NA                   NA                    NA
## 677                    NA                   NA                    NA
## 678                    NA                   NA                    NA
## 679                    NA                   NA                    NA
## 680                    NA                   NA                    NA
## 681                    NA                   NA                    NA
## 682                    NA                   NA                    NA
## 683                    NA                   NA                    NA
## 684                    NA                   NA                    NA
## 685                    NA                   NA                    NA
## 686                    NA                   NA                    NA
## 687                    NA                   NA                    NA
## 688                    NA                   NA                    NA
## 689                    NA                   NA                    NA
## 690                    NA                   NA                    NA
## 691                    NA                   NA                    NA
## 692                    NA                   NA                    NA
## 693                    NA                   NA                    NA
## 694                    NA                   NA                    NA
## 695                    NA                   NA                    NA
## 696                    NA                   NA                    NA
## 697                    NA                   NA                    NA
## 698                    NA                   NA                    NA
## 699                    NA                   NA                    NA
## 700                    NA                   NA                    NA
## 701                    NA                   NA                    NA
## 702                    NA                   NA                    NA
## 703                    NA                   NA                    NA
## 704                    NA                   NA                    NA
## 705                    NA                   NA                    NA
## 706                    NA                   NA                    NA
## 707                    NA                   NA                    NA
## 708             1.8939665            1.7889709            1.92049880
## 709             7.3578595            3.3307956           -0.07195539
## 710                    NA                   NA                    NA
## 711             0.0000000            3.0000000            9.00000000
## 712                    NA                   NA                    NA
## 713                    NA                   NA                    NA
## 714            18.3673469           17.3076923           24.13793103
## 715                    NA                   NA                    NA
## 716                    NA                   NA                    NA
## 717                    NA                   NA                    NA
## 718                    NA                   NA                    NA
## 719                    NA                   NA                    NA
## 720                    NA                   NA                    NA
## 721                    NA                   NA                    NA
## 722                    NA                   NA                    NA
## 723        400000.0060000       430000.0072000       310000.00240000
## 724                    NA                   NA                    NA
## 725        930000.0000000      6270000.0000000      6160000.00000000
## 726                    NA                   NA                    NA
## 727            22.4099998           21.5499992           22.23999977
## 728             0.1748252            0.1748252            0.18181818
## 729                    NA                   NA                    NA
## 730                    NA                   NA                    NA
## 731                    NA                   NA                    NA
## 732                    NA                   NA                    NA
## 733                    NA                   NA                    NA
## 734                    NA                   NA                    NA
## 735                    NA                   NA                    NA
## 736            49.8481625           49.8313542           49.81262790
## 737             0.7201732            0.7259373            0.72934527
## 738             4.0189989            4.0055336            4.00158444
## 739            56.5354689           56.3589419           56.38168320
## 740                    NA                   NA                    NA
## 741            24.8960000           24.3640000           23.83400000
## 742                    NA                   NA                    NA
## 743                    NA                   NA                    NA
## 744                    NA                   NA                    NA
## 745                    NA                   NA                    NA
## 746                    NA                   NA                    NA
## 747                    NA                   NA                    NA
## 748                    NA                   NA                    NA
## 749                    NA                   NA                    NA
## 750                    NA                   NA                    NA
## 751                    NA                   NA                    NA
## 752                    NA                   NA                    NA
## 753                    NA                   NA                    NA
## 754                    NA                   NA                    NA
## 755                    NA                   NA                    NA
## 756                    NA                   NA                    NA
## 757                    NA                   NA                    NA
## 758                    NA                   NA                    NA
## 759                    NA                   NA                    NA
## 760                    NA                   NA                    NA
## 761                    NA                   NA                    NA
## 762                    NA                   NA                    NA
## 763                    NA                   NA                    NA
## 764                    NA                   NA                    NA
## 765                    NA                   NA                    NA
## 766                    NA                   NA                    NA
## 767                    NA                   NA                    NA
## 768                    NA                   NA                    NA
## 769                    NA                   NA                    NA
## 770                    NA                   NA                    NA
## 771                    NA                   NA                    NA
## 772                    NA                   NA                    NA
## 773                    NA                   NA                    NA
## 774             0.0000000            0.0000000            0.00000000
## 775                    NA                   NA                    NA
## 776           339.3381853          356.7400014          344.64248770
## 777    5523999900.0000000   6731000200.0000000   6324000100.00000000
## 778                    NA                   NA                    NA
## 779                    NA                   NA                    NA
## 780                    NA                   NA                    NA
## 781                    NA                   NA                    NA
## 782                    NA                   NA                    NA
## 783                    NA                   NA                    NA
## 784                    NA                   NA                    NA
## 785                    NA                   NA                    NA
## 786                    NA                   NA                    NA
## 787                    NA                   NA                    NA
## 788                    NA                   NA                    NA
## 789                    NA                   NA                    NA
## 790                    NA                   NA                    NA
## 791                    NA                   NA                    NA
## 792                    NA                   NA                    NA
## 793                    NA                   NA                    NA
## 794                    NA                   NA                    NA
## 795                    NA                   NA                    NA
## 796                    NA                   NA                    NA
## 797                    NA                   NA                    NA
## 798             4.2761586            9.6497906            1.49307429
## 799                    NA                   NA                    NA
## 800            32.2108092           31.9625783           31.70041202
## 801                    NA                   NA                    NA
## 802                    NA                   NA                    NA
## 803            81.6326531           82.6923077           75.86206897
## 804                    NA                   NA                    NA
## 805                    NA                   NA                    NA
## 806             2.4317693            1.6982573            1.68532510
## 807                    NA                   NA                    NA
## 808                    NA                   NA                    NA
## 809                    NA                   NA                    NA
## 810                    NA                   NA                    NA
## 811                    NA                   NA                    NA
## 812         50000.0007500        59999.9986600        79999.99821000
## 813                    NA                   NA                    NA
## 814                    NA                   NA                    NA
## 815                    NA                   NA                    NA
## 816                    NA                   NA                    NA
## 817            24.8461539           24.8461539           24.94405594
## 818                    NA                   NA                    NA
## 819                    NA                   NA                    NA
## 820                    NA                   NA                    NA
## 821                    NA                   NA                    NA
## 822                    NA                   NA                    NA
## 823                    NA                   NA                    NA
## 824                    NA                   NA                    NA
## 825                    NA                   NA                    NA
## 826                    NA                   NA                    NA
## 827                    NA                   NA                    NA
## 828                    NA                   NA                    NA
## 829            -0.4034274            0.4067159            0.56742010
## 830      83500000.0000000    160700000.0000000    169300000.00000000
## 831                    NA                   NA                    NA
## 832             1.2037188            1.2081865            1.21190744
## 833                    NA                   NA                    NA
## 834                    NA                   NA                    NA
## 835                    NA                   NA                    NA
## 836                    NA                   NA                    NA
## 837                    NA                   NA                    NA
## 838                    NA                   NA                    NA
## 839                    NA                   NA                    NA
## 840                    NA                   NA                    NA
## 841                    NA                   NA                    NA
## 842                    NA                   NA                    NA
## 843         90000.0035800        70000.0003000        70000.00030000
## 844                    NA                   NA                    NA
## 845                    NA                   NA                    NA
## 846                    NA                   NA                    NA
## 847                    NA                   NA                    NA
## 848             1.2458472            1.7718715            2.30896097
## 849             0.1645871            0.1616465            0.15980019
## 850                    NA                   NA                    NA
## 851                    NA                   NA                    NA
## 852                    NA                   NA                    NA
## 853                    NA                   NA                    NA
## 854                    NA                   NA                    NA
## 855                    NA                   NA                    NA
## 856                    NA                   NA                    NA
## 857                    NA                   NA                    NA
## 858                    NA                   NA                    NA
## 859                    NA                   NA                    NA
## 860                    NA                   NA                    NA
## 861                    NA                   NA                    NA
## 862                    NA                   NA                    NA
## 863                    NA                   NA                    NA
## 864             9.3787935            8.0460267            9.37802012
## 865                    NA                   NA                    NA
## 866          1600.0000000         1603.0000000         1809.00000000
## 867                    NA                   NA                    NA
## 868                    NA                   NA                    NA
## 869                    NA                   NA                    NA
## 870                    NA                   NA                    NA
## 871                    NA                   NA                    NA
## 872                    NA                   NA                    NA
## 873                    NA                   NA                    NA
## 874                    NA                   NA                    NA
## 875                    NA                   NA                    NA
## 876                    NA                   NA                    NA
## 877                    NA                   NA                    NA
## 878        600000.0238000      1019999.9810000       400000.00600000
## 879                    NA                   NA                    NA
## 880                    NA                   NA                    NA
## 881                    NA                   NA                    NA
## 882        147180.0000000       147180.0000000       147180.00000000
## 883                    NA                   NA                    NA
## 884                    NA                   NA                    NA
## 885                    NA                   NA                    NA
## 886                    NA                   NA                    NA
## 887                    NA                   NA                    NA
## 888                    NA                   NA                    NA
## 889                    NA                   NA                    NA
## 890                    NA                   NA                    NA
## 891                    NA                   NA                    NA
## 892             0.4445662            0.4545319            0.46241684
## 893             3.8001009            3.7748789            3.75401882
## 894       3003142.0000000      3047939.0000000      3106091.00000000
## 895            15.5251469           15.6811101           15.70426538
## 896                    NA                   NA                    NA
## 897                    NA                   NA                    NA
## 898                    NA                   NA                    NA
## 899                    NA                   NA                    NA
## 900                    NA                   NA                    NA
## 901                    NA                   NA                    NA
## 902                    NA                   NA                    NA
## 903                    NA                   NA                    NA
## 904                    NA                   NA                    NA
## 905                    NA                   NA                    NA
## 906                    NA                   NA                    NA
## 907                    NA                   NA                    NA
## 908                    NA                   NA                    NA
## 909                    NA                   NA                    NA
## 910                    NA                   NA                    NA
## 911                    NA                   NA                    NA
## 912                    NA                   NA                    NA
## 913                    NA                   NA                    NA
## 914                    NA                   NA                    NA
## 915                    NA                   NA                    NA
## 916                    NA                   NA                    NA
## 917                    NA                   NA                    NA
## 918                    NA                   NA                    NA
## 919                    NA                   NA                    NA
## 920                    NA                   NA                    NA
## 921                    NA                   NA                    NA
## 922                    NA                   NA                    NA
## 923                    NA                   NA                    NA
## 924                    NA                   NA                    NA
## 925                    NA                   NA                    NA
## 926                    NA                   NA                    NA
## 927                    NA                   NA                    NA
## 928                    NA                   NA                    NA
## 929                    NA                   NA                    NA
## 930                    NA                   NA                    NA
## 931            -2.9044742            5.1281632           -3.39112902
## 932    3686900953.0000000   3942894641.0000000   3883721670.00000000
## 933                    NA                   NA                    NA
## 934                    NA                   NA                    NA
## 935                    NA                   NA                    NA
## 936                    NA                   NA                    NA
## 937                    NA                   NA                    NA
## 938                    NA                   NA                    NA
## 939                    NA                   NA                    NA
## 940                    NA                   NA                    NA
## 941                    NA                   NA                    NA
## 942                    NA                   NA                    NA
## 943                    NA                   NA                    NA
## 944            79.4615391           80.0013372           79.90934488
## 945             1.9310961            1.9385091            1.94440927
## 946             8.7961615            8.6377845            8.43784843
## 947            42.6535181           42.7602501           42.68145098
## 948            37.9110000           38.5060000           39.11800000
## 949                    NA                   NA                    NA
## 950                    NA                   NA                    NA
## 951                    NA                   NA                    NA
## 952                    NA                   NA                    NA
## 953                    NA                   NA                    NA
## 954                    NA                   NA                    NA
## 955                    NA                   NA                    NA
## 956                    NA                   NA                    NA
## 957                    NA                   NA                    NA
## 958                    NA                   NA                    NA
## 959                    NA                   NA                    NA
## 960                    NA                   NA                    NA
## 961                    NA                   NA                    NA
## 962                    NA                   NA                    NA
## 963                    NA                   NA                    NA
## 964                    NA                   NA                    NA
## 965                    NA                   NA                    NA
## 966                    NA                   NA                    NA
## 967                    NA                   NA                    NA
## 968                    NA                   NA                    NA
## 969                    NA                   NA                    NA
## 970                    NA                   NA                    NA
## 971                    NA                   NA                    NA
## 972                    NA                   NA                    NA
## 973                    NA                   NA                    NA
## 974                    NA                   NA                    NA
## 975                    NA                   NA                    NA
## 976                    NA                   NA                    NA
## 977                    NA                   NA                    NA
## 978                    NA                   NA                    NA
## 979                    NA                   NA                    NA
## 980                    NA                   NA                    NA
## 981                    NA                   NA                    NA
## 982                    NA                   NA                    NA
## 983                    NA                   NA                    NA
## 984    5601999900.0000000   6909000200.0000000   6415000100.00000000
## 985                    NA                   NA                    NA
## 986                    NA                   NA                    NA
## 987    1298000000.0000000   1361000300.0000000   1445000200.00000000
## 988                    NA                   NA                    NA
## 989            -6.1585149           -3.1118830           -0.07794232
## 990                    NA                   NA                    NA
## 991      57094106.8400000     51187819.9200000     57881611.76000000
## 992                    NA                   NA                    NA
## 993                    NA                   NA                    NA
## 994                    NA                   NA                    NA
## 995                    NA                   NA                    NA
## 996                    NA                   NA                    NA
## 997                    NA                   NA                    NA
## 998                    NA                   NA                    NA
## 999                    NA                   NA                    NA
## 1000                   NA                   NA                    NA
## 1001                   NA                   NA                    NA
## 1002      5503117.0000000      5605107.0000000      5712811.00000000
## 1003       298056.0000000       310031.0000000       321970.00000000
## 1004            5.3798965            5.3576140            5.33632217
## 1005            8.9501641            9.1481750            9.50504051
## 1006                   NA                   NA                    NA
## 1007          494.0450000          487.0300000          480.01400000
## 1008                   NA                   NA                    NA
## 1009                   NA                   NA                    NA
## 1010                   NA                   NA                    NA
## 1011                   NA                   NA                    NA
## 1012                   NA                   NA                    NA
## 1013                   NA                   NA                    NA
## 1014                   NA                   NA                    NA
## 1015                   NA                   NA                    NA
## 1016                   NA                   NA                    NA
## 1017                   NA                   NA                    NA
## 1018                   NA                   NA                    NA
## 1019                   NA                   NA                    NA
## 1020                   NA                   NA                    NA
## 1021                   NA                   NA                    NA
## 1022                   NA                   NA                    NA
## 1023                   NA                   NA                    NA
## 1024                   NA                   NA                    NA
## 1025                   NA                   NA                    NA
## 1026                   NA                   NA                    NA
## 1027                   NA                   NA                    NA
## 1028                   NA                   NA                    NA
## 1029                   NA                   NA                    NA
## 1030                   NA                   NA                    NA
## 1031                   NA                   NA                    NA
## 1032                   NA                   NA                    NA
## 1033                   NA                   NA                    NA
## 1034                   NA                   NA                    NA
## 1035                   NA                   NA                    NA
## 1036                   NA                   NA                    NA
## 1037                   NA                   NA                    NA
## 1038                   NA                   NA                    NA
## 1039                   NA                   NA                    NA
## 1040                   NA                   NA                    NA
## 1041   5601999900.0000000   6909000200.0000000   6415000100.00000000
## 1042                   NA                   NA                    NA
## 1043                   NA                   NA                    NA
## 1044                   NA                   NA                    NA
## 1045                   NA                   NA                    NA
## 1046           10.8532669            9.0316975            9.82073251
## 1047 143000000000.0000000 159000000000.0000000 153000000000.00000000
## 1048    102375639.8000000     79406746.2900000     58537865.86000000
## 1049                   NA                   NA                    NA
## 1050                   NA                   NA                    NA
## 1051                   NA                   NA                    NA
## 1052                   NA                   NA                    NA
## 1053                   NA                   NA                    NA
## 1054                   NA                   NA                    NA
## 1055                   NA                   NA                    NA
## 1056                   NA                   NA                    NA
## 1057                   NA                   NA                    NA
## 1058                   NA                   NA                    NA
## 1059                   NA                   NA                    NA
## 1060                   NA                   NA                    NA
## 1061                   NA                   NA                    NA
## 1062                   NA                   NA                    NA
## 1063                   NA                   NA                    NA
## 1064                   NA                   NA                    NA
## 1065    483700000.0000000    361500000.0000000    498300000.00000000
## 1066                   NA                   NA                    NA
## 1067                   NA                   NA                    NA
## 1068                   NA                   NA                    NA
## 1069                   NA                   NA                    NA
## 1070                   NA                   NA                    NA
## 1071                   NA                   NA                    NA
## 1072                   NA                   NA                    NA
## 1073            1.6294671            1.3783807            1.24659960
## 1074                   NA                   NA                    NA
## 1075                   NA                   NA                    NA
## 1076                   NA                   NA                    NA
## 1077                   NA                   NA                    NA
## 1078                   NA                   NA                    NA
## 1079         9999.9997760         9999.9997760         9999.99977600
## 1080                   NA                   NA                    NA
## 1081                   NA                   NA                    NA
## 1082                   NA                   NA                    NA
## 1083      3335000.0000000      3126325.0000000      3165429.00000000
## 1084           12.6293706           12.6293706           12.72027972
## 1085                   NA                   NA                    NA
## 1086                   NA                   NA                    NA
## 1087                   NA                   NA                    NA
## 1088                   NA                   NA                    NA
## 1089                   NA                   NA                    NA
## 1090                   NA                   NA                    NA
## 1091                   NA                   NA                    NA
## 1092            0.3525543            0.3611545            0.36700943
## 1093            3.2898308            3.2666460            3.25135790
## 1094           54.9041052           54.7459570           54.77965854
## 1095           16.2174634           16.3764277           16.40928977
## 1096                   NA                   NA                    NA
## 1097                   NA                   NA       -21075.00000000
## 1098                   NA                   NA                    NA
## 1099                   NA                   NA                    NA
## 1100                   NA                   NA                    NA
## 1101                   NA                   NA                    NA
## 1102                   NA                   NA                    NA
## 1103                   NA                   NA                    NA
## 1104                   NA                   NA                    NA
## 1105                   NA                   NA                    NA
## 1106                   NA                   NA                    NA
## 1107                   NA                   NA                    NA
## 1108                   NA                   NA                    NA
## 1109                   NA                   NA                    NA
## 1110                   NA                   NA                    NA
## 1111                   NA                   NA                    NA
## 1112                   NA                   NA                    NA
## 1113            0.0210000                   NA                    NA
## 1114                   NA                   NA                    NA
## 1115          298.5000000          291.8000000          285.10000000
## 1116                   NA                   NA                    NA
## 1117                   NA                   NA                    NA
## 1118                   NA                   NA                    NA
## 1119                   NA                   NA                    NA
## 1120                   NA                   NA                    NA
## 1121                   NA                   NA                    NA
## 1122                   NA                   NA                    NA
## 1123                   NA                   NA                    NA
## 1124                   NA                   NA                    NA
## 1125                   NA                   NA                    NA
## 1126                   NA                   NA                    NA
## 1127                   NA                   NA                    NA
## 1128                   NA                   NA                    NA
## 1129     10237563.9800000     23362646.0200000     11943824.65000000
## 1130                   NA                   NA                    NA
## 1131        25942.0512800        27272.4020200        26347.55968000
## 1132 285000000000.0000000 305000000000.0000000 300000000000.00000000
## 1133                   NA                   NA                    NA
## 1134                   NA                   NA                    NA
## 1135                   NA                   NA                    NA
## 1136     24150150.9400000     31106444.4200000     28743929.65000000
## 1137           13.9235990            8.7566939            6.95245507
## 1138                   NA                   NA                    NA
## 1139                   NA                   NA                    NA
## 1140                   NA                   NA                    NA
## 1141                   NA                   NA                    NA
## 1142                   NA                   NA                    NA
## 1143                   NA                   NA                    NA
## 1144                   NA                   NA                    NA
## 1145                   NA                   NA                    NA
## 1146                   NA                   NA                    NA
## 1147                   NA                   NA                    NA
## 1148                   NA                   NA                    NA
## 1149                   NA                   NA                    NA
## 1150           50.1518375           50.1686458           50.18737210
## 1151            2.7162890            2.7749402            2.82852441
## 1152            4.8673305            4.8495148            4.83877510
## 1153            9.6188248            9.7992913           10.14997124
## 1154                   NA                   NA                    NA
## 1155          530.2320000          523.2600000          516.28700000
## 1156                   NA                   NA                    NA
## 1157                   NA                   NA                    NA
## 1158                   NA                   NA                    NA
## 1159                   NA                   NA                    NA
## 1160                   NA                   NA                    NA
## 1161                   NA                   NA                    NA
## 1162                   NA                   NA                    NA
## 1163                   NA                   NA                    NA
## 1164                   NA                   NA                    NA
## 1165                   NA                   NA                    NA
## 1166                   NA                   NA                    NA
## 1167                   NA                   NA                    NA
## 1168                   NA                   NA                    NA
## 1169                   NA                   NA                    NA
## 1170                   NA                   NA                    NA
## 1171                   NA                   NA                    NA
## 1172                   NA                   NA                    NA
## 1173                   NA                   NA                    NA
## 1174                   NA                   NA                    NA
## 1175                   NA                   NA                    NA
## 1176                   NA                   NA                    NA
## 1177                   NA                   NA                    NA
## 1178                   NA                   NA                    NA
## 1179                   NA                   NA                    NA
## 1180                   NA                   NA                    NA
## 1181                   NA                   NA                    NA
## 1182                   NA                   NA                    NA
## 1183                   NA                   NA                    NA
## 1184                   NA                   NA                    NA
## 1185                   NA                   NA                    NA
## 1186                   NA                   NA                    NA
## 1187                   NA                   NA                    NA
## 1188                   NA                   NA                    NA
## 1189                   NA                   NA                    NA
## 1190           67.0074710           81.1644224           73.96790076
## 1191                   NA                   NA                    NA
## 1192                   NA                   NA                    NA
## 1193                   NA                   NA                    NA
## 1194                   NA                   NA                    NA
## 1195           64.5840765           68.6930057           66.23538322
## 1196    780000000.0000000    605000000.0000000    446000000.00000000
## 1197                   NA                   NA                    NA
## 1198                   NA                   NA                    NA
## 1199                   NA                   NA                    NA
## 1200                   NA                   NA                    NA
## 1201                   NA                   NA                    NA
## 1202                   NA                   NA                    NA
## 1203                   NA                   NA                    NA
## 1204                   NA                   NA                    NA
## 1205                   NA                   NA                    NA
## 1206                   NA                   NA                    NA
## 1207                   NA                   NA                    NA
## 1208                   NA                   NA                    NA
## 1209                   NA                   NA                    NA
## 1210                   NA                   NA                    NA
## 1211                   NA                   NA                    NA
## 1212                   NA                   NA                    NA
## 1213                   NA                   NA                    NA
## 1214                   NA                   NA                    NA
## 1215                   NA                   NA                    NA
## 1216                   NA                   NA                    NA
## 1217     17879999.1600000     15399999.6200000     14189999.58000000
## 1218                   NA                   NA                    NA
## 1219                   NA                   NA                    NA
## 1220                   NA                   NA                    NA
## 1221     15710000.0400000     11569999.6900000     10930000.31000000
## 1222                   NA                   NA                    NA
## 1223                   NA                   NA                    NA
## 1224                   NA                   NA                    NA
## 1225                   NA                   NA                    NA
## 1226                   NA                   NA                    NA
## 1227                   NA                   NA         1500.00000000
## 1228            0.6140642            1.8826135            1.45684442
## 1229            0.0000000                   NA                    NA
## 1230                   NA                   NA                    NA
## 1231                   NA                   NA                    NA
## 1232                   NA                   NA                    NA
## 1233                   NA                   NA                    NA
## 1234                   NA                   NA                    NA
## 1235                   NA                   NA                    NA
## 1236                   NA                   NA                    NA
## 1237                   NA                   NA                    NA
## 1238                   NA                   NA                    NA
## 1239                   NA                   NA                    NA
## 1240                   NA                   NA                    NA
## 1241            8.4718693           14.3889707           -2.80833138
## 1242                   NA                   NA                    NA
## 1243                   NA                   NA                    NA
## 1244                   NA                   NA                    NA
## 1245                   NA                   NA                    NA
## 1246                   NA                   NA                    NA
## 1247            0.0000000            0.0000000            0.00000000
## 1248                   NA                   NA                    NA
## 1249                   NA                   NA                    NA
## 1250    116110000.6000000    100099998.5000000     89559997.56000000
## 1251                   NA                   NA                    NA
## 1252                   NA                   NA                    NA
## 1253                   NA                   NA                    NA
## 1254                   NA                   NA                    NA
## 1255                   NA                   NA                    NA
## 1256                   NA                   NA                    NA
## 1257                   NA                   NA                    NA
## 1258                   NA                   NA                    NA
## 1259                   NA                   NA                    NA
## 1260                   NA                   NA                    NA
## 1261                   NA                   NA                    NA
## 1262                   NA                   NA                    NA
## 1263                   NA                   NA                    NA
## 1264    108000000.0000000     75000000.0000000     61000000.00000000
## 1265                   NA                   NA                    NA
## 1266                   NA                   NA                    NA
## 1267       410058.0000000       422322.0000000       435171.00000000
## 1268                   NA                   NA                    NA
## 1269       133593.0000000       138840.0000000       143959.00000000
## 1270            6.1170061            6.0289482            5.93924777
## 1271           11.9101048           11.9463375           11.87776035
## 1272           25.1450744           25.8435652           26.54205600
## 1273                   NA                   NA                    NA
## 1274                   NA                   NA                    NA
## 1275                   NA                   NA                    NA
## 1276                   NA                   NA                    NA
## 1277                   NA                   NA                    NA
## 1278                   NA                   NA                    NA
## 1279                   NA                   NA                    NA
## 1280                   NA                   NA                    NA
## 1281                   NA                   NA                    NA
## 1282                   NA                   NA                    NA
## 1283                   NA                   NA                    NA
## 1284                   NA                   NA                    NA
## 1285                   NA                   NA                    NA
## 1286                   NA                   NA                    NA
## 1287                   NA                   NA                    NA
## 1288                   NA                   NA                    NA
## 1289                   NA                   NA                    NA
## 1290                   NA                   NA                    NA
## 1291                   NA                   NA                    NA
## 1292        44397.0000000        44515.0000000        44648.00000000
## 1293                   NA                   NA                    NA
## 1294                   NA                   NA                    NA
## 1295                   NA                   NA                    NA
## 1296                   NA                   NA                    NA
## 1297                   NA                   NA                    NA
## 1298                   NA                   NA                    NA
## 1299                   NA                   NA                    NA
## 1300                   NA                   NA                    NA
## 1301                   NA                   NA                    NA
## 1302                   NA                   NA                    NA
## 1303                   NA                   NA                    NA
## 1304                   NA                   NA                    NA
## 1305                   NA                   NA                    NA
## 1306                   NA                   NA                    NA
## 1307    581373471.4000000    726360995.3000000    860826499.89999998
## 1308                   NA                   NA                    NA
## 1309            1.9679628            2.2674634            2.13895117
## 1310                   NA                   NA                    NA
## 1311                   NA                   NA                    NA
## 1312                   NA                   NA                    NA
## 1313   1702065433.0000000   1901350740.0000000   1823096158.00000000
## 1314                   NA                   NA                    NA
## 1315            7.7650840            5.6448110            6.87451275
## 1316                   NA                   NA                    NA
## 1317                   NA                   NA                    NA
## 1318                   NA                   NA                    NA
## 1319                   NA                   NA                    NA
## 1320                   NA                   NA                    NA
## 1321                   NA                   NA                    NA
## 1322                   NA                   NA                    NA
## 1323                   NA                   NA                    NA
## 1324      5469795.0000000      5567423.0000000      5670154.00000000
## 1325            0.8797378            0.8885290            0.89623129
## 1326            4.5018487            4.4958285            4.50760580
## 1327      3111213.0000000      3158979.0000000      3220979.00000000
## 1328                   NA                   NA                    NA
## 1329           43.3930000           43.2120000           43.05300000
## 1330                   NA                   NA                    NA
## 1331                   NA                   NA                    NA
## 1332                   NA                   NA                    NA
## 1333                   NA                   NA                    NA
## 1334                   NA                   NA                    NA
## 1335                   NA                   NA                    NA
## 1336                   NA                   NA                    NA
## 1337                   NA                   NA                    NA
## 1338                   NA                   NA                    NA
## 1339                   NA                   NA                    NA
## 1340                   NA                   NA                    NA
## 1341                   NA                   NA                    NA
## 1342                   NA                   NA                    NA
## 1343                   NA                   NA                    NA
## 1344                   NA                   NA                    NA
## 1345                   NA                   NA                    NA
## 1346                   NA                   NA                    NA
## 1347                   NA                   NA                    NA
## 1348                   NA                   NA                    NA
## 1349                   NA                   NA                    NA
## 1350                   NA                   NA                    NA
## 1351                   NA                   NA                    NA
## 1352                   NA                   NA                    NA
## 1353                   NA                   NA                    NA
## 1354                   NA                   NA                    NA
## 1355                   NA                   NA                    NA
## 1356                   NA                   NA                    NA
## 1357                   NA                   NA                    NA
## 1358                   NA                   NA                    NA
## 1359                   NA                   NA                    NA
## 1360                   NA                   NA                    NA
## 1361                   NA                   NA                    NA
## 1362            0.0000000            0.0000000            0.00000000
## 1363                   NA                   NA                    NA
## 1364          510.5299213          618.3917340          563.56143590
## 1365    725029518.3000000    883449297.8000000    830030200.79999995
## 1366                   NA                   NA                    NA
## 1367                   NA                   NA                    NA
## 1368                   NA                   NA                    NA
## 1369                   NA                   NA                    NA
## 1370                   NA                   NA                    NA
## 1371                   NA                   NA                    NA
## 1372                   NA                   NA                    NA
## 1373                   NA                   NA                    NA
## 1374                   NA                   NA                    NA
## 1375                   NA                   NA                    NA
## 1376                   NA                   NA                    NA
## 1377                   NA                   NA                    NA
## 1378                   NA                   NA                    NA
## 1379                   NA                   NA                    NA
## 1380                   NA                   NA                    NA
## 1381                   NA                   NA                    NA
## 1382                   NA                   NA                    NA
## 1383                   NA                   NA                    NA
## 1384                   NA                   NA                    NA
## 1385                   NA                   NA                    NA
## 1386                   NA                   NA                    NA
## 1387                   NA                   NA                    NA
## 1388                   NA                   NA                    NA
## 1389       132083.0000000       134985.0000000       137951.00000000
## 1390                   NA                   NA                    NA
## 1391                   NA                   NA                    NA
## 1392                   NA                   NA                    NA
## 1393                   NA                   NA                    NA
## 1394                   NA                   NA                    NA
## 1395    119500000.0000000    103239997.9000000     92459999.08000000
## 1396                   NA                   NA                    NA
## 1397                   NA                   NA                    NA
## 1398                   NA                   NA                    NA
## 1399                   NA                   NA                    NA
## 1400                   NA                   NA                    NA
## 1401                   NA                   NA                    NA
## 1402                   NA                   NA                    NA
## 1403                   NA                   NA                    NA
## 1404                   NA                   NA                    NA
## 1405                   NA                   NA                    NA
## 1406      1806000.0000000      1806000.0000000      1819000.00000000
## 1407                   NA                   NA                    NA
## 1408                   NA                   NA                    NA
## 1409                   NA                   NA                    NA
## 1410                   NA                   NA                    NA
## 1411                   NA                   NA                    NA
## 1412                   NA                   NA                    NA
## 1413                   NA                   NA                    NA
## 1414                   NA                   NA                    NA
## 1415                   NA                   NA                    NA
## 1416                   NA                   NA                    NA
## 1417                   NA                   NA                    NA
## 1418                   NA                   NA                    NA
## 1419                   NA                   NA                    NA
## 1420                   NA                   NA                    NA
## 1421                   NA                   NA                    NA
## 1422                   NA                   NA                    NA
## 1423            3.2210344            3.6845082            3.58103495
## 1424            1.8332739            1.6196265            1.82696802
## 1425                   NA                   NA                    NA
## 1426           76.7336504           78.1295804           79.60115385
## 1427                   NA                   NA                    NA
## 1428                   NA                   NA                    NA
## 1429                   NA                   NA                    NA
## 1430                   NA                   NA                    NA
## 1431                   NA                   NA                    NA
## 1432     17879999.1600000     15399999.6200000     14189999.58000000
## 1433                   NA                   NA                    NA
## 1434                   NA                   NA                    NA
## 1435                   NA                   NA                    NA
## 1436                   NA                   NA                    NA
## 1437                   NA                   NA                    NA
## 1438                   NA                   NA                    NA
## 1439                   NA                   NA                    NA
## 1440                   NA                   NA                    NA
## 1441                   NA                   NA                    NA
## 1442                   NA                   NA                    NA
##                     X1968                X1969                 X1970
## 1                      NA                   NA                    NA
## 2        49000000.0000000     54000000.0000000     42000000.00000000
## 3                      NA                   NA                    NA
## 4                      NA                   NA                    NA
## 5                      NA                   NA                    NA
## 6              13.5970092           17.6252350           13.51077783
## 7               1.8767513            1.9231470            1.96056916
## 8              74.2436791           73.6037427           73.06512205
## 9               1.2905719            1.3108630            1.32653287
## 10              7.5761546            7.5414035            7.46449555
## 11             41.3840382           41.1629018           40.97763359
## 12             39.5770000           40.1620000           40.73800000
## 13                     NA                   NA                    NA
## 14                     NA                   NA                    NA
## 15                     NA                   NA                    NA
## 16                     NA                   NA                    NA
## 17                     NA                   NA                    NA
## 18                     NA                   NA                    NA
## 19                     NA                   NA                    NA
## 20                     NA                   NA                    NA
## 21                     NA                   NA                    NA
## 22                     NA                   NA                    NA
## 23                     NA                   NA                    NA
## 24                     NA                   NA                    NA
## 25                     NA                   NA                    NA
## 26                     NA                   NA                    NA
## 27                     NA                   NA                    NA
## 28                     NA                   NA                    NA
## 29                     NA                   NA                    NA
## 30                     NA                   NA                    NA
## 31             89.9000000           88.8000000           87.70000000
## 32                     NA                   NA                    NA
## 33                     NA                   NA                    NA
## 34                     NA                   NA                    NA
## 35                     NA                   NA                    NA
## 36                     NA                   NA                    NA
## 37                     NA                   NA                    NA
## 38                     NA                   NA                    NA
## 39                     NA                   NA                    NA
## 40                     NA                   NA                    NA
## 41                     NA                   NA           21.67139000
## 42                     NA                   NA                    NA
## 43                     NA                   NA                    NA
## 44                     NA                   NA                    NA
## 45                     NA                   NA                    NA
## 46                     NA                   NA                    NA
## 47                     NA                   NA                    NA
## 48     3949552951.0000000   4125838151.0000000   4232119417.00000000
## 49                     NA                   NA                    NA
## 50                     NA                   NA                    NA
## 51              0.6445773            5.0712738            4.73457949
## 52       77836511.0300000     81679012.3500000     99259259.26000001
## 53                     NA                   NA                    NA
## 54      408000000.0000000    387000000.0000000    523000000.00000000
## 55                     NA                   NA                    NA
## 56                     NA                   NA                    NA
## 57                     NA                   NA                    NA
## 58                     NA                   NA                    NA
## 59                     NA                   NA                    NA
## 60                     NA                   NA                    NA
## 61                     NA                   NA                    NA
## 62                     NA                   NA                    NA
## 63                     NA                   NA                    NA
## 64                     NA                   NA                    NA
## 65                     NA                   NA                    NA
## 66              0.1821078            0.1812757            0.17205713
## 67              2.5853318            2.5760082            2.57018030
## 68             55.7408233           55.9250063           56.08371638
## 69             40.2934868           40.0673076           39.87731438
## 70            185.9000000          181.5000000          177.50000000
## 71                     NA                   NA                    NA
## 72                     NA                   NA                    NA
## 73                     NA                   NA                    NA
## 74                     NA                   NA                    NA
## 75                     NA                   NA                    NA
## 76                     NA                   NA                    NA
## 77                     NA                   NA                    NA
## 78                     NA                   NA                    NA
## 79                     NA                   NA                    NA
## 80                     NA                   NA                    NA
## 81                     NA                   NA                    NA
## 82                     NA                   NA                    NA
## 83                     NA                   NA                    NA
## 84                     NA                   NA                    NA
## 85                     NA                   NA                    NA
## 86                     NA                   NA                    NA
## 87                     NA                   NA                    NA
## 88                     NA                   NA                    NA
## 89            277.5000000          271.1000000          265.10000000
## 90                     NA                   NA                    NA
## 91                     NA                   NA                    NA
## 92                     NA                   NA                    NA
## 93                     NA                   NA                    NA
## 94                     NA                   NA                    NA
## 95                     NA                   NA                    NA
## 96                     NA                   NA                    NA
## 97                     NA                   NA                    NA
## 98                     NA                   NA                    NA
## 99                     NA                   NA                    NA
## 100                    NA                   NA                    NA
## 101                    NA                   NA                    NA
## 102                    NA                   NA                    NA
## 103    1446923644.0000000   3024472246.0000000  -1115337050.00000000
## 104            70.0000000           70.0000000           70.00000000
## 105                    NA                   NA                    NA
## 106                    NA                   NA            0.00000000
## 107                    NA                   NA                    NA
## 108                    NA                   NA            0.00000000
## 109                    NA                   NA                    NA
## 110                    NA                   NA                    NA
## 111     -47000000.0000000   -256000000.0000000   -298000000.00000000
## 112                    NA                   NA                    NA
## 113                    NA                   NA                    NA
## 114                    NA                   NA                    NA
## 115                    NA                   NA      5185185.18500000
## 116                    NA                   NA                    NA
## 117                    NA                   NA                    NA
## 118                    NA                   NA                    NA
## 119                    NA                   NA                    NA
## 120                    NA                   NA                    NA
## 121                    NA                   NA                    NA
## 122                    NA                   NA                    NA
## 123             3.0668942            3.1001510            3.15147954
## 124                    NA                   NA                    NA
## 125             3.1725653            3.2209666            3.26073920
## 126             6.4070686            6.4195206            6.42531771
## 127            13.6342366           13.5999001           13.50964450
## 128            29.6017970           30.3874020           31.17300700
## 129                    NA                   NA                    NA
## 130                    NA                   NA                    NA
## 131                    NA                   NA                    NA
## 132                    NA                   NA                    NA
## 133                    NA                   NA                    NA
## 134                    NA                   NA                    NA
## 135                    NA                   NA                    NA
## 136                    NA                   NA                    NA
## 137                    NA                   NA                    NA
## 138                    NA                   NA                    NA
## 139                    NA                   NA                    NA
## 140                    NA                   NA                    NA
## 141                    NA                   NA                    NA
## 142                    NA                   NA                    NA
## 143                    NA                   NA                    NA
## 144                    NA                   NA                    NA
## 145                    NA                   NA                    NA
## 146                    NA                   NA                    NA
## 147                    NA                   NA                    NA
## 148                    NA                   NA                    NA
## 149                    NA                   NA                    NA
## 150                    NA                   NA                    NA
## 151                    NA                   NA                    NA
## 152                    NA                   NA                    NA
## 153                    NA                   NA                    NA
## 154                    NA                   NA                    NA
## 155                    NA                   NA                    NA
## 156                    NA                   NA                    NA
## 157                    NA                   NA            7.80611992
## 158                    NA                   NA                    NA
## 159                    NA                   NA                    NA
## 160                    NA                   NA                    NA
## 161            10.1250000           10.1250000           10.12500001
## 162                    NA                   NA                    NA
## 163                    NA                   NA                    NA
## 164  302000000000.0000000 315000000000.0000000 324000000000.00000000
## 165                    NA                   NA                    NA
## 166                    NA                   NA                    NA
## 167            21.0232853           21.2022532           21.04242587
## 168                    NA                   NA                    NA
## 169    4833999900.0000000   5304000000.0000000   5863000100.00000000
## 170                    NA                   NA                    NA
## 171                    NA                   NA                    NA
## 172                    NA                   NA                    NA
## 173                    NA                   NA                    NA
## 174                    NA                   NA                    NA
## 175                    NA                   NA                    NA
## 176                    NA                   NA                    NA
## 177                    NA                   NA                    NA
## 178                    NA                   NA                    NA
## 179                    NA                   NA                    NA
## 180                    NA                   NA                    NA
## 181                    NA                   NA                    NA
## 182                    NA                   NA                    NA
## 183                    NA                   NA                    NA
## 184                    NA                   NA                    NA
## 185                    NA                   NA                    NA
## 186                    NA                   NA                    NA
## 187                    NA                   NA                    NA
## 188                    NA                   NA                    NA
## 189             1.1834450            1.0877314            0.96592537
## 190                    NA                   NA                    NA
## 191                    NA                   NA                    NA
## 192                    NA                   NA                    NA
## 193                    NA                   NA                    NA
## 194                    NA                   NA                    NA
## 195                    NA                   NA                    NA
## 196                    NA                   NA                    NA
## 197                    NA                   NA                    NA
## 198                    NA       200000.0030000       150000.00600000
## 199                    NA                   NA                    NA
## 200                    NA                   NA                    NA
## 201                    NA                   NA                    NA
## 202                    NA                   NA                    NA
## 203                    NA                   NA                    NA
## 204                    NA                   NA                    NA
## 205                    NA                   NA                    NA
## 206                    NA                   NA                    NA
## 207          1724.0000000         1750.9000000         1782.50000000
## 208                    NA                   NA                    NA
## 209                    NA                   NA                    NA
## 210                    NA                   NA                    NA
## 211                    NA                   NA                    NA
## 212                    NA                   NA                    NA
## 213                    NA                   NA                    NA
## 214                    NA                   NA                    NA
## 215            96.1330000           96.0890000           96.04400000
## 216             1.9225119            1.9689202            2.00741309
## 217        184817.0000000       191389.0000000       197650.00000000
## 218             6.5595166            6.5618261            6.55767400
## 219            12.9023642           12.8688715           12.77746185
## 220             5.9480000            5.9340000            5.91800000
## 221                    NA                   NA                    NA
## 222                    NA                   NA                    NA
## 223                    NA                   NA                    NA
## 224                    NA                   NA                    NA
## 225                    NA                   NA                    NA
## 226                    NA                   NA                    NA
## 227                    NA                   NA                    NA
## 228                    NA                   NA                    NA
## 229                    NA                   NA                    NA
## 230                    NA                   NA                    NA
## 231                    NA                   NA                    NA
## 232                    NA                   NA                    NA
## 233                    NA                   NA                    NA
## 234                    NA                   NA                    NA
## 235                    NA                   NA                    NA
## 236                    NA                   NA                    NA
## 237                    NA                   NA                    NA
## 238                    NA                   NA                    NA
## 239                    NA                   NA                    NA
## 240        132868.0000000       131888.0000000       131159.00000000
## 241                    NA                   NA                    NA
## 242                    NA                   NA                    NA
## 243                    NA                   NA                    NA
## 244                    NA                   NA                    NA
## 245                    NA                   NA                    NA
## 246                    NA                   NA                    NA
## 247                    NA                   NA                    NA
## 248                    NA                   NA                    NA
## 249                    NA                   NA           25.55388069
## 250                    NA                   NA                    NA
## 251                    NA                   NA                    NA
## 252                    NA                   NA                    NA
## 253             9.2887000           10.1250000           10.12500000
## 254                    NA                   NA                    NA
## 255                    NA                   NA                    NA
## 256             0.6754835            4.4634216            2.57599213
## 257            11.0658262            6.5638311            7.04833084
## 258                    NA                   NA                    NA
## 259  144000000000.0000000 151000000000.0000000 158000000000.00000000
## 260     723000000.0000000    827000000.0000000   1005000000.00000000
## 261     520417270.4000000    523851851.9000000    579061738.29999995
## 262                    NA                   NA                    NA
## 263                    NA                   NA                    NA
## 264                    NA                   NA                    NA
## 265                    NA                   NA                    NA
## 266                    NA                   NA                    NA
## 267                    NA                   NA                    NA
## 268                    NA                   NA                    NA
## 269                    NA                   NA                    NA
## 270             2.3148670            2.3345609            2.35396829
## 271             7.8144014            7.7471897            7.82293650
## 272       2454845.0000000      2490662.0000000      2530730.00000000
## 273           193.0000000          188.7000000          184.60000000
## 274                    NA                   NA       345489.00000000
## 275                    NA                   NA                    NA
## 276                    NA                   NA                    NA
## 277                    NA                   NA                    NA
## 278                    NA                   NA                    NA
## 279                    NA                   NA                    NA
## 280                    NA                   NA                    NA
## 281                    NA                   NA                    NA
## 282                    NA                   NA                    NA
## 283                    NA                   NA                    NA
## 284                    NA                   NA                    NA
## 285                    NA                   NA                    NA
## 286                    NA                   NA                    NA
## 287                    NA                   NA                    NA
## 288                    NA                   NA                    NA
## 289                    NA                   NA                    NA
## 290                    NA                   NA                    NA
## 291                    NA                   NA                    NA
## 292                    NA                   NA                    NA
## 293                    NA                   NA                    NA
## 294                    NA                   NA                    NA
## 295                    NA                   NA                    NA
## 296                    NA                   NA                    NA
## 297                    NA                   NA                    NA
## 298                    NA                   NA                    NA
## 299                    NA                   NA                    NA
## 300                    NA                   NA        17988.00000000
## 301                    NA                   NA                    NA
## 302                    NA                   NA            5.00000000
## 303                    NA                   NA                    NA
## 304                    NA                   NA                    NA
## 305                    NA                   NA                    NA
## 306                    NA                   NA                    NA
## 307           618.1531398          674.7132511          726.15073520
## 308                    NA                   NA                    NA
## 309     772228643.4000000    788641965.4000000    865975308.60000002
## 310                    NA                   NA                    NA
## 311                    NA                   NA                    NA
## 312     162347831.2000000    167209866.7000000    182222212.30000001
## 313                    NA                   NA                    NA
## 314                    NA                   NA                    NA
## 315                    NA                   NA                    NA
## 316                    NA                   NA                    NA
## 317                    NA                   NA                    NA
## 318                    NA                   NA     52500000.00000000
## 319                    NA                   NA                    NA
## 320                    NA                   NA                    NA
## 321                    NA                   NA                    NA
## 322                    NA                   NA                    NA
## 323                    NA                   NA                    NA
## 324                    NA                   NA                    NA
## 325                    NA                   NA                    NA
## 326             3.8670000            3.9110000            3.95600000
## 327      11603921.0000000     11834657.0000000     12074628.00000000
## 328             2.5754675            2.6008356            2.61400115
## 329             5.5141988            5.4613832            5.42976116
## 330            12.4877346           12.3552548           12.24921709
## 331                    NA                   NA                    NA
## 332           126.7248000          126.8856000          127.04640000
## 333                    NA                   NA                    NA
## 334                    NA                   NA                    NA
## 335                    NA                   NA                    NA
## 336                    NA                   NA                    NA
## 337                    NA                   NA                    NA
## 338                    NA                   NA                    NA
## 339                    NA                   NA                    NA
## 340                    NA                   NA                    NA
## 341                    NA                   NA                    NA
## 342                    NA                   NA                    NA
## 343                    NA                   NA                    NA
## 344                    NA                   NA                    NA
## 345                    NA                   NA                    NA
## 346                    NA                   NA                    NA
## 347                    NA                   NA                    NA
## 348                    NA                   NA                    NA
## 349                    NA                   NA                    NA
## 350                    NA                   NA                    NA
## 351                    NA                   NA                    NA
## 352                    NA                   NA                    NA
## 353                    NA                   NA                    NA
## 354                    NA                   NA                    NA
## 355                    NA                   NA                    NA
## 356                    NA                   NA                    NA
## 357                    NA                   NA                    NA
## 358                    NA                   NA                    NA
## 359                    NA                   NA                    NA
## 360                    NA                   NA                    NA
## 361                    NA                   NA                    NA
## 362                    NA                   NA                    NA
## 363                    NA                   NA                    NA
## 364                    NA                   NA                    NA
## 365                    NA                   NA                    NA
## 366     772228643.4000000    788641965.4000000    865975308.60000002
## 367                    NA                   NA                    NA
## 368                    NA                   NA                    NA
## 369                    NA                   NA                    NA
## 370                    NA                   NA            1.48455040
## 371                    NA                   NA                    NA
## 372             0.5357808            3.0015274            3.46119936
## 373             5.6879965            4.8465874            5.96487226
## 374                    NA                   NA                    NA
## 375                    NA                   NA                    NA
## 376                    NA                   NA                    NA
## 377                    NA                   NA                    NA
## 378                    NA                   NA                    NA
## 379                    NA                   NA                    NA
## 380                    NA                   NA            0.00000000
## 381                    NA                   NA                    NA
## 382                    NA                   NA                    NA
## 383                    NA                   NA                    NA
## 384                    NA                   NA                    NA
## 385                    NA                   NA                    NA
## 386                    NA                   NA                    NA
## 387                    NA                   NA                    NA
## 388                    NA                   NA                    NA
## 389                    NA                   NA                    NA
## 390                    NA                   NA                    NA
## 391                    NA                   NA                    NA
## 392                    NA                   NA                    NA
## 393      65316279.5000000     83753427.2000000     94202508.28000000
## 394                    NA                   NA                    NA
## 395                    NA                   NA                    NA
## 396                    NA                   NA                    NA
## 397                    NA                   NA           87.88717263
## 398             0.0000000            0.0000000            0.00000000
## 399                    NA                   NA                    NA
## 400                    NA                   NA                    NA
## 401                    NA                   NA                    NA
## 402                    NA                   NA                    NA
## 403                    NA                   NA                    NA
## 404                    NA                   NA                    NA
## 405          9999.9997760         9999.9997760                    NA
## 406        540000.0215000      2200000.0480000      1000000.00000000
## 407                    NA                   NA                    NA
## 408                    NA                   NA                    NA
## 409                    NA                   NA                    NA
## 410                    NA                   NA                    NA
## 411                    NA                   NA                    NA
## 412           510.0000000          610.0000000          794.00000000
## 413                    NA                   NA            0.40000001
## 414                    NA                   NA                    NA
## 415                    NA                   NA                    NA
## 416                    NA                   NA                    NA
## 417                    NA                   NA                    NA
## 418                    NA                   NA                    NA
## 419                    NA                   NA                    NA
## 420                    NA                   NA                    NA
## 421                    NA                   NA                    NA
## 422                    NA                   NA                    NA
## 423                    NA                   NA                    NA
## 424                    NA                   NA                    NA
## 425             2.2152516            2.4145273            2.86952555
## 426                    NA                   NA                    NA
## 427                    NA                   NA                    NA
## 428                    NA                   NA                    NA
## 429                    NA                   NA           15.98703581
## 430            62.3390000           62.3390000           25.66900000
## 431                    NA                   NA                    NA
## 432                    NA                   NA                    NA
## 433                    NA                   NA                    NA
## 434                    NA                   NA                    NA
## 435                    NA                   NA                    NA
## 436                    NA                   NA     -2140806.50000000
## 437                    NA                   NA      3800810.80000000
## 438                    NA                   NA                    NA
## 439                    NA                   NA                    NA
## 440                    NA                   NA                    NA
## 441       5930000.0000000      7650000.0000000      8960000.00000000
## 442                    NA                   NA                    NA
## 443            21.8400002           22.6000004           23.46999931
## 444       1909470.0000000      1951485.0000000      1994890.00000000
## 445                    NA                   NA                    NA
## 446                    NA                   NA                    NA
## 447                    NA                   NA                    NA
## 448                    NA                   NA                    NA
## 449                    NA                   NA      8000000.00000000
## 450                    NA                   NA                    NA
## 451                    NA                   NA                    NA
## 452                    NA                   NA                    NA
## 453                    NA                   NA                    NA
## 454                    NA                   NA                    NA
## 455                    NA                   NA                    NA
## 456                    NA                   NA                    NA
## 457                    NA                   NA                    NA
## 458                    NA                   NA                    NA
## 459                    NA                   NA                    NA
## 460                    NA                   NA                    NA
## 461                    NA                   NA                    NA
## 462                    NA                   NA                    NA
## 463                    NA                   NA                    NA
## 464                    NA                   NA                    NA
## 465                    NA                   NA                    NA
## 466                    NA                   NA                    NA
## 467                    NA                   NA                    NA
## 468                    NA                   NA                    NA
## 469                    NA                   NA                    NA
## 470                    NA                   NA                    NA
## 471                    NA                   NA                    NA
## 472                    NA                   NA       370000.00480000
## 473                    NA                   NA                    NA
## 474                    NA                   NA            0.00000000
## 475      10059999.8900000      8750000.0430000     20359999.93000000
## 476                    NA                   NA                    NA
## 477                    NA                   NA                    NA
## 478                    NA                   NA                    NA
## 479                    NA                   NA                    NA
## 480                    NA                   NA                    NA
## 481                    NA                   NA                    NA
## 482                    NA                   NA                    NA
## 483                    NA                   NA                    NA
## 484                    NA                   NA                    NA
## 485                    NA                   NA                    NA
## 486                    NA                   NA                    NA
## 487                    NA                   NA                    NA
## 488                    NA                   NA                    NA
## 489                    NA                   NA                    NA
## 490             0.2464177            0.2469381            0.23830700
## 491             3.0604028            3.0652608            3.06958218
## 492       6468121.0000000      6618533.0000000      6771900.00000000
## 493       2347287.0000000      2380789.0000000      2417167.00000000
## 494           178.4000000          174.2000000          170.10000000
## 495          7730.0000000         7990.0000000         8060.00000000
## 496                    NA                   NA                    NA
## 497                    NA                   NA                    NA
## 498                    NA                   NA                    NA
## 499                    NA                   NA                    NA
## 500                    NA                   NA                    NA
## 501                    NA                   NA                    NA
## 502                    NA                   NA                    NA
## 503                    NA                   NA                    NA
## 504                    NA                   NA                    NA
## 505                    NA                   NA                    NA
## 506                    NA                   NA                    NA
## 507                    NA                   NA                    NA
## 508                    NA                   NA                    NA
## 509                    NA                   NA                    NA
## 510                    NA                   NA                    NA
## 511                    NA                   NA                    NA
## 512                    NA                   NA                    NA
## 513           279.5000000          273.2000000          267.00000000
## 514                    NA                   NA                    NA
## 515                    NA                   NA                    NA
## 516                    NA                   NA                    NA
## 517                    NA                   NA                    NA
## 518                    NA                   NA                    NA
## 519                    NA                   NA                    NA
## 520                    NA                   NA                    NA
## 521                    NA                   NA                    NA
## 522                    NA                   NA                    NA
## 523                    NA                   NA                    NA
## 524                    NA                   NA                    NA
## 525                    NA                   NA                    NA
## 526                    NA                   NA                    NA
## 527     108000000.0000000    161000000.0000000     55000000.00000000
## 528                    NA                   NA                    NA
## 529                    NA                   NA                    NA
## 530                    NA                   NA            1.54733552
## 531                    NA                   NA                    NA
## 532                    NA                   NA            0.00000000
## 533                    NA                   NA                    NA
## 534     256000000.0000000    307000000.0000000    323000000.00000000
## 535      -5059911.5050000    -25283950.6200000    -29432098.77000000
## 536                    NA                   NA                    NA
## 537                    NA                   NA                    NA
## 538                    NA                   NA                    NA
## 539                    NA                   NA                    NA
## 540                    NA                   NA                    NA
## 541                    NA                   NA                    NA
## 542                    NA                   NA                    NA
## 543                    NA                   NA                    NA
## 544      11155197.0000000     11371804.0000000     11596956.00000000
## 545             5.1580513            5.2071358            5.23975546
## 546             1.5527146            1.5844398            1.61372358
## 547             7.4219699            7.3751417            7.29250753
## 548       4802171.0000000      4871488.0000000      4947897.00000000
## 549            39.6910000           40.2910000           40.88100000
## 550                    NA                   NA                    NA
## 551                    NA                   NA                    NA
## 552                    NA                   NA                    NA
## 553                    NA                   NA                    NA
## 554                    NA                   NA                    NA
## 555                    NA                   NA                    NA
## 556                    NA                   NA                    NA
## 557                    NA                   NA                    NA
## 558                    NA                   NA                    NA
## 559                    NA                   NA                    NA
## 560                    NA                   NA                    NA
## 561                    NA                   NA                    NA
## 562                    NA                   NA                    NA
## 563                    NA                   NA                    NA
## 564                    NA                   NA                    NA
## 565                    NA                   NA                    NA
## 566                    NA                   NA                    NA
## 567                    NA                   NA                    NA
## 568                    NA                   NA                    NA
## 569         89178.0000000        88561.0000000        88115.00000000
## 570                    NA                   NA                    NA
## 571                    NA                   NA                    NA
## 572                    NA                   NA                    NA
## 573                    NA                   NA                    NA
## 574                    NA                   NA                    NA
## 575                    NA                   NA                    NA
## 576                    NA                   NA                    NA
## 577                    NA                   NA                    NA
## 578                    NA                   NA           14.90233000
## 579                    NA                   NA                    NA
## 580                    NA                   NA                    NA
## 581                    NA                   NA                    NA
## 582                    NA                   NA                    NA
## 583                    NA                   NA                    NA
## 584                    NA                   NA                    NA
## 585                    NA                   NA                    NA
## 586                    NA                   NA                    NA
## 587                    NA                   NA                    NA
## 588    1948442909.0000000   2047253785.0000000   2144182643.00000000
## 589             3.5689390            3.8447089            3.68385037
## 590            14.3454618           17.2323108           13.20711679
## 591      43924338.1700000     38222222.2200000     51654320.99000000
## 592     491000000.0000000    560000000.0000000    430000000.00000000
## 593                    NA                   NA                    NA
## 594                    NA                   NA                    NA
## 595                    NA                   NA                    NA
## 596                    NA                   NA                    NA
## 597                    NA                   NA                    NA
## 598                    NA                   NA                    NA
## 599                    NA                   NA                    NA
## 600                    NA                   NA                    NA
## 601                    NA                   NA                    NA
## 602                    NA                   NA                    NA
## 603                    NA                   NA                    NA
## 604                    NA                   NA                    NA
## 605                    NA                   NA                    NA
## 606                    NA                   NA                    NA
## 607                    NA                   NA                    NA
## 608                    NA                   NA                    NA
## 609                    NA                   NA                    NA
## 610      54200000.0000000     75540000.0000000     88700000.00000000
## 611                    NA                   NA                    NA
## 612        140987.0000000       144081.0000000       147247.00000000
## 613                    NA                   NA                    NA
## 614                    NA                   NA                    NA
## 615           194.3510000          333.6970000          201.68500000
## 616                    NA                   NA                    NA
## 617                    NA                   NA                    NA
## 618            24.8153986           28.3604655           45.14627092
## 619        839999.9738000      1090000.0330000      1750000.00000000
## 620                    NA                   NA       202000.00000000
## 621                    NA                   NA        93000.00000000
## 622                    NA                   NA                    NA
## 623                    NA                   NA                    NA
## 624                    NA                   NA                    NA
## 625                    NA                   NA                    NA
## 626                    NA                   NA                    NA
## 627                    NA                   NA                    NA
## 628        143000.0000000       143000.0000000       143000.00000000
## 629         35670.0000000        35670.0000000        37020.00000000
## 630                    NA                   NA                    NA
## 631                    NA                   NA                    NA
## 632                    NA                   NA                    NA
## 633                    NA                   NA                    NA
## 634                    NA                   NA                    NA
## 635                    NA                   NA                    NA
## 636                    NA                   NA                    NA
## 637                    NA                   NA                    NA
## 638                    NA                   NA                    NA
## 639     718000000.0000000    922400000.0000000    921300000.00000000
## 640                    NA                   NA                    NA
## 641          1800.0000000         1900.0000000         1832.00000000
## 642                    NA                   NA                    NA
## 643                    NA                   NA                    NA
## 644                    NA                   NA          165.00234250
## 645                    NA                   NA                    NA
## 646                    NA                   NA                    NA
## 647                    NA                   NA                    NA
## 648                    NA       439999.9976000       550000.01190000
## 649                    NA                   NA                    NA
## 650                    NA                   NA                    NA
## 651                    NA                   NA                    NA
## 652         70000.0003000        19999.9995500                    NA
## 653                    NA                   NA                    NA
## 654                    NA                   NA                    NA
## 655                    NA                   NA                    NA
## 656                    NA                   NA                    NA
## 657            26.9899998           27.7700005           28.26000023
## 658                    NA                   NA                    NA
## 659                    NA                   NA                    NA
## 660                    NA                   NA                    NA
## 661                    NA                   NA                    NA
## 662                    NA                   NA                    NA
## 663                    NA                   NA                    NA
## 664                    NA                   NA                    NA
## 665                    NA                   NA                    NA
## 666                    NA                   NA                    NA
## 667                    NA                   NA                    NA
## 668                    NA                   NA                    NA
## 669                    NA                   NA                    NA
## 670                    NA                   NA                    NA
## 671                    NA                   NA                    NA
## 672            19.3484043           28.4679666           -0.11925412
## 673                    NA                   NA                    NA
## 674                    NA                   NA                    NA
## 675                    NA                   NA                    NA
## 676                    NA                   NA                    NA
## 677                    NA                   NA                    NA
## 678                    NA                   NA                    NA
## 679                    NA                   NA                    NA
## 680                    NA                   NA                    NA
## 681                    NA                   NA                    NA
## 682                    NA                   NA                    NA
## 683                    NA                   NA                    NA
## 684                    NA                   NA      3800810.80000000
## 685                    NA                   NA                    NA
## 686                    NA                   NA                    NA
## 687                    NA                   NA                    NA
## 688                    NA                   NA                    NA
## 689                    NA                   NA                    NA
## 690                    NA                   NA                    NA
## 691                    NA                   NA                    NA
## 692                    NA                   NA                    NA
## 693                    NA                   NA                    NA
## 694                    NA                   NA                    NA
## 695                    NA                   NA                    NA
## 696                    NA                   NA                    NA
## 697                    NA                   NA       203400.00000000
## 698                    NA                   NA                    NA
## 699                    NA                   NA                    NA
## 700                    NA                   NA                    NA
## 701                    NA                   NA                    NA
## 702                    NA                   NA                    NA
## 703                    NA                   NA                    NA
## 704                    NA                   NA                    NA
## 705                    NA                   NA                    NA
## 706                    NA                   NA                    NA
## 707                    NA                   NA                    NA
## 708             2.2152516            2.4145273            2.86952555
## 709             5.9341755            4.7214485            6.37467476
## 710                    NA                   NA                    NA
## 711            18.0000000           26.0000000           68.00000000
## 712                    NA                   NA                    NA
## 713                    NA                   NA                    NA
## 714            24.6376812           15.5963303           11.29032258
## 715                    NA                   NA                    NA
## 716                    NA                   NA                    NA
## 717                    NA                   NA      2711026.30000000
## 718                    NA                   NA                    NA
## 719                    NA                   NA                    NA
## 720                    NA                   NA                    NA
## 721                    NA                   NA            0.43890522
## 722                    NA                   NA       140000.00060000
## 723        430000.0072000       250000.0000000       230000.00420000
## 724                    NA                   NA                    NA
## 725       4910000.0000000      7320000.0000000      7830000.00000000
## 726                    NA                   NA                    NA
## 727            22.8299999           23.6100006           24.35000038
## 728             0.1818182            0.1818182            0.18881119
## 729                    NA                   NA                    NA
## 730                    NA                   NA                    NA
## 731                    NA                   NA                    NA
## 732                    NA                   NA                    NA
## 733                    NA                   NA                    NA
## 734                    NA                   NA                    NA
## 735                    NA                   NA                    NA
## 736            49.7973573           49.7917515           49.79962116
## 737             0.7330691            0.7395612            0.74951119
## 738             4.0040177            4.0078857            4.01021500
## 739            56.5339479           56.7117258           56.86194642
## 740                    NA                   NA                    NA
## 741            23.3140000           22.8090000           22.32700000
## 742                    NA                   NA                    NA
## 743                    NA                   NA                    NA
## 744                    NA                   NA                    NA
## 745                    NA                   NA                    NA
## 746                    NA                   NA                    NA
## 747                    NA                   NA                    NA
## 748                    NA                   NA                    NA
## 749                    NA                   NA                    NA
## 750                    NA                   NA                    NA
## 751                    NA                   NA                    NA
## 752                    NA                   NA                    NA
## 753                    NA                   NA                    NA
## 754                    NA                   NA                    NA
## 755                    NA                   NA                    NA
## 756                    NA                   NA                    NA
## 757                    NA                   NA                    NA
## 758                    NA                   NA                    NA
## 759                    NA                   NA                    NA
## 760                    NA                   NA                    NA
## 761                    NA                   NA                    NA
## 762                    NA                   NA           39.37500000
## 763                    NA                   NA                    NA
## 764                    NA                   NA                    NA
## 765                    NA                   NA                    NA
## 766                    NA                   NA       115614.00000000
## 767                    NA                   NA           11.00000000
## 768                    NA                   NA                    NA
## 769                    NA                   NA                    NA
## 770                    NA                   NA                    NA
## 771                    NA                   NA                    NA
## 772                    NA                   NA                    NA
## 773                    NA                   NA                    NA
## 774             0.0000000            0.0000000            0.00000000
## 775                    NA                   NA                    NA
## 776           340.3636539          348.6233822          350.49687800
## 777    7065000200.0000000   7823999900.0000000   8713000000.00000000
## 778                    NA                   NA                    NA
## 779                    NA                   NA            0.00000000
## 780                    NA                   NA                    NA
## 781                    NA                   NA                    NA
## 782                    NA                   NA                    NA
## 783                    NA                   NA                    NA
## 784                    NA                   NA                    NA
## 785                    NA                   NA                    NA
## 786                    NA                   NA                    NA
## 787                    NA                   NA                    NA
## 788                    NA                   NA                    NA
## 789                    NA                   NA                    NA
## 790                    NA                   NA                    NA
## 791                    NA                   NA                    NA
## 792                    NA                   NA                    NA
## 793                    NA                   NA                    NA
## 794                    NA                   NA                    NA
## 795                    NA                   NA                    NA
## 796                    NA                   NA                    NA
## 797                    NA                   NA                    NA
## 798           -34.3251330           -5.4874652            1.02992194
## 799                    NA                   NA                    NA
## 800            31.4195363           31.1288897           30.82596426
## 801                    NA                   NA                    NA
## 802                    NA                   NA                    NA
## 803            76.8115942           83.4862385           88.70967742
## 804                    NA                   NA                    NA
## 805                    NA                   NA                    NA
## 806             1.4114990            1.3745148            2.69291739
## 807                    NA                   NA                    NA
## 808                    NA                   NA                    NA
## 809                    NA                   NA        93000.00000000
## 810                    NA                   NA                    NA
## 811                    NA                   NA                    NA
## 812        180000.0072000       200000.0030000       709999.97850000
## 813                    NA                   NA                    NA
## 814                    NA                   NA                    NA
## 815                    NA                   NA                    NA
## 816                    NA                   NA                    NA
## 817            24.9440559           24.9440559           25.88811189
## 818                    NA                   NA                    NA
## 819                    NA                   NA                    NA
## 820                    NA                   NA                    NA
## 821                    NA                   NA                    NA
## 822                    NA                   NA                    NA
## 823                    NA                   NA                    NA
## 824                    NA                   NA                    NA
## 825                    NA                   NA                    NA
## 826                    NA                   NA                    NA
## 827                    NA                   NA                    NA
## 828                    NA                   NA                    NA
## 829            -2.3713927           -2.6236694           -2.28102190
## 830      -4000000.0000000     -5900000.0000000     72800000.00000000
## 831                    NA                   NA                    NA
## 832             1.2149945            1.2174497            1.21947442
## 833                    NA                   NA                    NA
## 834                    NA                   NA           75.60051602
## 835                    NA                   NA                    NA
## 836                    NA                   NA                    NA
## 837                    NA                   NA                    NA
## 838                    NA                   NA                    NA
## 839                    NA                   NA                    NA
## 840                    NA                   NA     -1938806.50000000
## 841                    NA                   NA                    NA
## 842                    NA                   NA                    NA
## 843         79999.9982100       180000.0072000       219999.99880000
## 844                    NA                   NA                    NA
## 845                    NA                   NA                    NA
## 846                    NA                   NA                    NA
## 847                    NA                   NA                    NA
## 848             2.8037383            3.3534909            4.06554019
## 849             0.1567574            0.1537011            0.16174411
## 850                    NA                   NA                    NA
## 851                    NA                   NA                    NA
## 852                    NA                   NA                    NA
## 853                    NA                   NA                    NA
## 854                    NA                   NA                    NA
## 855                    NA                   NA                    NA
## 856                    NA                   NA                    NA
## 857                    NA                   NA                    NA
## 858                    NA                   NA                    NA
## 859                    NA                   NA                    NA
## 860                    NA                   NA                    NA
## 861                    NA                   NA                    NA
## 862                    NA                   NA                    NA
## 863                    NA                   NA                    NA
## 864            10.0097585           11.5516595           10.50752737
## 865                    NA                   NA                    NA
## 866          1818.0000000         1926.0000000         1900.00000000
## 867                    NA                   NA                    NA
## 868                    NA                   NA                    NA
## 869                    NA                   NA                    NA
## 870                    NA                   NA                    NA
## 871                    NA                   NA                    NA
## 872                    NA                   NA            0.31306046
## 873                    NA                   NA                    NA
## 874                    NA                   NA                    NA
## 875                    NA                   NA                    NA
## 876                    NA                   NA      3800810.80000000
## 877                    NA                   NA                    NA
## 878        330000.0131000       889999.9857000      1049999.95200000
## 879                    NA                   NA                    NA
## 880                    NA                   NA                    NA
## 881                    NA                   NA                    NA
## 882        147180.0000000       147180.0000000       147180.00000000
## 883                    NA                   NA                    NA
## 884                    NA                   NA                    NA
## 885                    NA                   NA                    NA
## 886                    NA                   NA                    NA
## 887                    NA                   NA                    NA
## 888                    NA                   NA                    NA
## 889                    NA                   NA                    NA
## 890                    NA                   NA                    NA
## 891                    NA                   NA                    NA
## 892             0.4677558            0.4703487            0.47105432
## 893             3.7402444            3.7369904            3.74560196
## 894       3174779.0000000      3248762.0000000      3325206.00000000
## 895            15.6423811           15.5801591           15.58572296
## 896                    NA                   NA                    NA
## 897                    NA                   NA                    NA
## 898                    NA                   NA                    NA
## 899                    NA                   NA                    NA
## 900                    NA                   NA                    NA
## 901                    NA                   NA                    NA
## 902                    NA                   NA                    NA
## 903                    NA                   NA                    NA
## 904                    NA                   NA                    NA
## 905                    NA                   NA                    NA
## 906                    NA                   NA                    NA
## 907                    NA                   NA                    NA
## 908                    NA                   NA                    NA
## 909                    NA                   NA                    NA
## 910                    NA                   NA                    NA
## 911                    NA                   NA                    NA
## 912                    NA                   NA                    NA
## 913                    NA                   NA                    NA
## 914                    NA                   NA                    NA
## 915                    NA                   NA                    NA
## 916                    NA                   NA                    NA
## 917                    NA                   NA                    NA
## 918                    NA                   NA                    NA
## 919                    NA                   NA                    NA
## 920                    NA                   NA                    NA
## 921                    NA                   NA           13.68692000
## 922                    NA                   NA                    NA
## 923                    NA                   NA                    NA
## 924                    NA                   NA                    NA
## 925                    NA                   NA                    NA
## 926                    NA                   NA                    NA
## 927                    NA                   NA                    NA
## 928                    NA                   NA                    NA
## 929                    NA                   NA                    NA
## 930                    NA                   NA                    NA
## 931            -1.2415282            2.4267363            0.53739819
## 932    3906404576.0000000   4059550032.0000000   4223262069.00000000
## 933                    NA                   NA                    NA
## 934                    NA                   NA     19239963.00000000
## 935                    NA                   NA                    NA
## 936                    NA                   NA                    NA
## 937                    NA                   NA                    NA
## 938                    NA                   NA                    NA
## 939                    NA                   NA                    NA
## 940                    NA                   NA                    NA
## 941                    NA                   NA                    NA
## 942                    NA                   NA                    NA
## 943                    NA                   NA                    NA
## 944            79.4017304           78.8108785           78.30487751
## 945             1.9494515            1.9531001            1.95510849
## 946             8.2581545            8.1864068            8.26762284
## 947            42.4827886           42.2670284           42.08681052
## 948            39.7360000           40.3500000           40.95400000
## 949                    NA                   NA                    NA
## 950                    NA                   NA                    NA
## 951                    NA                   NA                    NA
## 952                    NA                   NA                    NA
## 953                    NA                   NA                    NA
## 954                    NA                   NA                    NA
## 955                    NA                   NA                    NA
## 956                    NA                   NA                    NA
## 957                    NA                   NA                    NA
## 958                    NA                   NA                    NA
## 959                    NA                   NA                    NA
## 960                    NA                   NA                    NA
## 961                    NA                   NA                    NA
## 962                    NA                   NA                    NA
## 963                    NA                   NA                    NA
## 964                    NA                   NA                    NA
## 965                    NA                   NA                    NA
## 966                    NA                   NA                    NA
## 967                    NA                   NA                    NA
## 968                    NA                   NA                    NA
## 969                    NA                   NA                    NA
## 970                    NA                   NA                    NA
## 971                    NA                   NA                    NA
## 972                    NA                   NA                    NA
## 973                    NA                   NA                    NA
## 974                    NA                   NA                    NA
## 975                    NA                   NA                    NA
## 976                    NA                   NA                    NA
## 977                    NA                   NA       389825.00000000
## 978                    NA                   NA                    NA
## 979                    NA                   NA                    NA
## 980                    NA                   NA                    NA
## 981                    NA                   NA                    NA
## 982                    NA                   NA                    NA
## 983                    NA                   NA            1.54733552
## 984    7173000200.0000000   7984999900.0000000   8768000000.00000000
## 985                    NA                   NA                    NA
## 986                    NA                   NA                    NA
## 987    1508000300.0000000   1692999900.0000000   1844999900.00000000
## 988                    NA                   NA                    NA
## 989            -0.6552349           -3.2060113           -3.39872263
## 990                    NA                   NA                    NA
## 991      52859926.5800000     55308641.9800000     42469135.80000000
## 992                    NA                   NA                    NA
## 993                    NA                   NA            0.59301932
## 994                    NA                   NA                    NA
## 995                    NA                   NA                    NA
## 996                    NA                   NA                    NA
## 997                    NA                   NA                    NA
## 998                    NA                   NA                    NA
## 999                    NA                   NA                    NA
## 1000                   NA                   NA                    NA
## 1001                   NA                   NA                    NA
## 1002      5825475.0000000      5941974.0000000      6061509.00000000
## 1003       333629.0000000       344636.0000000       354831.00000000
## 1004            5.3117214            5.2783301            5.23486808
## 1005            9.9251821           10.2724448           10.47620320
## 1006                   NA                   NA                    NA
## 1007          473.0430000          466.0710000          459.09900000
## 1008                   NA                   NA                    NA
## 1009                   NA                   NA                    NA
## 1010                   NA                   NA                    NA
## 1011                   NA                   NA                    NA
## 1012                   NA                   NA                    NA
## 1013                   NA                   NA                    NA
## 1014                   NA                   NA                    NA
## 1015                   NA                   NA                    NA
## 1016                   NA                   NA                    NA
## 1017                   NA                   NA                    NA
## 1018                   NA                   NA                    NA
## 1019                   NA                   NA                    NA
## 1020                   NA                   NA                    NA
## 1021                   NA                   NA                    NA
## 1022                   NA                   NA                    NA
## 1023                   NA                   NA                    NA
## 1024                   NA                   NA                    NA
## 1025                   NA                   NA                    NA
## 1026                   NA                   NA                    NA
## 1027                   NA                   NA                    NA
## 1028                   NA                   NA                    NA
## 1029                   NA                   NA                    NA
## 1030                   NA                   NA                    NA
## 1031                   NA                   NA                    NA
## 1032                   NA                   NA            5.00000000
## 1033                   NA                   NA                    NA
## 1034                   NA                   NA                    NA
## 1035                   NA                   NA                    NA
## 1036                   NA                   NA                    NA
## 1037                   NA                   NA                    NA
## 1038                   NA                   NA                    NA
## 1039                   NA                   NA                    NA
## 1040                   NA                   NA                    NA
## 1041   7173000200.0000000   7984999900.0000000   8768000000.00000000
## 1042                   NA                   NA                    NA
## 1043                   NA                   NA                    NA
## 1044                   NA                   NA                    NA
## 1045                   NA                   NA       601685.80000000
## 1046           10.0794644           10.3569194           11.46213504
## 1047 154000000000.0000000 158000000000.0000000 164000000000.00000000
## 1048     57919838.0800000     80592592.5900000     71901234.56999999
## 1049                   NA                   NA                    NA
## 1050                   NA                   NA                    NA
## 1051                   NA                   NA                    NA
## 1052                   NA                   NA                    NA
## 1053                   NA                   NA        11800.00000000
## 1054                   NA                   NA                    NA
## 1055                   NA                   NA                    NA
## 1056                   NA                   NA                    NA
## 1057                   NA                   NA                    NA
## 1058                   NA                   NA                    NA
## 1059                   NA                   NA                    NA
## 1060                   NA                   NA                    NA
## 1061                   NA                   NA                    NA
## 1062                   NA                   NA                    NA
## 1063                   NA                   NA                    NA
## 1064                   NA                   NA                    NA
## 1065    688400000.0000000    922600000.0000000    941312500.00000000
## 1066                   NA                   NA                    NA
## 1067                   NA                   NA                    NA
## 1068                   NA                   NA                    NA
## 1069                   NA                   NA                    NA
## 1070                   NA                   NA                    NA
## 1071                   NA                   NA                    NA
## 1072                   NA                   NA                    NA
## 1073            0.9393376            0.9159539            1.93132241
## 1074                   NA                   NA                    NA
## 1075                   NA                   NA                    NA
## 1076                   NA                   NA                    NA
## 1077                   NA                   NA                    NA
## 1078                   NA                   NA                    NA
## 1079         9999.9997760                   NA                    NA
## 1080                   NA                   NA                    NA
## 1081                   NA                   NA                    NA
## 1082                   NA                   NA                    NA
## 1083      3291912.0000000      3416913.0000000      3555902.00000000
## 1084           12.7202797           12.7202797           13.65734266
## 1085                   NA                   NA                    NA
## 1086                   NA                   NA                    NA
## 1087                   NA                   NA                    NA
## 1088                   NA                   NA                    NA
## 1089                   NA                   NA                    NA
## 1090                   NA                   NA                    NA
## 1091                   NA                   NA                    NA
## 1092            0.3697188            0.3691358            0.36589996
## 1093            3.2431038            3.2402558            3.24177852
## 1094           54.9417439           55.1321359           55.29918832
## 1095           16.3608174           16.3118736           16.32794894
## 1096                   NA                   NA                    NA
## 1097                   NA                   NA                    NA
## 1098                   NA                   NA                    NA
## 1099                   NA                   NA                    NA
## 1100                   NA                   NA                    NA
## 1101                   NA                   NA                    NA
## 1102                   NA                   NA                    NA
## 1103                   NA                   NA                    NA
## 1104                   NA                   NA                    NA
## 1105                   NA                   NA                    NA
## 1106                   NA                   NA                    NA
## 1107                   NA                   NA                    NA
## 1108                   NA                   NA                    NA
## 1109                   NA                   NA                    NA
## 1110                   NA                   NA                    NA
## 1111                   NA                   NA                    NA
## 1112                   NA                   NA                    NA
## 1113                   NA                   NA            0.01900000
## 1114                   NA                   NA                    NA
## 1115          278.4000000          272.0000000          266.00000000
## 1116                   NA                   NA                    NA
## 1117                   NA                   NA                    NA
## 1118                   NA                   NA                    NA
## 1119                   NA                   NA                    NA
## 1120                   NA                   NA                    NA
## 1121                   NA                   NA                    NA
## 1122                   NA                   NA                    NA
## 1123                   NA                   NA                    NA
## 1124                   NA                   NA                    NA
## 1125                   NA                   NA                    NA
## 1126                   NA                   NA            0.18385001
## 1127                   NA                   NA                    NA
## 1128                   NA                   NA                    NA
## 1129     11627030.6900000     15901234.5700000      5432098.76500000
## 1130                   NA                   NA                    NA
## 1131        26020.4472900        26651.8949300        26795.12173000
## 1132 302000000000.0000000 314000000000.0000000 327000000000.00000000
## 1133                   NA                   NA                    NA
## 1134                   NA                   NA            2.22176800
## 1135                   NA                   NA                    NA
## 1136     27560369.0500000     30320987.6500000     31901234.57000000
## 1137            7.5003483           10.2191611            8.30291971
## 1138                   NA                   NA                    NA
## 1139                   NA                   NA                    NA
## 1140                   NA                   NA                    NA
## 1141                   NA                   NA                    NA
## 1142                   NA                   NA                    NA
## 1143                   NA                   NA                    NA
## 1144                   NA                   NA                    NA
## 1145                   NA                   NA                    NA
## 1146                   NA                   NA                    NA
## 1147                   NA                   NA                    NA
## 1148                   NA                   NA                    NA
## 1149                   NA                   NA                    NA
## 1150           50.2026427           50.2082485           50.20037884
## 1151            2.8751385            2.9120919            2.93865002
## 1152            4.8287896            4.8102537            4.77946636
## 1153           10.5754731           10.9359183           11.15524240
## 1154                   NA                   NA                    NA
## 1155          509.2880000          502.2880000          495.28800000
## 1156                   NA                   NA                    NA
## 1157                   NA                   NA                    NA
## 1158                   NA                   NA                    NA
## 1159                   NA                   NA                    NA
## 1160                   NA                   NA                    NA
## 1161                   NA                   NA                    NA
## 1162                   NA                   NA                    NA
## 1163                   NA                   NA                    NA
## 1164                   NA                   NA                    NA
## 1165                   NA                   NA                    NA
## 1166                   NA                   NA                    NA
## 1167                   NA                   NA                    NA
## 1168                   NA                   NA                    NA
## 1169                   NA                   NA                    NA
## 1170                   NA                   NA                    NA
## 1171                   NA                   NA                    NA
## 1172                   NA                   NA                    NA
## 1173                   NA                   NA                    NA
## 1174                   NA                   NA                    NA
## 1175                   NA                   NA                    NA
## 1176                   NA                   NA                    NA
## 1177                   NA                   NA                    NA
## 1178                   NA                   NA                    NA
## 1179                   NA                   NA                    NA
## 1180                   NA                   NA                    NA
## 1181                   NA                   NA                    NA
## 1182                   NA                   NA                    NA
## 1183                   NA                   NA                    NA
## 1184                   NA                   NA            6.00000000
## 1185                   NA                   NA                    NA
## 1186                   NA                   NA                    NA
## 1187                   NA                   NA                    NA
## 1188                   NA                   NA                    NA
## 1189                   NA                   NA                    NA
## 1190           66.5489401           66.6383458           71.71859114
## 1191                   NA                   NA                    NA
## 1192                   NA                   NA                    NA
## 1193                   NA                   NA            0.06948071
## 1194                   NA                   NA                    NA
## 1195           67.3916041           66.4245469           66.86815807
## 1196    538000000.0000000    816000000.0000000    728000000.00000000
## 1197                   NA                   NA                    NA
## 1198                   NA                   NA                    NA
## 1199                   NA                   NA                    NA
## 1200                   NA                   NA                    NA
## 1201                   NA                   NA                    NA
## 1202                   NA                   NA                    NA
## 1203                   NA                   NA                    NA
## 1204                   NA                   NA                    NA
## 1205                   NA                   NA                    NA
## 1206                   NA                   NA                    NA
## 1207                   NA                   NA                    NA
## 1208                   NA                   NA                    NA
## 1209                   NA                   NA                    NA
## 1210                   NA                   NA                    NA
## 1211                   NA                   NA                    NA
## 1212                   NA                   NA                    NA
## 1213                   NA                   NA            5.89145091
## 1214                   NA                   NA                    NA
## 1215                   NA                   NA                    NA
## 1216                   NA                   NA                    NA
## 1217     10899999.6200000     10840000.1500000     23319999.69000000
## 1218                   NA        50000.0007500        50000.00075000
## 1219                   NA                   NA        93000.00000000
## 1220                   NA                   NA                    NA
## 1221      8409999.8470000      5000000.0000000     17000000.00000000
## 1222                   NA                   NA                    NA
## 1223                   NA                   NA                    NA
## 1224                   NA                   NA                    NA
## 1225                   NA                   NA                    NA
## 1226                   NA                   NA                    NA
## 1227                   NA                   NA                    NA
## 1228            1.6871908            2.4766355            2.74398361
## 1229                   NA                   NA            0.00000000
## 1230                   NA                   NA                    NA
## 1231                   NA                   NA                    NA
## 1232                   NA                   NA                    NA
## 1233                   NA                   NA                    NA
## 1234                   NA                   NA                    NA
## 1235                   NA                   NA                    NA
## 1236                   NA                   NA                    NA
## 1237                   NA                   NA                    NA
## 1238                   NA                   NA                    NA
## 1239                   NA                   NA                    NA
## 1240                   NA                   NA                    NA
## 1241            1.1798700            4.0575916           15.23727845
## 1242                   NA                   NA                    NA
## 1243                   NA                   NA                    NA
## 1244                   NA                   NA                    NA
## 1245                   NA                   NA                    NA
## 1246                   NA                   NA                    NA
## 1247            0.0000000            0.0000000            0.00000000
## 1248                   NA                   NA                    NA
## 1249                   NA                   NA            0.31306046
## 1250     68309997.5600000     69250000.0000000    130899993.90000001
## 1251                   NA                   NA                    NA
## 1252                   NA                   NA                    NA
## 1253                   NA                   NA                    NA
## 1254                   NA                   NA                    NA
## 1255                   NA                   NA                    NA
## 1256                   NA                   NA                    NA
## 1257                   NA                   NA                    NA
## 1258                   NA                   NA                    NA
## 1259                   NA                   NA                    NA
## 1260                   NA                   NA                    NA
## 1261                   NA                   NA                    NA
## 1262                   NA                   NA                    NA
## 1263                   NA                   NA                    NA
## 1264     56000000.0000000     85000000.0000000     75000000.00000000
## 1265                   NA                   NA                    NA
## 1266                   NA                   NA                    NA
## 1267       448724.0000000       462853.0000000       477672.00000000
## 1268                   NA                   NA                    NA
## 1269       148822.0000000       153259.0000000       157183.00000000
## 1270            5.8565525            5.7917453            5.75053176
## 1271           11.7487415           11.6182770           11.51412957
## 1272           27.2761604           28.0102648           28.74436920
## 1273                   NA                   NA                    NA
## 1274                   NA                   NA                    NA
## 1275                   NA                   NA                    NA
## 1276                   NA                   NA                    NA
## 1277                   NA                   NA                    NA
## 1278                   NA                   NA                    NA
## 1279                   NA                   NA                    NA
## 1280                   NA                   NA                    NA
## 1281                   NA                   NA                    NA
## 1282                   NA                   NA                    NA
## 1283                   NA                   NA                    NA
## 1284                   NA                   NA                    NA
## 1285                   NA                   NA                    NA
## 1286                   NA                   NA                    NA
## 1287                   NA                   NA                    NA
## 1288                   NA                   NA                    NA
## 1289                   NA                   NA                    NA
## 1290                   NA                   NA                    NA
## 1291                   NA                   NA                    NA
## 1292        44783.0000000        44977.0000000        45204.00000000
## 1293                   NA                   NA                    NA
## 1294                   NA                   NA                    NA
## 1295                   NA                   NA                    NA
## 1296                   NA                   NA                    NA
## 1297                   NA                   NA                    NA
## 1298                   NA                   NA                    NA
## 1299                   NA                   NA                    NA
## 1300                   NA                   NA                    NA
## 1301                   NA                   NA           42.45875931
## 1302                   NA                   NA                    NA
## 1303                   NA                   NA                    NA
## 1304                   NA                   NA                    NA
## 1305                   NA                   NA                    NA
## 1306                   NA                   NA                    NA
## 1307    870241429.5000000    863564491.1000000    876752097.39999998
## 1308                   NA                   NA                    NA
## 1309            2.3756438            2.5315770            2.71001096
## 1310                   NA                   NA                    NA
## 1311                   NA                   NA     12855840.00000000
## 1312                   NA                   NA                    NA
## 1313   1832863956.0000000   1887877869.0000000   1953221086.00000000
## 1314                   NA                   NA                    NA
## 1315            6.8451134            7.0131497            4.90419708
## 1316                   NA                   NA                    NA
## 1317                   NA                   NA                    NA
## 1318                   NA                   NA                    NA
## 1319                   NA                   NA                    NA
## 1320                   NA                   NA                    NA
## 1321                   NA                   NA                    NA
## 1322                   NA                   NA                    NA
## 1323                   NA                   NA                    NA
## 1324      5778446.0000000      5892683.0000000      6013119.00000000
## 1325            0.9056772            0.9192400            0.93765430
## 1326            4.5290899            4.5482360            4.55807292
## 1327      3293371.0000000      3369796.0000000      3446692.00000000
## 1328                   NA                   NA                    NA
## 1329           42.9100000           42.7770000           42.65800000
## 1330                   NA                   NA                    NA
## 1331                   NA                   NA                    NA
## 1332                   NA                   NA                    NA
## 1333                   NA                   NA                    NA
## 1334                   NA                   NA                    NA
## 1335                   NA                   NA                    NA
## 1336                   NA                   NA                    NA
## 1337                   NA                   NA                    NA
## 1338                   NA                   NA                    NA
## 1339                   NA                   NA                    NA
## 1340                   NA                   NA                    NA
## 1341                   NA                   NA                    NA
## 1342                   NA                   NA                    NA
## 1343                   NA                   NA                    NA
## 1344                   NA                   NA                    NA
## 1345                   NA                   NA                    NA
## 1346                   NA                   NA            0.13530000
## 1347                   NA                   NA                    NA
## 1348                   NA                   NA                    NA
## 1349                   NA                   NA                    NA
## 1350                   NA                   NA                    NA
## 1351                   NA                   NA                    NA
## 1352                   NA                   NA                    NA
## 1353                   NA                   NA                    NA
## 1354                   NA                   NA                    NA
## 1355                   NA                   NA                    NA
## 1356                   NA                   NA                    NA
## 1357                   NA                   NA                    NA
## 1358                   NA                   NA                    NA
## 1359                   NA                   NA                    NA
## 1360                   NA                   NA                    NA
## 1361                   NA                   NA                    NA
## 1362            0.0000000            0.0000000            0.00000000
## 1363                   NA                   NA                    NA
## 1364          618.1531398          674.7132511          726.15073520
## 1365    760601612.7000000    772740730.9000000    860543209.89999998
## 1366                   NA                   NA                    NA
## 1367                   NA                   NA            0.00000000
## 1368                   NA                   NA                    NA
## 1369                   NA                   NA                    NA
## 1370                   NA                   NA                    NA
## 1371                   NA                   NA                    NA
## 1372                   NA                   NA                    NA
## 1373                   NA                   NA                    NA
## 1374                   NA                   NA                    NA
## 1375                   NA                   NA                    NA
## 1376                   NA                   NA                    NA
## 1377                   NA                   NA                    NA
## 1378                   NA                   NA                    NA
## 1379                   NA                   NA                    NA
## 1380                   NA                   NA                    NA
## 1381                   NA                   NA                    NA
## 1382                   NA                   NA                    NA
## 1383                   NA                   NA                    NA
## 1384                   NA                   NA                    NA
## 1385                   NA                   NA                    NA
## 1386                   NA                   NA                    NA
## 1387                   NA                   NA                    NA
## 1388                   NA                   NA                    NA
## 1389       140987.0000000       144081.0000000       147247.00000000
## 1390                   NA                   NA                    NA
## 1391                   NA                   NA                    NA
## 1392                   NA                   NA                    NA
## 1393                   NA                   NA                    NA
## 1394                   NA                   NA                    NA
## 1395     70230003.3600000     71739997.8600000    134500000.00000000
## 1396                   NA                   NA                    NA
## 1397                   NA                   NA            0.00000000
## 1398                   NA                   NA                    NA
## 1399                   NA                   NA                    NA
## 1400                   NA                   NA         9999.99977600
## 1401                   NA                   NA                    NA
## 1402                   NA                   NA                    NA
## 1403                   NA                   NA                    NA
## 1404                   NA                   NA                    NA
## 1405                   NA                   NA                    NA
## 1406      1819000.0000000      1819000.0000000      1953000.00000000
## 1407                   NA                   NA                    NA
## 1408                   NA                   NA                    NA
## 1409                   NA                   NA                    NA
## 1410                   NA                   NA                    NA
## 1411                   NA                   NA                    NA
## 1412                   NA                   NA                    NA
## 1413                   NA                   NA                    NA
## 1414                   NA                   NA                    NA
## 1415                   NA                   NA                    NA
## 1416                   NA                   NA                    NA
## 1417                   NA                   NA                    NA
## 1418                   NA                   NA                    NA
## 1419                   NA                   NA                    NA
## 1420                   NA                   NA                    NA
## 1421                   NA                   NA                    NA
## 1422                   NA                   NA                    NA
## 1423            3.6232865            3.7703047            4.34479650
## 1424            2.1413634            2.2755166            2.73950730
## 1425                   NA                   NA                    NA
## 1426           81.1463007           82.7598392           84.43795804
## 1427                   NA                   NA                    NA
## 1428                   NA                   NA                    NA
## 1429                   NA                   NA                    NA
## 1430                   NA                   NA                    NA
## 1431                   NA                   NA      2711026.30000000
## 1432     10899999.6200000     10840000.1500000     23319999.69000000
## 1433                   NA                   NA       109000.00000000
## 1434                   NA                   NA                    NA
## 1435                   NA                   NA                    NA
## 1436                   NA                   NA                    NA
## 1437                   NA                   NA                    NA
## 1438                   NA                   NA                    NA
## 1439                   NA                   NA                    NA
## 1440                   NA                   NA                    NA
## 1441                   NA                   NA                    NA
## 1442                   NA                   NA                    NA
##                      X1971                  X1972                  X1973
## 1                       NA                     NA                     NA
## 2        48000000.00000000     58000000.000000000     63000000.000000000
## 3                       NA                     NA                     NA
## 4                       NA                     NA                     NA
## 5                       NA                     NA                     NA
## 6              15.06628932           13.963496420           17.179272060
## 7               1.99305161            1.879821621            1.905714455
## 8              73.18948419           73.214322990           73.201018370
## 9               1.33605471            1.343309658            1.348472822
## 10              7.34748660            7.190439103            7.046006353
## 11             40.99168597           40.977522300           40.955467100
## 12             41.30000000           41.853000000           42.403000000
## 13                      NA                     NA                     NA
## 14                      NA                     NA                     NA
## 15                      NA                     NA                     NA
## 16                      NA                     NA                     NA
## 17             42.68000031                     NA                     NA
## 18                      NA                     NA                     NA
## 19                      NA                     NA                     NA
## 20                      NA                     NA                     NA
## 21                      NA                     NA                     NA
## 22                      NA                     NA                     NA
## 23                      NA                     NA                     NA
## 24                      NA                     NA                     NA
## 25                      NA                     NA                     NA
## 26                      NA                     NA                     NA
## 27                      NA                     NA                     NA
## 28                      NA                     NA                     NA
## 29                      NA                     NA                     NA
## 30                      NA                     NA                     NA
## 31             86.70000000           85.600000000           84.600000000
## 32                      NA                     NA                     NA
## 33                      NA                     NA                     NA
## 34                      NA                     NA                     NA
## 35                      NA                     NA                     NA
## 36                      NA                     NA                     NA
## 37                      NA                     NA                     NA
## 38              0.50708002                     NA                     NA
## 39                      NA                     NA                     NA
## 40                      NA                     NA                     NA
## 41                      NA           19.214780000           20.820300000
## 42                      NA                     NA                     NA
## 43                      NA                     NA                     NA
## 44                      NA                     NA                     NA
## 45                      NA                     NA                     NA
## 46                      NA                     NA                     NA
## 47                      NA                     NA                     NA
## 48     4181529368.00000000   4311901106.000000000   4291353333.000000000
## 49              0.00000000            0.000000000            0.000000000
## 50                      NA                     NA                     NA
## 51             -6.13603095            5.058104669          -17.841793490
## 52       80691358.02000000     93135802.469999999     93221909.099999994
## 53                      NA                     NA                     NA
## 54      693000000.00000000    760000000.000000000    915000000.000000000
## 55                      NA                     NA                     NA
## 56                      NA                     NA                     NA
## 57                      NA                     NA                     NA
## 58                      NA                     NA                     NA
## 59                      NA                     NA                     NA
## 60                      NA                     NA                     NA
## 61                      NA                     NA                     NA
## 62                      NA                     NA                     NA
## 63                      NA                     NA                     NA
## 64                      NA                     NA                     NA
## 65                      NA                     NA                     NA
## 66              0.18693756            0.197357535            0.201908368
## 67              2.55351043            2.542518506            2.536610316
## 68             56.00761994           55.969273170           55.949321070
## 69             39.92638381           39.945142090           39.954374600
## 70            173.60000000          169.900000000          166.200000000
## 71                      NA                     NA                     NA
## 72                      NA                     NA                     NA
## 73                      NA                     NA                     NA
## 74                      NA                     NA                     NA
## 75                      NA                     NA                     NA
## 76                      NA                     NA                     NA
## 77                      NA                     NA                     NA
## 78                      NA                     NA                     NA
## 79                      NA                     NA                     NA
## 80                      NA                     NA                     NA
## 81                      NA                     NA                     NA
## 82                      NA                     NA                     NA
## 83                      NA                     NA                     NA
## 84                      NA                     NA                     NA
## 85                      NA                     NA                     NA
## 86                      NA                     NA                     NA
## 87                      NA                     NA                     NA
## 88                      NA                     NA                     NA
## 89            259.30000000          253.500000000          248.200000000
## 90                      NA                     NA                     NA
## 91                      NA                     NA                     NA
## 92                      NA                     NA                     NA
## 93                      NA                     NA                     NA
## 94                      NA                     NA                     NA
## 95                      NA                     NA                     NA
## 96              0.34856001                     NA                     NA
## 97                      NA                     NA                     NA
## 98                      NA                     NA                     NA
## 99                      NA                     NA                     NA
## 100                     NA                     NA                     NA
## 101                     NA                     NA                     NA
## 102                     NA                     NA                     NA
## 103    2481876086.00000000   4049376524.000000000   3225433883.000000000
## 104            70.00000000           80.000000000           80.000000000
## 105                     NA                     NA                     NA
## 106             0.00000000            0.000000000            0.000000000
## 107                     NA                     NA                     NA
## 108             0.00000000            0.000000000            0.000000000
## 109                     NA                     NA                     NA
## 110                     NA                     NA    141571994.500000000
## 111    -333000000.00000000   -234000000.000000000   -375000000.000000000
## 112                     NA                     NA                     NA
## 113                     NA                     NA                     NA
## 114                     NA                     NA                     NA
## 115       5891358.02500000      6503703.704000000      7152747.935000000
## 116                     NA                     NA                     NA
## 117                     NA                     NA                     NA
## 118                     NA                     NA                     NA
## 119                     NA                     NA                     NA
## 120                     NA                     NA                     NA
## 121                     NA                     NA                     NA
## 122                     NA                     NA                     NA
## 123             3.27525446            6.787387684            6.792612067
## 124                     NA                     NA                     NA
## 125             3.33460760            3.399830358            3.455386725
## 126             6.42131668            6.430594260            6.435992958
## 127            13.51688220           13.548839490           13.581082240
## 128            31.95861200           32.744217000           33.549243000
## 129                     NA                     NA                     NA
## 130                     NA                     NA                     NA
## 131                     NA                     NA                     NA
## 132                     NA                     NA                     NA
## 133            82.16000366                     NA                     NA
## 134                     NA                     NA                     NA
## 135                     NA                     NA                     NA
## 136                     NA                     NA                     NA
## 137                     NA                     NA                     NA
## 138                     NA                     NA                     NA
## 139                     NA                     NA                     NA
## 140                     NA                     NA                     NA
## 141                     NA                     NA                     NA
## 142                     NA                     NA                     NA
## 143                     NA                     NA                     NA
## 144                     NA                     NA                     NA
## 145                     NA                     NA                     NA
## 146                     NA                     NA                     NA
## 147                     NA                     NA                     NA
## 148                     NA                     NA                     NA
## 149                     NA                     NA                     NA
## 150                     NA                     NA                     NA
## 151                     NA                     NA                     NA
## 152                     NA         6174.000000000         6734.000000000
## 153                     NA                     NA                     NA
## 154             0.07377000                     NA                     NA
## 155                     NA                     NA                     NA
## 156                     NA                     NA                     NA
## 157                     NA                     NA                     NA
## 158                     NA                     NA                     NA
## 159                     NA                     NA                     NA
## 160                     NA                     NA                     NA
## 161            10.12500403           10.125000000           10.500166670
## 162                     NA                     NA                     NA
## 163                     NA                     NA                     NA
## 164  320000000000.00000000 330000000000.000000000 328000000000.000000000
## 165                     NA                     NA                     NA
## 166                     NA                     NA                     NA
## 167            22.19736195           20.754176070           23.031401420
## 168                     NA                     NA    309761088.600000024
## 169    5974000100.00000000   7034999800.000000000   6512999900.000000000
## 170                     NA                     NA                     NA
## 171                     NA                     NA                     NA
## 172                     NA                     NA                     NA
## 173                     NA                     NA                     NA
## 174                     NA                     NA                     NA
## 175                     NA                     NA                     NA
## 176                     NA                     NA                     NA
## 177                     NA                     NA                     NA
## 178                     NA                     NA                     NA
## 179                     NA                     NA                     NA
## 180                     NA                     NA                     NA
## 181                     NA                     NA                     NA
## 182                     NA                     NA                     NA
## 183                     NA                     NA                     NA
## 184                     NA                     NA                     NA
## 185                     NA                     NA                     NA
## 186                     NA                     NA                     NA
## 187                     NA                     NA                     NA
## 188                     NA                     NA                     NA
## 189             1.06010429            1.182256114            1.213206981
## 190                     NA                     NA                     NA
## 191                     NA                     NA                     NA
## 192                     NA                     NA                     NA
## 193                     NA                     NA                     NA
## 194                     NA                     NA                     NA
## 195             6.00455178            7.549783671            5.757766858
## 196            77.90697674           78.504672900           77.884615380
## 197                     NA                     NA                     NA
## 198         59999.99866000       250000.000000000      1149999.976000000
## 199                     NA                     NA                     NA
## 200                     NA                     NA                     NA
## 201                     NA                     NA                     NA
## 202                     NA                     NA                     NA
## 203                     NA                     NA       219999.998800000
## 204                     NA                     NA                     NA
## 205                     NA                     NA                     NA
## 206                     NA                     NA                     NA
## 207          1716.90000000         1630.100000000         1772.800000000
## 208                     NA                     NA                     NA
## 209                     NA                     NA                     NA
## 210                     NA                     NA                     NA
## 211                     NA                     NA                     NA
## 212                     NA                     NA                     NA
## 213                     NA                     NA                     NA
## 214                     NA                     NA                     NA
## 215            95.99500000           95.802000000           95.601000000
## 216             2.04408908            2.081069916            2.115741034
## 217        206211.00000000       214521.000000000       222506.000000000
## 218             6.51576998            6.484577217            6.450000349
## 219            12.81258662           12.867153660           12.916787990
## 220             5.90100000            5.884000000            5.868000000
## 221                     NA                     NA                     NA
## 222                     NA                     NA                     NA
## 223                     NA                     NA                     NA
## 224            39.04078484                     NA                     NA
## 225                     NA                     NA                     NA
## 226                     NA                     NA                     NA
## 227                     NA                     NA                     NA
## 228                     NA                     NA                     NA
## 229                     NA                     NA                     NA
## 230                     NA                     NA                     NA
## 231                     NA                     NA                     NA
## 232                     NA                     NA                     NA
## 233                     NA                     NA                     NA
## 234                     NA                     NA                     NA
## 235                     NA                     NA                     NA
## 236                     NA                     NA                     NA
## 237                     NA                     NA                     NA
## 238                     NA                     NA                     NA
## 239                     NA                     NA                     NA
## 240        130569.00000000       130183.000000000       129893.000000000
## 241                     NA                     NA                     NA
## 242                     NA                     NA                     NA
## 243                     NA                     NA                     NA
## 244                     NA                     NA                     NA
## 245                     NA                     NA                     NA
## 246             0.27113000                     NA                     NA
## 247                     NA                     NA                     NA
## 248                     NA                     NA                     NA
## 249                     NA                     NA                     NA
## 250                     NA                     NA                     NA
## 251                     NA                     NA                     NA
## 252                     NA                     NA                     NA
## 253            10.12500000           10.125000000           10.255100000
## 254                     NA                     NA                     NA
## 255                     NA                     NA                     NA
## 256            -1.19538330            3.117800364           -0.476536268
## 257             3.17217614           12.502683340           -3.397305595
## 258             0.00000000            0.000000000            0.000000000
## 259  149000000000.00000000 156000000000.000000000 128000000000.000000000
## 260     817000000.00000000    943000000.000000000    956000000.000000000
## 261     590024701.20000005    694814795.100000024    635098624.100000024
## 262                     NA                     NA                     NA
## 263                     NA                     NA                     NA
## 264                     NA                     NA                     NA
## 265                     NA                     NA                     NA
## 266                     NA                     NA                     NA
## 267                     NA                     NA                     NA
## 268                     NA                     NA                     NA
## 269                     NA            1.045000000                     NA
## 270             2.35638424            2.360867837            2.366666434
## 271             7.99813582            8.306279989            8.664028220
## 272       2582740.00000000      2635778.000000000      2690837.000000000
## 273           180.70000000          176.700000000          172.900000000
## 274                     NA                     NA                     NA
## 275                     NA                     NA                     NA
## 276                     NA                     NA                     NA
## 277                     NA                     NA                     NA
## 278                     NA                     NA                     NA
## 279                     NA                     NA                     NA
## 280                     NA                     NA                     NA
## 281                     NA                     NA                     NA
## 282                     NA                     NA                     NA
## 283                     NA                     NA                     NA
## 284                     NA                     NA                     NA
## 285                     NA                     NA                     NA
## 286                     NA                     NA                     NA
## 287                     NA                     NA                     NA
## 288                     NA                     NA                     NA
## 289                     NA                     NA                     NA
## 290                     NA                     NA                     NA
## 291                     NA                     NA                     NA
## 292                     NA                     NA                     NA
## 293                     NA                     NA                     NA
## 294                     NA                     NA                     NA
## 295                     NA                     NA                     NA
## 296                     NA                     NA                     NA
## 297                     NA                     NA                     NA
## 298                     NA         6242.000000000        17051.000000000
## 299             3.85990000                     NA                     NA
## 300                     NA        20467.000000000        20084.000000000
## 301                     NA                     NA                     NA
## 302             5.00000000                     NA                     NA
## 303                     NA                     NA                     NA
## 304                     NA                     NA                     NA
## 305                     NA                     NA                     NA
## 306                     NA                     NA                     NA
## 307           725.25251570          824.039051600          775.664596100
## 308             0.00000000            0.000000000            0.000000000
## 309     882765471.60000002   1024098805.000000000    972101725.000000000
## 310                     NA                     NA                     NA
## 311             0.00000000            0.000000000            0.000000000
## 312     195950646.90000001    212543269.099999994    223888650.500000000
## 313                     NA                     NA                     NA
## 314                     NA                     NA                     NA
## 315                     NA                     NA                     NA
## 316                     NA                     NA                     NA
## 317                     NA                     NA                     NA
## 318      59650000.00000000     65850000.000000000     74900000.000000000
## 319                     NA                     NA                     NA
## 320                     NA                     NA                     NA
## 321                     NA                     NA                     NA
## 322                     NA                     NA                     NA
## 323                     NA                     NA                     NA
## 324                     NA                     NA                     NA
## 325                     NA                     NA                     NA
## 326             4.00500000            4.198000000            4.399000000
## 327      12323984.00000000     12583142.000000000     12852205.000000000
## 328             2.66453616            2.704902903            2.733622234
## 329             5.40366494            5.400353175            5.411262769
## 330            12.10252152           12.001031020           11.938572950
## 331                     NA                     NA                     NA
## 332           127.20720000          127.368000000          127.894000000
## 333                     NA                     NA                     NA
## 334                     NA                     NA                     NA
## 335                     NA                     NA                     NA
## 336            62.50999832                     NA                     NA
## 337                     NA                     NA                     NA
## 338                     NA                     NA                     NA
## 339                     NA                     NA                     NA
## 340                     NA                     NA                     NA
## 341                     NA                     NA                     NA
## 342                     NA                     NA                     NA
## 343                     NA                     NA                     NA
## 344                     NA                     NA                     NA
## 345                     NA                     NA                     NA
## 346                     NA                     NA                     NA
## 347                     NA                     NA                     NA
## 348                     NA                     NA                     NA
## 349                     NA                     NA                     NA
## 350                     NA                     NA                     NA
## 351                     NA                     NA                     NA
## 352                     NA                     NA                     NA
## 353                     NA                     NA                     NA
## 354                     NA                     NA                     NA
## 355                     NA                     NA                     NA
## 356                     NA                     NA                     NA
## 357             0.54227000                     NA                     NA
## 358                     NA                     NA                     NA
## 359                     NA                     NA                     NA
## 360                     NA                     NA                     NA
## 361                     NA                     NA                     NA
## 362                     NA                     NA                     NA
## 363                     NA                     NA                     NA
## 364                     NA                     NA                     NA
## 365                     NA                     NA                     NA
## 366     882765471.60000002   1024098805.000000000    972101725.000000000
## 367                     NA                     NA                     NA
## 368                     NA                     NA                     NA
## 369                     NA                     NA                     NA
## 370             1.48455040            0.600000000            0.800000000
## 371                     NA                     NA  24062943060.000000000
## 372             0.70702313            0.730593580           -0.849964029
## 373             7.75341205            7.329539692            9.178452837
## 374                     NA                     NA                     NA
## 375                     NA                     NA                     NA
## 376                     NA                     NA                     NA
## 377                     NA                     NA                     NA
## 378                     NA                     NA                     NA
## 379                     NA                     NA                     NA
## 380                     NA                     NA                     NA
## 381                     NA                     NA                     NA
## 382                     NA                     NA                     NA
## 383                     NA                     NA                     NA
## 384                     NA                     NA                     NA
## 385                     NA                     NA                     NA
## 386                     NA                     NA                     NA
## 387                     NA                     NA                     NA
## 388                     NA                     NA                     NA
## 389                     NA                     NA                     NA
## 390                     NA                     NA                     NA
## 391                     NA                     NA                     NA
## 392                     NA                     NA                     NA
## 393     102268064.80000000    107173201.599999994    132121706.900000006
## 394                     NA                     NA                     NA
## 395                     NA                     NA                     NA
## 396                     NA                     NA                     NA
## 397            87.60794255           87.183105340           87.431433770
## 398             0.00000000            0.000000000            0.000000000
## 399            22.09302326           21.495327100           22.115384620
## 400                     NA                     NA                     NA
## 401                     NA                     NA                     NA
## 402                     NA                     NA                     NA
## 403                     NA                     NA                     NA
## 404                     NA                     NA                     NA
## 405                     NA                     NA                     NA
## 406       4320000.17200000      5639999.866000000      5420000.076000000
## 407                     NA                     NA                     NA
## 408                     NA                     NA                     NA
## 409                     NA                     NA                     NA
## 410                     NA                     NA                     NA
## 411                     NA                     NA                     NA
## 412           800.00000000          900.000000000         1070.000000000
## 413             0.40000001            0.500000000            0.500000000
## 414                     NA                     NA                     NA
## 415                     NA                     NA                     NA
## 416                     NA                     NA                     NA
## 417                     NA                     NA                     NA
## 418                     NA                     NA                     NA
## 419                     NA                     NA                     NA
## 420                     NA                     NA                     NA
## 421                     NA                     NA                     NA
## 422                     NA                     NA                     NA
## 423                     NA                     NA                     NA
## 424                     NA                     NA                     NA
## 425             3.83978501            3.515285813            4.790851448
## 426                     NA                     NA                     NA
## 427                     NA                     NA                     NA
## 428            15.78947368           23.076923080           48.717948720
## 429            16.26568510           16.201195560           16.061775660
## 430            33.00300000           62.339000000          205.352000000
## 431             0.15752957            0.192205257            0.179869676
## 432                     NA                     NA                     NA
## 433                     NA                     NA                     NA
## 434                     NA                     NA                     NA
## 435                     NA                     NA                     NA
## 436       3941179.50000000      2328076.000000000      2935202.100000000
## 437       9157279.60000000     12304770.900000000     20103243.399999999
## 438                     NA                     NA                     NA
## 439                     NA                     NA       349999.994000000
## 440                     NA                     NA                     NA
## 441       7800000.00000000     15420000.000000000     16120000.000000000
## 442                     NA                     NA                     NA
## 443            23.42000008           21.969999310           24.739999770
## 444       2009823.00000000      1973188.000000000      2092083.000000000
## 445                     NA                     NA                     NA
## 446                     NA                     NA                     NA
## 447                     NA                     NA                     NA
## 448                     NA                     NA                     NA
## 449       8000000.00000000      3000000.000000000      1000000.000000000
## 450                     NA                     NA                     NA
## 451                     NA                     NA                     NA
## 452                     NA                     NA                     NA
## 453                     NA                     NA                     NA
## 454                     NA                     NA                     NA
## 455                     NA                     NA                     NA
## 456                     NA                     NA                     NA
## 457                     NA                     NA                     NA
## 458                     NA                     NA                     NA
## 459                     NA                     NA                     NA
## 460                     NA                     NA                     NA
## 461                     NA                     NA                     NA
## 462                     NA                     NA                     NA
## 463          1116.79526300          870.989005000          657.215874500
## 464                     NA                     NA                     NA
## 465                     NA                     NA                     NA
## 466                     NA                     NA                     NA
## 467                     NA                     NA                     NA
## 468                     NA                     NA                     NA
## 469                     NA                     NA                     NA
## 470         10000.00000000        46000.000000000        89000.000000000
## 471                     NA                     NA                     NA
## 472        150000.00600000       280000.001200000       509999.990500000
## 473                     NA                     NA                     NA
## 474             0.00000000            0.000000000            0.000000000
## 475      19260000.18000000     24659999.829999998     25419999.940000001
## 476                     NA                     NA                     NA
## 477                     NA                     NA                     NA
## 478                     NA                     NA                     NA
## 479                     NA                     NA                     NA
## 480                     NA                     NA                     NA
## 481                     NA                     NA                     NA
## 482                     NA                     NA                     NA
## 483                     NA                     NA                     NA
## 484                     NA                     NA                     NA
## 485                     NA                     NA                     NA
## 486                     NA                     NA                     NA
## 487                     NA                     NA                     NA
## 488                     NA                     NA                     NA
## 489                     NA                     NA                     NA
## 490             0.25763402            0.271547743            0.278519954
## 491             3.05260411            3.037708590            3.027598090
## 492       6902370.00000000      7042693.000000000      7190721.000000000
## 493       2469034.00000000      2520441.000000000      2572820.000000000
## 494           166.20000000          162.600000000          159.100000000
## 495          7930.00000000         8000.000000000         8000.000000000
## 496                     NA                     NA                     NA
## 497                     NA                     NA                     NA
## 498                     NA                     NA                     NA
## 499                     NA                     NA                     NA
## 500                     NA                     NA                     NA
## 501                     NA                     NA                     NA
## 502                     NA                     NA                     NA
## 503                     NA                     NA                     NA
## 504                     NA                     NA                     NA
## 505                     NA                     NA                     NA
## 506                     NA                     NA                     NA
## 507                     NA                     NA                     NA
## 508                     NA                     NA                     NA
## 509                     NA                     NA                     NA
## 510                     NA                     NA                     NA
## 511                     NA                     NA                     NA
## 512                     NA                     NA                     NA
## 513           261.20000000          255.700000000          250.300000000
## 514                     NA                     NA                     NA
## 515                     NA                     NA                     NA
## 516                     NA                     NA                     NA
## 517                     NA                     NA                     NA
## 518                     NA                     NA                     NA
## 519                     NA           36.097670000           37.253940000
## 520                     NA                     NA                     NA
## 521                     NA                     NA                     NA
## 522                     NA                     NA                     NA
## 523                     NA                     NA                     NA
## 524                     NA                     NA                     NA
## 525                     NA                     NA                     NA
## 526                     NA                     NA                     NA
## 527     163000000.00000000    239000000.000000000    204000000.000000000
## 528                     NA                     NA                     NA
## 529                     NA                     NA                     NA
## 530             1.40228091            1.174958540            2.113309698
## 531                     NA                     NA                     NA
## 532             0.00000000            0.000000000            0.000000000
## 533                     NA                     NA                     NA
## 534     336000000.00000000    409000000.000000000    399000000.000000000
## 535     -32888888.89000000    -23111111.109999999    -36567171.460000001
## 536                     NA                     NA                     NA
## 537                     NA                     NA                     NA
## 538                     NA                     NA                     NA
## 539                     NA                     NA                     NA
## 540                     NA                     NA                     NA
## 541                     NA                     NA                     NA
## 542                     NA                     NA                     NA
## 543                     NA                     NA                     NA
## 544      11830408.00000000     12054902.000000000     12286837.000000000
## 545             5.35765252            5.455143366            5.532171252
## 546             1.63306202            1.651426775            1.668930078
## 547             7.14607745            6.966624383            6.805033703
## 548       5051809.00000000      5156260.000000000      5263681.000000000
## 549            41.45700000           42.024000000           42.588000000
## 550                     NA                     NA                     NA
## 551                     NA                     NA                     NA
## 552                     NA                     NA                     NA
## 553            34.27000046                     NA                     NA
## 554                     NA                     NA                     NA
## 555                     NA                     NA                     NA
## 556                     NA                     NA                     NA
## 557                     NA                     NA                     NA
## 558                     NA                     NA                     NA
## 559                     NA                     NA                     NA
## 560                     NA                     NA                     NA
## 561                     NA                     NA                     NA
## 562                     NA                     NA                     NA
## 563                     NA                     NA                     NA
## 564                     NA                     NA                     NA
## 565                     NA                     NA                     NA
## 566                     NA                     NA                     NA
## 567                     NA                     NA                     NA
## 568                     NA                     NA                     NA
## 569         87764.00000000        87554.000000000        87420.000000000
## 570                     NA                     NA                     NA
## 571                     NA                     NA                     NA
## 572                     NA                     NA                     NA
## 573                     NA                     NA                     NA
## 574                     NA                     NA                     NA
## 575             0.03689000                     NA                     NA
## 576                     NA                     NA                     NA
## 577                     NA                     NA                     NA
## 578                     NA           17.060330000           14.000310000
## 579                     NA                     NA                     NA
## 580                     NA                     NA                     NA
## 581                     NA                     NA                     NA
## 582                     NA                     NA                     NA
## 583                     NA                     NA                     NA
## 584                     NA                     NA                     NA
## 585                     NA                     NA                     NA
## 586                     NA                     NA                     NA
## 587                     NA                     NA                     NA
## 588    2012614932.00000000   2114415102.000000000   1737165526.000000000
## 589             3.75923008            3.944449650            4.002407303
## 590            14.53345202           13.578936690           16.982645520
## 591      68444444.44000000     75061728.400000006     89223898.349999994
## 592     483000000.00000000    587000000.000000000    659000000.000000000
## 593                     NA                     NA                     NA
## 594                     NA                     NA                     NA
## 595                     NA                     NA                     NA
## 596                     NA                     NA                     NA
## 597                     NA                     NA                     NA
## 598                     NA                     NA                     NA
## 599                     NA                     NA                     NA
## 600                     NA                     NA                     NA
## 601                     NA                     NA                     NA
## 602                     NA                     NA                     NA
## 603                     NA                     NA                     NA
## 604                     NA                     NA                     NA
## 605                     NA                     NA                     NA
## 606                     NA                     NA                     NA
## 607                     NA                     NA                     NA
## 608                     NA                     NA                     NA
## 609                     NA                     NA                     NA
## 610      96093154.56000000     98358873.030000001    117517757.400000006
## 611                     NA                     NA                     NA
## 612        150568.00000000       157460.000000000       164647.000000000
## 613                     NA                     NA                     NA
## 614                     NA                     NA                     NA
## 615           165.01500000          205.352000000          216.353000000
## 616             0.00000000            0.000000000            0.000000000
## 617                     NA                     NA                     NA
## 618            33.35551937           38.514966900           36.245894600
## 619       2460000.03800000      2759999.990000000      2940000.057000000
## 620       1207000.00000000      1277000.000000000      4669000.000000000
## 621        286000.00000000       398000.000000000      2006000.000000000
## 622                     NA                     NA                     NA
## 623                     NA                     NA                     NA
## 624                     NA                     NA                     NA
## 625                     NA                     NA                     NA
## 626                     NA                     NA                     NA
## 627                     NA                     NA                     NA
## 628        143000.00000000       143000.000000000       143000.000000000
## 629         37020.00000000        38220.000000000        39530.000000000
## 630                     NA                     NA                     NA
## 631                     NA                     NA                     NA
## 632                     NA                     NA                     NA
## 633                     NA                     NA                     NA
## 634                     NA                     NA                     NA
## 635                     NA                     NA                     NA
## 636                     NA                     NA                     NA
## 637                     NA                     NA                     NA
## 638                     NA                     NA                     NA
## 639    1097700000.00000000   1282900000.000000000   1643800000.000000000
## 640                     NA                     NA                     NA
## 641          1982.00000000         2003.000000000         1886.000000000
## 642            31.57894737           23.076923080           17.948717950
## 643                     NA                     NA                     NA
## 644           166.32093170          165.191776600          168.969473400
## 645                     NA                     NA                     NA
## 646             0.00000000            0.000000000            0.000000000
## 647                     NA                     NA                     NA
## 648        649999.97620000       819999.992800000       730000.019100000
## 649                     NA                     NA                     NA
## 650                     NA                     NA                     NA
## 651                     NA                     NA                     NA
## 652                     NA        50000.000750000       300000.011900000
## 653                     NA                     NA                     NA
## 654                     NA                     NA                     NA
## 655                     NA                     NA                     NA
## 656                     NA                     NA                     NA
## 657            29.23999977           30.190000530           31.110000610
## 658                     NA                     NA                     NA
## 659                     NA                     NA                     NA
## 660                     NA                     NA                     NA
## 661                     NA                     NA                     NA
## 662                     NA                     NA                     NA
## 663                     NA                     NA                     NA
## 664                     NA                     NA                     NA
## 665                     NA                     NA                     NA
## 666                     NA                     NA                     NA
## 667                     NA                     NA                     NA
## 668                     NA                     NA                     NA
## 669                     NA                     NA                     NA
## 670                     NA                     NA                     NA
## 671                     NA                     NA                     NA
## 672            19.14685770           16.871640700           28.131576900
## 673                     NA                     NA                     NA
## 674                     NA                     NA                     NA
## 675                     NA                     NA                     NA
## 676                     NA                     NA                     NA
## 677                     NA                     NA                     NA
## 678           296.79736680          298.691853000          301.333817800
## 679            15.11627907           16.822429910           28.846153850
## 680                     NA                     NA                     NA
## 681                     NA                     NA                     NA
## 682                     NA                     NA                     NA
## 683                     NA                     NA                     NA
## 684       9157279.60000000     12304770.900000000     20103243.399999999
## 685                     NA                     NA                     NA
## 686                     NA                     NA                     NA
## 687                     NA                     NA                     NA
## 688                     NA                     NA                     NA
## 689                     NA                     NA                     NA
## 690                     NA                     NA                     NA
## 691                     NA                     NA                     NA
## 692                     NA                     NA                     NA
## 693                     NA                     NA                     NA
## 694                     NA                     NA                     NA
## 695                     NA                     NA                     NA
## 696                     NA                     NA                     NA
## 697        217900.00000000       232000.000000000       250000.000000000
## 698                     NA                     NA                     NA
## 699                     NA                     NA                     NA
## 700                     NA                     NA                     NA
## 701                     NA                     NA                     NA
## 702                     NA                     NA                     NA
## 703                     NA                     NA                     NA
## 704                     NA                     NA                     NA
## 705                     NA                     NA                     NA
## 706                     NA                     NA                     NA
## 707                     NA                     NA                     NA
## 708             3.83978501            3.515285813            4.790851448
## 709             9.94247259            1.940420880            8.815963832
## 710                     NA                     NA                     NA
## 711           118.00000000          197.000000000          314.000000000
## 712             5.26315789            3.846153846            2.564102564
## 713                     NA                     NA                     NA
## 714            16.66666667           23.287671230           48.695652170
## 715             1.65386910            2.162947701            2.986879790
## 716                     NA                     NA                     NA
## 717        359556.80000000       439163.400000000       632292.400000000
## 718                     NA                     NA                     NA
## 719                     NA                     NA                     NA
## 720                     NA                     NA                     NA
## 721             1.03734003            1.201521849            2.068018489
## 722        200000.00300000       349999.994000000       170000.001800000
## 723        490000.00950000       439999.997600000       829999.983300000
## 724                     NA                     NA                     NA
## 725      10830000.00000000     10050000.000000000     12490000.000000000
## 726                     NA                     NA                     NA
## 727            24.53000069           23.659999850           25.989999770
## 728             0.18881119            0.188811189            0.195804196
## 729                     NA                     NA                     NA
## 730                     NA                     NA                     NA
## 731                     NA                     NA                     NA
## 732                     NA                     NA                     NA
## 733                     NA                     NA                     NA
## 734                     NA                     NA                     NA
## 735                     NA                     NA                     NA
## 736            49.82169727           49.855481250           49.896574170
## 737             0.76659384            0.783962600            0.799992515
## 738             3.99723584            3.989631755            3.982060906
## 739            56.73900859           56.655027550           56.590238680
## 740                     NA                     NA                     NA
## 741            21.86900000           21.431000000           21.005000000
## 742                     NA                     NA                     NA
## 743                     NA                     NA                     NA
## 744                     NA                     NA                     NA
## 745                     NA                     NA                     NA
## 746                     NA                     NA                     NA
## 747                     NA                     NA                     NA
## 748                     NA                     NA                     NA
## 749                     NA                     NA                     NA
## 750                     NA                     NA                     NA
## 751                     NA                     NA                     NA
## 752                     NA                     NA                     NA
## 753                     NA                     NA                     NA
## 754                     NA                     NA                     NA
## 755                     NA                     NA                     NA
## 756                     NA                     NA                     NA
## 757                     NA                     NA                     NA
## 758                     NA                     NA                     NA
## 759                     NA                     NA                     NA
## 760                     NA                     NA                     NA
## 761                     NA                     NA                     NA
## 762            39.37500000           39.375000000           39.375000000
## 763                     NA                     NA                     NA
## 764                     NA                     NA                     NA
## 765                     NA                     NA                     NA
## 766                     NA       216625.000000000       233817.000000000
## 767            11.00000000                     NA                     NA
## 768                     NA                     NA                     NA
## 769                     NA                     NA                     NA
## 770                     NA                     NA                     NA
## 771                     NA                     NA                     NA
## 772                     NA                     NA                     NA
## 773                     NA                     NA                     NA
## 774             0.00000000            0.000000000            0.000000000
## 775                     NA                     NA                     NA
## 776           339.30012960          342.672848000          333.900162100
## 777    8775000400.00000000  10130000400.000000000   9765000400.000000000
## 778            69.92868540           79.391935650           73.644950420
## 779             0.00000000            0.000000000            0.000000000
## 780                     NA                     NA                     NA
## 781                     NA                     NA                     NA
## 782                     NA                     NA                     NA
## 783                     NA                     NA                     NA
## 784                     NA                     NA                     NA
## 785                     NA                     NA                     NA
## 786                     NA                     NA                     NA
## 787                     NA                     NA                     NA
## 788                     NA                     NA                     NA
## 789                     NA                     NA                     NA
## 790                     NA                     NA                     NA
## 791                     NA                     NA                     NA
## 792                     NA                     NA                     NA
## 793                     NA                     NA                     NA
## 794                     NA                     NA                     NA
## 795                     NA                     NA                     NA
## 796                     NA                     NA                     NA
## 797                     NA                     NA                     NA
## 798            14.57314697            6.106577936            1.579147322
## 799                     NA                     NA                     NA
## 800            30.50553512           29.808420410           29.122093930
## 801                     NA                     NA                     NA
## 802                     NA                     NA                     NA
## 803            83.33333333           76.712328770           51.304347830
## 804                     NA                     NA                     NA
## 805                     NA                     NA                     NA
## 806             2.58619086            2.822969787            3.326812341
## 807                     NA                     NA                     NA
## 808                     NA                     NA                     NA
## 809        286000.00000000       398000.000000000      2006000.000000000
## 810                     NA                     NA                     NA
## 811                     NA                     NA                     NA
## 812        939999.99760000       759999.990500000       460000.008300000
## 813                     NA                     NA                     NA
## 814                     NA                     NA                     NA
## 815                     NA                     NA                     NA
## 816                     NA                     NA                     NA
## 817            25.88811189           26.727272730           27.643356640
## 818                     NA                     NA                     NA
## 819                     NA                     NA                     NA
## 820                     NA                     NA                     NA
## 821                     NA                     NA                     NA
## 822                     NA                     NA                     NA
## 823                     NA                     NA                     NA
## 824                     NA                     NA                     NA
## 825                     NA                     NA                     NA
## 826                     NA                     NA                     NA
## 827                     NA                     NA                     NA
## 828                     NA                     NA                     NA
## 829            -0.73548438            0.012482486            0.216202118
## 830     287762403.00000000    388394309.000000000    540353190.000000000
## 831                     NA                     NA                     NA
## 832             1.22174777            1.251356776            1.281079784
## 833            31.57894737           38.461538460           25.641025640
## 834            75.40841173           75.712043590           75.650854420
## 835                     NA                     NA                     NA
## 836                     NA                     NA                     NA
## 837                     NA                     NA                     NA
## 838                     NA                     NA                     NA
## 839                     NA                     NA                     NA
## 840       5148179.50000000      3605076.000000000      7604202.100000000
## 841                     NA                     NA                     NA
## 842                     NA                     NA                     NA
## 843        569999.99280000       779999.971400000      1250000.000000000
## 844                     NA                     NA                     NA
## 845                     NA        30000.000000000       -10000.000000000
## 846                     NA                     NA                     NA
## 847                     NA                     NA                     NA
## 848             4.09626216            4.379562044            4.942263279
## 849             0.15847148            0.163313742            0.168453584
## 850                     NA                     NA                     NA
## 851                     NA                     NA                     NA
## 852                     NA                     NA                     NA
## 853                     NA                     NA                     NA
## 854                     NA                     NA                     NA
## 855                     NA                     NA                     NA
## 856                     NA                     NA                     NA
## 857                     NA                     NA                     NA
## 858                     NA                     NA                     NA
## 859                     NA                     NA                     NA
## 860                     NA                     NA                     NA
## 861                     NA                     NA                     NA
## 862                     NA                     NA                     NA
## 863                     NA                     NA                     NA
## 864            12.28127043           12.372455880           16.489115600
## 865                     NA                     NA                     NA
## 866          2100.00000000         2200.000000000         2200.000000000
## 867                     NA                     NA                     NA
## 868                     NA                     NA                     NA
## 869                     NA                     NA                     NA
## 870            98.18627748           97.631144700           96.833276350
## 871            22.09302326           21.495327100           22.115384620
## 872             0.04073073            0.042882913            0.065043851
## 873                     NA                     NA                     NA
## 874                     NA                     NA                     NA
## 875                     NA                     NA                     NA
## 876       9157279.60000000     12304770.900000000     20103243.399999999
## 877                     NA         9999.999776000        19999.999550000
## 878       1549999.95200000      3240000.010000000      4929999.828000000
## 879                     NA                     NA                     NA
## 880                     NA                     NA                     NA
## 881                     NA                     NA                     NA
## 882        147180.00000000       147180.000000000       147180.000000000
## 883                     NA                     NA                     NA
## 884                     NA                     NA                     NA
## 885                     NA                     NA                     NA
## 886                     NA                     NA                     NA
## 887                     NA                     NA                     NA
## 888                     NA                     NA                     NA
## 889                     NA                     NA                     NA
## 890                     NA                     NA                     NA
## 891                     NA                     NA                     NA
## 892             0.48367019            0.492681492            0.499689800
## 893             3.74387569            3.755295767            3.772528320
## 894       3393675.00000000      3467919.000000000      3546671.000000000
## 895            15.72033223           15.760688690           15.756573400
## 896                     NA                     NA                     NA
## 897                     NA                     NA                     NA
## 898                     NA                     NA                     NA
## 899                     NA                     NA                     NA
## 900                     NA                     NA                     NA
## 901                     NA                     NA                     NA
## 902                     NA                     NA                     NA
## 903                     NA                     NA                     NA
## 904                     NA                     NA                     NA
## 905                     NA                     NA                     NA
## 906                     NA                     NA                     NA
## 907                     NA                     NA                     NA
## 908                     NA                     NA                     NA
## 909                     NA                     NA                     NA
## 910                     NA                     NA                     NA
## 911                     NA                     NA                     NA
## 912                     NA                     NA                     NA
## 913                     NA                     NA                     NA
## 914                     NA                     NA                     NA
## 915                     NA                     NA                     NA
## 916                     NA                     NA                     NA
## 917                     NA                     NA                     NA
## 918                     NA                     NA                     NA
## 919                     NA                     NA                     NA
## 920                     NA                     NA                     NA
## 921                     NA                     NA                     NA
## 922                     NA                     NA                     NA
## 923                     NA                     NA                     NA
## 924                     NA                     NA                     NA
## 925                     NA                     NA                     NA
## 926                     NA                     NA                     NA
## 927                     NA                     NA                     NA
## 928                     NA                     NA                     NA
## 929                     NA                     NA                     NA
## 930                     NA                     NA                     NA
## 931            -3.19453585            0.994022145           -2.560076152
## 932    4122527100.00000000   4230165653.000000000   4221289620.000000000
## 933                     NA                     NA                     NA
## 934      20917214.00000000     25126735.000000000     25591434.000000000
## 935                     NA                     NA                     NA
## 936                     NA                     NA                     NA
## 937                     NA                     NA                     NA
## 938                     NA                     NA                     NA
## 939                     NA                     NA                     NA
## 940                     NA                     NA                     NA
## 941                     NA                     NA                     NA
## 942                     NA                     NA                     NA
## 943                     NA                     NA                     NA
## 944            78.54713671           78.669466350           78.733189620
## 945             1.94434283            1.934138916            1.925630106
## 946             8.45688074            8.780298231            9.152805089
## 947            42.06404607           42.015237070           41.960341880
## 948            41.54300000           42.123000000           42.699000000
## 949                     NA                     NA                     NA
## 950                     NA                     NA                     NA
## 951                     NA                     NA                     NA
## 952                     NA                     NA                     NA
## 953                     NA                     NA                     NA
## 954                     NA                     NA                     NA
## 955                     NA                     NA                     NA
## 956                     NA                     NA                     NA
## 957                     NA                     NA                     NA
## 958                     NA                     NA                     NA
## 959                     NA                     NA                     NA
## 960                     NA                     NA                     NA
## 961                     NA                     NA                     NA
## 962                     NA                     NA                     NA
## 963                     NA                     NA                     NA
## 964                     NA                     NA                     NA
## 965                     NA                     NA                     NA
## 966                     NA                     NA                     NA
## 967                     NA                     NA                     NA
## 968                     NA                     NA                     NA
## 969                     NA                     NA                     NA
## 970                     NA                     NA                     NA
## 971                     NA                     NA                     NA
## 972                     NA                     NA                     NA
## 973                     NA                     NA                     NA
## 974             2.09802008                     NA                     NA
## 975                     NA                     NA                     NA
## 976                     NA                     NA                     NA
## 977                     NA       393269.000000000       418155.000000000
## 978                     NA                     NA                     NA
## 979                     NA                     NA                     NA
## 980                     NA                     NA                     NA
## 981                     NA                     NA                     NA
## 982                     NA                     NA                     NA
## 983             1.40228091            1.174958540            2.113309698
## 984    8938000400.00000000  10369000400.000000000   9969000400.000000000
## 985                     NA                     NA                     NA
## 986             0.00000000            0.000000000            0.000000000
## 987    1984000300.00000000   2152000600.000000000   2296000500.000000000
## 988                     NA                     NA  10975583449.000000000
## 989            -3.72566553           -2.256726695           -3.761660999
## 990                     NA                     NA                     NA
## 991      47703703.70000000     57975308.640000001     64260709.310000002
## 992                     NA                     NA                     NA
## 993             0.61791060            0.647556299            0.657680994
## 994                     NA                     NA                     NA
## 995                     NA                     NA                     NA
## 996                     NA                     NA                     NA
## 997                     NA                     NA                     NA
## 998                     NA                     NA                     NA
## 999                     NA                     NA                     NA
## 1000                    NA                     NA                     NA
## 1001                    NA                     NA                     NA
## 1002      6183966.00000000      6309756.000000000      6439395.000000000
## 1003       369805.00000000       384189.000000000       397803.000000000
## 1004            5.16315905            5.086060380            5.010191175
## 1005           10.52125772           10.461022580           10.333983240
## 1006                    NA                     NA                     NA
## 1007          452.12700000          445.155000000          438.387000000
## 1008                    NA                     NA                     NA
## 1009                    NA                     NA                     NA
## 1010           61.00000000                     NA                     NA
## 1011                    NA                     NA                     NA
## 1012                    NA                     NA                     NA
## 1013                    NA                     NA                     NA
## 1014                    NA                     NA                     NA
## 1015                    NA                     NA                     NA
## 1016                    NA                     NA                     NA
## 1017                    NA                     NA                     NA
## 1018                    NA                     NA                     NA
## 1019                    NA                     NA                     NA
## 1020                    NA                     NA                     NA
## 1021                    NA                     NA                     NA
## 1022                    NA                     NA                     NA
## 1023                    NA                     NA                     NA
## 1024                    NA                     NA                     NA
## 1025                    NA                     NA                     NA
## 1026                    NA                     NA                     NA
## 1027                    NA                     NA                     NA
## 1028                    NA                     NA                     NA
## 1029                    NA                     NA                     NA
## 1030                    NA                     NA                     NA
## 1031                    NA                     NA                     NA
## 1032            5.00000000                     NA                     NA
## 1033                    NA                     NA                     NA
## 1034                    NA                     NA                     NA
## 1035                    NA                     NA                     NA
## 1036                    NA                     NA                     NA
## 1037                    NA                     NA                     NA
## 1038                    NA                     NA                     NA
## 1039                    NA                     NA                     NA
## 1040                    NA                     NA                     NA
## 1041   8938000400.00000000  10369000400.000000000   9969000400.000000000
## 1042            0.00000000            0.000000000            0.000000000
## 1043                    NA                     NA                     NA
## 1044    861800000.00000000    999000000.000000000    946500000.000000000
## 1045       562451.84000000       813775.140000000      1388132.500000000
## 1046            9.14074696            9.094415697            9.589727773
## 1047 165000000000.00000000 166000000000.000000000 165000000000.000000000
## 1048     80592592.59000000     81086419.750000000    100827880.799999997
## 1049                    NA                     NA                     NA
## 1050                    NA                     NA                     NA
## 1051                    NA                     NA                     NA
## 1052                    NA                     NA                     NA
## 1053        11500.00000000        11400.000000000        12000.000000000
## 1054                    NA                     NA                     NA
## 1055                    NA                     NA                     NA
## 1056                    NA                     NA                     NA
## 1057                    NA                     NA                     NA
## 1058                    NA                     NA                     NA
## 1059                    NA                     NA                     NA
## 1060                    NA                     NA                     NA
## 1061                    NA                     NA                     NA
## 1062                    NA                     NA                     NA
## 1063                    NA                     NA                     NA
## 1064                    NA                     NA                     NA
## 1065   1043443233.00000000   1152183648.000000000   1377271480.000000000
## 1066                    NA                     NA                     NA
## 1067                    NA                     NA                     NA
## 1068           15.78947368           11.538461540            7.692307692
## 1069                    NA                     NA                     NA
## 1070                    NA                     NA                     NA
## 1071            1.65619295            2.176650041            2.986853969
## 1072                    NA                     NA                     NA
## 1073            1.85248536            2.297518366            2.516299744
## 1074                    NA                     NA                     NA
## 1075                    NA                     NA                     NA
## 1076                    NA                     NA                     NA
## 1077                    NA                     NA                     NA
## 1078                    NA                     NA                     NA
## 1079      1190000.05700000       370000.004800000      1460000.038000000
## 1080                    NA            0.002929405           -0.001028699
## 1081                    NA                     NA                     NA
## 1082                    NA                     NA                     NA
## 1083      3450714.00000000      3216502.000000000      3708825.000000000
## 1084           13.65734266           14.370629370           15.139860140
## 1085                    NA                     NA                     NA
## 1086                    NA                     NA                     NA
## 1087                    NA                     NA                     NA
## 1088                    NA                     NA                     NA
## 1089                    NA                     NA                     NA
## 1090                    NA                     NA                     NA
## 1091                    NA                     NA                     NA
## 1092            0.37495004            0.380273109            0.383248529
## 1093            3.23271039            3.230854916            3.233309579
## 1094           55.27141777           55.279860030           55.306035890
## 1095           16.44464234           16.465366550           16.440686690
## 1096                    NA                     NA                     NA
## 1097                    NA        -5799.000000000                     NA
## 1098                    NA                     NA                     NA
## 1099                    NA                     NA                     NA
## 1100                    NA                     NA                     NA
## 1101                    NA                     NA                     NA
## 1102                    NA                     NA                     NA
## 1103                    NA                     NA                     NA
## 1104                    NA                     NA                     NA
## 1105                    NA                     NA                     NA
## 1106                    NA                     NA                     NA
## 1107                    NA                     NA                     NA
## 1108                    NA                     NA                     NA
## 1109                    NA                     NA                     NA
## 1110                    NA                     NA                     NA
## 1111                    NA                     NA                     NA
## 1112                    NA                     NA                     NA
## 1113                    NA                     NA                     NA
## 1114                    NA                     NA                     NA
## 1115          260.20000000          254.700000000          249.300000000
## 1116                    NA                     NA                     NA
## 1117                    NA                     NA                     NA
## 1118                    NA                     NA                     NA
## 1119                    NA                     NA                     NA
## 1120                    NA                     NA                     NA
## 1121                    NA                     NA                     NA
## 1122                    NA                     NA                     NA
## 1123                    NA                     NA                     NA
## 1124                    NA                     NA                     NA
## 1125                    NA                     NA                     NA
## 1126                    NA                     NA                     NA
## 1127                    NA                     NA                     NA
## 1128                    NA                     NA                     NA
## 1129     16098765.43000000     23604938.270000000     19892541.270000000
## 1130                    NA                     NA                     NA
## 1131        25939.14196000        26196.982770000        25526.320070000
## 1132 319000000000.00000000 327000000000.000000000 327000000000.000000000
## 1133                    NA                     NA                     NA
## 1134            2.36950980            2.453545900            2.632588100
## 1135                    NA                     NA                     NA
## 1136     33185185.19000000     40395061.729999997     38907470.430000000
## 1137            9.12955878            7.917831694           10.372153260
## 1138                    NA                     NA                     NA
## 1139                    NA                     NA                     NA
## 1140                    NA                     NA                     NA
## 1141                    NA                     NA                     NA
## 1142                    NA                     NA                     NA
## 1143                    NA                     NA                     NA
## 1144                    NA                     NA                     NA
## 1145                    NA                     NA                     NA
## 1146                    NA                     NA                     NA
## 1147                    NA                     NA                     NA
## 1148                    NA                     NA                     NA
## 1149                    NA                     NA                     NA
## 1150           50.17830273           50.144518750           50.103425830
## 1151            3.00069409            3.053204526            3.095211826
## 1152            4.72562133            4.666889619            4.610412596
## 1153           11.18864798           11.114141550           10.971945220
## 1154                    NA                     NA                     NA
## 1155          488.28900000          481.289000000          474.431000000
## 1156                    NA                     NA                     NA
## 1157                    NA                     NA                     NA
## 1158                    NA                     NA                     NA
## 1159                    NA                     NA                     NA
## 1160                    NA                     NA                     NA
## 1161                    NA                     NA                     NA
## 1162                    NA                     NA                     NA
## 1163                    NA                     NA                     NA
## 1164                    NA                     NA                     NA
## 1165                    NA                     NA                     NA
## 1166                    NA                     NA                     NA
## 1167                    NA                     NA                     NA
## 1168                    NA                     NA                     NA
## 1169                    NA                     NA                     NA
## 1170                    NA                     NA                     NA
## 1171                    NA                     NA                     NA
## 1172                    NA                     NA                     NA
## 1173                    NA                     NA                     NA
## 1174                    NA                     NA                     NA
## 1175                    NA                     NA                     NA
## 1176                    NA                     NA                     NA
## 1177                    NA                     NA                     NA
## 1178                    NA                     NA                     NA
## 1179                    NA                     NA                     NA
## 1180                    NA       222867.000000000       250868.000000000
## 1181                    NA                     NA                     NA
## 1182                    NA                     NA                     NA
## 1183                    NA                     NA                     NA
## 1184            6.00000000                     NA                     NA
## 1185                    NA                     NA                     NA
## 1186                    NA                     NA                     NA
## 1187                    NA                     NA                     NA
## 1188                    NA                     NA                     NA
## 1189                    NA                     NA                     NA
## 1190           71.62987810           81.386573000           75.636960740
## 1191                    NA                     NA                     NA
## 1192                    NA                     NA                     NA
## 1193            0.06371475            0.079462560            0.142797040
## 1194                    NA                     NA                     NA
## 1195           66.83821697           67.846460880           65.332527220
## 1196    816000000.00000000    821000000.000000000   1034000000.000000000
## 1197                    NA                     NA                     NA
## 1198                    NA                     NA                     NA
## 1199                    NA                     NA                     NA
## 1200                    NA                     NA                     NA
## 1201                    NA                     NA                     NA
## 1202                    NA                     NA                     NA
## 1203                    NA                     NA                     NA
## 1204                    NA                     NA                     NA
## 1205                    NA                     NA                     NA
## 1206                    NA                     NA                     NA
## 1207                    NA                     NA                     NA
## 1208                    NA                     NA                     NA
## 1209                    NA                     NA                     NA
## 1210                    NA                     NA                     NA
## 1211                    NA                     NA                     NA
## 1212                    NA                     NA                     NA
## 1213            6.15564417            6.327327792            6.217091950
## 1214                    NA                     NA                     NA
## 1215            0.00000000            0.000000000            0.000000000
## 1216            2.78120175           10.474461210           14.075766210
## 1217     22829999.92000000     28909999.850000001     32340000.149999999
## 1218        50000.00075000        50000.000750000        50000.000750000
## 1219       193000.00000000        89000.000000000      1608000.000000000
## 1220                    NA                     NA                     NA
## 1221     10000000.00000000     13000000.000000000     10000000.000000000
## 1222                    NA                     NA                     NA
## 1223                    NA                     NA                     NA
## 1224                    NA                     NA                     NA
## 1225                    NA                     NA                     NA
## 1226                    NA                     NA                     NA
## 1227                    NA         1500.000000000                     NA
## 1228            4.07987711            5.165936740            5.715011547
## 1229                    NA                     NA                     NA
## 1230                    NA                     NA                     NA
## 1231                    NA                     NA                     NA
## 1232                    NA                     NA                     NA
## 1233                    NA                     NA                     NA
## 1234                    NA                     NA                     NA
## 1235                    NA                     NA                     NA
## 1236                    NA                     NA                     NA
## 1237                    NA                     NA                     NA
## 1238                    NA                     NA                     NA
## 1239                    NA                     NA                     NA
## 1240                    NA                     NA                     NA
## 1241           -1.99950385            8.389023896           11.429772530
## 1242                    NA                     NA                     NA
## 1243                    NA                     NA                     NA
## 1244                    NA                     NA                     NA
## 1245                    NA                     NA                     NA
## 1246                    NA                     NA                     NA
## 1247            0.00000000            0.000000000            0.000000000
## 1248            0.00000000            0.000000000            0.000000000
## 1249            0.04073073            0.042882913            0.065043851
## 1250    131039993.30000000    152449996.900000006    153820007.300000012
## 1251         6000.00000000        70000.000000000        88000.000000000
## 1252                    NA                     NA                     NA
## 1253                    NA                     NA                     NA
## 1254                    NA                     NA                     NA
## 1255                    NA                     NA                     NA
## 1256                    NA                     NA                     NA
## 1257                    NA                     NA                     NA
## 1258                    NA                     NA                     NA
## 1259                    NA                     NA                     NA
## 1260                    NA                     NA                     NA
## 1261                    NA                     NA                     NA
## 1262                    NA                     NA                     NA
## 1263                    NA                     NA                     NA
## 1264     85000000.00000000     85000000.000000000    104000000.000000000
## 1265                    NA                     NA                     NA
## 1266                    NA                     NA                     NA
## 1267       493576.00000000       528240.000000000       565368.000000000
## 1268                    NA                     NA                     NA
## 1269       163603.00000000       169689.000000000       175302.000000000
## 1270            5.70166459            5.675528499            5.662364244
## 1271           11.39346497           11.317299750           11.281013200
## 1272           29.47847360           30.212578000           30.963379600
## 1273                    NA                     NA                     NA
## 1274                    NA                     NA                     NA
## 1275                    NA                     NA                     NA
## 1276           87.77999878                     NA                     NA
## 1277                    NA                     NA                     NA
## 1278                    NA                     NA                     NA
## 1279                    NA                     NA                     NA
## 1280                    NA                     NA                     NA
## 1281                    NA                     NA                     NA
## 1282                    NA                     NA                     NA
## 1283                    NA                     NA                     NA
## 1284                    NA                     NA                     NA
## 1285                    NA                     NA                     NA
## 1286                    NA                     NA                     NA
## 1287                    NA                     NA                     NA
## 1288                    NA                     NA                     NA
## 1289                    NA                     NA                     NA
## 1290                    NA                     NA                     NA
## 1291                    NA                     NA                     NA
## 1292        45476.00000000        45788.000000000        46122.000000000
## 1293                    NA                     NA                     NA
## 1294                    NA                     NA                     NA
## 1295                    NA                     NA                     NA
## 1296                    NA                     NA                     NA
## 1297                    NA                     NA                     NA
## 1298            1.01415002                     NA                     NA
## 1299                    NA                     NA                     NA
## 1300                    NA                     NA                     NA
## 1301                    NA                     NA                     NA
## 1302                    NA                     NA                     NA
## 1303                    NA                     NA                     NA
## 1304                    NA                     NA                     NA
## 1305                    NA                     NA                     NA
## 1306                    NA                     NA                     NA
## 1307    892949002.89999998   1008207212.000000000   1091349148.000000000
## 1308                    NA                     NA                     NA
## 1309            2.79597728            3.145549465            3.038685537
## 1310                    NA                     NA                     NA
## 1311     13105098.00000000      6144592.800000000      7776813.800000000
## 1312                    NA                     NA                     NA
## 1313   1967030811.00000000   1981401812.000000000   1964560609.000000000
## 1314                    NA                     NA                     NA
## 1315            5.40389325            5.661104999            6.610492262
## 1316                    NA                     NA                     NA
## 1317                    NA                     NA                     NA
## 1318                    NA                     NA                     NA
## 1319                    NA                     NA                     NA
## 1320                    NA                     NA                     NA
## 1321                    NA                     NA                     NA
## 1322                    NA                     NA                     NA
## 1323                    NA                     NA                     NA
## 1324      6140018.00000000      6273386.000000000      6412810.000000000
## 1325            0.96024137            0.984174348            1.008246893
## 1326            4.54007994            4.521062304            4.497844906
## 1327      3508721.00000000      3574794.000000000      3644069.000000000
## 1328                    NA                     NA                     NA
## 1329           42.55700000           42.478000000           42.416000000
## 1330                    NA                     NA                     NA
## 1331                    NA                     NA                     NA
## 1332                    NA                     NA                     NA
## 1333                    NA                     NA                     NA
## 1334                    NA                     NA                     NA
## 1335                    NA                     NA                     NA
## 1336                    NA                     NA                     NA
## 1337                    NA                     NA                     NA
## 1338                    NA                     NA                     NA
## 1339                    NA                     NA                     NA
## 1340                    NA                     NA                     NA
## 1341                    NA                     NA                     NA
## 1342                    NA                     NA                     NA
## 1343                    NA                     NA                     NA
## 1344                    NA                     NA                     NA
## 1345                    NA                     NA                     NA
## 1346                    NA                     NA                     NA
## 1347                    NA                     NA                     NA
## 1348                    NA                     NA                     NA
## 1349                    NA                     NA                     NA
## 1350                    NA                     NA                     NA
## 1351                    NA                     NA                     NA
## 1352                    NA                     NA                     NA
## 1353                    NA                     NA                     NA
## 1354                    NA           16.616640000           13.901730000
## 1355                    NA                     NA                     NA
## 1356                    NA                     NA                     NA
## 1357                    NA                     NA                     NA
## 1358                    NA                     NA                     NA
## 1359                    NA                     NA                     NA
## 1360                    NA                     NA                     NA
## 1361                    NA                     NA                     NA
## 1362            0.00000000            0.000000000            0.000000000
## 1363                    NA                     NA                     NA
## 1364          725.25251570          824.039051600          775.664596100
## 1365    866666706.20000005   1000493867.000000000    952209183.700000048
## 1366                    NA                     NA                     NA
## 1367            0.00000000            0.000000000            0.000000000
## 1368                    NA                     NA                     NA
## 1369                    NA                     NA                     NA
## 1370                    NA                     NA                     NA
## 1371                    NA                     NA                     NA
## 1372                    NA                     NA                     NA
## 1373                    NA                     NA                     NA
## 1374                    NA                     NA                     NA
## 1375                    NA                     NA                     NA
## 1376                    NA                     NA                     NA
## 1377                    NA                     NA                     NA
## 1378                    NA                     NA                     NA
## 1379                    NA                     NA                     NA
## 1380                    NA                     NA                     NA
## 1381                    NA                     NA                     NA
## 1382                    NA                     NA                     NA
## 1383                    NA                     NA                     NA
## 1384                    NA                     NA                     NA
## 1385                    NA                     NA                     NA
## 1386                    NA                     NA                     NA
## 1387                    NA                     NA                     NA
## 1388                    NA                     NA                     NA
## 1389       150568.00000000       157460.000000000       164647.000000000
## 1390                    NA                     NA                     NA
## 1391                    NA                     NA                     NA
## 1392                    NA                     NA                     NA
## 1393                    NA                     NA                     NA
## 1394                    NA                     NA                     NA
## 1395    135199996.90000001    157539993.300000012    158309997.599999994
## 1396                    NA                     NA                     NA
## 1397            0.00000000            0.000000000            0.000000000
## 1398                    NA                     NA                     NA
## 1399                    NA                     NA                     NA
## 1400                    NA                     NA         9999.999776000
## 1401                    NA                     NA                     NA
## 1402                    NA                     NA                     NA
## 1403                    NA                     NA                     NA
## 1404                    NA                     NA                     NA
## 1405                    NA                     NA                     NA
## 1406      1953000.00000000      2055000.000000000      2165000.000000000
## 1407                    NA                     NA                     NA
## 1408                    NA                     NA                     NA
## 1409                    NA                     NA                     NA
## 1410                    NA                     NA                     NA
## 1411                    NA                     NA                     NA
## 1412                    NA                     NA                     NA
## 1413                    NA                     NA                     NA
## 1414                    NA                     NA                     NA
## 1415                    NA                     NA                     NA
## 1416                    NA                     NA                     NA
## 1417                    NA                     NA                     NA
## 1418                    NA                     NA                     NA
## 1419                    NA                     NA                     NA
## 1420                    NA                     NA                     NA
## 1421                    NA                     NA                     NA
## 1422                    NA                     NA                     NA
## 1423            4.25792213            4.615120231            5.142617975
## 1424            3.71559616            3.437168350            4.603269953
## 1425                    NA                     NA                     NA
## 1426           86.18170629           87.994000000           89.875559440
## 1427                    NA                     NA                     NA
## 1428                    NA                     NA                     NA
## 1429            0.05413692            0.071223169            0.108888805
## 1430            0.00000000            0.000000000            0.000000000
## 1431       359556.80000000       439163.400000000       632292.400000000
## 1432     22829999.92000000     28909999.850000001     32340000.149999999
## 1433      1008000.00000000      1118000.000000000      2973000.000000000
## 1434                    NA                     NA                     NA
## 1435                    NA                     NA                     NA
## 1436                    NA                     NA                     NA
## 1437                    NA        19999.999550000                     NA
## 1438                    NA                     NA                     NA
## 1439                    NA                     NA                     NA
## 1440                    NA                     NA                     NA
## 1441                    NA                     NA                     NA
## 1442                    NA                     NA                     NA
##                      X1974                  X1975                  X1976
## 1                       NA                     NA                     NA
## 2        66000000.00000000    100000000.000000000     98000000.000000000
## 3                       NA                     NA           34.777471880
## 4              78.87231413           95.638725950           72.049709970
## 5                       NA                     NA                     NA
## 6              16.42098752           17.261191450           17.965395070
## 7               1.92706924            1.946881788            1.961207068
## 8              73.16740982           73.117228410           73.629491590
## 9               1.35171486            1.353478068            1.350461407
## 10              6.99161440            7.064358192            7.223499556
## 11             40.93167754           40.907258210           41.050795620
## 12             42.95100000           43.502000000           44.058000000
## 13                      NA                     NA                     NA
## 14                      NA                     NA                     NA
## 15                      NA                     NA                     NA
## 16                      NA                     NA                     NA
## 17                      NA                     NA                     NA
## 18                      NA                     NA                     NA
## 19                      NA                     NA                     NA
## 20                      NA                     NA                     NA
## 21                      NA                     NA                     NA
## 22                      NA                     NA                     NA
## 23                      NA                     NA                     NA
## 24                      NA                     NA                     NA
## 25                      NA                     NA                     NA
## 26                      NA                     NA                     NA
## 27                      NA                     NA                     NA
## 28                      NA                     NA                     NA
## 29                      NA                     NA                     NA
## 30                      NA                     NA                     NA
## 31             83.50000000           82.400000000           81.300000000
## 32                      NA                     NA                     NA
## 33                      NA                     NA                     NA
## 34                      NA                     NA                     NA
## 35                      NA                     NA                     NA
## 36                      NA                     NA                     NA
## 37                      NA                     NA                     NA
## 38                      NA                     NA                     NA
## 39                      NA                     NA                     NA
## 40                      NA                     NA                     NA
## 41             26.83813000           28.744520000           30.990850000
## 42                      NA                     NA                     NA
## 43                      NA                     NA                     NA
## 44                      NA                     NA                     NA
## 45                      NA                     NA                     NA
## 46                      NA                     NA                     NA
## 47                      NA   1661999900.000000000   2040000200.000000000
## 48     4563150075.00000000   4629611019.000000000   4833246135.000000000
## 49              0.00000000            0.000000000            0.000000000
## 50                      NA                     NA                     NA
## 51              6.79932540            0.733473120            6.441913165
## 52      106028917.80000000    123906437.799999997    122694766.500000000
## 53                      NA                     NA                     NA
## 54     1122000000.00000000   2401999900.000000000   2632000000.000000000
## 55                      NA                     NA                     NA
## 56                      NA                     NA                     NA
## 57                      NA                     NA                     NA
## 58                      NA                     NA                     NA
## 59                      NA                     NA                     NA
## 60                      NA                     NA            0.000000000
## 61                      NA                     NA                     NA
## 62              9.82249331            2.934324058            6.084875447
## 63                      NA                     NA                     NA
## 64                      NA                     NA                     NA
## 65                      NA                     NA                     NA
## 66              0.19943059            0.189043244            0.203673853
## 67              2.53561097            2.539098258            2.533783759
## 68             55.94249904           55.947492950           55.753199230
## 69             39.95976323           39.962329290           40.131505360
## 70            162.60000000          158.900000000          155.300000000
## 71                      NA                     NA                     NA
## 72                      NA                     NA                     NA
## 73                      NA                     NA                     NA
## 74                      NA                     NA                     NA
## 75                      NA                     NA                     NA
## 76                      NA                     NA                     NA
## 77                      NA                     NA                     NA
## 78                      NA                     NA                     NA
## 79                      NA                     NA                     NA
## 80                      NA                     NA                     NA
## 81                      NA                     NA                     NA
## 82                      NA                     NA                     NA
## 83                      NA                     NA                     NA
## 84                      NA                     NA                     NA
## 85                      NA                     NA                     NA
## 86                      NA                     NA                     NA
## 87                      NA                     NA                     NA
## 88                      NA                     NA                     NA
## 89            242.60000000          237.200000000          231.700000000
## 90                      NA                     NA                     NA
## 91                      NA                     NA                     NA
## 92                      NA                     NA                     NA
## 93                      NA                     NA                     NA
## 94                      NA                     NA                     NA
## 95                      NA                     NA                     NA
## 96                      NA                     NA                     NA
## 97                      NA                     NA                     NA
## 98                      NA                     NA                     NA
## 99                      NA                     NA                     NA
## 100                     NA                     NA                     NA
## 101                     NA                     NA                     NA
## 102                     NA                     NA                     NA
## 103    6511156281.00000000   9405003569.000000000  12570149882.000000000
## 104           100.00000000          110.000000000          120.000000000
## 105                     NA                     NA                     NA
## 106             0.09453894            0.000000000            0.000000000
## 107                     NA                     NA                     NA
## 108             0.04844332            0.000000000            0.000000000
## 109                     NA                     NA                     NA
## 110     154465319.59999999    152906399.900000006    158033927.699999988
## 111    -653000100.00000000   -740000000.000000000   -591999900.000000000
## 112                     NA     17021681.250000000     15785781.100000000
## 113                     NA                     NA                     NA
## 114                     NA                     NA                     NA
## 115       8446969.69700000     10529138.039999999     11876000.000000000
## 116                     NA                     NA                     NA
## 117                     NA                     NA           40.943755960
## 118                     NA                     NA                     NA
## 119                     NA                     NA           30.408490020
## 120                     NA                     NA                     NA
## 121                     NA                     NA                     NA
## 122                     NA                     NA                     NA
## 123             6.83316085            6.839700653            6.875917289
## 124                     NA                     NA                     NA
## 125             3.50082679            3.536292101            3.600400437
## 126             6.41485467            6.358084879            6.249301401
## 127            13.58955239           13.549972720           13.617453700
## 128            34.35426900           35.159295000           35.964321000
## 129                     NA                     NA                     NA
## 130                     NA                     NA                     NA
## 131                     NA                     NA                     NA
## 132                     NA                     NA                     NA
## 133                     NA                     NA                     NA
## 134                     NA                     NA                     NA
## 135                     NA                     NA                     NA
## 136                     NA                     NA                     NA
## 137                     NA                     NA                     NA
## 138                     NA                     NA                     NA
## 139                     NA                     NA                     NA
## 140                     NA                     NA                     NA
## 141                     NA                     NA                     NA
## 142                     NA                     NA                     NA
## 143                     NA                     NA                     NA
## 144                     NA                     NA                     NA
## 145                     NA                     NA                     NA
## 146                     NA                     NA                     NA
## 147                     NA                     NA                     NA
## 148                     NA                     NA                     NA
## 149                     NA                     NA                     NA
## 150                     NA                     NA                     NA
## 151                     NA                     NA                     NA
## 152          8739.00000000         9947.000000000        11295.000000000
## 153                     NA                     NA                     NA
## 154                     NA                     NA                     NA
## 155                     NA                     NA                     NA
## 156                     NA                     NA                     NA
## 157                     NA                     NA                     NA
## 158                     NA                     NA                     NA
## 159                     NA                     NA                     NA
## 160                     NA                     NA                     NA
## 161            10.56000000           11.002833330           12.500000000
## 162                     NA                     NA                     NA
## 163                     NA                     NA                     NA
## 164  349000000000.00000000 354000000000.000000000 369000000000.000000000
## 165                     NA                     NA                     NA
## 166                     NA                     NA           15.265451000
## 167            19.88600640           19.298774600           20.840519260
## 168     299009270.80000001    274010081.300000012    307246921.800000012
## 169    8762999800.00000000  11434999800.000000000  11495000100.000000000
## 170                     NA                     NA                     NA
## 171                     NA                     NA                     NA
## 172                     NA   1417744380.000000000   1282406764.000000000
## 173                     NA   1256999900.000000000   1294000000.000000000
## 174                     NA                     NA                     NA
## 175                     NA                     NA                     NA
## 176                     NA                     NA                     NA
## 177                     NA                     NA                     NA
## 178                     NA                     NA                     NA
## 179                     NA                     NA                     NA
## 180                     NA                     NA                     NA
## 181                     NA                     NA                     NA
## 182                     NA                     NA                     NA
## 183                     NA                     NA                     NA
## 184                     NA                     NA                     NA
## 185                     NA                     NA                     NA
## 186                     NA                     NA                     NA
## 187                     NA                     NA                     NA
## 188                     NA                     NA                     NA
## 189             1.25737015            1.802000888            1.597636040
## 190                     NA                     NA                     NA
## 191                     NA                     NA                     NA
## 192                     NA                     NA                     NA
## 193                     NA                     NA                     NA
## 194                     NA                     NA                     NA
## 195             7.15849050            6.631711338            8.965363521
## 196            85.71428571           85.227272730           90.209790210
## 197                     NA                     NA            0.000000000
## 198       2279999.97100000      2319999.933000000      2160000.086000000
## 199                     NA                     NA                     NA
## 200                     NA                     NA                     NA
## 201                     NA                     NA                     NA
## 202                     NA                     NA                     NA
## 203        920000.01670000       400000.006000000        70000.000300000
## 204                     NA                     NA                     NA
## 205                     NA                     NA           61.233537620
## 206                     NA                     NA     18536000.000000000
## 207          1767.60000000         1789.600000000         1709.500000000
## 208                     NA                     NA                     NA
## 209                     NA                     NA            6.291706387
## 210                     NA                     NA                     NA
## 211                     NA                     NA     41038060.640000001
## 212                     NA            0.353830825            0.121729999
## 213                     NA                     NA                     NA
## 214                     NA                     NA                     NA
## 215            95.39000000           95.170000000           94.939000000
## 216             2.14802552            2.177783126            2.204222184
## 217        230130.00000000       237388.000000000       246898.000000000
## 218             6.39332541            6.307461134            6.172702502
## 219            12.93918544           12.912498270           12.995378060
## 220             5.85300000            5.838000000            5.822000000
## 221                     NA                     NA                     NA
## 222                     NA                     NA                     NA
## 223                     NA                     NA                     NA
## 224                     NA                     NA                     NA
## 225                     NA                     NA                     NA
## 226                     NA                     NA                     NA
## 227                     NA                     NA                     NA
## 228                     NA                     NA                     NA
## 229                     NA                     NA                     NA
## 230                     NA                     NA                     NA
## 231                     NA                     NA                     NA
## 232                     NA                     NA                     NA
## 233                     NA                     NA                     NA
## 234                     NA                     NA                     NA
## 235                     NA                     NA                     NA
## 236                     NA                     NA                     NA
## 237                     NA                     NA                     NA
## 238                     NA                     NA                     NA
## 239                     NA                     NA                     NA
## 240        129618.00000000       129298.000000000       128921.000000000
## 241                     NA                     NA                     NA
## 242                     NA                     NA                     NA
## 243                     NA                     NA                     NA
## 244                     NA                     NA                     NA
## 245                     NA                     NA                     NA
## 246                     NA                     NA                     NA
## 247                     NA                     NA                     NA
## 248                     NA                     NA                     NA
## 249                     NA                     NA                     NA
## 250                     NA                     NA                     NA
## 251                     NA                     NA                     NA
## 252                     NA                     NA                     NA
## 253            10.51600000           10.516000000           11.972800000
## 254                     NA                     NA                     NA
## 255                     NA           10.029569250           11.728183350
## 256             6.33359037            1.456470709            4.398536178
## 257            20.82566953           27.522746980            0.544042340
## 258             0.04844332            0.000000000            0.000000000
## 259  137000000000.00000000 138000000000.000000000 147000000000.000000000
## 260    1115000100.00000000   1303000100.000000000   1468999900.000000000
## 261     833301616.60000002   1087390624.000000000    960092885.500000000
## 262                     NA                     NA           52.764537650
## 263            35.91415462           37.652833640           32.960893000
## 264                     NA                     NA                     NA
## 265             0.03518375            0.932434691           21.718384320
## 266                     NA                     NA                     NA
## 267                     NA                     NA                     NA
## 268                     NA                     NA                     NA
## 269                     NA                     NA                     NA
## 270             2.37281303            2.378745900            2.368058983
## 271             8.95665839            9.122977571            9.157253028
## 272       2748044.00000000      2807272.000000000      2879959.000000000
## 273           169.10000000          165.500000000          161.900000000
## 274                     NA       299373.000000000                     NA
## 275                     NA                     NA                     NA
## 276                     NA                     NA                     NA
## 277                     NA                     NA                     NA
## 278                     NA                     NA                     NA
## 279                     NA                     NA                     NA
## 280                     NA                     NA                     NA
## 281                     NA                     NA                     NA
## 282                     NA                     NA                     NA
## 283                     NA                     NA                     NA
## 284                     NA                     NA                     NA
## 285                     NA                     NA                     NA
## 286                     NA                     NA                     NA
## 287                     NA                     NA                     NA
## 288                     NA                     NA                     NA
## 289                     NA                     NA                     NA
## 290                     NA                     NA                     NA
## 291                     NA                     NA                     NA
## 292                     NA                     NA                     NA
## 293                     NA                     NA                     NA
## 294                     NA                     NA                     NA
## 295                     NA                     NA                     NA
## 296                     NA                     NA                     NA
## 297                     NA                     NA                     NA
## 298         14902.00000000                     NA        19517.000000000
## 299                     NA                     NA                     NA
## 300         17526.00000000        18874.000000000        20775.000000000
## 301                     NA                     NA                     NA
## 302                     NA                     NA                     NA
## 303                     NA                     NA                     NA
## 304                     NA                     NA                     NA
## 305                     NA                     NA                     NA
## 306                     NA                     NA     26380069.820000000
## 307           975.38237000         1234.765025000         1272.469388000
## 308             0.00000000            0.000000000            0.000000000
## 309    1217953547.00000000   1575789254.000000000   1452792989.000000000
## 310                     NA                     NA    195600000.000000000
## 311             0.00000000            0.000000000            0.000000000
## 312     242202320.30000001    304108016.399999976    302769602.800000012
## 313             9.10725681           -1.009236052            3.353376881
## 314                     NA                     NA                     NA
## 315                     NA    179000000.000000000    189000000.000000000
## 316                     NA          104.465632800          103.403471300
## 317                     NA                     NA                     NA
## 318      89200000.00000000    115850000.000000000    148450000.000000000
## 319                     NA                     NA                     NA
## 320                     NA                     NA                     NA
## 321                     NA                     NA                     NA
## 322                     NA                     NA                     NA
## 323                     NA                     NA                     NA
## 324                     NA                     NA                     NA
## 325                     NA                     NA                     NA
## 326             4.61000000            4.830000000            5.061000000
## 327      13131260.00000000     13420367.000000000     13719466.000000000
## 328             2.74994015            2.753874045            2.791596734
## 329             5.42560086            5.436364883            5.429315948
## 330            11.89855543           11.861509420           11.807312530
## 331                     NA                     NA                     NA
## 332           128.42000000          128.946000000          129.472000000
## 333                     NA                     NA                     NA
## 334                     NA                     NA                     NA
## 335                     NA                     NA                     NA
## 336                     NA                     NA                     NA
## 337                     NA                     NA                     NA
## 338                     NA                     NA                     NA
## 339                     NA                     NA                     NA
## 340                     NA                     NA                     NA
## 341                     NA                     NA                     NA
## 342                     NA                     NA                     NA
## 343                     NA                     NA                     NA
## 344                     NA                     NA                     NA
## 345                     NA                     NA                     NA
## 346                     NA                     NA                     NA
## 347                     NA                     NA                     NA
## 348                     NA                     NA                     NA
## 349                     NA                     NA                     NA
## 350                     NA                     NA                     NA
## 351                     NA                     NA                     NA
## 352                     NA                     NA                     NA
## 353                     NA                     NA                     NA
## 354            12.08889000           15.503960000           11.094530000
## 355                     NA                     NA                     NA
## 356                     NA                     NA                     NA
## 357                     NA                     NA                     NA
## 358                     NA                     NA                     NA
## 359                     NA                     NA                     NA
## 360                     NA                     NA                     NA
## 361                     NA                     NA                     NA
## 362                     NA                     NA                     NA
## 363                     NA                     NA                     NA
## 364                     NA                     NA                     NA
## 365                     NA                     NA   2664981446.000000000
## 366    1217953547.00000000   1575789254.000000000   1458105080.000000000
## 367                     NA                     NA                     NA
## 368                     NA                     NA                     NA
## 369                     NA                     NA           11.996669000
## 370             1.10000000            1.484550400            1.500000000
## 371   23227717495.00000000  21285723825.000000000  23867636884.000000000
## 372             5.62921456            1.682633287            0.548047549
## 373             8.76015025           14.495202030           15.131654680
## 374                     NA   1718000000.000000000   1811000100.000000000
## 375                     NA                     NA                     NA
## 376                     NA                     NA                     NA
## 377                     NA                     NA                     NA
## 378                     NA                     NA                     NA
## 379                     NA                     NA                     NA
## 380                     NA            0.000000000            0.000000000
## 381                     NA                     NA                     NA
## 382                     NA                     NA                     NA
## 383                     NA                     NA                     NA
## 384                     NA                     NA                     NA
## 385                     NA                     NA                     NA
## 386                     NA                     NA                     NA
## 387                     NA                     NA                     NA
## 388                     NA                     NA                     NA
## 389                     NA                     NA                     NA
## 390                     NA                     NA                     NA
## 391                     NA                     NA                     NA
## 392                     NA                     NA                     NA
## 393     145577564.30000001    113974569.099999994    145042574.199999988
## 394                     NA                     NA                     NA
## 395                     NA                     NA                     NA
## 396                     NA                     NA                     NA
## 397            87.40347873           87.397031690           87.299266030
## 398             0.00000000            0.000000000            0.000000000
## 399            14.28571429           14.772727270            9.790209790
## 400                     NA                     NA            1.111099972
## 401                     NA                     NA                     NA
## 402                     NA                     NA                     NA
## 403                     NA                     NA      8730669.300000001
## 404                     NA                     NA                     NA
## 405         39999.99911000                     NA                     NA
## 406       7250000.00000000      4860000.134000000      2960000.038000000
## 407                     NA                     NA                     NA
## 408                     NA                     NA    102096000.000000000
## 409                     NA                     NA    -33456000.000000000
## 410                     NA                     NA    196904000.000000000
## 411                     NA                     NA                     NA
## 412          1240.00000000         1925.000000000         1580.000000000
## 413             0.60000002            2.000000000            1.399999976
## 414                     NA                     NA                     NA
## 415                     NA                     NA                     NA
## 416                     NA                     NA                     NA
## 417                     NA                     NA                     NA
## 418                     NA                     NA                     NA
## 419                     NA                     NA                     NA
## 420                     NA                     NA                     NA
## 421                     NA                     NA                     NA
## 422                     NA                     NA                     NA
## 423                     NA                     NA                     NA
## 424                     NA                     NA                     NA
## 425             4.88600894            4.412527963            3.625962997
## 426                     NA                     NA                     NA
## 427                     NA                     NA                     NA
## 428            51.35135135           34.375000000           12.500000000
## 429            15.93710303           15.936438080           15.769275370
## 430           212.68600000          124.678000000           22.002000000
## 431             0.20896103            0.160230772            0.270688029
## 432                     NA                     NA                     NA
## 433                     NA                     NA                     NA
## 434                     NA                     NA                     NA
## 435                     NA                     NA                     NA
## 436       1182155.00000000      1687862.500000000       511147.700000000
## 437      27553349.50000000     34017048.899999999     49578186.799999997
## 438                     NA                     NA                     NA
## 439                     NA       379999.995200000         9999.999776000
## 440                     NA                     NA            0.000000000
## 441      12610000.00000000      8020000.000000000      5810000.000000000
## 442                     NA                     NA            0.000000000
## 443            25.17000008           26.260000230           25.420000080
## 444       2124453.00000000      2152188.000000000      2183815.000000000
## 445                     NA                     NA                     NA
## 446                     NA                     NA                     NA
## 447                     NA   1646158216.000000000   1502238382.000000000
## 448                     NA                     NA                     NA
## 449       2000000.00000000     15000000.000000000      6000000.000000000
## 450                     NA         7100.000000000         7700.000000000
## 451                     NA                     NA                     NA
## 452                     NA                     NA                     NA
## 453                     NA                     NA                     NA
## 454                     NA                     NA                     NA
## 455                     NA                     NA                     NA
## 456                     NA                     NA                     NA
## 457                     NA                     NA                     NA
## 458                     NA                     NA                     NA
## 459                     NA                     NA                     NA
## 460                     NA                     NA                     NA
## 461                     NA                     NA                     NA
## 462                     NA                     NA                     NA
## 463           528.34797570          335.051313300          292.553204600
## 464                     NA                     NA                     NA
## 465                     NA                     NA                     NA
## 466                     NA                     NA                     NA
## 467                     NA                     NA                     NA
## 468                     NA                     NA                     NA
## 469                     NA                     NA                     NA
## 470        355000.00000000      1073000.000000000      1022000.000000000
## 471                     NA                     NA                     NA
## 472       1289999.96200000       810000.002400000       779999.971400000
## 473                     NA                     NA                     NA
## 474             0.00000000            0.000000000            0.000000000
## 475      20520000.00000000     28939999.920000002     29200000.030000001
## 476                     NA                     NA                     NA
## 477                     NA                     NA                     NA
## 478                     NA                     NA     61352000.000000000
## 479                     NA                     NA    -52009939.359999999
## 480                     NA                     NA            2.577233752
## 481                     NA                     NA                     NA
## 482                     NA                     NA                     NA
## 483                     NA                     NA                     NA
## 484                     NA                     NA                     NA
## 485                     NA                     NA                     NA
## 486                     NA            0.001165754            0.025296123
## 487                     NA                     NA                     NA
## 488                     NA                     NA                     NA
## 489                     NA                     NA                     NA
## 490             0.27748916            0.267529403            0.287480232
## 491             3.02656539            3.035882964            3.035064451
## 492       7345955.00000000      7508359.000000000      7649041.000000000
## 493       2626791.00000000      2682634.000000000      2752024.000000000
## 494           155.70000000          152.000000000          148.300000000
## 495          8100.00000000         8200.000000000         8300.000000000
## 496                     NA                     NA                     NA
## 497                     NA                     NA                     NA
## 498                     NA                     NA                     NA
## 499                     NA                     NA                     NA
## 500                     NA                     NA                     NA
## 501                     NA                     NA                     NA
## 502                     NA                     NA                     NA
## 503                     NA                     NA                     NA
## 504                     NA                     NA                     NA
## 505                     NA                     NA                     NA
## 506                     NA                     NA                     NA
## 507                     NA                     NA                     NA
## 508                     NA                     NA                     NA
## 509                     NA                     NA                     NA
## 510                     NA                     NA                     NA
## 511                     NA                     NA                     NA
## 512                     NA                     NA                     NA
## 513           245.00000000          239.500000000          233.900000000
## 514                     NA                     NA                     NA
## 515                     NA                     NA                     NA
## 516                     NA                     NA                     NA
## 517                     NA                     NA                     NA
## 518                     NA                     NA                     NA
## 519            29.56460000           28.331760000           23.262330000
## 520                     NA                     NA                     NA
## 521                     NA                     NA                     NA
## 522                     NA                     NA                     NA
## 523                     NA                     NA                     NA
## 524                     NA                     NA                     NA
## 525                     NA                     NA                     NA
## 526                     NA                     NA                     NA
## 527     383000000.00000000    635000000.000000000    805000000.000000000
## 528                     NA                     NA                     NA
## 529                     NA                     NA                     NA
## 530             1.94522473            3.436100270            2.285661967
## 531                     NA                     NA                     NA
## 532        590017.10000000            0.000000000            0.000000000
## 533                     NA                     NA                     NA
## 534     526000000.00000000    664000000.000000000    690000000.000000000
## 535     -62095863.45000000    -70368961.579999998    -49445401.240000002
## 536                     NA           13.415002880           14.045073670
## 537                     NA                     NA                     NA
## 538                     NA                     NA                     NA
## 539                     NA                     NA                     NA
## 540                     NA                     NA                     NA
## 541                     NA                     NA            2.687763619
## 542                     NA                     NA                     NA
## 543                     NA                     NA                     NA
## 544      12525909.00000000     12772163.000000000     13025124.000000000
## 545             5.58756486            5.621787664            5.732417959
## 546             1.68574554            1.702109086            1.708330204
## 547             6.73546723            6.792392625            6.934552823
## 548       5374845.00000000      5489904.000000000      5631950.000000000
## 549            43.15100000           43.718000000           44.294000000
## 550                     NA                     NA                     NA
## 551                     NA                     NA                     NA
## 552                     NA                     NA                     NA
## 553                     NA                     NA                     NA
## 554                     NA                     NA                     NA
## 555                     NA                     NA                     NA
## 556                     NA                     NA                     NA
## 557                     NA                     NA                     NA
## 558                     NA                     NA                     NA
## 559                     NA                     NA                     NA
## 560                     NA                     NA                     NA
## 561                     NA                     NA                     NA
## 562                     NA                     NA                     NA
## 563                     NA                     NA                     NA
## 564                     NA                     NA                     NA
## 565                     NA                     NA                     NA
## 566                     NA                     NA                     NA
## 567                     NA                     NA                     NA
## 568                     NA                     NA                     NA
## 569         87301.00000000        87157.000000000        86962.000000000
## 570                     NA                     NA                     NA
## 571                     NA                     NA                     NA
## 572                     NA                     NA                     NA
## 573                     NA                     NA                     NA
## 574                     NA                     NA                     NA
## 575                     NA                     NA                     NA
## 576                     NA                     NA                     NA
## 577                     NA                     NA                     NA
## 578            14.73983000           15.484660000           20.079060000
## 579                     NA                     NA                     NA
## 580                     NA                     NA                     NA
## 581                     NA                     NA                     NA
## 582                     NA                     NA                     NA
## 583                     NA                     NA                     NA
## 584                     NA    158044874.500000000    170386225.400000006
## 585                     NA                     NA                     NA
## 586                     NA                     NA                     NA
## 587                     NA                     NA                     NA
## 588    1855281063.00000000   1868889051.000000000   1989281260.000000000
## 589             4.10680840            4.007000229            3.966885156
## 590            15.99781527           22.267818750           24.951132140
## 591     106694560.70000000    228413836.099999994    219831618.300000012
## 592     698000000.00000000   1475000100.000000000   1874000000.000000000
## 593                     NA                     NA                     NA
## 594                     NA                     NA                     NA
## 595                     NA                     NA                     NA
## 596                     NA                     NA                     NA
## 597                     NA                     NA                     NA
## 598                     NA                     NA                     NA
## 599                     NA                     NA                     NA
## 600                     NA                     NA                     NA
## 601                     NA                     NA                     NA
## 602                     NA                     NA                     NA
## 603                     NA                     NA                     NA
## 604                     NA                     NA                     NA
## 605                     NA                     NA                     NA
## 606                     NA                     NA                     NA
## 607                     NA                     NA                     NA
## 608                     NA                     NA                     NA
## 609                     NA                     NA                     NA
## 610     121313541.30000000     95727903.829999998    127511464.500000000
## 611                     NA                     NA                     NA
## 612        172173.00000000       180043.000000000       188284.000000000
## 613                     NA                     NA                     NA
## 614                     NA                     NA                     NA
## 615           194.35100000          223.687000000          245.689000000
## 616             0.00000000            0.000000000            0.000000000
## 617                     NA                     NA                     NA
## 618            26.87109811           17.477049050           19.564973700
## 619       2680000.06700000      4389999.866000000      5880000.114000000
## 620       5793000.00000000      6197000.000000000     10143000.000000000
## 621       3169000.00000000      5492000.000000000      9252000.000000000
## 622                     NA                     NA                     NA
## 623                     NA                     NA                     NA
## 624                     NA                     NA                     NA
## 625                     NA                     NA    170168000.000000000
## 626                     NA                     NA            0.000000000
## 627                     NA                     NA     42798060.640000001
## 628        143000.00000000       143000.000000000       143000.000000000
## 629         39940.00000000        40090.000000000        40250.000000000
## 630                     NA                     NA                     NA
## 631                     NA                     NA                     NA
## 632                     NA                     NA                     NA
## 633                     NA                     NA                     NA
## 634                     NA                     NA                     NA
## 635                     NA                     NA                     NA
## 636                     NA                     NA                     NA
## 637                     NA                     NA                     NA
## 638                     NA                     NA                     NA
## 639    1924900000.00000000   2159800000.000000000   2774400000.000000000
## 640                     NA                     NA                     NA
## 641          1799.00000000         1985.000000000         2138.000000000
## 642            16.21621622           21.875000000           33.333333330
## 643                     NA                     NA                     NA
## 644           170.56504070          173.266667800          177.605574100
## 645                     NA                     NA                     NA
## 646             0.00000000            0.000000000            0.000000000
## 647                     NA                     NA            1.111099972
## 648        709999.97850000       980000.019100000       990000.009500000
## 649                     NA                     NA                     NA
## 650                     NA                     NA                     NA
## 651                     NA                     NA      5187570.900000000
## 652        419999.98690000       180000.007200000       400000.006000000
## 653                     NA                     NA                     NA
## 654                     NA                     NA            0.000000000
## 655                     NA                     NA                     NA
## 656                     NA                     NA      1376000.000000000
## 657            32.18000031           33.599998470           34.520000460
## 658                     NA                     NA                     NA
## 659                     NA                     NA                     NA
## 660                     NA                     NA                     NA
## 661                     NA                     NA                     NA
## 662                     NA                     NA                     NA
## 663                     NA                     NA                     NA
## 664                     NA                     NA                     NA
## 665                     NA                     NA                     NA
## 666                     NA                     NA                     NA
## 667                     NA                     NA                     NA
## 668                     NA                     NA                     NA
## 669                     NA                     NA                     NA
## 670                     NA                     NA                     NA
## 671                     NA                     NA                     NA
## 672            17.10062051           12.203231340           28.456338550
## 673                     NA                     NA                     NA
## 674                     NA                     NA                     NA
## 675                     NA                     NA                     NA
## 676                     NA                     NA                     NA
## 677                     NA                     NA                     NA
## 678           300.88323590          299.950366500          298.732108100
## 679            26.78571429           37.500000000           27.272727270
## 680                     NA                     NA            1.111099972
## 681                     NA                     NA                     NA
## 682                     NA                     NA                     NA
## 683                     NA                     NA                     NA
## 684      27553349.50000000     34017048.899999999     44390615.899999999
## 685                     NA                     NA                     NA
## 686                     NA                     NA                     NA
## 687                     NA                     NA                     NA
## 688                     NA                     NA      6720000.000000000
## 689                     NA                     NA            1.275887214
## 690                     NA                     NA            7.168953968
## 691                     NA                     NA                     NA
## 692                     NA                     NA                     NA
## 693                     NA                     NA                     NA
## 694                     NA           82.384890260           80.832469710
## 695                     NA    119532132.000000000    108078310.799999997
## 696                     NA                     NA                     NA
## 697        263000.00000000       219700.000000000       248300.000000000
## 698                     NA                     NA                     NA
## 699                     NA                     NA                     NA
## 700                     NA                     NA                     NA
## 701                     NA                     NA                     NA
## 702                     NA                     NA                     NA
## 703                     NA                     NA                     NA
## 704                     NA                     NA                     NA
## 705                     NA                     NA                     NA
## 706                     NA                     NA                     NA
## 707                     NA                     NA                     NA
## 708             4.88600894            4.412527963            3.625962997
## 709             9.01569534            5.475609123           -4.653208630
## 710                     NA                     NA                     NA
## 711           401.00000000          515.000000000          662.000000000
## 712             2.70270270            6.250000000            8.333333333
## 713                     NA                     NA                     NA
## 714            50.00000000           35.416666670            7.792207792
## 715             2.74542290            2.408603871            1.919679293
## 716                     NA                     NA                     NA
## 717        946788.90000000      1838286.900000000      1890736.600000000
## 718                     NA                     NA                     NA
## 719                     NA                     NA                     NA
## 720                     NA                     NA                     NA
## 721             2.26226604            2.158730858            3.400179280
## 722         90000.00358000       230000.004200000       250000.000000000
## 723       1179999.94800000      2059999.943000000      2000000.000000000
## 724                     NA                     NA     48264000.000000000
## 725      13780000.00000000     22960000.000000000     19850000.000000000
## 726                     NA                     NA            0.000000000
## 727            26.73999977           27.899999620           27.500000000
## 728             0.19580420            0.195804196            0.202797203
## 729                     NA                     NA                     NA
## 730                     NA                     NA                     NA
## 731            38.32160473           39.781622340           37.196144960
## 732                     NA                     NA                     NA
## 733                     NA                     NA                     NA
## 734                     NA                     NA                     NA
## 735                     NA                     NA                     NA
## 736            49.93938129           49.979706220           50.016166810
## 737             0.81294118            0.822338113            0.832809794
## 738             3.96811672            3.944950846            3.900261019
## 739            56.53940997           56.501378610           56.268094200
## 740                     NA                     NA                     NA
## 741            20.58700000           20.173000000           19.756000000
## 742                     NA                     NA                     NA
## 743                     NA                     NA                     NA
## 744                     NA                     NA                     NA
## 745                     NA                     NA                     NA
## 746                     NA                     NA                     NA
## 747                     NA                     NA                     NA
## 748                     NA                     NA                     NA
## 749                     NA                     NA                     NA
## 750                     NA                     NA                     NA
## 751                     NA                     NA                     NA
## 752                     NA                     NA                     NA
## 753                     NA                     NA                     NA
## 754                     NA                     NA                     NA
## 755                     NA                     NA                     NA
## 756                     NA                     NA                     NA
## 757                     NA                     NA                     NA
## 758                     NA                     NA                     NA
## 759                     NA                     NA                     NA
## 760                     NA                     NA                     NA
## 761                     NA                     NA                     NA
## 762            39.37500000           39.375000000           39.375000000
## 763                     NA                     NA                     NA
## 764                     NA                     NA                     NA
## 765                     NA                     NA                     NA
## 766        243463.00000000                     NA       243231.000000000
## 767                     NA                     NA                     NA
## 768                     NA                     NA                     NA
## 769                     NA                     NA                     NA
## 770                     NA                     NA                     NA
## 771                     NA                     NA                     NA
## 772                     NA                     NA                     NA
## 773                     NA                     NA                     NA
## 774             0.00000000            0.000000000     63600600.000000000
## 775                     NA                     NA                     NA
## 776           347.50283480          344.969032500          352.291126700
## 777   12424999500.00000000  15935999800.000000000  16588999900.000000000
## 778            90.16651867          113.931310500          102.773679400
## 779             0.00000000            0.000000000            0.000000000
## 780                     NA                     NA                     NA
## 781                     NA                     NA                     NA
## 782                     NA                     NA                     NA
## 783                     NA                     NA                     NA
## 784                     NA                     NA                     NA
## 785                     NA  13652000000.000000000  14059999700.000000000
## 786                     NA                     NA                     NA
## 787                     NA                     NA                     NA
## 788                     NA                     NA                     NA
## 789                     NA                     NA                     NA
## 790                     NA                     NA                     NA
## 791                     NA                     NA                     NA
## 792                     NA                     NA                     NA
## 793                     NA                     NA                     NA
## 794                     NA                     NA                     NA
## 795                     NA                     NA                     NA
## 796                     NA                     NA                     NA
## 797                     NA                     NA                     NA
## 798             4.23532063            6.881712917           13.925387420
## 799                     NA                     NA                     NA
## 800            28.44184614           27.775669390           27.116896280
## 801                     NA                     NA                     NA
## 802                     NA                     NA                     NA
## 803            45.68965517           63.541666670           87.012987010
## 804                     NA                     NA                     NA
## 805                     NA                     NA                     NA
## 806             2.35394857            2.533333570            2.949718708
## 807                     NA                     NA                     NA
## 808                     NA                     NA                     NA
## 809       3169000.00000000      5492000.000000000      9252000.000000000
## 810                     NA                     NA                     NA
## 811                     NA                     NA                     NA
## 812        340000.00360000       509999.990500000       469999.998800000
## 813                     NA                     NA            5.163645847
## 814                     NA                     NA            0.000000000
## 815                     NA                     NA            0.000000000
## 816                     NA                     NA                     NA
## 817            27.93006993           28.034965030           28.146853150
## 818                     NA                     NA                     NA
## 819                     NA                     NA                     NA
## 820                     NA                     NA                     NA
## 821                     NA                     NA                     NA
## 822                     NA                     NA                     NA
## 823                     NA                     NA                     NA
## 824                     NA                     NA                     NA
## 825                     NA                     NA                     NA
## 826                     NA                     NA                     NA
## 827                     NA                     NA                     NA
## 828                     NA                     NA                     NA
## 829             0.71184724            1.349583520            3.014832718
## 830     938573390.50000000   1334339482.000000000   1462100000.000000000
## 831                     NA                     NA                     NA
## 832             1.31116892            1.341565398            1.372385777
## 833            21.62162162           28.125000000           37.500000000
## 834            75.83217827           76.030430150           76.201801600
## 835                     NA                     NA                     NA
## 836                     NA                     NA                     NA
## 837                     NA                     NA                     NA
## 838                     NA                     NA           21.665322550
## 839                     NA                     NA                     NA
## 840       6975155.00000000      7884862.500000000     10654147.699999999
## 841                     NA                     NA                     NA
## 842                     NA                     NA                     NA
## 843       1490000.01000000      2700000.048000000      2710000.038000000
## 844                     NA         9999.999776000         9999.999776000
## 845        250000.00000000                     NA       -40000.000000000
## 846                     NA                     NA     46888000.000000000
## 847                     NA                     NA           29.157990780
## 848             5.68807339            8.769931663            7.149321267
## 849             0.16601606            0.163557375            0.161084987
## 850                     NA                     NA                     NA
## 851                     NA                     NA                     NA
## 852                     NA                     NA                     NA
## 853                     NA                     NA                     NA
## 854                     NA                     NA                     NA
## 855                     NA                     NA                     NA
## 856                     NA                     NA                     NA
## 857                     NA                     NA                     NA
## 858                     NA                     NA                     NA
## 859                     NA                     NA                     NA
## 860                     NA                     NA                     NA
## 861                     NA                     NA                     NA
## 862                     NA                     NA                     NA
## 863                     NA                     NA                     NA
## 864            15.02888878           13.033613100           15.950327790
## 865                     NA                     NA                     NA
## 866          2200.00000000         2500.000000000         2800.000000000
## 867                     NA                     NA                     NA
## 868                     NA                     NA                     NA
## 869                     NA                     NA                     NA
## 870            97.01952125           97.358552250           97.769763900
## 871            14.28571429           14.772727270            9.790209790
## 872             0.07773604            0.116658170            0.129670805
## 873                     NA                     NA                     NA
## 874                     NA                     NA                     NA
## 875                     NA                     NA                     NA
## 876      27553349.50000000     34017048.899999999     44390615.899999999
## 877        219999.99880000       259999.990500000       469999.998800000
## 878       2470000.02900000     10199999.810000001      4309999.943000000
## 879                     NA                     NA                     NA
## 880                     NA                     NA                     NA
## 881                     NA                     NA                     NA
## 882        147180.00000000       147180.000000000       147180.000000000
## 883                     NA                     NA                     NA
## 884                     NA                     NA                     NA
## 885                     NA                     NA                     NA
## 886            25.71232385           22.565544020           29.641152050
## 887                     NA                     NA                     NA
## 888                     NA                     NA                     NA
## 889                     NA                     NA                     NA
## 890                     NA                     NA                     NA
## 891                     NA                     NA                     NA
## 892             0.50678549            0.515335606            0.535777173
## 893             3.78718478            3.794362115            3.778526186
## 894       3629294.00000000      3715473.000000000      3790434.000000000
## 895            15.75367493           15.796867140           15.917981950
## 896                     NA                     NA            2.400000000
## 897                     NA                     NA                     NA
## 898                     NA                     NA                     NA
## 899                     NA                     NA                     NA
## 900                     NA                     NA                     NA
## 901                     NA                     NA                     NA
## 902                     NA                     NA                     NA
## 903                     NA                     NA                     NA
## 904                     NA                     NA                     NA
## 905                     NA                     NA                     NA
## 906                     NA                     NA                     NA
## 907                     NA                     NA                     NA
## 908                     NA                     NA                     NA
## 909                     NA                     NA                     NA
## 910                     NA                     NA                     NA
## 911                     NA                     NA                     NA
## 912                     NA                     NA                     NA
## 913                     NA                     NA                     NA
## 914                     NA                     NA                     NA
## 915                     NA                     NA                     NA
## 916                     NA                     NA                     NA
## 917                     NA                     NA                     NA
## 918                     NA                     NA                     NA
## 919                     NA                     NA                     NA
## 920                     NA                     NA                     NA
## 921                     NA                     NA                     NA
## 922                     NA                     NA                     NA
## 923                     NA                     NA                     NA
## 924                     NA                     NA                     NA
## 925                     NA                     NA                     NA
## 926                     NA                     NA                     NA
## 927                     NA                     NA                     NA
## 928                     NA                     NA                     NA
## 929                     NA                     NA                     NA
## 930                     NA                     NA                     NA
## 931             4.07387424           -0.729145815            2.122536677
## 932    4445442468.00000000   4470943244.000000000   4629019828.000000000
## 933                     NA                     NA                     NA
## 934      33039233.00000000     46375241.000000000     47662277.000000000
## 935                     NA                     NA                     NA
## 936                     NA                     NA                     NA
## 937                     NA                     NA     50352000.000000000
## 938             0.05192230                     NA            0.168677677
## 939                     NA                     NA                     NA
## 940                     NA                     NA                     NA
## 941                     NA                     NA                     NA
## 942                     NA                     NA                     NA
## 943                     NA                     NA                     NA
## 944            78.75497468           78.739016080           79.361909550
## 945             1.92010272            1.917954039            1.908247377
## 946             9.45665152            9.629159175            9.654324259
## 947            41.90579886           41.852981610           41.969973260
## 948            43.27500000           43.856000000           44.450000000
## 949                     NA                     NA                     NA
## 950                     NA                     NA                     NA
## 951                     NA                     NA                     NA
## 952                     NA                     NA                     NA
## 953                     NA                     NA                     NA
## 954                     NA                     NA                     NA
## 955                     NA                     NA                     NA
## 956                     NA                     NA                     NA
## 957                     NA                     NA                     NA
## 958                     NA                     NA                     NA
## 959                     NA                     NA                     NA
## 960                     NA                     NA                     NA
## 961                     NA                     NA                     NA
## 962                     NA                     NA                     NA
## 963                     NA                     NA                     NA
## 964                     NA                     NA                     NA
## 965                     NA                     NA                     NA
## 966                     NA                     NA                     NA
## 967                     NA                     NA                     NA
## 968                     NA                     NA                     NA
## 969                     NA                     NA                     NA
## 970                     NA                     NA                     NA
## 971                     NA                     NA                     NA
## 972                     NA                     NA                     NA
## 973                     NA                     NA                     NA
## 974                     NA                     NA                     NA
## 975                     NA                     NA            8.211790085
## 976                     NA                     NA                     NA
## 977        470365.00000000       542524.000000000       643835.000000000
## 978                     NA                     NA                     NA
## 979                     NA                     NA                     NA
## 980                     NA                     NA                     NA
## 981                     NA                     NA    315843300.000000000
## 982                     NA                     NA                     NA
## 983             2.03976368            3.436100270            2.285661967
## 984   12807999500.00000000  16570999800.000000000  17393999900.000000000
## 985                     NA                     NA           13.411563000
## 986             0.00000000            0.000000000            0.000000000
## 987    2546999600.00000000   3197999900.000000000   3624999900.000000000
## 988   11975158020.00000000  11854300408.000000000  12251819777.000000000
## 989            -5.09837699           -4.465632786           -3.403471906
## 990                     NA                     NA                     NA
## 991      66375047.55000000    140262466.699999988    156521448.599999994
## 992                     NA                     NA                     NA
## 993             0.60723646            0.682172825            0.856261176
## 994                     NA                     NA                     NA
## 995                     NA                     NA                     NA
## 996                     NA                     NA                     NA
## 997                     NA                     NA                     NA
## 998                     NA                     NA                     NA
## 999                     NA                     NA                     NA
## 1000                    NA                     NA                     NA
## 1001                    NA                     NA                     NA
## 1002      6573590.00000000      6712907.000000000      6857515.000000000
## 1003       410460.00000000       422104.000000000       438475.000000000
## 1004            4.94667298            4.901304308            4.858698814
## 1005           10.20367866           10.110076010           10.007181900
## 1006                    NA                     NA                     NA
## 1007          431.61900000          424.850000000          418.082000000
## 1008                    NA                     NA                     NA
## 1009                    NA                     NA                     NA
## 1010                    NA                     NA                     NA
## 1011                    NA                     NA                     NA
## 1012                    NA                     NA                     NA
## 1013                    NA                     NA                     NA
## 1014                    NA                     NA                     NA
## 1015                    NA                     NA                     NA
## 1016                    NA                     NA                     NA
## 1017                    NA                     NA                     NA
## 1018                    NA                     NA                     NA
## 1019                    NA                     NA                     NA
## 1020                    NA                     NA                     NA
## 1021                    NA                     NA                     NA
## 1022                    NA                     NA                     NA
## 1023                    NA                     NA                     NA
## 1024                    NA                     NA                     NA
## 1025                    NA                     NA                     NA
## 1026                    NA                     NA                     NA
## 1027                    NA                     NA                     NA
## 1028                    NA                     NA                     NA
## 1029                    NA                     NA                     NA
## 1030                    NA                     NA                     NA
## 1031                    NA                     NA                     NA
## 1032                    NA                     NA                     NA
## 1033                    NA                     NA                     NA
## 1034                    NA                     NA                     NA
## 1035                    NA                     NA                     NA
## 1036                    NA                     NA                     NA
## 1037                    NA                     NA                     NA
## 1038                    NA                     NA                     NA
## 1039                    NA                     NA                     NA
## 1040                    NA                     NA           15.265450980
## 1041  12807999500.00000000  16570999800.000000000  17457600500.000000000
## 1042            0.00000000            0.000000000            0.000000000
## 1043                    NA            0.000000000          100.000000000
## 1044   1184000000.00000000   1529000000.000000000   1410000000.000000000
## 1045      1559715.20000000      1432958.700000000      1240932.700000000
## 1046            8.70549768            7.863135090            8.445440430
## 1047 174000000000.00000000 177000000000.000000000 178000000000.000000000
## 1048    128470911.00000000    210631428.300000012    205966849.900000006
## 1049                    NA           10.367509630           10.411636830
## 1050                    NA                     NA                     NA
## 1051                    NA                     NA                     NA
## 1052                    NA                     NA                     NA
## 1053        12000.00000000        11800.000000000        12200.000000000
## 1054                    NA                     NA                     NA
## 1055                    NA                     NA                     NA
## 1056                    NA                     NA                     NA
## 1057                    NA                     NA                     NA
## 1058                    NA                     NA                     NA
## 1059                    NA                     NA                     NA
## 1060                    NA                     NA                     NA
## 1061                    NA                     NA                     NA
## 1062                    NA                     NA                     NA
## 1063                    NA                     NA                     NA
## 1064                    NA                     NA                     NA
## 1065   1277383003.00000000   1383848890.000000000   1785235558.000000000
## 1066                    NA                     NA                     NA
## 1067                    NA                     NA                     NA
## 1068            8.10810811            9.375000000           12.500000000
## 1069                    NA                     NA                     NA
## 1070                    NA                     NA                     NA
## 1071            2.77151772            2.481216979            1.959548073
## 1072                    NA                     NA                     NA
## 1073            2.18333961            2.974583196            3.134961545
## 1074                    NA                     NA                     NA
## 1075                    NA                     NA                     NA
## 1076                    NA                     NA                     NA
## 1077                    NA                     NA                     NA
## 1078                    NA                     NA                     NA
## 1079        90000.00358000       129999.995200000       340000.003600000
## 1080            0.02052623                     NA           -0.002753317
## 1081                    NA                     NA            0.000000000
## 1082                    NA                     NA           30.805134170
## 1083      3755148.00000000      3851585.000000000      3733322.000000000
## 1084           15.24475524           15.349650350           15.454545450
## 1085                    NA                     NA                     NA
## 1086                    NA                     NA                     NA
## 1087                    NA                     NA                     NA
## 1088                    NA                     NA                     NA
## 1089                    NA                     NA                     NA
## 1090                    NA                     NA                     NA
## 1091                    NA                     NA                     NA
## 1092            0.38585351            0.389014620            0.404651680
## 1093            3.23735412            3.241197115            3.231967118
## 1094           55.34426100           55.393144350           55.238430000
## 1095           16.41769104           16.441499460           16.545207040
## 1096                    NA                     NA            2.400000000
## 1097                    NA                     NA                     NA
## 1098                    NA                     NA                     NA
## 1099                    NA                     NA                     NA
## 1100                    NA                     NA                     NA
## 1101                    NA                     NA                     NA
## 1102                    NA                     NA                     NA
## 1103                    NA                     NA                     NA
## 1104                    NA                     NA                     NA
## 1105                    NA                     NA                     NA
## 1106                    NA                     NA                     NA
## 1107                    NA                     NA                     NA
## 1108                    NA                     NA                     NA
## 1109                    NA                     NA                     NA
## 1110                    NA                     NA                     NA
## 1111                    NA                     NA                     NA
## 1112                    NA                     NA                     NA
## 1113                    NA            0.019000000                     NA
## 1114                    NA                     NA                     NA
## 1115          243.90000000          238.300000000          232.800000000
## 1116                    NA                     NA                     NA
## 1117                    NA                     NA                     NA
## 1118                    NA                     NA                     NA
## 1119                    NA                     NA                     NA
## 1120                    NA                     NA                     NA
## 1121                    NA                     NA                     NA
## 1122                    NA                     NA                     NA
## 1123                    NA                     NA                     NA
## 1124                    NA                     NA                     NA
## 1125                    NA                     NA                     NA
## 1126                    NA                     NA                     NA
## 1127                    NA                     NA                     NA
## 1128                    NA                     NA                     NA
## 1129     36420692.28000000     60384176.490000002     67235734.329999998
## 1130                    NA                     NA                     NA
## 1131        26566.23024000        26372.523690000        26932.290180000
## 1132 344000000000.00000000 346000000000.000000000 358000000000.000000000
## 1133                    NA                     NA                     NA
## 1134            2.71268410            2.942985000            3.268782100
## 1135                    NA                     NA                     NA
## 1136     50019018.64000000     63141879.039999999     57630629.430000000
## 1137           10.54809613           13.366725770           14.177302020
## 1138                    NA                     NA                     NA
## 1139                    NA  17310999800.000000000  17985999700.000000000
## 1140                    NA                     NA                     NA
## 1141                    NA                     NA                     NA
## 1142                    NA            0.052904656            0.056124613
## 1143                    NA                     NA                     NA
## 1144                    NA                     NA                     NA
## 1145                    NA                     NA                     NA
## 1146                    NA                     NA                     NA
## 1147                    NA                     NA                     NA
## 1148                    NA                     NA                     NA
## 1149                    NA                     NA                     NA
## 1150           50.06061871           50.020293780           49.983833190
## 1151            3.12582342            3.145248838            3.196005152
## 1152            4.56756744            4.543925719            4.522037537
## 1153           10.82678756           10.718051240           10.585692030
## 1154                    NA                     NA                     NA
## 1155          467.57300000          460.715000000          453.858000000
## 1156                    NA                     NA                     NA
## 1157                    NA                     NA                     NA
## 1158                    NA                     NA                     NA
## 1159                    NA                     NA                     NA
## 1160                    NA                     NA                     NA
## 1161                    NA                     NA                     NA
## 1162                    NA                     NA                     NA
## 1163                    NA                     NA                     NA
## 1164                    NA                     NA                     NA
## 1165                    NA                     NA                     NA
## 1166                    NA                     NA                     NA
## 1167                    NA                     NA                     NA
## 1168                    NA                     NA                     NA
## 1169                    NA                     NA                     NA
## 1170                    NA                     NA                     NA
## 1171                    NA                     NA                     NA
## 1172                    NA                     NA                     NA
## 1173                    NA                     NA                     NA
## 1174                    NA                     NA                     NA
## 1175                    NA                     NA                     NA
## 1176                    NA                     NA                     NA
## 1177                    NA                     NA                     NA
## 1178                    NA                     NA                     NA
## 1179                    NA                     NA                     NA
## 1180       258365.00000000       281816.000000000       262748.000000000
## 1181                    NA                     NA                     NA
## 1182                    NA                     NA                     NA
## 1183                    NA                     NA                     NA
## 1184                    NA                     NA                     NA
## 1185                    NA                     NA                     NA
## 1186                    NA                     NA                     NA
## 1187                    NA                     NA                     NA
## 1188                    NA                     NA           15.321268610
## 1189                    NA                     NA                     NA
## 1190           92.75222233          117.417746800          105.892823300
## 1191                    NA                     NA                     NA
## 1192                    NA                     NA                     NA
## 1193            0.12806032            0.090935940            0.085105850
## 1194                    NA                     NA                     NA
## 1195           68.41817725           69.006094610           66.086007620
## 1196   1351000100.00000000   2215000100.000000000   2465999900.000000000
## 1197                    NA                     NA                     NA
## 1198                    NA                     NA                     NA
## 1199                    NA                     NA                     NA
## 1200                    NA                     NA                     NA
## 1201                    NA                     NA                     NA
## 1202                    NA                     NA                     NA
## 1203                    NA                     NA                     NA
## 1204                    NA                     NA                     NA
## 1205                    NA                     NA                     NA
## 1206                    NA                     NA                     NA
## 1207                    NA                     NA                     NA
## 1208                    NA                     NA                     NA
## 1209                    NA                     NA            8.767433462
## 1210                    NA                     NA                     NA
## 1211                    NA                     NA                     NA
## 1212                    NA                     NA                     NA
## 1213            6.17362311            6.163494806            6.155337557
## 1214                    NA                     NA                     NA
## 1215            0.00000000            0.000000000            0.000000000
## 1216           37.49515864           58.369561360           54.053007700
## 1217     28670000.08000000     39919998.170000002     43009998.320000000
## 1218        29999.99933000       159999.996400000                     NA
## 1219      1163000.00000000      2323000.000000000      3760000.000000000
## 1220                    NA                     NA                     NA
## 1221      6000000.00000000      7000000.000000000     15000000.000000000
## 1222                    NA                     NA                     NA
## 1223                    NA                     NA                     NA
## 1224                    NA                     NA            0.000000000
## 1225                    NA                     NA      -592000.000000000
## 1226                    NA                     NA    154105939.400000006
## 1227                    NA                     NA                     NA
## 1228            5.82385321            5.585421412            6.731674208
## 1229                    NA            0.000000000            0.000000000
## 1230                    NA                     NA                     NA
## 1231                    NA                     NA                     NA
## 1232                    NA                     NA                     NA
## 1233                    NA                     NA                     NA
## 1234                    NA                     NA                     NA
## 1235                    NA                     NA                     NA
## 1236                    NA                     NA                     NA
## 1237                    NA                     NA                     NA
## 1238                    NA                     NA                     NA
## 1239                    NA                     NA                     NA
## 1240                    NA                     NA                     NA
## 1241           19.80633803            7.585985214           -3.113235733
## 1242                    NA                     NA                     NA
## 1243                    NA                     NA                     NA
## 1244                    NA                     NA                     NA
## 1245                    NA                     NA                     NA
## 1246                    NA                     NA                     NA
## 1247            0.00000000            0.000000000            0.000000000
## 1248            0.00000000            0.000000000            0.000000000
## 1249            0.07773604            0.116658170            0.129670805
## 1250    128110000.59999999    152429992.699999988    158130004.900000006
## 1251      1273000.00000000       135000.000000000      -130000.000000000
## 1252                    NA                     NA                     NA
## 1253                    NA                     NA                     NA
## 1254                    NA                     NA                     NA
## 1255                    NA                     NA                     NA
## 1256                    NA                     NA                     NA
## 1257                    NA                     NA            0.000000000
## 1258                    NA                     NA      5104000.000000000
## 1259                    NA                     NA      1616000.000000000
## 1260                    NA                     NA                     NA
## 1261                    NA                     NA                     NA
## 1262                    NA                     NA                     NA
## 1263                    NA                     NA           32.126274480
## 1264    134000000.00000000    172000000.000000000    163000000.000000000
## 1265                    NA                     NA                     NA
## 1266                    NA                     NA                     NA
## 1267       605351.00000000       648204.000000000       694342.000000000
## 1268                    NA                     NA                     NA
## 1269       180332.00000000       184715.000000000       191558.000000000
## 1270            5.64991124            5.630779631            5.592171508
## 1271           11.26690286           11.252963880           11.218145350
## 1272           31.71418120           32.464982800           33.215784400
## 1273                    NA                     NA                     NA
## 1274                    NA                     NA                     NA
## 1275                    NA                     NA                     NA
## 1276                    NA                     NA                     NA
## 1277                    NA                     NA                     NA
## 1278                    NA                     NA                     NA
## 1279                    NA                     NA                     NA
## 1280                    NA                     NA                     NA
## 1281                    NA                     NA                     NA
## 1282                    NA                     NA                     NA
## 1283                    NA                     NA                     NA
## 1284                    NA                     NA                     NA
## 1285                    NA                     NA                     NA
## 1286                    NA                     NA                     NA
## 1287                    NA                     NA                     NA
## 1288                    NA                     NA                     NA
## 1289                    NA                     NA                     NA
## 1290                    NA                     NA                     NA
## 1291                    NA                     NA                     NA
## 1292        46475.00000000        46808.000000000        47171.000000000
## 1293                    NA                     NA                     NA
## 1294                    NA                     NA                     NA
## 1295                    NA                     NA                     NA
## 1296                    NA                     NA                     NA
## 1297                    NA                     NA                     NA
## 1298                    NA                     NA                     NA
## 1299                    NA                     NA                     NA
## 1300                    NA                     NA                     NA
## 1301                    NA                     NA                     NA
## 1302                    NA                     NA                     NA
## 1303                    NA                     NA                     NA
## 1304                    NA                     NA                     NA
## 1305                    NA                     NA                     NA
## 1306                    NA                     NA    222586316.199999988
## 1307   1312477512.00000000   1514569849.000000000   1625636207.000000000
## 1308                    NA                     NA                     NA
## 1309            3.67151215            4.682013144            4.707485278
## 1310                    NA                     NA    174900000.000000000
## 1311     13397489.00000000     23393386.000000000     21871576.000000000
## 1312           -3.47100337           -8.360673712           12.129787460
## 1313   2075149941.00000000   2110067105.000000000   2121631276.000000000
## 1314                    NA                     NA                     NA
## 1315            5.44971914            8.901092981           10.773830120
## 1316                    NA  14908999900.000000000  15353999700.000000000
## 1317                    NA                     NA                     NA
## 1318                    NA                     NA                     NA
## 1319                    NA                     NA                     NA
## 1320                    NA                     NA                     NA
## 1321                    NA                     NA                     NA
## 1322                    NA                     NA                     NA
## 1323                    NA                     NA                     NA
## 1324      6557670.00000000      6707460.000000000      6861951.000000000
## 1325            1.03080661            1.051318006            1.068812828
## 1326            4.46713288            4.427396357            4.363884002
## 1327      3716669.00000000      3792885.000000000      3858593.000000000
## 1328                    NA                     NA                     NA
## 1329           42.36600000           42.318000000           42.260000000
## 1330                    NA                     NA                     NA
## 1331                    NA                     NA                     NA
## 1332                    NA                     NA                     NA
## 1333                    NA                     NA                     NA
## 1334                    NA                     NA                     NA
## 1335                    NA                     NA                     NA
## 1336                    NA                     NA                     NA
## 1337                    NA                     NA                     NA
## 1338                    NA                     NA                     NA
## 1339                    NA                     NA                     NA
## 1340                    NA                     NA                     NA
## 1341                    NA                     NA                     NA
## 1342                    NA                     NA                     NA
## 1343                    NA                     NA                     NA
## 1344                    NA                     NA                     NA
## 1345                    NA                     NA                     NA
## 1346                    NA            0.137700006                     NA
## 1347                    NA                     NA                     NA
## 1348                    NA                     NA                     NA
## 1349                    NA                     NA                     NA
## 1350                    NA                     NA                     NA
## 1351                    NA                     NA                     NA
## 1352                    NA                     NA                     NA
## 1353                    NA                     NA                     NA
## 1354           14.23645000           14.356530000           17.481390000
## 1355                    NA                     NA                     NA
## 1356                    NA                     NA                     NA
## 1357                    NA                     NA                     NA
## 1358                    NA                     NA                     NA
## 1359                    NA                     NA                     NA
## 1360                    NA                     NA                     NA
## 1361                    NA                     NA                     NA
## 1362            0.00000000            0.000000000      5312090.739000000
## 1363                    NA                     NA                     NA
## 1364          975.38237000         1234.765025000         1267.833595000
## 1365   1181532855.00000000   1515405078.000000000   1385557255.000000000
## 1366                    NA                     NA                     NA
## 1367            0.00000000            0.000000000            0.000000000
## 1368                    NA                     NA                     NA
## 1369                    NA                     NA                     NA
## 1370                    NA                     NA                     NA
## 1371                    NA   2223000100.000000000   2443000100.000000000
## 1372                    NA           89.970430750           88.271816650
## 1373                    NA   1298212248.000000000   1174328453.000000000
## 1374                    NA                     NA                     NA
## 1375                    NA                     NA                     NA
## 1376                    NA                     NA                     NA
## 1377                    NA                     NA                     NA
## 1378                    NA                     NA                     NA
## 1379                    NA                     NA                     NA
## 1380                    NA                     NA                     NA
## 1381                    NA                     NA                     NA
## 1382                    NA                     NA                     NA
## 1383                    NA                     NA                     NA
## 1384                    NA                     NA                     NA
## 1385                    NA                     NA                     NA
## 1386                    NA                     NA                     NA
## 1387                    NA                     NA                     NA
## 1388                    NA                     NA                     NA
## 1389       172173.00000000       180043.000000000       188284.000000000
## 1390                    NA                     NA                     NA
## 1391                    NA                     NA                     NA
## 1392                    NA                     NA                     NA
## 1393                    NA                     NA                     NA
## 1394                    NA                     NA                     NA
## 1395    132350006.09999999    156509994.500000000    162169998.199999988
## 1396                    NA                     NA                     NA
## 1397            0.00000000            0.000000000            0.000000000
## 1398                    NA                     NA                     NA
## 1399                    NA                     NA                     NA
## 1400         9999.99977600         9999.999776000                     NA
## 1401                    NA         9999.999776000       180000.007200000
## 1402                    NA                     NA           33.602816530
## 1403                    NA                     NA     28558594.120000001
## 1404                    NA                     NA    198520000.000000000
## 1405                    NA                     NA                     NA
## 1406      2180000.00000000      2195000.000000000      2210000.000000000
## 1407                    NA    211392173.800000012    204045845.599999994
## 1408                    NA                     NA                     NA
## 1409                    NA            7.585540493            7.439346944
## 1410                    NA                     NA                     NA
## 1411                    NA                     NA                     NA
## 1412                    NA                     NA                     NA
## 1413                    NA                     NA                     NA
## 1414                    NA                     NA                     NA
## 1415                    NA                     NA                     NA
## 1416                    NA                     NA                     NA
## 1417                    NA                     NA                     NA
## 1418                    NA                     NA                     NA
## 1419                    NA                     NA                     NA
## 1420                    NA                     NA                     NA
## 1421                    NA                     NA                     NA
## 1422                    NA                     NA                     NA
## 1423            6.16118227            6.628568651            6.422205683
## 1424            4.71970662            4.285800547            3.529377967
## 1425                    NA                     NA                     NA
## 1426           91.82699301           93.848720280           95.940321680
## 1427                    NA                     NA                     NA
## 1428                    NA                     NA                     NA
## 1429            0.10766251            0.087451720            0.068894178
## 1430            0.00000000            0.000000000            0.000000000
## 1431       946788.90000000      1838286.900000000      1890736.600000000
## 1432     28670000.08000000     39919998.170000002     43009998.320000000
## 1433      3357000.00000000      3739000.000000000      6513000.000000000
## 1434                    NA                     NA                     NA
## 1435                    NA                     NA                     NA
## 1436                    NA                     NA                     NA
## 1437                    NA                     NA        19999.999550000
## 1438                    NA                     NA                     NA
## 1439                    NA                     NA    163448000.000000000
## 1440                    NA                     NA     17944000.000000000
## 1441                    NA                     NA           37.459641300
## 1442                    NA                     NA                     NA
##                      X1977                 X1978                 X1979
## 1                       NA                    NA                    NA
## 2        81000000.00000000     91000000.00000000    109000000.00000000
## 3              32.03905564           29.43388542           30.61626054
## 4              73.32018734           63.29527955           66.55269129
## 5                       NA                    NA                    NA
## 6              18.01215278           19.44940120           19.60837263
## 7               1.97360509            1.98388734            1.99021337
## 8              74.06723234           74.43378825           74.70864349
## 9               1.34606053            1.34170393            1.33899051
## 10              7.49175234            7.79735186            8.04203546
## 11             41.17437486           41.27923887           41.35887691
## 12             44.62500000           45.20700000           45.80700000
## 13                      NA                    NA                    NA
## 14                      NA                    NA                    NA
## 15                      NA                    NA                    NA
## 16                      NA                    NA                    NA
## 17                      NA                    NA                    NA
## 18                      NA                    NA                    NA
## 19                      NA                    NA                    NA
## 20                      NA                    NA                    NA
## 21                      NA                    NA                    NA
## 22                      NA                    NA                    NA
## 23                      NA                    NA                    NA
## 24                      NA                    NA                    NA
## 25                      NA                    NA                    NA
## 26                      NA                    NA                    NA
## 27                      NA                    NA                    NA
## 28                      NA                    NA                    NA
## 29                      NA                    NA                    NA
## 30                      NA                    NA                    NA
## 31             80.10000000           78.80000000           77.30000000
## 32                      NA                    NA                    NA
## 33                      NA                    NA                    NA
## 34                      NA                    NA                    NA
## 35                      NA                    NA                    NA
## 36                      NA                    NA                    NA
## 37                      NA                    NA                    NA
## 38                      NA                    NA                    NA
## 39                      NA                    NA                    NA
## 40                      NA                    NA                    NA
## 41             32.87237000           35.51412000           38.37667000
## 42                      NA                    NA                    NA
## 43                      NA                    NA                    NA
## 44                      NA                    NA                    NA
## 45                      NA                    NA                    NA
## 46                      NA                    NA                    NA
## 47     2332000000.00000000   2640000100.00000000   2584999800.00000000
## 48     4979063887.00000000   5198428566.00000000   5321572986.00000000
## 49              0.00000000            0.00000000            0.00000000
## 50                      NA                    NA                    NA
## 51              4.59194742            6.80769092            1.85382765
## 52      145679992.00000000    178773228.69999999    207416658.30000001
## 53                      NA                    NA                    NA
## 54     2768999900.00000000   3607000100.00000000   3513999900.00000000
## 55                      NA                    NA                    NA
## 56                      NA                    NA                    NA
## 57                      NA                    NA                    NA
## 58                      NA                    NA                    NA
## 59                      NA                    NA                    NA
## 60              0.00000000            0.00000000            0.00000000
## 61                      NA                    NA                    NA
## 62              3.82069447            7.87179311            4.07019818
## 63                      NA                    NA                    NA
## 64                      NA                    NA                    NA
## 65                      NA                    NA                    NA
## 66              0.21320079            0.21718465            0.21555775
## 67              2.53291480            2.53516167            2.53938971
## 68             55.59054772           55.45766025           55.36022556
## 69             40.27605461           40.39917448           40.49614861
## 70            151.50000000          147.50000000          143.50000000
## 71                      NA                    NA                    NA
## 72                      NA                    NA                    NA
## 73                      NA                    NA                    NA
## 74                      NA                    NA                    NA
## 75                      NA                    NA                    NA
## 76                      NA                    NA                    NA
## 77                      NA                    NA                    NA
## 78                      NA                    NA                    NA
## 79                      NA                    NA                    NA
## 80                      NA                    NA                    NA
## 81                      NA                    NA                    NA
## 82                      NA                    NA                    NA
## 83                      NA                    NA                    NA
## 84                      NA                    NA                    NA
## 85                      NA                    NA                    NA
## 86                      NA                    NA                    NA
## 87                      NA                    NA                    NA
## 88                      NA                    NA                    NA
## 89            226.00000000          220.00000000          213.60000000
## 90                      NA                    NA                    NA
## 91                      NA                    NA                    NA
## 92                      NA                    NA                    NA
## 93                      NA                    NA                    NA
## 94                      NA                    NA                    NA
## 95                      NA                    NA                    NA
## 96                      NA                    NA                    NA
## 97                      NA                    NA                    NA
## 98                      NA                    NA                    NA
## 99                      NA                    NA                    NA
## 100                     NA                    NA                    NA
## 101                     NA                    NA                    NA
## 102                     NA                    NA                    NA
## 103   17604237553.00000000  20950281283.00000000  20859818526.00000000
## 104           120.00000000          120.00000000          130.00000000
## 105                     NA                    NA                    NA
## 106             1.03487560            1.08146437            1.58034008
## 107                     NA                    NA                    NA
## 108             0.51825727            0.53391896            0.77068385
## 109                     NA                    NA                    NA
## 110     174800863.09999999    172418257.69999999    167436967.80000001
## 111    -437000000.00000000   -966999900.00000000   -929000200.00000000
## 112      15040000.00000000     25446120.08000000     20916666.67000000
## 113                     NA                    NA                    NA
## 114                     NA                    NA                    NA
## 115      13208000.00000000     14867263.94000000     17300000.00000000
## 116                     NA                    NA                    NA
## 117            45.45202824           45.77426048           50.02788104
## 118                     NA                    NA                    NA
## 119            31.62890268           34.99511097           35.08894863
## 120                     NA                    NA                    NA
## 121                     NA                    NA                    NA
## 122                     NA                    NA                    NA
## 123             6.87981358            6.87468050            6.89648397
## 124                     NA                    NA                    NA
## 125             3.65369505            3.69618356            3.72816641
## 126             6.10260728            5.96649533            5.90929356
## 127            13.67849196           13.71674691           13.72570674
## 128            36.76934700           37.76555320           38.76175940
## 129                     NA                    NA                    NA
## 130                     NA                    NA                    NA
## 131                     NA                    NA                    NA
## 132                     NA                    NA                    NA
## 133                     NA                    NA                    NA
## 134                     NA                    NA                    NA
## 135                     NA                    NA                    NA
## 136                     NA                    NA                    NA
## 137                     NA                    NA                    NA
## 138                     NA                    NA                    NA
## 139                     NA                    NA                    NA
## 140                     NA                    NA                    NA
## 141                     NA                    NA                    NA
## 142                     NA                    NA                    NA
## 143                     NA                    NA                    NA
## 144                     NA                    NA                    NA
## 145                     NA                    NA                    NA
## 146                     NA                    NA                    NA
## 147                     NA                    NA                    NA
## 148                     NA                    NA                    NA
## 149                     NA                    NA                    NA
## 150                     NA                    NA                    NA
## 151                     NA                    NA                    NA
## 152         12439.00000000        13364.00000000        14801.00000000
## 153                     NA                    NA                    NA
## 154                     NA                    NA                    NA
## 155                     NA                    NA                    NA
## 156                     NA                    NA                    NA
## 157                     NA                    NA                    NA
## 158                     NA                    NA                    NA
## 159                     NA                    NA                    NA
## 160                     NA                    NA                    NA
## 161            12.50000000           12.11050000           12.00000000
## 162                     NA                    NA                    NA
## 163                     NA                    NA                    NA
## 164  381000000000.00000000 397000000000.00000000 407000000000.00000000
## 165                     NA                    NA                    NA
## 166            17.36920300           17.35020400           16.39651300
## 167            23.40856424           23.36813558           22.16970505
## 168     394948258.30000001    436066272.69999999    448791812.50000000
## 169   10389000200.00000000  11616000000.00000000  13365000200.00000000
## 170                     NA                    NA                    NA
## 171                     NA                    NA                    NA
## 172    1195840000.00000000   1389537068.00000000   1635833358.00000000
## 173    1260000000.00000000   1471000100.00000000   1888999900.00000000
## 174                     NA                    NA                    NA
## 175                     NA                    NA                    NA
## 176                     NA                    NA                    NA
## 177                     NA                    NA                    NA
## 178                     NA                    NA                    NA
## 179                     NA                    NA                    NA
## 180                     NA                    NA                    NA
## 181                     NA                    NA                    NA
## 182                     NA                    NA                    NA
## 183                     NA                    NA                    NA
## 184                     NA                    NA                    NA
## 185                     NA                    NA                    NA
## 186                     NA                    NA                    NA
## 187                     NA                    NA                    NA
## 188                     NA                    NA                    NA
## 189             1.66492869            1.83397211            1.65137215
## 190                     NA                    NA                    NA
## 191                     NA                    NA                    NA
## 192                     NA                    NA                    NA
## 193                     NA                    NA                    NA
## 194                     NA                    NA                    NA
## 195             9.83709275           10.52436939           11.58280218
## 196            88.53503185           87.93103448           88.08290155
## 197        235837.90000000      8381278.60000000      1845692.40000000
## 198       2269999.98100000      2599999.90500000      4469999.79000000
## 199       -620000.00000000                    NA                    NA
## 200                     NA                    NA                    NA
## 201                     NA                    NA                    NA
## 202                     NA                    NA                    NA
## 203       1340000.03300000       259999.99050000       259999.99050000
## 204                     NA                    NA                    NA
## 205            59.32653965           60.83678409           53.87547649
## 206      -1576000.00000000    -25740866.96000000    -11375000.00000000
## 207          1604.30000000         1634.00000000         1456.90000000
## 208                     NA                    NA                    NA
## 209             5.38557386            6.63245472            7.32342007
## 210                     NA                    NA                    NA
## 211      43721638.23000000     54362975.56000000     69788623.06999999
## 212             0.28081454            0.07289624            5.94933027
## 213                     NA                    NA                    NA
## 214                     NA                    NA                    NA
## 215            94.69800000           94.44700000           94.18400000
## 216             2.22777693            2.24929053            2.26906347
## 217        256031.00000000       264757.00000000       273065.00000000
## 218             6.00597592            5.85425095            5.78330337
## 219            13.07148074           13.12384798           13.14522544
## 220             5.80400000            5.78300000            5.75600000
## 221                     NA                    NA                    NA
## 222                     NA                    NA                    NA
## 223                     NA                    NA                    NA
## 224                     NA                    NA                    NA
## 225                     NA                    NA                    NA
## 226                     NA                    NA                    NA
## 227                     NA                    NA                    NA
## 228                     NA                    NA                    NA
## 229                     NA                    NA                    NA
## 230                     NA                    NA                    NA
## 231                     NA                    NA                    NA
## 232                     NA                    NA                    NA
## 233                     NA                    NA                    NA
## 234                     NA                    NA                    NA
## 235                     NA                    NA                    NA
## 236                     NA                    NA                    NA
## 237                     NA                    NA                    NA
## 238                     NA                    NA                    NA
## 239                     NA                    NA                    NA
## 240        128375.00000000       127476.00000000       126262.00000000
## 241                     NA                    NA                    NA
## 242                     NA                    NA                    NA
## 243                     NA                    NA                    NA
## 244                     NA                    NA                    NA
## 245                     NA                    NA                    NA
## 246                     NA                    NA                    NA
## 247                     NA                    NA                    NA
## 248                     NA                    NA                    NA
## 249                     NA                    NA                    NA
## 250                     NA                    NA                    NA
## 251                     NA                    NA                    NA
## 252                     NA                    NA                    NA
## 253            12.50000000           12.30050000           12.00000000
## 254                     NA                    NA                    NA
## 255            13.49537037           13.37928235           11.63628084
## 256             3.01697344            4.40574139            2.36887779
## 257            -3.56482156            9.37120691            9.97836343
## 258             0.51825727            0.53391896            0.77068385
## 259  154000000000.00000000 164000000000.00000000 167000000000.00000000
## 260    1820999900.00000000   2199000100.00000000   2488999900.00000000
## 261     831120016.00000000    944351855.60000002   1113750017.00000000
## 262            49.16239790           47.59328479           42.64869888
## 263            32.52768699           23.26458924           27.83082271
## 264                     NA                    NA                    NA
## 265            21.39361312           24.27769929           21.19637885
## 266                     NA                    NA                    NA
## 267                     NA                    NA                    NA
## 268                     NA                    NA                    NA
## 269             1.04500000                    NA                    NA
## 270             2.35763232            2.35082228            2.35192668
## 271             9.09413034            8.97187666            8.84920194
## 272       2953883.00000000      3028864.00000000      3104157.00000000
## 273           158.00000000          154.20000000          150.00000000
## 274                     NA                    NA                    NA
## 275                     NA                    NA                    NA
## 276                     NA                    NA                    NA
## 277                     NA                    NA                    NA
## 278                     NA                    NA                    NA
## 279                     NA                    NA                    NA
## 280                     NA                    NA                    NA
## 281                     NA                    NA                    NA
## 282                     NA                    NA                    NA
## 283                     NA                    NA                    NA
## 284                     NA                    NA                    NA
## 285                     NA                    NA                    NA
## 286                     NA                    NA                    NA
## 287                     NA                    NA                    NA
## 288                     NA                    NA                    NA
## 289                     NA                    NA                    NA
## 290                     NA                    NA                    NA
## 291                     NA                    NA                    NA
## 292                     NA                    NA                    NA
## 293                     NA                    NA                    NA
## 294                     NA                    NA                    NA
## 295                     NA                    NA                    NA
## 296                     NA                    NA                    NA
## 297                     NA                    NA                    NA
## 298         23643.00000000                    NA                    NA
## 299                     NA                    NA                    NA
## 300         23395.00000000        24652.00000000        26384.00000000
## 301                     NA                    NA                    NA
## 302                     NA                    NA                    NA
## 303                     NA                    NA                    NA
## 304                     NA                    NA                    NA
## 305                     NA                    NA                    NA
## 306      29356000.00000000     24607999.67000000     29875000.00000000
## 307          1237.02862100         1381.37572000         1520.37906200
## 308             0.00000000            0.00000000            0.00000000
## 309    1382400000.00000000   1604162497.00000000   1851250008.00000000
## 310     203500000.00000000    233300000.00000000    242100000.00000000
## 311             0.00000000            0.00000000            0.00000000
## 312     323599992.00000000    374862867.39999998    410416666.69999999
## 313            10.60970612           -1.36303983           -2.88907333
## 314                     NA                    NA                    NA
## 315     188000000.00000000    313000000.00000000    251000000.00000000
## 316           102.52893460          104.90066880          104.18185950
## 317                     NA                    NA                    NA
## 318     165100000.00000000    180050000.00000000    207600000.00000000
## 319                     NA                    NA                    NA
## 320                     NA                    NA                    NA
## 321                     NA                    NA                    NA
## 322                     NA                    NA                    NA
## 323                     NA                    NA                    NA
## 324                     NA                    NA                    NA
## 325                     NA                    NA                    NA
## 326             5.30200000            5.55300000            5.81600000
## 327      14028535.00000000     14347653.00000000     14676932.00000000
## 328             2.81694514            2.83101381            2.83516449
## 329             5.43026067            5.42620607            5.39933471
## 330            11.78892538           11.80204519           11.83126299
## 331                     NA                    NA                    NA
## 332           129.99800000          130.27600000          130.55400000
## 333                     NA                    NA                    NA
## 334                     NA                    NA                    NA
## 335                     NA                    NA                    NA
## 336                     NA                    NA                    NA
## 337                     NA                    NA                    NA
## 338                     NA                    NA                    NA
## 339                     NA                    NA                    NA
## 340                     NA                    NA                    NA
## 341                     NA                    NA                    NA
## 342                     NA                    NA                    NA
## 343                     NA                    NA                    NA
## 344                     NA                    NA                    NA
## 345                     NA                    NA                    NA
## 346                     NA                    NA                    NA
## 347                     NA                    NA                    NA
## 348                     NA                    NA                    NA
## 349                     NA                    NA                    NA
## 350                     NA                    NA                    NA
## 351                     NA                    NA                    NA
## 352                     NA                    NA                    NA
## 353                     NA                    NA                    NA
## 354            12.82727000           13.82172000                    NA
## 355             9.05216980                    NA            9.80338955
## 356                     NA                    NA                    NA
## 357                     NA                    NA                    NA
## 358                     NA                    NA                    NA
## 359                     NA                    NA                    NA
## 360                     NA                    NA                    NA
## 361                     NA                    NA                    NA
## 362                     NA                    NA                    NA
## 363                     NA                    NA                    NA
## 364                     NA                    NA                    NA
## 365    3014199300.00000000   3438723540.00000000   3658799800.00000000
## 366    1388295944.00000000   1611275924.00000000   1859541675.00000000
## 367                     NA                    NA                    NA
## 368                     NA                    NA                    NA
## 369            13.79209300           13.52017000           12.34985300
## 370             1.50000000            1.60000000            1.60000000
## 371   30680475372.00000000  33874615879.00000000  34863164638.00000000
## 372            -4.18055559           -0.03865942            3.02208968
## 373            16.02430498           18.27995111           15.81814037
## 374    1892000000.00000000   2180999900.00000000   2124999900.00000000
## 375                     NA                    NA                    NA
## 376                     NA                    NA                    NA
## 377                     NA                    NA                    NA
## 378                     NA                    NA                    NA
## 379                     NA                    NA                    NA
## 380             0.00000000            0.00000000            0.00000000
## 381                     NA                    NA                    NA
## 382                     NA                    NA                    NA
## 383                     NA                    NA                    NA
## 384                     NA                    NA                    NA
## 385                     NA                    NA                    NA
## 386                     NA                    NA                    NA
## 387                     NA                    NA                    NA
## 388                     NA                    NA                    NA
## 389                     NA                    NA                    NA
## 390                     NA                    NA                    NA
## 391                     NA                    NA                    NA
## 392                     NA                    NA                    NA
## 393     161385891.19999999    178077053.59999999    235268995.19999999
## 394                     NA                    NA                    NA
## 395                     NA                    NA                    NA
## 396                     NA                    NA                    NA
## 397            87.20950395           87.08856628           86.86033897
## 398             0.00000000            0.00000000            0.00000000
## 399            11.46496815           12.06896552           11.91709845
## 400             1.79720381            1.39601264            1.39050173
## 401                     NA                    NA                    NA
## 402                     NA                    NA                    NA
## 403       1749027.40000000      9181795.40000000      4208168.50000000
## 404            14.16884333            8.19388872            5.08564365
## 405                     NA                    NA       100000.00150000
## 406       7250000.00000000      8329999.92400000     23450000.76000000
## 407                     NA                    NA                    NA
## 408      81176000.00000000     89379685.73999999    110316666.70000000
## 409     -58336000.00000000    -89109770.67000000   -103833333.30000000
## 410     211736000.00000000    277618947.89999998    325641666.69999999
## 411                     NA                    NA                    NA
## 412          1740.00000000         1910.00000000         2080.00000000
## 413             1.50000000            1.60000002            1.79999995
## 414                     NA                    NA                    NA
## 415                     NA                    NA                    NA
## 416                     NA                    NA                    NA
## 417                     NA                    NA                    NA
## 418                     NA                    NA                    NA
## 419                     NA                    NA                    NA
## 420                     NA                    NA                    NA
## 421                     NA                    NA                    NA
## 422                     NA                    NA                    NA
## 423                     NA                    NA                    NA
## 424                     NA                    NA                    NA
## 425             4.78819444            5.70393247            6.41998647
## 426                     NA                    NA                    NA
## 427                     NA                    NA                    NA
## 428            17.24137931           14.28571429           40.00000000
## 429            15.68015690           15.55728081           15.63956528
## 430            51.33800000           44.00400000          190.68400000
## 431             0.28442456            0.30626039            0.32926356
## 432                     NA                    NA                    NA
## 433                     NA                    NA                    NA
## 434                     NA                    NA                    NA
## 435                     NA                    NA                    NA
## 436       5839962.30000000     14344484.80000000      6112488.10000000
## 437     100529800.00000000    112579824.50000000    146346992.40000001
## 438                     NA                    NA                    NA
## 439         79999.99821000       419999.98690000        19999.99955000
## 440             0.00000000            0.00000000            0.00000000
## 441      19310000.00000000     24460000.00000000     51820000.00000000
## 442             0.00000000            0.00000000            0.00000000
## 443            24.79999924           25.75000000           24.26000023
## 444       2203319.00000000      2232940.00000000      2191730.00000000
## 445                     NA                    NA                    NA
## 446                     NA                    NA                    NA
## 447    1417359992.00000000   1682777188.00000000   1928666683.00000000
## 448                     NA                    NA                    NA
## 449                     NA                    NA                    NA
## 450          8600.00000000         9100.00000000        10200.00000000
## 451                     NA                    NA                    NA
## 452                     NA                    NA                    NA
## 453                     NA                    NA                    NA
## 454                     NA                    NA                    NA
## 455                     NA                    NA                    NA
## 456                     NA                    NA                    NA
## 457                     NA                    NA                    NA
## 458                     NA                    NA                    NA
## 459                     NA                    NA                    NA
## 460                     NA                    NA                    NA
## 461                     NA                    NA                    NA
## 462                     NA                    NA                    NA
## 463           160.53537480          158.17847860          160.76107290
## 464                     NA                    NA                    NA
## 465                     NA                    NA                    NA
## 466                     NA                    NA                    NA
## 467                     NA                    NA                    NA
## 468                     NA                    NA                    NA
## 469                     NA                    NA                    NA
## 470       1396000.00000000      2262000.00000000      2818000.00000000
## 471                     NA                    NA                    NA
## 472       1419999.95700000      1980000.01900000      3099999.90500000
## 473                     NA                    NA                    NA
## 474            22.87870000           14.21210000            8.19960000
## 475      37530000.29000000     40070000.03000000     82400001.22000000
## 476                     NA                    NA                    NA
## 477                     NA                    NA                    NA
## 478      72224000.00000000     99129491.51000001    111491666.70000000
## 479     -84526361.77000000   -131094004.80000000   -141061376.90000001
## 480             2.58281524            2.79029416            2.54794415
## 481                     NA                    NA                    NA
## 482                     NA                    NA                    NA
## 483                     NA                    NA                    NA
## 484                     NA                    NA                    NA
## 485                     NA                    NA                    NA
## 486             0.42147380            0.16320861            0.49057207
## 487                     NA                    NA                    NA
## 488                     NA                    NA                    NA
## 489                     NA                    NA                    NA
## 490             0.30132199            0.30853068            0.30911840
## 491             3.04378737            3.05728773            3.06973507
## 492       7798539.00000000      7956873.00000000      8125183.00000000
## 493       2822326.00000000      2893786.00000000      2966091.00000000
## 494           144.40000000          140.40000000          136.60000000
## 495          8400.00000000         8500.00000000         8600.00000000
## 496                     NA                    NA                    NA
## 497                     NA                    NA                    NA
## 498                     NA                    NA                    NA
## 499                     NA                    NA                    NA
## 500                     NA                    NA                    NA
## 501                     NA                    NA                    NA
## 502                     NA                    NA                    NA
## 503                     NA                    NA                    NA
## 504                     NA                    NA                    NA
## 505                     NA                    NA                    NA
## 506                     NA                    NA                    NA
## 507                     NA                    NA                    NA
## 508                     NA                    NA                    NA
## 509                     NA                    NA                    NA
## 510                     NA                    NA                    NA
## 511                     NA                    NA                    NA
## 512                     NA                    NA                    NA
## 513           227.90000000          221.70000000          215.20000000
## 514                     NA                    NA                    NA
## 515                     NA                    NA                    NA
## 516                     NA                    NA                    NA
## 517                     NA                    NA                    NA
## 518                     NA                    NA                    NA
## 519            24.82491000           27.70361000           30.33836000
## 520                     NA                    NA                    NA
## 521                     NA                    NA                    NA
## 522                     NA                    NA                    NA
## 523                     NA                    NA                    NA
## 524                     NA                    NA                    NA
## 525                     NA                    NA                    NA
## 526                     NA                    NA                    NA
## 527    1025000000.00000000   1306000000.00000000   1436000000.00000000
## 528                     NA                    NA                    NA
## 529                     NA                    NA                    NA
## 530             8.13781241            6.97365404            2.57123303
## 531                     NA                    NA                    NA
## 532       7194944.70000000      8602907.70000000     14331187.00000000
## 533                     NA                    NA                    NA
## 534     736000000.00000000    794000000.00000000    848000000.00000000
## 535     -34960000.00000000    -78614682.33000000    -77416683.33000000
## 536            14.93634201           16.69369535           14.68827407
## 537                     NA                    NA                    NA
## 538                     NA                    NA                    NA
## 539                     NA                    NA                    NA
## 540                     NA                    NA                    NA
## 541             2.71939449            2.93310063            2.71132393
## 542                     NA                    NA                    NA
## 543                     NA                    NA                    NA
## 544      13284742.00000000     13550928.00000000     13823322.00000000
## 545             5.81947465            5.88394461            5.92645113
## 546             1.71464558            1.72116840            1.72773715
## 547             7.18815992            7.48350233            7.72398694
## 548       5776162.00000000      5922602.00000000      6070214.00000000
## 549            44.88500000           45.49300000           46.12400000
## 550                     NA                    NA                    NA
## 551                     NA                    NA                    NA
## 552                     NA                    NA                    NA
## 553                     NA                    NA                    NA
## 554                     NA                    NA                    NA
## 555                     NA                    NA                    NA
## 556                     NA                    NA                    NA
## 557                     NA                    NA                    NA
## 558                     NA                    NA                    NA
## 559                     NA                    NA                    NA
## 560                     NA                    NA                    NA
## 561                     NA                    NA                    NA
## 562                     NA                    NA                    NA
## 563                     NA                    NA                    NA
## 564                     NA                    NA                    NA
## 565                     NA                    NA                    NA
## 566                     NA                    NA                    NA
## 567                     NA                    NA                    NA
## 568                     NA                    NA                    NA
## 569         86645.00000000        86153.00000000        85502.00000000
## 570                     NA                    NA                    NA
## 571                     NA                    NA                    NA
## 572                     NA                    NA                    NA
## 573                     NA                    NA                    NA
## 574                     NA                    NA                    NA
## 575                     NA                    NA                    NA
## 576                     NA                    NA                    NA
## 577                     NA                    NA                    NA
## 578            22.05841000           23.77138000           26.73896000
## 579                     NA                    NA                    NA
## 580                     NA                    NA                    NA
## 581                     NA                    NA                    NA
## 582                     NA                    NA                    NA
## 583                     NA                    NA                    NA
## 584     186560000.00000000    214625429.90000001    215416650.00000000
## 585                     NA                    NA                    NA
## 586                     NA                    NA                    NA
## 587                     NA                    NA                    NA
## 588    2080628010.00000000   2222270734.00000000   2263467803.00000000
## 589             4.25925926            4.02392037            3.81724059
## 590            26.10532292           26.04398790           27.75151912
## 591     221519992.00000000    293240120.30000001    292833325.00000000
## 592    2036999900.00000000   2086000000.00000000   2617999900.00000000
## 593                     NA                    NA                    NA
## 594                     NA                    NA                    NA
## 595                     NA                    NA                    NA
## 596                     NA                    NA                    NA
## 597                     NA                    NA                    NA
## 598                     NA                    NA                    NA
## 599                     NA                    NA                    NA
## 600                     NA                    NA                    NA
## 601                     NA                    NA                    NA
## 602                     NA                    NA                    NA
## 603                     NA                    NA                    NA
## 604                     NA                    NA                    NA
## 605                     NA                    NA                    NA
## 606                     NA                    NA                    NA
## 607                     NA                    NA                    NA
## 608                     NA                    NA                    NA
## 609                     NA                    NA                    NA
## 610     139487953.90000001    145081731.59999999    159160195.19999999
## 611                     NA                    NA                    NA
## 612        196878.00000000       205878.00000000       215288.00000000
## 613                     NA                    NA                    NA
## 614                     NA                    NA                    NA
## 615           264.02400000          271.35800000          311.69500000
## 616             0.00000000            0.00000000            0.00000000
## 617                     NA                    NA                    NA
## 618            32.10094040           23.96329553           43.35572090
## 619       5789999.96200000      6119999.88600000      8140000.34300000
## 620      21423000.00000000     16330000.00000000     25150000.00000000
## 621      21483000.00000000     32511000.00000000     51096000.00000000
## 622                     NA                    NA                    NA
## 623                     NA                    NA                    NA
## 624                     NA                    NA                    NA
## 625     162328000.00000000    195267479.80000001    235958333.30000001
## 626             0.00000000            0.00000000            0.00000000
## 627      46033638.23000000     57145257.35000000     74263623.06999999
## 628        143000.00000000       143000.00000000       143000.00000000
## 629         40400.00000000        40550.00000000        40700.00000000
## 630                     NA                    NA                    NA
## 631                     NA                    NA                    NA
## 632                     NA                    NA                    NA
## 633                     NA                    NA                    NA
## 634                     NA                    NA                    NA
## 635                     NA                    NA                    NA
## 636                     NA                    NA                    NA
## 637                     NA                    NA                    NA
## 638                     NA                    NA                    NA
## 639    3358700000.00000000   4017200000.00000000   4662200000.00000000
## 640                     NA                    NA                    NA
## 641          2189.00000000         2315.00000000         2308.00000000
## 642            31.03448276           35.71428571           24.44444444
## 643                     NA                    NA                    NA
## 644           181.61417600          184.80530970          183.33551540
## 645                     NA                    NA                    NA
## 646             0.00000000            0.00000000            0.00000000
## 647             2.85853513            6.57981417            2.75968092
## 648       1179999.94800000      1440000.05700000      1289999.96200000
## 649                     NA                    NA                    NA
## 650                     NA                    NA                    NA
## 651       7273683.50000000     17182497.30000000     24443058.10000000
## 652        379999.99520000       569999.99280000       409999.99640000
## 653                     NA                    NA                    NA
## 654             0.00000000            0.00000000            0.00000000
## 655                     NA                    NA                    NA
## 656       1712000.00000000      1175384.45100000      1200000.00000000
## 657            35.59999847           36.52999878           37.34999847
## 658                     NA                    NA                    NA
## 659                     NA                    NA                    NA
## 660                     NA                    NA                    NA
## 661                     NA                    NA                    NA
## 662                     NA                    NA                    NA
## 663                     NA                    NA                    NA
## 664                     NA                    NA                    NA
## 665                     NA                    NA                    NA
## 666                     NA                    NA                    NA
## 667                     NA                    NA                    NA
## 668                     NA                    NA                    NA
## 669                     NA                    NA                    NA
## 670                     NA                    NA                    NA
## 671                     NA                    NA                    NA
## 672            21.06040946           19.60579986           16.05595937
## 673                     NA                    NA                    NA
## 674                     NA                    NA                    NA
## 675                     NA                    NA                    NA
## 676                     NA                    NA                    NA
## 677                     NA                    NA                    NA
## 678           299.59450510          299.44577000          302.52998380
## 679            26.75159236           28.73563218           30.05181347
## 680             1.94248860            5.68821665            2.17271288
## 681                     NA                    NA                    NA
## 682       -620000.00000000                    NA                    NA
## 683                     NA                    NA                    NA
## 684      70256116.50000000     79397327.20000000    109903934.30000000
## 685                     NA                    NA                    NA
## 686                     NA                    NA                    NA
## 687                     NA                    NA                    NA
## 688       8928000.00000000      6758302.52400000     14150000.00000000
## 689            -0.11400463           -1.60462964           -0.61444969
## 690             8.55451665            9.74182784           10.03404667
## 691                     NA                    NA                    NA
## 692                     NA                    NA                    NA
## 693                     NA                    NA                    NA
## 694            79.21296296           79.16582185           79.86045609
## 695     100800000.00000000    119588642.70000000    157416658.30000001
## 696                     NA                    NA                    NA
## 697        255000.00000000       270000.00000000       416500.00000000
## 698                     NA                    NA                    NA
## 699                     NA                    NA                    NA
## 700                     NA                    NA                    NA
## 701                     NA                    NA                    NA
## 702                     NA                    NA                    NA
## 703                     NA                    NA                    NA
## 704                     NA                    NA                    NA
## 705                     NA                    NA                    NA
## 706                     NA                    NA                    NA
## 707                     NA                    NA                    NA
## 708             4.78819444            5.70393247            6.41998647
## 709             7.08982122            8.87545777            7.48531315
## 710                     NA                    NA                    NA
## 711           811.00000000          985.00000000         1192.00000000
## 712             6.89655172            7.14285714            6.66666667
## 713                     NA                    NA                    NA
## 714            15.21739130           13.33333333           37.14285714
## 715             2.16661369            2.09135954            3.05868278
## 716                     NA                    NA                    NA
## 717       4640202.90000000     12848237.30000000      6511697.10000000
## 718                     NA                    NA                    NA
## 719                     NA                    NA                    NA
## 720                     NA                    NA                    NA
## 721             7.24123703            6.98699849            7.87005714
## 722       1909999.96700000       829999.98330000      4250000.00000000
## 723       3660000.08600000      4260000.22900000      5539999.96200000
## 724      50392000.00000000     58996183.63000000     82391666.67000000
## 725      23430000.00000000     29620000.00000000     35020000.00000000
## 726             0.00000000            0.00000000            0.00000000
## 727            27.29000092           28.15999985           27.21999931
## 728             0.20279720            0.20279720            0.20279720
## 729                     NA                    NA                    NA
## 730                     NA                    NA                    NA
## 731            45.29928294           42.28370466           35.03764878
## 732                     NA                    NA                    NA
## 733                     NA                    NA                    NA
## 734                     NA                    NA                    NA
## 735                     NA                    NA                    NA
## 736            50.04856886           50.07557682           50.09598736
## 737             0.84002734            0.84497966            0.84799105
## 738             3.84943572            3.80003535            3.76266533
## 739            56.07025034           55.90464196           55.77568498
## 740                     NA                    NA                    NA
## 741            19.33100000           18.89300000           18.44100000
## 742                     NA                    NA                    NA
## 743                     NA                    NA                    NA
## 744                     NA                    NA                    NA
## 745                     NA                    NA                    NA
## 746                     NA                    NA                    NA
## 747                     NA                    NA                    NA
## 748                     NA                    NA                    NA
## 749                     NA                    NA                    NA
## 750                     NA                    NA                    NA
## 751                     NA                    NA                    NA
## 752                     NA                    NA                    NA
## 753                     NA                    NA                    NA
## 754                     NA                    NA                    NA
## 755                     NA                    NA                    NA
## 756                     NA                    NA                    NA
## 757                     NA                    NA                    NA
## 758                     NA                    NA                    NA
## 759                     NA                    NA                    NA
## 760                     NA                    NA                    NA
## 761                     NA                    NA                    NA
## 762            39.37500000           39.37500000           39.37500000
## 763                     NA           18.69321060                    NA
## 764                     NA                    NA                    NA
## 765                     NA                    NA                    NA
## 766        285154.00000000                    NA                    NA
## 767                     NA                    NA                    NA
## 768                     NA                    NA                    NA
## 769                     NA                    NA                    NA
## 770                     NA                    NA                    NA
## 771                     NA                    NA                    NA
## 772                     NA                    NA                    NA
## 773                     NA                    NA                    NA
## 774      73699300.00000000     87498800.00000000     99500000.00000000
## 775                     NA                    NA                    NA
## 776           354.92400930          362.31908910          362.58074820
## 777   16255000000.00000000  18426000800.00000000  20779000100.00000000
## 778            94.87804678          107.40432600          120.59741100
## 779             0.00000000            0.00000000            0.00000000
## 780                     NA                    NA                    NA
## 781                     NA                    NA                    NA
## 782                     NA                    NA                    NA
## 783                     NA                    NA                    NA
## 784                     NA                    NA                    NA
## 785   13688000000.00000000  15621000600.00000000  17741000400.00000000
## 786                     NA                    NA                    NA
## 787                     NA                    NA                    NA
## 788                     NA                    NA                    NA
## 789                     NA                    NA                    NA
## 790                     NA                    NA                    NA
## 791                     NA                    NA                    NA
## 792                     NA                    NA                    NA
## 793                     NA                    NA                    NA
## 794                     NA                    NA                    NA
## 795                     NA                    NA                    NA
## 796                     NA                    NA                    NA
## 797                     NA                    NA                    NA
## 798             9.02897924            2.36698723            5.06571741
## 799                     NA                    NA                    NA
## 800            26.46946126           25.84053469           25.22088542
## 801                     NA                    NA                    NA
## 802                     NA                    NA                    NA
## 803            78.26086957           82.22222222           60.71428571
## 804                     NA                    NA                    NA
## 805                     NA                    NA                    NA
## 806             5.12210677            4.36113987            6.82748877
## 807                     NA                    NA                    NA
## 808       4150000.00000000                    NA                    NA
## 809      21483000.00000000     32511000.00000000     51096000.00000000
## 810                     NA                    NA                    NA
## 811                     NA                    NA                    NA
## 812        829999.98330000       839999.97380000       899999.97620000
## 813             4.30881701            4.95639262            5.88982734
## 814             0.00000000            0.00000000            0.00000000
## 815             0.00000000            0.00000000            0.00000000
## 816                     NA                    NA                    NA
## 817            28.25174825           28.35664336           28.46153846
## 818                     NA                    NA                    NA
## 819                     NA                    NA                    NA
## 820                     NA                    NA                    NA
## 821                     NA                    NA                    NA
## 822                     NA                    NA                    NA
## 823                     NA                    NA                    NA
## 824                     NA                    NA                    NA
## 825                     NA                    NA                    NA
## 826                     NA                    NA                    NA
## 827                     NA                    NA                    NA
## 828                     NA                    NA                    NA
## 829             4.48437500            4.33002212            4.76209766
## 830    1872200000.00000000   2584100000.00000000   3199500000.00000000
## 831                     NA                    NA                    NA
## 832             1.40341098            1.43492458            1.46684607
## 833            31.03448276           32.14285714           22.22222222
## 834            76.42503842           76.49668644           76.61532401
## 835                     NA                    NA                    NA
## 836                     NA                    NA                    NA
## 837                     NA                    NA                    NA
## 838            33.45030699           25.20181182           38.64546049
## 839        250000.00000000                    NA                    NA
## 840      27262962.30000000     30674484.80000000     31262488.10000000
## 841                     NA                    NA                    NA
## 842                     NA                    NA                    NA
## 843       4710000.03800000      9529999.73300000     19659999.85000000
## 844         70000.00030000         9999.99977600        50000.00075000
## 845             0.00000000       410000.00000000       300000.00000000
## 846      48680000.00000000     57820799.17000000     81191666.67000000
## 847            30.04036817           33.29127299           32.97454808
## 848             7.82022472            8.52678571            9.22394679
## 849             0.15860530            0.15612310            0.15364246
## 850                     NA                    NA                    NA
## 851                     NA                    NA                    NA
## 852                     NA                    NA                    NA
## 853                     NA                    NA                    NA
## 854                     NA                    NA                    NA
## 855                     NA                    NA                    NA
## 856                     NA                    NA                    NA
## 857                     NA                    NA                    NA
## 858                     NA                    NA                    NA
## 859                     NA                    NA                    NA
## 860                     NA                    NA                    NA
## 861                     NA                    NA                    NA
## 862                     NA                    NA                    NA
## 863                     NA                    NA                    NA
## 864            19.43692130           20.35880720           20.98672059
## 865                     NA                    NA                    NA
## 866          3000.00000000         3300.00000000         3500.00000000
## 867                     NA                    NA                    NA
## 868                     NA                    NA                    NA
## 869                     NA                    NA                    NA
## 870            97.50189870           97.54833412           96.54426410
## 871            11.46496815           12.06896552           11.91709845
## 872             0.33423730            0.79739523            0.35017753
## 873                     NA                    NA                    NA
## 874                     NA                    NA                    NA
## 875                     NA                    NA                    NA
## 876      70256116.50000000     79397327.20000000    109903934.30000000
## 877        400000.00600000       449999.98810000       349999.99400000
## 878       4860000.13400000      8090000.15300000     17110000.61000000
## 879                     NA                    NA                    NA
## 880                     NA                    NA                    NA
## 881                     NA                    NA                    NA
## 882        147180.00000000       147180.00000000       147180.00000000
## 883                     NA                    NA                    NA
## 884                     NA                    NA                    NA
## 885                     NA                    NA                    NA
## 886            21.97724458           34.32968465           37.03455443
## 887                     NA                    NA                    NA
## 888                     NA                    NA                    NA
## 889                     NA                    NA                    NA
## 890                     NA                    NA                    NA
## 891                     NA                    NA                    NA
## 892             0.55385308            0.56879934            0.58043154
## 893             3.76093799            3.73969895            3.71292962
## 894       3869418.00000000      3952407.00000000      4039940.00000000
## 895            15.98988734           16.03468834           16.06894128
## 896                     NA                    NA                    NA
## 897                     NA                    NA                    NA
## 898                     NA                    NA                    NA
## 899                     NA                    NA                    NA
## 900                     NA                    NA                    NA
## 901                     NA                    NA                    NA
## 902                     NA                    NA                    NA
## 903                     NA                    NA                    NA
## 904                     NA                    NA                    NA
## 905                     NA                    NA                    NA
## 906                     NA                    NA                    NA
## 907                     NA                    NA                    NA
## 908                     NA                    NA                    NA
## 909                     NA                    NA                    NA
## 910                     NA                    NA                    NA
## 911                     NA                    NA                    NA
## 912                     NA                    NA                    NA
## 913                     NA                    NA                    NA
## 914                     NA                    NA                    NA
## 915                     NA                    NA                    NA
## 916                     NA                    NA                    NA
## 917                     NA                    NA                    NA
## 918                     NA                    NA                    NA
## 919                     NA                    NA                    NA
## 920                     NA                    NA                    NA
## 921                     NA                    NA                    NA
## 922                     NA                    NA                    NA
## 923                     NA                    NA                    NA
## 924                     NA                    NA                    NA
## 925                     NA                    NA                    NA
## 926                     NA                    NA                    NA
## 927                     NA                    NA                    NA
## 928                     NA                    NA                    NA
## 929                     NA                    NA                    NA
## 930                     NA                    NA                    NA
## 931             0.74735990            2.08356707            0.07221786
## 932    4703408606.00000000   4874587454.00000000   4998287522.00000000
## 933                     NA                    NA                    NA
## 934      49660878.00000000     61712403.00000000     75249311.00000000
## 935                     NA                    NA                    NA
## 936                     NA                    NA                    NA
## 937      57784000.00000000     74078859.23999999     89666666.67000000
## 938             0.09046739            0.02760475                    NA
## 939                     NA                    NA                    NA
## 940                     NA                    NA                    NA
## 941                     NA                    NA                    NA
## 942                     NA                    NA                    NA
## 943                     NA                    NA                    NA
## 944            79.88670698           80.31773286           80.63509462
## 945             1.90124569            1.89773504            1.89861917
## 946             9.57730013            9.43874945            9.29974809
## 947            42.07162686           42.15731551           42.21875827
## 948            45.06100000           45.69500000           46.35400000
## 949                     NA                    NA                    NA
## 950                     NA                    NA                    NA
## 951                     NA                    NA                    NA
## 952                     NA                    NA                    NA
## 953                     NA                    NA                    NA
## 954                     NA                    NA                    NA
## 955                     NA                    NA                    NA
## 956                     NA                    NA                    NA
## 957                     NA                    NA                    NA
## 958                     NA                    NA                    NA
## 959                     NA                    NA                    NA
## 960                     NA                    NA                    NA
## 961                     NA                    NA                    NA
## 962                     NA                    NA                    NA
## 963                     NA                    NA                    NA
## 964                     NA                    NA                    NA
## 965                     NA                    NA                    NA
## 966                     NA                    NA                    NA
## 967                     NA                    NA                    NA
## 968                     NA                    NA                    NA
## 969                     NA                    NA                    NA
## 970                     NA                    NA                    NA
## 971                     NA                    NA                    NA
## 972                     NA                    NA                    NA
## 973                     NA                    NA                    NA
## 974                     NA                    NA                    NA
## 975             7.95041990                    NA            9.78623009
## 976                     NA                    NA                    NA
## 977        769049.00000000       875494.00000000      1012530.00000000
## 978                     NA                    NA                    NA
## 979                     NA                    NA                    NA
## 980                     NA                    NA                    NA
## 981     366950000.00000000    302690700.00000000    358500000.00000000
## 982                     NA                    NA                    NA
## 983             9.17268801            8.05511842            4.15157311
## 984   17280000000.00000000  19732000800.00000000  22215000100.00000000
## 985            14.65777400           14.47915300           13.01887300
## 986             0.00000000            0.00000000            0.00000000
## 987    4044999900.00000000   4611000700.00000000   4925000000.00000000
## 988   13551701850.00000000  13366986756.00000000  12980804707.00000000
## 989            -2.52893518           -4.90066826           -4.18185999
## 990                     NA                    NA                    NA
## 991     162959992.00000000    169586602.19999999    218166658.30000001
## 992                     NA                    NA                    NA
## 993             0.89214309            0.85846425            0.91120572
## 994                     NA                    NA                    NA
## 995                     NA                    NA                    NA
## 996                     NA                    NA                    NA
## 997                     NA                    NA                    NA
## 998                     NA                    NA                    NA
## 999                     NA                    NA                    NA
## 1000                    NA                    NA                    NA
## 1001                    NA                    NA                    NA
## 1002      7007454.00000000      7162983.00000000      7324378.00000000
## 1003       453834.00000000       468178.00000000       481535.00000000
## 1004            4.83276808            4.81601031            4.79916520
## 1005            9.93332243            9.88381516            9.85215400
## 1006                    NA                    NA                    NA
## 1007          411.31400000          403.45600000          395.59900000
## 1008                    NA                    NA                    NA
## 1009                    NA                    NA                    NA
## 1010                    NA                    NA                    NA
## 1011                    NA                    NA                    NA
## 1012                    NA                    NA                    NA
## 1013                    NA                    NA                    NA
## 1014                    NA                    NA                    NA
## 1015                    NA                    NA                    NA
## 1016                    NA                    NA                    NA
## 1017                    NA                    NA                    NA
## 1018                    NA                    NA                    NA
## 1019                    NA                    NA                    NA
## 1020                    NA                    NA                    NA
## 1021                    NA                    NA                    NA
## 1022                    NA                    NA                    NA
## 1023                    NA                    NA                    NA
## 1024                    NA                    NA                    NA
## 1025                    NA                    NA                    NA
## 1026                    NA                    NA                    NA
## 1027                    NA                    NA                    NA
## 1028                    NA                    NA                    NA
## 1029                    NA                    NA                    NA
## 1030                    NA                    NA                    NA
## 1031                    NA                    NA                    NA
## 1032                    NA                    NA                    NA
## 1033                    NA                    NA                    NA
## 1034                    NA                    NA                    NA
## 1035                    NA                    NA                    NA
## 1036                    NA                    NA                    NA
## 1037                    NA                    NA                    NA
## 1038                    NA                    NA                    NA
## 1039                    NA                    NA                    NA
## 1040           17.36920323           17.35020372           16.39651251
## 1041  17353699300.00000000  19819499500.00000000  22314500100.00000000
## 1042            0.00000000            0.00000000            0.00000000
## 1043          100.00000000         -100.00000000          100.00000000
## 1044   1331000000.00000000   1541000000.00000000   1770000000.00000000
## 1045      1611279.30000000      1725649.20000000      2980790.50000000
## 1046           10.53819387           11.14433413           11.20414085
## 1047 170000000000.00000000 170000000000.00000000 176000000000.00000000
## 1048    197919992.00000000    248201284.50000000    295583341.69999999
## 1049           10.94907407           11.05311074            9.56560833
## 1050                    NA                    NA                    NA
## 1051                    NA                    NA                    NA
## 1052                    NA                    NA                    NA
## 1053        12300.00000000        12900.00000000        16800.00000000
## 1054                    NA                    NA                    NA
## 1055                    NA                    NA                    NA
## 1056                    NA                    NA                    NA
## 1057                    NA                    NA                    NA
## 1058                    NA                    NA                    NA
## 1059                    NA                    NA                    NA
## 1060                    NA                    NA                    NA
## 1061                    NA                    NA                    NA
## 1062                    NA                    NA                    NA
## 1063                    NA                    NA                    NA
## 1064                    NA                    NA                    NA
## 1065   1958297951.00000000   1944931949.00000000   2124826501.00000000
## 1066                    NA                    NA                    NA
## 1067                    NA                    NA                    NA
## 1068           13.79310345           14.28571429            8.88888889
## 1069                    NA                    NA                    NA
## 1070                    NA                    NA                    NA
## 1071            2.21367674            2.14540549            3.12647234
## 1072                    NA                    NA                    NA
## 1073            5.06895414            4.89766491            8.65030914
## 1074                    NA                    NA                    NA
## 1075                    NA                    NA                    NA
## 1076                    NA                    NA                    NA
## 1077                    NA                    NA                    NA
## 1078                    NA                    NA                    NA
## 1079      1950000.04800000      2420000.07600000      5170000.07600000
## 1080            0.00000000            0.02555851            0.01620527
## 1081            0.00000000            0.00000000            0.00000000
## 1082           31.92448081           31.04883247           29.68030074
## 1083      3534858.00000000      3648730.00000000      3193100.00000000
## 1084           15.55944056           15.66433566           15.76923077
## 1085                    NA                    NA                    NA
## 1086                    NA                    NA                    NA
## 1087                    NA                    NA                    NA
## 1088                    NA                    NA                    NA
## 1089                    NA                    NA                    NA
## 1090                    NA                    NA                    NA
## 1091                    NA                    NA                    NA
## 1092            0.41765648            0.42714557            0.43262518
## 1093            3.22572835            3.21895090            3.20734809
## 1094           55.11142800           55.01167068           54.94607724
## 1095           16.60420952           16.63852341           16.66178854
## 1096                    NA                    NA                    NA
## 1097       -41002.00000000                    NA                    NA
## 1098                    NA                    NA                    NA
## 1099                    NA                    NA                    NA
## 1100                    NA                    NA                    NA
## 1101                    NA                    NA                    NA
## 1102                    NA                    NA                    NA
## 1103                    NA                    NA                    NA
## 1104                    NA                    NA                    NA
## 1105                    NA                    NA                    NA
## 1106                    NA                    NA                    NA
## 1107                    NA                    NA                    NA
## 1108                    NA                    NA                    NA
## 1109                    NA                    NA                    NA
## 1110                    NA                    NA                    NA
## 1111                    NA                    NA                    NA
## 1112                    NA                    NA                    NA
## 1113                    NA                    NA                    NA
## 1114                    NA                    NA                    NA
## 1115          227.00000000          220.90000000          214.40000000
## 1116                    NA                    NA                    NA
## 1117                    NA                    NA                    NA
## 1118                    NA                    NA                    NA
## 1119                    NA                    NA                    NA
## 1120                    NA                    NA                    NA
## 1121                    NA                    NA                    NA
## 1122                    NA                    NA                    NA
## 1123                    NA                    NA                    NA
## 1124                    NA                    NA                    NA
## 1125                    NA                    NA                    NA
## 1126                    NA                    NA                    NA
## 1127                    NA                    NA                    NA
## 1128                    NA                    NA                    NA
## 1129     82000000.00000000    106174545.80000000    119666666.70000000
## 1130                    NA                    NA                    NA
## 1131        27133.57131000        27698.91747000        27718.92103000
## 1132 364000000000.00000000 377000000000.00000000 387000000000.00000000
## 1133                    NA                    NA                    NA
## 1134            3.57711030            3.83003320            4.04665900
## 1135                    NA                    NA                    NA
## 1136     58880000.00000000     64550221.54000000     70666666.67000000
## 1137           14.31712905           15.47232808           15.96668955
## 1138                    NA                    NA                    NA
## 1139  17716999900.00000000  20699000800.00000000  23144000200.00000000
## 1140                    NA                    NA                    NA
## 1141                    NA                    NA                    NA
## 1142            0.06130362            0.06342506            0.06949683
## 1143                    NA                    NA                    NA
## 1144                    NA                    NA                    NA
## 1145                    NA                    NA                    NA
## 1146                    NA                    NA                    NA
## 1147                    NA                    NA                    NA
## 1148                    NA                    NA                    NA
## 1149                    NA                    NA                    NA
## 1150           49.95143114           49.92442318           49.90401264
## 1151            3.23507742            3.26310088            3.28089752
## 1152            4.51604247            4.51991532            4.52618233
## 1153           10.48414055           10.41106968           10.36146079
## 1154                    NA                    NA                    NA
## 1155          447.00000000          439.71400000          432.42800000
## 1156                    NA                    NA                    NA
## 1157                    NA                    NA                    NA
## 1158                    NA                    NA                    NA
## 1159                    NA                    NA                    NA
## 1160                    NA                    NA                    NA
## 1161                    NA                    NA                    NA
## 1162                    NA                    NA                    NA
## 1163                    NA                    NA                    NA
## 1164                    NA                    NA                    NA
## 1165                    NA                    NA                    NA
## 1166                    NA                    NA                    NA
## 1167                    NA                    NA                    NA
## 1168                    NA                    NA                    NA
## 1169                    NA                    NA                    NA
## 1170                    NA                    NA                    NA
## 1171                    NA                    NA                    NA
## 1172                    NA                    NA                    NA
## 1173                    NA                    NA                    NA
## 1174                    NA                    NA                    NA
## 1175                    NA                    NA                    NA
## 1176                    NA                    NA                    NA
## 1177                    NA                    NA                    NA
## 1178                    NA                    NA                    NA
## 1179                    NA                    NA                    NA
## 1180       308797.00000000       370231.00000000       449038.00000000
## 1181                    NA                    NA                    NA
## 1182                    NA                    NA                    NA
## 1183                    NA                    NA                    NA
## 1184                    NA                    NA                    NA
## 1185                    NA                    NA                    NA
## 1186                    NA                    NA                    NA
## 1187                    NA                    NA                    NA
## 1188           17.44328299           17.42714069           16.46995176
## 1189                    NA                    NA                    NA
## 1190           98.54200742          111.80661380          126.13330960
## 1191                    NA                    NA                    NA
## 1192                    NA                    NA                    NA
## 1193            0.11606166            0.10709831            0.16029705
## 1194                    NA                    NA                    NA
## 1195           60.12152894           58.86884010           60.16205330
## 1196   2473999900.00000000   3052999900.00000000   3547000100.00000000
## 1197                    NA                    NA                    NA
## 1198                    NA                    NA                    NA
## 1199                    NA                    NA                    NA
## 1200                    NA                    NA                    NA
## 1201                    NA                    NA                    NA
## 1202                    NA                    NA                    NA
## 1203                    NA                    NA                    NA
## 1204                    NA                    NA                    NA
## 1205                    NA                    NA                    NA
## 1206                    NA                    NA                    NA
## 1207                    NA                    NA                    NA
## 1208                    NA                    NA                    NA
## 1209            9.10995510            7.66392134            8.59364719
## 1210                    NA                    NA                    NA
## 1211                    NA                    NA                    NA
## 1212                    NA                    NA                    NA
## 1213            6.15643608            6.15819477            6.20762726
## 1214                    NA                    NA                    NA
## 1215            0.00000000            0.00000000            0.00000000
## 1216           47.85140015           82.97998058           85.88832561
## 1217     71110000.61000000     70269996.64000000    126959999.09999999
## 1218                    NA                    NA                    NA
## 1219     12232000.00000000     11026000.00000000     18586000.00000000
## 1220                    NA                    NA                    NA
## 1221     10000000.00000000      4000000.00000000      5000000.00000000
## 1222                    NA                    NA                    NA
## 1223                    NA                    NA                    NA
## 1224            0.00000000            0.00000000            0.00000000
## 1225      -601123.80000000     12040774.96000000      4793609.26700000
## 1226    165702361.80000001    220473690.59999999    251378043.59999999
## 1227         1500.00000000                    NA                    NA
## 1228            7.85033708            8.27812500            9.29223947
## 1229            0.00000000            0.00000000            0.00000000
## 1230                    NA                    NA                    NA
## 1231                    NA                    NA                    NA
## 1232                    NA                    NA                    NA
## 1233                    NA                    NA                    NA
## 1234                    NA                    NA                    NA
## 1235                    NA                    NA                    NA
## 1236                    NA                    NA                    NA
## 1237                    NA                    NA                    NA
## 1238                    NA                    NA                    NA
## 1239                    NA                    NA                    NA
## 1240                    NA                    NA                    NA
## 1241            9.89885284            7.34609125            3.56545378
## 1242                    NA                    NA                    NA
## 1243                    NA                    NA                    NA
## 1244                    NA                    NA                    NA
## 1245                    NA                    NA                    NA
## 1246                    NA                    NA                    NA
## 1247            0.00000000            0.00000000            0.00000000
## 1248            0.00000000            0.00000000            0.00000000
## 1249            0.21013999            0.16918013            0.17644158
## 1250    241830001.80000001    200919998.19999999    319429992.69999999
## 1251      -171000.00000000      -218000.00000000      -235000.00000000
## 1252                    NA                    NA                    NA
## 1253           14.25155559            8.98487463            5.10054459
## 1254                    NA                    NA                    NA
## 1255                    NA                    NA                    NA
## 1256                    NA                    NA                    NA
## 1257            0.00000000            0.00000000            0.00000000
## 1258      8080000.00000000      5548104.53800000     11266666.67000000
## 1259       848000.00000000      1210197.98500000      2883333.33300000
## 1260                    NA                    NA                    NA
## 1261                    NA                    NA                    NA
## 1262                    NA                    NA                    NA
## 1263           33.61264718           32.63790298           31.58346690
## 1264    168000000.00000000    221000000.00000000    254000000.00000000
## 1265                    NA                    NA                    NA
## 1266                    NA                    NA                    NA
## 1267       743793.00000000       796725.00000000       853610.00000000
## 1268                    NA                    NA                    NA
## 1269       197780.00000000       203399.00000000       208457.00000000
## 1270            5.55898048            5.52052127            5.46217030
## 1271           11.21468653           11.24063815           11.28198190
## 1272           33.96658600           34.83334920           35.70011240
## 1273                    NA                    NA                    NA
## 1274                    NA                    NA                    NA
## 1275                    NA                    NA                    NA
## 1276                    NA                    NA                    NA
## 1277                    NA                    NA                    NA
## 1278                    NA                    NA                    NA
## 1279                    NA                    NA                    NA
## 1280                    NA                    NA                    NA
## 1281                    NA                    NA                    NA
## 1282                    NA                    NA                    NA
## 1283                    NA                    NA                    NA
## 1284                    NA                    NA                    NA
## 1285                    NA                    NA                    NA
## 1286                    NA                    NA                    NA
## 1287                    NA                    NA                    NA
## 1288                    NA                    NA                    NA
## 1289                    NA                    NA                    NA
## 1290                    NA                    NA                    NA
## 1291                    NA                    NA                    NA
## 1292        47396.00000000        47564.00000000        47605.00000000
## 1293                    NA                    NA                    NA
## 1294                    NA                    NA                    NA
## 1295                    NA                    NA                    NA
## 1296         1126.00000000                    NA         1451.00000000
## 1297                    NA                    NA                    NA
## 1298                    NA                    NA                    NA
## 1299                    NA                    NA                    NA
## 1300                    NA                    NA                    NA
## 1301                    NA                    NA                    NA
## 1302                    NA                    NA                    NA
## 1303                    NA                    NA                    NA
## 1304                    NA                    NA                    NA
## 1305                    NA                    NA                    NA
## 1306    241135944.00000000    279559655.30000001    304899983.30000001
## 1307   1623678985.00000000   1674660572.00000000   1878916342.00000000
## 1308                    NA                    NA                    NA
## 1309            4.53967183            4.96509387            5.46052898
## 1310    191500000.00000000    217800000.00000000    229700000.00000000
## 1311     20824439.00000000     25780415.00000000     29752667.00000000
## 1312           28.54425229           10.41098767            2.91825821
## 1313   2032935301.00000000   2032149380.00000000   2093562757.00000000
## 1314                    NA                    NA                    NA
## 1315           11.78819387           10.57165982           11.78482957
## 1316  14948000000.00000000  17092000700.00000000  19630000300.00000000
## 1317                    NA                    NA                    NA
## 1318                    NA                    NA                    NA
## 1319                    NA                    NA                    NA
## 1320                    NA                    NA                    NA
## 1321                    NA                    NA                    NA
## 1322                    NA                    NA                    NA
## 1323                    NA                    NA                    NA
## 1324      7021081.00000000      7184670.00000000      7352554.00000000
## 1325            1.08387440            1.09768514            1.11087931
## 1326            4.29455548            4.22685632            4.17111187
## 1327      3929097.00000000      4004440.00000000      4085222.00000000
## 1328                    NA                    NA                    NA
## 1329           42.18100000           42.07300000           41.92900000
## 1330                    NA                    NA                    NA
## 1331                    NA                    NA                    NA
## 1332                    NA                    NA                    NA
## 1333                    NA                    NA                    NA
## 1334                    NA                    NA                    NA
## 1335                    NA                    NA                    NA
## 1336                    NA                    NA                    NA
## 1337                    NA                    NA                    NA
## 1338                    NA                    NA                    NA
## 1339                    NA                    NA                    NA
## 1340                    NA                    NA                    NA
## 1341                    NA                    NA                    NA
## 1342                    NA                    NA                    NA
## 1343                    NA                    NA                    NA
## 1344                    NA                    NA                    NA
## 1345                    NA                    NA                    NA
## 1346                    NA                    NA                    NA
## 1347                    NA                    NA                    NA
## 1348                    NA                    NA                    NA
## 1349                    NA                    NA                    NA
## 1350                    NA                    NA                    NA
## 1351                    NA                    NA                    NA
## 1352                    NA                    NA                    NA
## 1353                    NA                    NA                    NA
## 1354           17.93606000           17.87911000           19.23802000
## 1355                    NA                    NA                    NA
## 1356                    NA                    NA                    NA
## 1357                    NA                    NA                    NA
## 1358                    NA                    NA                    NA
## 1359                    NA                    NA                    NA
## 1360                    NA                    NA                    NA
## 1361                    NA                    NA                    NA
## 1362      5895944.00000000      7113434.41300000      8291666.66700000
## 1363                    NA                    NA                    NA
## 1364         1231.77509300         1375.27725300         1513.59971600
## 1365   1300400000.00000000   1497987952.00000000   1731583342.00000000
## 1366                    NA                    NA                    NA
## 1367            0.00000000            0.00000000            0.00000000
## 1368                    NA                    NA                    NA
## 1369                    NA                    NA                    NA
## 1370                    NA                    NA                    NA
## 1371   2580999900.00000000   3294000100.00000000   3263000100.00000000
## 1372           86.50462963           86.62071765           88.36371916
## 1373   1095040000.00000000   1269948425.00000000   1478416700.00000000
## 1374                    NA                    NA                    NA
## 1375                    NA                    NA                    NA
## 1376                    NA                    NA                    NA
## 1377                    NA                    NA                    NA
## 1378                    NA                    NA                    NA
## 1379                    NA                    NA                    NA
## 1380                    NA                    NA                    NA
## 1381                    NA                    NA                    NA
## 1382                    NA                    NA                    NA
## 1383                    NA                    NA                    NA
## 1384                    NA                    NA                    NA
## 1385                    NA                    NA                    NA
## 1386                    NA                    NA                    NA
## 1387                    NA                    NA                    NA
## 1388                    NA                    NA                    NA
## 1389       196878.00000000       205878.00000000       215288.00000000
## 1390                    NA                    NA                    NA
## 1391                    NA                    NA                    NA
## 1392                    NA                    NA                    NA
## 1393                    NA                    NA                    NA
## 1394                    NA                    NA                    NA
## 1395    248009994.50000000    206160003.69999999    329440002.39999998
## 1396                    NA                    NA                    NA
## 1397            0.00000000            0.00000000            0.00000000
## 1398                    NA                    NA                    NA
## 1399                    NA                    NA                    NA
## 1400                    NA                    NA         9999.99977600
## 1401        90000.00358000        50000.00075000       109999.99940000
## 1402           36.36464333           34.20682329           40.23469617
## 1403     20387887.55000000    -24206329.48000000     30051710.37000000
## 1404    212584000.00000000    278829145.89999998    328525000.00000000
## 1405                    NA                    NA                    NA
## 1406      2225000.00000000      2240000.00000000      2255000.00000000
## 1407    206479992.00000000    267794000.19999999    271916675.00000000
## 1408                    NA                    NA                    NA
## 1409            7.29166667            7.45489581            8.50326307
## 1410                    NA                    NA                    NA
## 1411                    NA                    NA                    NA
## 1412                    NA                    NA                    NA
## 1413                    NA                    NA                    NA
## 1414                    NA                    NA                    NA
## 1415                    NA                    NA                    NA
## 1416                    NA                    NA                    NA
## 1417                    NA                    NA                    NA
## 1418                    NA                    NA                    NA
## 1419                    NA                    NA                    NA
## 1420                    NA                    NA                    NA
## 1421                    NA                    NA                    NA
## 1422                    NA                    NA                    NA
## 1423            7.05793037            7.57641238            7.84654586
## 1424            4.68460648            5.60460144            6.26918746
## 1425                    NA                    NA                    NA
## 1426           98.10164336          100.33323780          102.63588810
## 1427                    NA                    NA                    NA
## 1428                    NA                    NA                    NA
## 1429            0.08026987            0.07681647            0.11562061
## 1430            0.00000000            0.00000000            0.00000000
## 1431      2917365.00000000      2725958.70000000      3281004.70000000
## 1432     71110000.61000000     70269996.64000000    126959999.09999999
## 1433      5212000.00000000      5522000.00000000      6799000.00000000
## 1434                    NA                    NA                    NA
## 1435     23000000.00000000     16000000.00000000     12000000.00000000
## 1436                    NA                    NA                    NA
## 1437                    NA         9999.99977600         9999.99977600
## 1438                    NA                    NA                    NA
## 1439    153400000.00000000    188509177.19999999    221808333.30000001
## 1440     -2177123.80000000    -13700091.99000000     -6581390.73300000
## 1441           35.45233579           32.86960038           34.79720703
## 1442                    NA                    NA                    NA
##                      X1980                  X1981                   X1982
## 1                       NA                     NA                      NA
## 2        80000000.00000000    141000000.000000000     88000000.0000000000
## 3              35.83384150           37.583623830           33.0386319500
## 4              73.14257412           64.664671930           72.4845969000
## 5                       NA                     NA                      NA
## 6              21.68643834           22.411835960           20.1633957100
## 7               1.99423757            2.005425524            2.0729595790
## 8              74.88034988           75.587770380           76.0879292800
## 9               1.33890037            1.335960251            1.3344878530
## 10              8.17431460            8.180242517            8.0980187010
## 11             41.40952673           41.616192380           41.7605252200
## 12             46.42800000           47.069000000           47.7290000000
## 13                      NA                     NA                      NA
## 14                      NA                     NA                      NA
## 15                      NA                     NA                      NA
## 16                      NA                     NA                      NA
## 17                      NA           49.349998470                      NA
## 18                      NA                     NA                      NA
## 19                      NA                     NA                      NA
## 20                      NA                     NA                      NA
## 21                      NA                     NA                      NA
## 22                      NA                     NA                      NA
## 23                      NA                     NA                      NA
## 24                      NA                     NA                      NA
## 25                      NA                     NA                      NA
## 26                      NA                     NA                      NA
## 27                      NA                     NA                      NA
## 28                      NA                     NA                      NA
## 29                      NA                     NA                      NA
## 30                      NA                     NA                      NA
## 31             75.80000000           74.200000000           72.6000000000
## 32                      NA                     NA                      NA
## 33                      NA                     NA                      NA
## 34                      NA                     NA                      NA
## 35                      NA                     NA                      NA
## 36                      NA                     NA                      NA
## 37                      NA            7.476409912            9.0173702240
## 38                      NA            1.879050016                      NA
## 39                      NA                     NA                      NA
## 40                      NA                     NA                      NA
## 41             38.40719000           47.641960000           45.7143100000
## 42                      NA                     NA                      NA
## 43                      NA                     NA                      NA
## 44                      NA                     NA                      NA
## 45                      NA                     NA                      NA
## 46                      NA                     NA                      NA
## 47     2591000100.00000000   2973999900.000000000   3078000100.0000000000
## 48     5198144730.00000000   5631772619.000000000   5844618406.0000000000
## 49              0.00000000            0.000000000            0.0000000000
## 50                      NA                     NA                      NA
## 51              1.29509179            3.725510459            2.8214738270
## 52      217333333.30000001    262333333.300000012    288567820.8000000119
## 53                      NA                     NA                      NA
## 54     4270000100.00000000   4808000000.000000000   5313999900.0000000000
## 55                      NA                     NA                      NA
## 56                      NA                     NA                      NA
## 57                      NA                     NA                      NA
## 58                      NA                     NA                      NA
## 59              9.98826519           17.494940600           10.9031082300
## 60              0.00000000            0.000000000            0.0000000000
## 61                      NA            0.164492014            0.3709582930
## 62              4.33327794            9.546351831           10.6781762300
## 63                      NA                     NA                      NA
## 64                      NA                     NA                      NA
## 65                      NA                     NA                      NA
## 66              0.20745474            0.225700456            0.2389283210
## 67              2.54451672            2.538276437            2.5356994150
## 68             55.30092362           55.056786420           54.8845600300
## 69             40.56383749           40.761194290           40.8929290300
## 70            139.40000000          135.300000000          131.2000000000
## 71                      NA                     NA                      NA
## 72                      NA                     NA                      NA
## 73                      NA                     NA                      NA
## 74                      NA                     NA                      NA
## 75                      NA                     NA                      NA
## 76                      NA                     NA                      NA
## 77                      NA                     NA                      NA
## 78                      NA                     NA                      NA
## 79                      NA                     NA                      NA
## 80                      NA                     NA                      NA
## 81                      NA                     NA                      NA
## 82              1.00000000            4.000000000            8.0000000000
## 83                      NA                     NA                      NA
## 84                      NA                     NA                      NA
## 85                      NA                     NA                      NA
## 86                      NA                     NA                      NA
## 87                      NA                     NA                      NA
## 88                      NA                     NA                      NA
## 89            207.10000000          200.600000000          194.1000000000
## 90                      NA                     NA                      NA
## 91                      NA                     NA                      NA
## 92                      NA                     NA                      NA
## 93                      NA                     NA                      NA
## 94                      NA                     NA                      NA
## 95                      NA                     NA                      NA
## 96                      NA            1.390040040                      NA
## 97                      NA                     NA                      NA
## 98                      NA                     NA                      NA
## 99                      NA                     NA                      NA
## 100                     NA            0.257180005            0.2720600070
## 101                     NA                     NA                      NA
## 102                     NA                     NA                      NA
## 103   19654043511.00000000  23180946411.000000000  22186183085.0000000000
## 104           140.00000000          160.000000000          150.0000000000
## 105                     NA                     NA                      NA
## 106             1.44537348            0.365879238            0.1796601970
## 107                     NA                     NA                      NA
## 108             0.69607265            0.180965930            0.0910718700
## 109                     NA                     NA                      NA
## 110     171743593.19999999    178323429.099999994    193239352.0000000000
## 111   -1679000000.00000000  -1834000100.000000000  -2235999700.0000000000
## 112      49083333.33000000     42416666.670000002    -11672580.2599999998
## 113                     NA                     NA                      NA
## 114                     NA                     NA                      NA
## 115      20083333.33000000     21959582.690000001     25491173.2300000004
## 116                     NA                     NA                      NA
## 117            53.67199660           52.826000920           51.0496952200
## 118                     NA            5.907592200            4.5969652250
## 119            31.24375045           33.695925800           34.9165053200
## 120                     NA            0.001181883                      NA
## 121                     NA                     NA                      NA
## 122                     NA                     NA                      NA
## 123             6.90659701            6.882339321            6.0245666970
## 124                     NA                     NA                      NA
## 125             3.75044965            3.795913288            3.8316096580
## 126             5.96188494            6.082836988            6.2983194730
## 127            13.70272414           13.796513310           13.9029444700
## 128            39.75796560           40.754171800           41.7503780000
## 129                     NA                     NA                      NA
## 130                     NA                     NA                      NA
## 131                     NA                     NA                      NA
## 132                     NA                     NA                      NA
## 133                     NA           77.410003660                      NA
## 134                     NA                     NA                      NA
## 135                     NA                     NA                      NA
## 136                     NA                     NA                      NA
## 137                     NA                     NA                      NA
## 138                     NA                     NA                      NA
## 139                     NA                     NA                      NA
## 140                     NA                     NA                      NA
## 141                     NA                     NA                      NA
## 142                     NA                     NA                      NA
## 143                     NA                     NA                      NA
## 144                     NA                     NA                      NA
## 145                     NA                     NA                      NA
## 146                     NA                     NA                      NA
## 147                     NA                     NA                      NA
## 148                     NA                     NA                      NA
## 149                     NA                     NA                      NA
## 150                     NA                     NA                      NA
## 151                     NA                     NA                      NA
## 152         16376.00000000        17154.000000000        16454.0000000000
## 153                     NA                     NA                      NA
## 154                     NA                     NA                      NA
## 155                     NA                     NA                      NA
## 156                     NA                     NA                      NA
## 157                     NA           39.268539430           41.5785713200
## 158                     NA                     NA                      NA
## 159                     NA           14.966609950                      NA
## 160                     NA                     NA                      NA
## 161            12.00000000           12.336333330           13.2438333300
## 162                     NA                     NA                      NA
## 163                     NA                     NA                      NA
## 164  397000000000.00000000 431000000000.000000000 447000000000.0000000000
## 165                     NA                     NA                      NA
## 166            17.18593400           16.820537000           16.3169760000
## 167            24.65847007           24.931337570           24.4901258400
## 168     436995335.69999999    488688546.800000012    529964707.3000000119
## 169   13520000000.00000000  15509999600.000000000  17714999300.0000000000
## 170                     NA                     NA                      NA
## 171                     NA                     NA                      NA
## 172    1729999908.00000000   2027749992.000000000   2157494732.0000000000
## 173    1564999900.00000000   1922000000.000000000   2638000100.0000000000
## 174                     NA                     NA                      NA
## 175                     NA                     NA                      NA
## 176                     NA                     NA                      NA
## 177                     NA                     NA                      NA
## 178                     NA                     NA                      NA
## 179                     NA                     NA                      NA
## 180                     NA                     NA                      NA
## 181                     NA                     NA                      NA
## 182                     NA                     NA                      NA
## 183                     NA                     NA                      NA
## 184                     NA                     NA                      NA
## 185                     NA                     NA                      NA
## 186                     NA                     NA                      NA
## 187                     NA                     NA                      NA
## 188                     NA                     NA                      NA
## 189             1.67896080            2.073394355            2.2717123490
## 190                     NA                     NA                      NA
## 191                     NA                     NA                      NA
## 192                     NA                     NA                      NA
## 193                     NA                     NA                      NA
## 194                     NA                     NA                      NA
## 195            12.38645087           14.120958310           17.4195748100
## 196            93.54838710           96.047430830           98.4567901200
## 197       1377078.80000000      2281920.100000000      6715295.7000000002
## 198      14909999.85000000      8239999.771000000      4920000.0760000004
## 199                     NA                     NA       656000.0000000000
## 200                     NA                     NA                      NA
## 201                     NA                     NA                      NA
## 202                     NA                     NA                      NA
## 203        680000.00720000       189999.997600000       319999.9928000000
## 204                     NA                     NA                      NA
## 205            53.30072035           52.200873800           56.3733441600
## 206     -38850000.00000000    -19105770.520000000    -85414692.5900000036
## 207          1687.10000000         1700.900000000         1381.5000000000
## 208                     NA                     NA                      NA
## 209             7.78972690            8.662245826            7.2116187570
## 210                     NA           29.808721100           34.1432169400
## 211      84440662.98999999     89938956.620000005     80854563.1899999976
## 212             1.15164264            5.516159839            0.4333960550
## 213                     NA                     NA                      NA
## 214                     NA                     NA                      NA
## 215            93.90900000           93.624000000           93.3840000000
## 216             2.28664604            2.309378509            2.3296288470
## 217        280979.00000000       290973.000000000       300592.0000000000
## 218             5.82318845            5.943268921            6.1612546400
## 219            13.13219988           13.218192120           13.3143693800
## 220             5.72500000            5.687000000            5.6450000000
## 221                     NA                     NA                      NA
## 222                     NA                     NA                      NA
## 223                     NA                     NA                      NA
## 224                     NA           51.534509280                      NA
## 225                     NA                     NA                      NA
## 226                     NA                     NA                      NA
## 227                     NA                     NA                      NA
## 228                     NA                     NA                      NA
## 229                     NA                     NA                      NA
## 230                     NA                     NA                      NA
## 231                     NA                     NA                      NA
## 232                     NA                     NA                      NA
## 233                     NA                     NA                      NA
## 234                     NA                     NA                      NA
## 235                     NA                     NA                      NA
## 236                     NA                     NA                      NA
## 237                     NA                     NA                      NA
## 238                     NA                     NA                      NA
## 239                     NA                     NA                      NA
## 240        124834.00000000       123236.000000000       121400.0000000000
## 241                     NA                     NA                      NA
## 242                     NA                     NA                      NA
## 243                     NA                     NA                      NA
## 244                     NA                     NA                      NA
## 245                     NA           29.070669170           33.1452217100
## 246                     NA            1.109760046                      NA
## 247                     NA                     NA                      NA
## 248                     NA                     NA                      NA
## 249                     NA           71.173011780           73.5191879300
## 250                     NA                     NA                      NA
## 251                     NA                     NA                      NA
## 252                     NA                     NA                      NA
## 253            12.00000000           12.000000000           12.9363000000
## 254                     NA                     NA                      NA
## 255            11.09588545           10.890980050            9.9328778220
## 256            -2.31939421            8.341974135            3.7793746540
## 257             7.60954655            7.937356408            9.3474096740
## 258             0.69607265            0.180965930            0.0910718700
## 259  169000000000.00000000 176000000000.000000000 181000000000.0000000000
## 260    2608000000.00000000   3148000000.000000000   3732999900.0000000000
## 261    1126666667.00000000   1292499967.000000000   1369402325.0000000000
## 262            38.53827650           38.511753260           41.7386860200
## 263            30.49718959           51.952400250           34.4588726300
## 264                     NA    213992129.099999994    225362272.8000000119
## 265            17.70722642           19.129184060           14.9885297100
## 266                     NA                     NA                      NA
## 267                     NA                     NA                      NA
## 268                     NA                     NA                      NA
## 269                     NA                     NA            1.0450000000
## 270             2.36247935            2.363299218            2.3725637210
## 271             8.76031701            8.667513412            8.5991971000
## 272       3179230.00000000      3270811.000000000      3360766.0000000000
## 273           145.80000000          141.600000000          137.4000000000
## 274        251180.00000000                     NA                      NA
## 275                     NA                     NA                      NA
## 276                     NA                     NA                      NA
## 277                     NA                     NA                      NA
## 278                     NA                     NA                      NA
## 279                     NA                     NA                      NA
## 280                     NA                     NA                      NA
## 281                     NA                     NA                      NA
## 282                     NA                     NA                      NA
## 283                     NA                     NA                      NA
## 284                     NA                     NA                      NA
## 285                     NA                     NA                      NA
## 286                     NA                     NA                      NA
## 287                     NA                     NA                      NA
## 288                     NA                     NA                      NA
## 289                     NA                     NA                      NA
## 290                     NA                     NA                      NA
## 291                     NA                     NA                      NA
## 292                     NA                     NA                      NA
## 293                     NA                     NA                      NA
## 294                     NA                     NA                      NA
## 295                     NA                     NA                      NA
## 296                     NA                     NA                      NA
## 297                     NA                     NA                      NA
## 298                     NA                     NA                      NA
## 299                     NA            8.115530014                      NA
## 300         27805.00000000        29134.000000000        32259.0000000000
## 301                     NA                     NA                      NA
## 302                     NA            5.000000000            5.0000000000
## 303                     NA                     NA                      NA
## 304                     NA                     NA                      NA
## 305                     NA                     NA                      NA
## 306      35600000.00000000     46370000.000000000     39740080.2400000021
## 307          1565.03468700         1784.837052000         1980.2368690000
## 308             0.00000000            0.000000000            0.0000000000
## 309    1945916583.00000000   2275583317.000000000   2395429852.0000000000
## 310     259800000.00000000    313400000.000000000    327200000.0000000000
## 311             0.00000000            0.000000000            0.0000000000
## 312     479833258.30000001    567333358.299999952    586643785.2999999523
## 313             2.57208759            3.831197287            8.3645334450
## 314                     NA                     NA                      NA
## 315     589000000.00000000    509000000.000000000   -151000000.0000000000
## 316           107.19027050          106.716227000          107.2156959000
## 317                     NA                     NA                      NA
## 318     241000000.00000000    270900000.000000000    337600000.0000000000
## 319                     NA                     NA                      NA
## 320                     NA                     NA                      NA
## 321                     NA                     NA            0.0383933620
## 322                     NA                     NA                      NA
## 323                     NA           51.208425500           62.6328880400
## 324                     NA                     NA                      NA
## 325                     NA                     NA                      NA
## 326             6.09100000            6.376000000            6.6160000000
## 327      15016408.00000000     15367229.000000000     15729431.0000000000
## 328             2.83066072            2.859798637            2.8796075480
## 329             5.34297610            5.240917027            5.1071911490
## 330            11.85421075           11.848605280           11.8671072500
## 331                     NA                     NA                      NA
## 332           130.83200000          131.110000000          131.3880000000
## 333                     NA                     NA                      NA
## 334                     NA                     NA                      NA
## 335                     NA                     NA                      NA
## 336                     NA           63.389999390                      NA
## 337                     NA                     NA                      NA
## 338                     NA                     NA                      NA
## 339                     NA                     NA                      NA
## 340                     NA                     NA                      NA
## 341                     NA                     NA                      NA
## 342                     NA                     NA                      NA
## 343                     NA                     NA                      NA
## 344                     NA                     NA                      NA
## 345                     NA                     NA                      NA
## 346                     NA                     NA                      NA
## 347                     NA                     NA                      NA
## 348                     NA                     NA                      NA
## 349                     NA                     NA                      NA
## 350                     NA                     NA                      NA
## 351                     NA                     NA                      NA
## 352                     NA                     NA                      NA
## 353                     NA                     NA                      NA
## 354                     NA                     NA                      NA
## 355             9.14752960                     NA                      NA
## 356                     NA                     NA                      NA
## 357                     NA                     NA                      NA
## 358                     NA                     NA                      NA
## 359                     NA                     NA                      NA
## 360                     NA                     NA                      NA
## 361                     NA                     NA                      NA
## 362                     NA           45.096141820                      NA
## 363                     NA                     NA                      NA
## 364                     NA                     NA                      NA
## 365    4038900500.00000000   4613536848.000000000   5082411636.0000000000
## 366    1958433283.00000000   2285666642.000000000   2407798149.0000000000
## 367                     NA                     NA                      NA
## 368                     NA                     NA                      NA
## 369            12.63979300           12.237987000           11.8247770000
## 370             1.50000000            1.800000000            2.0000000000
## 371   33946787599.00000000  37962433332.000000000  41168858980.0000000000
## 372            -4.78360187           10.487178290            4.5827616310
## 373            18.28615598           17.607207070           17.1485737600
## 374    2215000100.00000000   2476000000.000000000   2977999900.0000000000
## 375                     NA                     NA                      NA
## 376                     NA                     NA                      NA
## 377                     NA                     NA                      NA
## 378                     NA                     NA                      NA
## 379                     NA                     NA                      NA
## 380             0.00000000            0.000000000            0.0000000000
## 381                     NA                     NA                      NA
## 382                     NA                     NA                      NA
## 383                     NA                     NA                      NA
## 384                     NA                     NA                      NA
## 385                     NA                     NA                      NA
## 386                     NA                     NA                      NA
## 387                     NA                     NA                      NA
## 388                     NA                     NA                      NA
## 389                     NA                     NA                      NA
## 390                     NA                     NA                      NA
## 391                     NA                     NA                      NA
## 392                     NA                     NA                      NA
## 393     271948974.00000000    262066242.000000000    268378933.9000000060
## 394                     NA                     NA                      NA
## 395                     NA                     NA                      NA
## 396                     NA                     NA                      NA
## 397            86.87192457           86.774922980           86.2720529300
## 398             0.00000000            0.000000000            0.0000000000
## 399             6.45161290            3.952569170            1.5432098770
## 400             1.46434225            1.503182872            2.1667371990
## 401                     NA                     NA                      NA
## 402                     NA                     NA                      NA
## 403      17671894.30000000      -785880.700000000     -5405153.2000000002
## 404             2.57747775            7.009137916           14.6732194200
## 405                     NA       180000.007200000       230000.0042000000
## 406      15609999.66000000     16049999.240000000     16579999.9199999999
## 407                     NA                     NA                      NA
## 408     102058333.30000000    144203176.800000012     87635893.9099999964
## 409    -158575000.00000000   -156623104.900000006   -243663042.9000000060
## 410     415650000.00000000    456316056.000000000    491481716.0000000000
## 411                     NA                     NA                      NA
## 412          2514.00000000         2420.000000000         2591.0000000000
## 413             2.50000000            2.900000095            2.7000000480
## 414                     NA                     NA                      NA
## 415                     NA                     NA                      NA
## 416                     NA                     NA                      NA
## 417                     NA                     NA                      NA
## 418                     NA                     NA                      NA
## 419                     NA                     NA                      NA
## 420                     NA                     NA                      NA
## 421                     NA                     NA                      NA
## 422                     NA                     NA                      NA
## 423                     NA                     NA                      NA
## 424                     NA                     NA                      NA
## 425             8.57393724            9.190317568            8.6317286340
## 426                     NA                     NA                      NA
## 427                     NA                     NA                      NA
## 428            40.38461538           36.363636360           37.2549019600
## 429            15.58549947           15.379985210           15.2772087600
## 430           205.35200000          102.676000000          110.0100000000
## 431             0.38270392            0.450352990            0.5753252690
## 432                     NA                     NA                      NA
## 433                     NA                     NA                      NA
## 434                     NA                     NA                      NA
## 435                     NA                     NA                      NA
## 436      13230980.40000000     14601375.699999999      5189752.7999999998
## 437     204459231.00000000    278427656.699999988    352779239.0000000000
## 438                     NA                     NA                      NA
## 439                     NA      2079999.924000000      1330000.0430000001
## 440             0.00000000            0.000000000            0.0000000000
## 441      78170000.00000000     63320000.000000000     74500000.0000000000
## 442             0.00000000            0.000000000            0.0000000000
## 443            27.03000069           28.250000000           24.2399997700
## 444       2247630.00000000      2312590.000000000      2331630.0000000000
## 445                     NA                     NA                      NA
## 446                     NA                     NA                      NA
## 447    2085833250.00000000   2428416658.000000000   2568276787.0000000000
## 448                     NA                     NA                      NA
## 449                     NA      1000000.000000000                      NA
## 450         11400.00000000        12800.000000000        14290.0000000000
## 451                     NA                     NA                      NA
## 452                     NA                     NA                      NA
## 453                     NA                     NA                      NA
## 454                     NA                     NA                      NA
## 455                     NA                     NA                      NA
## 456                     NA                     NA                      NA
## 457                     NA                     NA                      NA
## 458                     NA                     NA                      NA
## 459                     NA                     NA                      NA
## 460                     NA                     NA                      NA
## 461                     NA                     NA                      NA
## 462                     NA                     NA                      NA
## 463           133.00889990           94.123638820           76.0756031600
## 464                     NA                     NA                      NA
## 465                     NA                     NA                      NA
## 466                     NA                     NA                      NA
## 467                     NA                     NA                      NA
## 468                     NA                     NA                      NA
## 469                     NA                     NA                      NA
## 470       3167918.60000000      3569920.600000000      4300955.4000000004
## 471                     NA                     NA                      NA
## 472       3559999.94300000      3130000.114000000      3690000.0570000000
## 473                     NA                     NA                      NA
## 474             3.42360000            7.901500000           11.0550000000
## 475      84020000.00000000     90119998.700000003    112700001.7000000030
## 476                     NA                     NA                      NA
## 477                     NA                     NA                      NA
## 478     155016666.69999999    155489774.400000006    160182779.1999999881
## 479    -225892670.30000001   -218162704.500000000   -318701933.1000000238
## 480             2.45145295            2.447341398            2.5823576050
## 481                     NA                     NA                      NA
## 482                     NA                     NA                      NA
## 483                     NA           63.846976870           61.2598178400
## 484                     NA                     NA                      NA
## 485                     NA            0.001181883            0.0453935780
## 486             0.59219888            0.618826582            0.7744126000
## 487                     NA                     NA                      NA
## 488                     NA                     NA                      NA
## 489                     NA                     NA                      NA
## 490             0.30250104            0.327405071            0.3462434570
## 491             3.07762743            3.063207951            3.0495504300
## 492       8304212.00000000      8460702.000000000      8633029.0000000000
## 493       3038992.00000000      3124520.000000000      3208074.0000000000
## 494           132.70000000          128.800000000          124.7000000000
## 495          8700.00000000         8800.000000000         9800.0000000000
## 496                     NA                     NA                      NA
## 497                     NA                     NA                      NA
## 498                     NA                     NA                      NA
## 499                     NA                     NA                      NA
## 500                     NA                     NA                      NA
## 501                     NA                     NA                      NA
## 502                     NA                     NA                      NA
## 503                     NA                     NA                      NA
## 504                     NA                     NA                      NA
## 505                     NA                     NA                      NA
## 506                     NA                     NA                      NA
## 507                     NA                     NA                      NA
## 508                     NA                     NA                      NA
## 509                     NA                     NA                      NA
## 510                     NA                     NA                      NA
## 511                     NA                     NA                      NA
## 512                     NA                     NA                      NA
## 513           208.80000000          202.200000000          195.6000000000
## 514                     NA                     NA                      NA
## 515                     NA                     NA                      NA
## 516                     NA                     NA                      NA
## 517                     NA                     NA                      NA
## 518                     NA                     NA                      NA
## 519            31.29177000           18.298650000           22.4919200000
## 520                     NA                     NA                      NA
## 521                     NA                     NA                      NA
## 522                     NA                     NA                      NA
## 523                     NA                     NA                      NA
## 524                     NA            0.361200005            0.3726899920
## 525                     NA                     NA                      NA
## 526                     NA                     NA                      NA
## 527    1464999900.00000000   1840999900.000000000   1951000100.0000000000
## 528                     NA                     NA                      NA
## 529                     NA                     NA                      NA
## 530             2.99747881            2.242164706            3.1519333410
## 531                     NA                     NA                      NA
## 532      13632118.00000000      4136277.900000000      2192826.7999999998
## 533                     NA                     NA                      NA
## 534     936000000.00000000   1049000000.000000000   1243000100.0000000000
## 535    -139916666.69999999   -152833341.699999988   -172846926.9000000060
## 536            15.76377910           15.743215410           17.6358591700
## 537                     NA                     NA                      NA
## 538                     NA                     NA                      NA
## 539                     NA            0.425792082                      NA
## 540            21.75508959           23.466322590           25.1292498000
## 541             2.54604779            2.556491209            2.7193513940
## 542                     NA                     NA                      NA
## 543                     NA                     NA                      NA
## 544      14101759.00000000     14387414.000000000     14688772.0000000000
## 545             5.94845122            6.042891004            6.1126749370
## 546             1.73458580            1.729714244            1.7253154790
## 547             7.85757904            7.883656333            7.8285080880
## 548       6218223.00000000      6395256.000000000      6568693.0000000000
## 549            46.77600000           47.450000000           48.1420000000
## 550                     NA                     NA                      NA
## 551                     NA                     NA                      NA
## 552                     NA                     NA                      NA
## 553                     NA           45.169998170                      NA
## 554                     NA                     NA                      NA
## 555                     NA                     NA                      NA
## 556                     NA                     NA                      NA
## 557                     NA                     NA                      NA
## 558                     NA                     NA                      NA
## 559                     NA                     NA                      NA
## 560                     NA                     NA                      NA
## 561                     NA                     NA                      NA
## 562                     NA                     NA                      NA
## 563                     NA                     NA                      NA
## 564                     NA                     NA                      NA
## 565                     NA                     NA                      NA
## 566                     NA                     NA                      NA
## 567                     NA                     NA                      NA
## 568                     NA                     NA                      NA
## 569         84695.00000000        83763.000000000        82670.0000000000
## 570                     NA                     NA                      NA
## 571                     NA                     NA                      NA
## 572                     NA                     NA                      NA
## 573                     NA                     NA                      NA
## 574                     NA           18.551050190           21.3908500700
## 575                     NA            0.309480011                      NA
## 576                     NA                     NA                      NA
## 577                     NA                     NA                      NA
## 578            28.04651000           26.926210000           27.5915500000
## 579                     NA                     NA                      NA
## 580                     NA                     NA                      NA
## 581                     NA                     NA                      NA
## 582                     NA                     NA                      NA
## 583                     NA                     NA                      NA
## 584     215916675.00000000    247833325.000000000    237935120.5999999940
## 585                     NA                     NA                      NA
## 586                     NA                     NA                      NA
## 587                     NA                     NA                      NA
## 588    2292781789.00000000   2378199614.000000000   2445299894.0000000000
## 589             4.00839382            3.841505869            4.0112305800
## 590            30.27279561           32.519135620           30.3988638900
## 591     355833341.69999999    400666666.699999988    410782055.1000000238
## 592    2695000100.00000000   3523000100.000000000   3592000000.0000000000
## 593                     NA                     NA                      NA
## 594                     NA                     NA                      NA
## 595                     NA                     NA                      NA
## 596                     NA                     NA                      NA
## 597                     NA                     NA                      NA
## 598                     NA                     NA                      NA
## 599                     NA                     NA                      NA
## 600                     NA                     NA                      NA
## 601                     NA                     NA                      NA
## 602                     NA                     NA                      NA
## 603                     NA                     NA                      NA
## 604                     NA                     NA                      NA
## 605                     NA                     NA                      NA
## 606                     NA                     NA                      NA
## 607                     NA                     NA                      NA
## 608                     NA                     NA                      NA
## 609                     NA                     NA                      NA
## 610     182755266.00000000    201922902.000000000    199248136.3000000119
## 611                     NA                     NA                      NA
## 612        225143.00000000       235498.000000000       249635.0000000000
## 613                     NA                     NA                      NA
## 614                     NA                     NA                      NA
## 615           319.02900000          333.697000000          322.6960000000
## 616             0.00000000            0.000000000            0.0000000000
## 617                     NA                     NA                      NA
## 618            42.37096040           40.911813190           43.1445321200
## 619       8340000.15300000     11390000.340000000     12630000.1099999994
## 620      34379000.00000000     50588000.000000000     61383000.0000000000
## 621      76120000.00000000    108915632.599999994    142235629.8000000119
## 622                     NA                     NA                      NA
## 623                     NA                     NA         9999.9997760000
## 624                     NA                     NA                      NA
## 625     271583333.30000001    313875975.399999976    265790341.5000000000
## 626             0.00000000            0.000000000            0.0000000000
## 627      87698996.31999999     93950174.709999993     85143888.9399999976
## 628        143000.00000000       143000.000000000       143000.0000000000
## 629         40850.00000000        41030.000000000        41066.0000000000
## 630                     NA                     NA                      NA
## 631                     NA                     NA                      NA
## 632                     NA                     NA                      NA
## 633                     NA                     NA                      NA
## 634                     NA                     NA                      NA
## 635                     NA                     NA                      NA
## 636                     NA                     NA                      NA
## 637                     NA                     NA                      NA
## 638                     NA                     NA                      NA
## 639    5479100000.00000000   6520400000.000000000   7887000000.0000000000
## 640                     NA                     NA                      NA
## 641          2221.00000000         2154.000000000         2359.0000000000
## 642            30.76923077           34.090909090           33.3333333300
## 643                     NA                     NA                      NA
## 644           183.43267850          181.997262900          188.0670785000
## 645                     NA                     NA                      NA
## 646             0.00000000            0.000000000            0.0000000000
## 647             2.87241054            3.681406321            6.8479816820
## 648        189999.99760000      1769999.981000000      1620000.0049999999
## 649                     NA                     NA                      NA
## 650                     NA                     NA                      NA
## 651      41582192.20000000     37825208.100000001     30502094.6000000015
## 652        319999.99280000       819999.992800000      2460000.0380000002
## 653                     NA                     NA                      NA
## 654             0.00000000            0.000000000            0.0000000000
## 655                     NA                     NA                      NA
## 656       1375000.00000000      1010027.129000000      2358373.0189999999
## 657            38.90999985           40.799999240           43.7099990800
## 658                     NA                     NA                      NA
## 659                     NA                     NA                      NA
## 660                     NA                     NA                      NA
## 661                     NA                     NA                      NA
## 662                     NA                     NA                      NA
## 663                     NA                     NA                      NA
## 664                     NA                     NA                      NA
## 665                     NA                     NA                      NA
## 666                     NA                     NA                      NA
## 667                     NA                     NA                      NA
## 668                     NA                     NA                      NA
## 669                     NA                     NA                      NA
## 670                     NA                     NA                      NA
## 671                     NA                     NA                      NA
## 672            17.52177084           19.004946070           20.9588368800
## 673                     NA                     NA                      NA
## 674                     NA                     NA                      NA
## 675                     NA                     NA                      NA
## 676                     NA                     NA                      NA
## 677                     NA                     NA                      NA
## 678           303.78443370          301.964654800          303.1535597000
## 679            21.19815668           21.343873520           21.2962963000
## 680             1.97139796            2.230196176            4.6932758460
## 681                     NA                     NA                      NA
## 682                     NA                     NA       656000.0000000000
## 683         19999.99955000      2210000.038000000      1350000.0240000000
## 684     155877038.80000001    218602448.599999994    283277144.3999999762
## 685                     NA                     NA                      NA
## 686                     NA                     NA                      NA
## 687                     NA                     NA                      NA
## 688      14508333.33000000     14183024.279999999     17971668.4100000001
## 689            -1.99648846           -0.839598813           -3.5657354980
## 690            12.47307644           10.961582780           10.2414465600
## 691                     NA                     NA                      NA
## 692                     NA                     NA                      NA
## 693                     NA                     NA                      NA
## 694            82.20204626           82.070531600           81.5541488700
## 695     130416658.30000000    160166666.699999988    203922303.9000000060
## 696                     NA                     NA                      NA
## 697        379900.00000000       364500.000000000       400200.0000000000
## 698                     NA                     NA                      NA
## 699                     NA                     NA                      NA
## 700                     NA                     NA                      NA
## 701                     NA                     NA                      NA
## 702                     NA                     NA                      NA
## 703                     NA                     NA                      NA
## 704                     NA                     NA                      NA
## 705                     NA                     NA                      NA
## 706                     NA                     NA                      NA
## 707                     NA                     NA                      NA
## 708             8.57393724            9.190317568            8.6317286340
## 709            12.35253743            9.262470114            2.5335868970
## 710                     NA                     NA                      NA
## 711          1433.00000000         1714.000000000         2041.0000000000
## 712             9.61538461            9.090909091            9.8039215690
## 713                     NA                     NA                      NA
## 714            37.83783784           22.580645160           24.7933884300
## 715             3.45656745            2.982699618            3.4313788200
## 716                     NA                     NA                      NA
## 717       7800988.30000000     11555050.000000000     18201273.8999999985
## 718                     NA                     NA                      NA
## 719                     NA                     NA                      NA
## 720                     NA                     NA                      NA
## 721            10.43993853           12.181463890           14.6515287900
## 722       1490000.01000000      1539999.962000000      5449999.8090000004
## 723       8060000.42000000      9699999.809000000     11810000.4199999999
## 724     109516666.70000000    127554781.200000003    144934808.0000000000
## 725      47360000.00000000     50320000.000000000     60140000.0000000000
## 726             0.00000000            0.000000000            0.0000000000
## 727            29.68000031           31.120000840           28.9500007600
## 728             0.20279720            0.202797203            0.2027972030
## 729                     NA                     NA                      NA
## 730                     NA            0.064414700                      NA
## 731            48.01593257           35.764334690           25.6375537400
## 732                     NA                     NA                      NA
## 733                     NA                     NA                      NA
## 734                     NA                     NA                      NA
## 735                     NA                     NA                      NA
## 736            50.10874105           50.118345990           50.1249727300
## 737             0.84946135            0.851683911            0.8518496020
## 738             3.74211928            3.722077473            3.7163893690
## 739            55.68571286           55.442892430           55.2754613200
## 740                     NA                     NA                      NA
## 741            17.97300000           17.491000000           16.9990000000
## 742                     NA                     NA                      NA
## 743                     NA                     NA                      NA
## 744                     NA                     NA                      NA
## 745                     NA                     NA                      NA
## 746                     NA                     NA                      NA
## 747                     NA                     NA                      NA
## 748                     NA                     NA                      NA
## 749                     NA                     NA                      NA
## 750                     NA                     NA                      NA
## 751                     NA                     NA                      NA
## 752                     NA                     NA                      NA
## 753                     NA                     NA                      NA
## 754                     NA                     NA                      NA
## 755                     NA                     NA                      NA
## 756                     NA                     NA                      NA
## 757                     NA                     NA                      NA
## 758                     NA                     NA                      NA
## 759                     NA                     NA                      NA
## 760                     NA                     NA                      NA
## 761                     NA                     NA                      NA
## 762            39.37500000           39.375000000           39.3750000000
## 763            16.44961929                     NA                      NA
## 764                     NA                     NA                      NA
## 765                     NA                     NA                      NA
## 766                     NA                     NA                      NA
## 767                     NA           11.000000000           11.0000000000
## 768                     NA                     NA                      NA
## 769                     NA                     NA                      NA
## 770                     NA                     NA                      NA
## 771                     NA           20.573669430                      NA
## 772                     NA                     NA                      NA
## 773                     NA                     NA                      NA
## 774     150200300.00000000    120999900.000000000    160000000.0000000000
## 775                     NA                     NA                      NA
## 776           346.16432440          366.479384100          371.5721443000
## 777   21885999100.00000000  25465999900.000000000  29036999200.0000000000
## 778           123.59813350          141.665097900          146.0319830000
## 779             0.00000000            0.000000000            0.0000000000
## 780                     NA                     NA                      NA
## 781                     NA                     NA                      NA
## 782                     NA                     NA                      NA
## 783                     NA                     NA                      NA
## 784                     NA                     NA                      NA
## 785   19194999000.00000000  22410999900.000000000  25271999000.0000000000
## 786                     NA                     NA                      NA
## 787                     NA                     NA                      NA
## 788                     NA                     NA            3.0000000000
## 789                     NA                     NA                      NA
## 790                     NA                     NA                      NA
## 791                     NA                     NA                      NA
## 792                     NA                     NA                      NA
## 793                     NA                     NA                      NA
## 794                     NA                     NA                      NA
## 795                     NA                     NA                      NA
## 796                     NA                     NA                      NA
## 797                     NA                     NA                      NA
## 798             4.48758885            1.467431110           17.0461569000
## 799                     NA                     NA                      NA
## 800            24.61523492           24.034945370           23.9881651900
## 801                     NA                     NA                      NA
## 802                     NA                     NA                      NA
## 803            58.78378378           73.387096770           72.7272727300
## 804                     NA                     NA                      NA
## 805                     NA                     NA                      NA
## 806             7.69850092            7.171649408            7.3606666640
## 807                     NA                     NA                      NA
## 808       1081896.70000000      4030271.200000000      8339250.7999999998
## 809      76120000.00000000    108915632.599999994    142235629.8000000119
## 810                     NA                     NA                      NA
## 811                     NA                     NA                      NA
## 812       1399999.97600000      1740000.010000000      2009999.9900000000
## 813             5.91871842            6.733771141            5.4001324050
## 814             0.00000000            0.000000000            0.0000000000
## 815             0.00000000            0.000000000            0.0000000000
## 816                     NA                     NA                      NA
## 817            28.56643357           28.692307690           28.7174825200
## 818                     NA                     NA                      NA
## 819                     NA                     NA                      NA
## 820                     NA                     NA                      NA
## 821                     NA                     NA                      NA
## 822                     NA                     NA                      NA
## 823                     NA                     NA                      NA
## 824                     NA                     NA                      NA
## 825                     NA                     NA                      NA
## 826                     NA                     NA                      NA
## 827                     NA                     NA                      NA
## 828                     NA                     NA                      NA
## 829             5.42640753            4.934714158            7.9353300100
## 830    4049420367.00000000   4802622385.000000000   6013000000.0000000000
## 831                     NA                     NA                      NA
## 832             1.49931328            1.532468866            1.5870567730
## 833            17.30769231           18.181818180           17.6470588200
## 834            76.63688825           76.688250330           76.5966330700
## 835                     NA                     NA                      NA
## 836                     NA                     NA                      NA
## 837                     NA                     NA                      NA
## 838            36.01983020           35.671500600           35.8923950800
## 839       3200000.04800000      2740000.010000000      1639999.9860000000
## 840      47609877.10000000     65189157.600000001     66572291.5000000000
## 841                     NA                     NA                      NA
## 842                     NA                     NA                      NA
## 843      24260000.23000000     33069999.690000001     35220001.2199999988
## 844         70000.00030000        29999.999330000        70000.0003000000
## 845        300000.00000000      -230000.000000000       -30000.0000000000
## 846     108141666.70000000    126544754.000000000    142576435.0000000000
## 847            30.08293268           32.257272730           33.1575033900
## 848            11.07488987           10.576923080           11.3065107300
## 849             0.15116798            0.148888261            0.1456886770
## 850                     NA                     NA                      NA
## 851                     NA                     NA                      NA
## 852                     NA                     NA                      NA
## 853                     NA                     NA                      NA
## 854                     NA                     NA                      NA
## 855                     NA                     NA                      NA
## 856                     NA                     NA                      NA
## 857                     NA                     NA                      NA
## 858                     NA                     NA                      NA
## 859                     NA                     NA                      NA
## 860                     NA                     NA                      NA
## 861                     NA                     NA                      NA
## 862                     NA                     NA                      NA
## 863                     NA                     NA                      NA
## 864            23.46409248           23.878126660           25.4517884500
## 865                     NA                     NA                      NA
## 866          3654.00000000         3868.000000000         4400.0000000000
## 867                     NA                     NA                      NA
## 868                     NA                     NA                      NA
## 869                     NA                     NA                      NA
## 870            96.13245002           96.533587910           95.9590288900
## 871             6.45161290            3.952569170            1.5432098770
## 872             0.39832801            0.505543975            0.7559302220
## 873                     NA                     NA                      NA
## 874                     NA                     NA                      NA
## 875                     NA                     NA                      NA
## 876     155877038.80000001    218602448.599999994    283277144.3999999762
## 877        620000.00480000       170000.001800000       119999.9973000000
## 878      18809999.47000000      5960000.038000000      7980000.0190000003
## 879                     NA                     NA                      NA
## 880                     NA                     NA                      NA
## 881                     NA                     NA                      NA
## 882        147180.00000000       147180.000000000       147180.0000000000
## 883                     NA                     NA                      NA
## 884                     NA                     NA                      NA
## 885                     NA            0.436709834           -0.0000000119
## 886            21.39534404           12.214297960           39.1465091000
## 887                     NA                     NA                      NA
## 888                     NA                     NA                      NA
## 889                     NA                     NA                      NA
## 890                     NA                     NA                      NA
## 891                     NA                     NA                      NA
## 892             0.58973221            0.606841523            0.6203905690
## 893             3.68000000            3.624546470            3.5667550200
## 894       4132309.00000000      4210734.000000000      4296568.0000000000
## 895            16.11527154           16.230744060           16.2515560800
## 896                     NA            6.800000000                      NA
## 897                     NA                     NA                      NA
## 898                     NA                     NA                      NA
## 899                     NA                     NA                      NA
## 900                     NA                     NA                      NA
## 901                     NA                     NA                      NA
## 902                     NA                     NA                      NA
## 903                     NA                     NA                      NA
## 904                     NA                     NA                      NA
## 905                     NA                     NA                      NA
## 906                     NA                     NA                      NA
## 907                     NA                     NA                      NA
## 908                     NA                     NA                      NA
## 909                     NA                     NA                      NA
## 910                     NA                     NA                      NA
## 911                     NA                     NA                      NA
## 912                     NA                     NA                      NA
## 913                     NA                     NA                      NA
## 914                     NA                     NA                      NA
## 915                     NA                     NA                      NA
## 916                     NA                     NA                      NA
## 917                     NA                     NA                      NA
## 918                     NA                     NA                      NA
## 919                     NA                     NA                      NA
## 920                     NA                     NA                      NA
## 921                     NA                     NA                      NA
## 922                     NA                     NA                      NA
## 923                     NA                     NA                      NA
## 924                     NA                     NA                      NA
## 925                     NA                     NA                      NA
## 926                     NA                     NA                      NA
## 927                     NA                     NA                      NA
## 928                     NA                     NA                      NA
## 929                     NA                     NA                      NA
## 930                     NA                     NA                      NA
## 931            -4.52766008            5.868617377            1.3896444050
## 932    4892480325.00000000   5274146242.000000000   5499708027.0000000000
## 933                     NA                     NA                      NA
## 934      89033130.00000000    104700000.000000000    108200000.0000000000
## 935                     NA                     NA                      NA
## 936                     NA                     NA                      NA
## 937     117783333.30000000    120873105.700000003    119946470.5000000000
## 938             0.09153380            0.068964410                      NA
## 939                     NA           41.002723030           25.0849763200
## 940                     NA                     NA                      NA
## 941                     NA                     NA                      NA
## 942                     NA                     NA                      NA
## 943                     NA                     NA                      NA
## 944            80.82880110           81.630661380           82.2006042100
## 945             1.90387895            1.902100561            1.9040829250
## 946             9.19602585            9.063178859            8.9576051260
## 947            42.25152578           42.468131800           42.6256596400
## 948            47.03900000           47.745000000           48.4700000000
## 949                     NA                     NA                      NA
## 950                     NA                     NA                      NA
## 951                     NA                     NA                      NA
## 952                     NA                     NA                      NA
## 953                     NA                     NA                      NA
## 954                     NA                     NA                      NA
## 955                     NA                     NA                      NA
## 956                     NA                     NA                      NA
## 957                     NA                     NA                      NA
## 958                     NA                     NA                      NA
## 959                     NA                     NA                      NA
## 960                     NA                     NA                      NA
## 961                     NA                     NA                      NA
## 962                     NA                     NA                      NA
## 963                     NA                     NA                      NA
## 964                     NA                     NA                      NA
## 965                     NA                     NA                      NA
## 966                     NA                     NA                      NA
## 967                     NA                     NA                      NA
## 968                     NA                     NA                      NA
## 969                     NA                     NA                      NA
## 970                     NA                     NA                      NA
## 971                     NA                     NA                      NA
## 972                     NA                     NA                      NA
## 973                     NA                     NA                      NA
## 974                     NA            4.819230080                      NA
## 975             9.64214993                     NA                      NA
## 976                     NA                     NA                      NA
## 977       1067912.00000000      1388001.000000000      1474698.0000000000
## 978                     NA                     NA                      NA
## 979                     NA                     NA                      NA
## 980                     NA                     NA                      NA
## 981     427200000.00000000    556440000.000000000    514089600.0000000000
## 982                     NA                     NA                      NA
## 983             4.44285230            2.608043944            3.3315935380
## 984   23350999000.00000000  27306999800.000000000  30987999200.0000000000
## 985            13.26455900           13.713076000           13.5892590000
## 986             0.00000000            0.000000000            0.0000000000
## 987    5757999100.00000000   6808000300.000000000   7589000000.0000000000
## 988   13314682374.00000000  13824794124.000000000  14981173652.0000000000
## 989            -7.19027053           -6.716227024           -7.2156956170
## 990                     NA                     NA                      NA
## 991     224583341.69999999    293583341.699999988    277668266.8000000119
## 992                     NA                     NA                      NA
## 993             1.03207571            0.992053320            1.0894539820
## 994                     NA                     NA                      NA
## 995                     NA                     NA                      NA
## 996                     NA                     NA            0.0025595570
## 997                     NA                     NA                      NA
## 998                     NA            7.624359459           11.9111773500
## 999                     NA                     NA                      NA
## 1000                    NA                     NA                      NA
## 1001                    NA                     NA                      NA
## 1002      7491875.00000000      7665428.000000000      7845058.0000000000
## 1003       493972.00000000       511271.000000000       527709.0000000000
## 1004            4.77678819            4.741731316            4.7141270340
## 1005            9.83658964            9.801500973            9.7942934270
## 1006                    NA                     NA                      NA
## 1007          387.74100000          379.884000000          372.0260000000
## 1008                    NA                     NA                      NA
## 1009                    NA                     NA                      NA
## 1010                    NA           66.720001220                      NA
## 1011                    NA                     NA                      NA
## 1012                    NA                     NA                      NA
## 1013                    NA                     NA                      NA
## 1014                    NA                     NA                      NA
## 1015                    NA                     NA                      NA
## 1016                    NA                     NA                      NA
## 1017                    NA                     NA                      NA
## 1018                    NA                     NA                      NA
## 1019                    NA                     NA                      NA
## 1020                    NA                     NA                      NA
## 1021                    NA                     NA                      NA
## 1022                    NA                     NA                      NA
## 1023                    NA                     NA                      NA
## 1024            8.00000000           16.000000000           18.0000000000
## 1025                    NA                     NA                      NA
## 1026                    NA                     NA                      NA
## 1027                    NA                     NA                      NA
## 1028                    NA                     NA                      NA
## 1029                    NA            3.477440119            3.4679598810
## 1030                    NA                     NA                      NA
## 1031                    NA                     NA                      NA
## 1032                    NA            5.000000000            5.0000000000
## 1033                    NA                     NA                      NA
## 1034                    NA                     NA                      NA
## 1035                    NA                     NA                      NA
## 1036                    NA                     NA                      NA
## 1037                    NA           30.038450240                      NA
## 1038                    NA                     NA                      NA
## 1039                    NA                     NA                      NA
## 1040           17.18593350           16.820537040           16.3169762600
## 1041  23501199400.00000000  27427999700.000000000  31147999200.0000000000
## 1042            0.00000000            0.000000000            0.0000000000
## 1043            0.00000000            0.000000000         -100.0000000000
## 1044   1856000000.00000000   2177000000.000000000   2297000000.0000000000
## 1045      3508744.30000000      3290111.700000000      3477972.7000000002
## 1046           11.16868704           11.528179670           12.0465986700
## 1047 167000000000.00000000 185000000000.000000000 193000000000.0000000000
## 1048    364500008.30000001    446416683.300000012    450515193.6999999881
## 1049            9.48567597            9.067272194            9.6101716050
## 1050                    NA                     NA                      NA
## 1051                    NA                     NA                      NA
## 1052                    NA                     NA                      NA
## 1053        17600.00000000        17000.000000000        16900.0000000000
## 1054                    NA                     NA                      NA
## 1055                    NA                     NA                      NA
## 1056                    NA                     NA                      NA
## 1057                    NA                     NA                      NA
## 1058                    NA                     NA                      NA
## 1059                    NA                     NA                      NA
## 1060                    NA                     NA                      NA
## 1061                    NA                     NA                      NA
## 1062                    NA                     NA                      NA
## 1063                    NA                     NA                      NA
## 1064                    NA                     NA                      NA
## 1065   2322043120.00000000   2915368768.000000000   2783596662.0000000000
## 1066                    NA                     NA                      NA
## 1067                    NA                     NA                      NA
## 1068            1.92307692            2.272727273            1.9607843140
## 1069                    NA                     NA                      NA
## 1070                    NA                     NA                      NA
## 1071            3.48484606            3.016059099            3.4656458420
## 1072                    NA                     NA                      NA
## 1073           10.04035081           10.666854650           11.2674130300
## 1074                    NA                     NA                      NA
## 1075                    NA                     NA                      NA
## 1076                    NA                     NA                      NA
## 1077                    NA                     NA                      NA
## 1078                    NA                     NA                      NA
## 1079      4260000.22900000      6230000.019000000      6780000.2100000000
## 1080            0.01541690           -0.010107299           -0.0012523850
## 1081            0.00000000            0.000000000            0.0000000000
## 1082           29.24776916           25.046884640           27.8481690100
## 1083      3792060.00000000      3933530.000000000      3221180.0000000000
## 1084           15.87412587           16.000000000           16.0251748300
## 1085                    NA     83267272.730000004     71035006.4800000042
## 1086                    NA                     NA                      NA
## 1087                    NA           41.002723030           25.0849763200
## 1088                    NA                     NA                      NA
## 1089                    NA                     NA                      NA
## 1090                    NA                     NA                      NA
## 1091                    NA                     NA                      NA
## 1092            0.43484426            0.446454018            0.4543417720
## 1093            3.18900854            3.152379554            3.1120293270
## 1094           54.91781350           54.672069560           54.4947328100
## 1095           16.69459088           16.823013210           16.8556079200
## 1096                    NA            6.800000000                      NA
## 1097                    NA                     NA      -101147.0000000000
## 1098                    NA                     NA                      NA
## 1099                    NA                     NA                      NA
## 1100                    NA                     NA                      NA
## 1101                    NA                     NA                      NA
## 1102                    NA                     NA                      NA
## 1103                    NA                     NA                      NA
## 1104                    NA                     NA                      NA
## 1105                    NA                     NA                      NA
## 1106                    NA                     NA                      NA
## 1107                    NA                     NA                      NA
## 1108                    NA                     NA                      NA
## 1109                    NA                     NA                      NA
## 1110                    NA                     NA                      NA
## 1111                    NA                     NA                      NA
## 1112                    NA                     NA                      NA
## 1113            0.03400000                     NA                      NA
## 1114                    NA                     NA                      NA
## 1115          207.90000000          201.400000000          194.8000000000
## 1116                    NA                     NA                      NA
## 1117                    NA                     NA                      NA
## 1118                    NA                     NA                      NA
## 1119                    NA                     NA                      NA
## 1120                    NA                     NA                      NA
## 1121                    NA                     NA                      NA
## 1122                    NA                     NA                      NA
## 1123                    NA                     NA                      NA
## 1124                    NA                     NA                      NA
## 1125                    NA                     NA                      NA
## 1126                    NA            0.386559993            0.4000000060
## 1127                    NA                     NA                      NA
## 1128                    NA                     NA                      NA
## 1129    122083325.00000000    153416658.300000012    150815928.8000000119
## 1130                    NA                     NA                      NA
## 1131        26463.90251000        28016.967690000        28406.3039200000
## 1132 379000000000.00000000 408000000000.000000000 425000000000.0000000000
## 1133                    NA                     NA                      NA
## 1134            4.54614060            4.582550000            4.4921996000
## 1135                    NA                     NA                      NA
## 1136     78000000.00000000     87416666.670000002     96086214.7600000054
## 1137           18.73153307           19.617681320           18.8072797500
## 1138                    NA                     NA                      NA
## 1139  25029999000.00000000  29140999900.000000000  33223999000.0000000000
## 1140                    NA                     NA                      NA
## 1141                    NA                     NA                      NA
## 1142            0.07591699            0.083294127            0.0908488040
## 1143                    NA                     NA                      NA
## 1144                    NA            0.425792082                      NA
## 1145                    NA                     NA                      NA
## 1146                    NA            7.623177576           11.8657837700
## 1147                    NA                     NA                      NA
## 1148                    NA                     NA                      NA
## 1149                    NA                     NA                      NA
## 1150           49.89125895           49.881654010           49.8750272700
## 1151            3.28954965            3.327021200            3.3549147450
## 1152            4.53010173            4.520384258            4.5185330530
## 1153           10.33298678           10.269675880           10.2468642700
## 1154                    NA                     NA                      NA
## 1155          425.14200000          417.857000000          410.5710000000
## 1156                    NA                     NA                      NA
## 1157                    NA                     NA                      NA
## 1158                    NA                     NA                      NA
## 1159                    NA                     NA                      NA
## 1160                    NA                     NA                      NA
## 1161                    NA                     NA                      NA
## 1162                    NA                     NA                      NA
## 1163                    NA                     NA                      NA
## 1164                    NA                     NA                      NA
## 1165                    NA                     NA                      NA
## 1166                    NA                     NA                      NA
## 1167                    NA                     NA                      NA
## 1168                    NA                     NA                      NA
## 1169                    NA                     NA                      NA
## 1170                    NA                     NA                      NA
## 1171                    NA                     NA                      NA
## 1172                    NA            2.000000000            2.0000000000
## 1173                    NA                     NA                      NA
## 1174                    NA                     NA                      NA
## 1175                    NA                     NA                      NA
## 1176                    NA                     NA                      NA
## 1177                    NA                     NA                      NA
## 1178                    NA                     NA                      NA
## 1179                    NA                     NA                      NA
## 1180       512434.00000000       313895.000000000       370082.0000000000
## 1181                    NA                     NA                      NA
## 1182                    NA                     NA                      NA
## 1183                    NA                     NA                      NA
## 1184                    NA            6.000000000            6.0000000000
## 1185                    NA            9.153120041                      NA
## 1186                    NA                     NA                      NA
## 1187                    NA                     NA                      NA
## 1188           17.29647841           16.895070430           16.4012255300
## 1189                    NA                     NA                      NA
## 1190          129.58602240          148.080263300          152.2896698000
## 1191                    NA                     NA                      NA
## 1192                    NA                     NA                      NA
## 1193            0.17916078            0.143945390            0.1444461900
## 1194                    NA                     NA                      NA
## 1195           57.89902179           56.798622010           57.1672897800
## 1196   4374000100.00000000   5357000200.000000000   5827999700.0000000000
## 1197                    NA                     NA                      NA
## 1198                    NA                     NA                      NA
## 1199                    NA                     NA                      NA
## 1200                    NA                     NA                      NA
## 1201                    NA                     NA                      NA
## 1202                    NA                     NA                      NA
## 1203                    NA                     NA                      NA
## 1204                    NA                     NA                      NA
## 1205                    NA                     NA                      NA
## 1206                    NA                     NA                      NA
## 1207                    NA                     NA                      NA
## 1208                    NA                     NA                      NA
## 1209            7.79642283            6.843555060            6.5222115620
## 1210                    NA                     NA                      NA
## 1211                    NA                     NA                      NA
## 1212                    NA                     NA                      NA
## 1213            6.23485106            6.184574899            6.3236474670
## 1214                    NA                     NA                      NA
## 1215            0.00000000            0.000000000            0.0000000000
## 1216           79.65779961           75.663889630           74.6826129700
## 1217    150770004.30000001    163919998.199999988    177229995.6999999881
## 1218                    NA                     NA                      NA
## 1219     25025000.00000000     32853000.000000000     33545000.0000000000
## 1220                    NA                     NA                      NA
## 1221      8000000.00000000     12000000.000000000     19000000.0000000000
## 1222                    NA                     NA                      NA
## 1223                    NA                     NA                      NA
## 1224            0.00000000            0.000000000            0.0000000000
## 1225      5373716.53300000      8315948.657000000     16500726.5399999991
## 1226    327951003.69999999    362365881.300000012    406337827.0000000000
## 1227                    NA                     NA         1500.0000000000
## 1228            9.89383260           10.412587410           13.6494152600
## 1229            0.00000000            0.000000000            0.0000000000
## 1230                    NA                     NA                      NA
## 1231                    NA                     NA                      NA
## 1232                    NA                     NA                      NA
## 1233                    NA                     NA                      NA
## 1234                    NA                     NA                      NA
## 1235                    NA                     NA                      NA
## 1236                    NA                     NA                      NA
## 1237                    NA                     NA                      NA
## 1238                    NA                     NA                      NA
## 1239                    NA                     NA                      NA
## 1240                    NA                     NA                      NA
## 1241           14.68450278           11.144856730           11.6985465900
## 1242                    NA                     NA                      NA
## 1243                    NA                     NA                      NA
## 1244                    NA                     NA                      NA
## 1245                    NA                     NA                      NA
## 1246                    NA                     NA                      NA
## 1247            0.00000000            0.000000000            0.0000000000
## 1248            0.00000000            0.000000000            0.0000000000
## 1249            0.20306587            0.206422486            0.2391802740
## 1250    348260009.80000001    387390014.600000024    431910003.6999999881
## 1251      -313000.00000000      -212000.000000000      -293000.0000000000
## 1252                    NA                     NA                      NA
## 1253            2.57401228            8.394824085           14.5316919700
## 1254                    NA                     NA                      NA
## 1255       300000.01190000       180000.007200000      3210000.0380000002
## 1256                    NA                     NA                      NA
## 1257            0.00000000            0.000000000            0.0000000000
## 1258     11583333.33000000     10972580.320000000     15671915.2899999991
## 1259      2925000.00000000      3210443.967000000      2299753.1260000002
## 1260                    NA                     NA                      NA
## 1261                    NA                     NA                      NA
## 1262                    NA            5.417385418            4.5560123050
## 1263           30.37636027           26.163959160           29.3255113400
## 1264    342000000.00000000    369000000.000000000    395000000.0000000000
## 1265                    NA                     NA                      NA
## 1266                    NA                     NA                      NA
## 1267       914649.00000000       979815.000000000      1040659.0000000000
## 1268                    NA                     NA                      NA
## 1269       212994.00000000       220256.000000000       227039.0000000000
## 1270            5.37920080            5.262145832            5.1202553250
## 1271           11.31636606           11.312258100           11.3270035700
## 1272           36.56687560           37.433638800           38.3004020000
## 1273                    NA                     NA                      NA
## 1274                    NA                     NA                      NA
## 1275                    NA                     NA                      NA
## 1276                    NA           87.650001530                      NA
## 1277                    NA                     NA                      NA
## 1278                    NA                     NA                      NA
## 1279                    NA                     NA                      NA
## 1280                    NA                     NA                      NA
## 1281                    NA                     NA                      NA
## 1282                    NA                     NA                      NA
## 1283                    NA                     NA                      NA
## 1284                    NA                     NA                      NA
## 1285                    NA                     NA                      NA
## 1286                    NA                     NA                      NA
## 1287                    NA                     NA                      NA
## 1288                    NA                     NA                      NA
## 1289                    NA                     NA                      NA
## 1290                    NA                     NA                      NA
## 1291                    NA                     NA                      NA
## 1292        47538.00000000        47360.000000000        47100.0000000000
## 1293                    NA                     NA                      NA
## 1294                    NA                     NA                      NA
## 1295                    NA                     NA                      NA
## 1296         1498.00000000                     NA                      NA
## 1297                    NA                     NA                      NA
## 1298                    NA                     NA                      NA
## 1299                    NA                     NA                      NA
## 1300                    NA                     NA                      NA
## 1301                    NA          101.585479700          103.9472122000
## 1302                    NA                     NA                      NA
## 1303                    NA            0.331880003                      NA
## 1304                    NA                     NA                      NA
## 1305                    NA                     NA                      NA
## 1306    336575041.69999999    384461404.000000000    392879852.5000000000
## 1307   2083351177.00000000   2384253270.000000000   2436592691.0000000000
## 1308                    NA                     NA                      NA
## 1309            5.87605047            6.342453541            6.9353086570
## 1310    247500000.00000000    279700000.000000000    284700000.0000000000
## 1311     29376499.00000000     41142000.000000000     48155963.0000000000
## 1312           -2.62849643           11.829236330            8.4463122280
## 1313   1993415050.00000000   2202468040.000000000   2303401900.0000000000
## 1314                    NA                     NA                      NA
## 1315           11.54126254           12.901454300           11.5915841400
## 1316  20759998900.00000000  24332999900.000000000  27909999100.0000000000
## 1317                    NA                     NA                      NA
## 1318                    NA           63.846976870           61.2598178400
## 1319                    NA                     NA                      NA
## 1320                    NA                     NA                      NA
## 1321                    NA                     NA                      NA
## 1322                    NA                     NA                      NA
## 1323                    NA                     NA                      NA
## 1324      7524533.00000000      7701801.000000000      7884373.0000000000
## 1325            1.12363060            1.131952449            1.1396601530
## 1326            4.13194294            4.092021998            4.0689565330
## 1327      4171904.00000000      4249935.000000000      4336392.0000000000
## 1328                    NA                     NA                      NA
## 1329           41.74900000           41.533000000           41.2890000000
## 1330                    NA                     NA                      NA
## 1331                    NA                     NA                      NA
## 1332                    NA                     NA                      NA
## 1333                    NA                     NA                      NA
## 1334                    NA                     NA                      NA
## 1335                    NA                     NA                      NA
## 1336                    NA                     NA                      NA
## 1337                    NA                     NA                      NA
## 1338                    NA                     NA                      NA
## 1339                    NA                     NA                      NA
## 1340                    NA                     NA                      NA
## 1341                    NA                     NA                      NA
## 1342                    NA                     NA                      NA
## 1343                    NA                     NA                      NA
## 1344                    NA                     NA                      NA
## 1345                    NA                     NA                      NA
## 1346            0.17560001                     NA                      NA
## 1347                    NA                     NA                      NA
## 1348                    NA                     NA                      NA
## 1349                    NA                     NA                      NA
## 1350                    NA                     NA                      NA
## 1351                    NA                     NA                      NA
## 1352                    NA                     NA                      NA
## 1353                    NA                     NA                      NA
## 1354           20.00297000           19.633000000           20.5368000000
## 1355                    NA                     NA                      NA
## 1356                    NA                     NA                      NA
## 1357                    NA                     NA                      NA
## 1358                    NA                     NA                      NA
## 1359                    NA           31.672750470                      NA
## 1360                    NA                     NA                      NA
## 1361                    NA                     NA                      NA
## 1362     12516691.67000000     10083325.000000000     12368296.9600000009
## 1363                    NA                     NA                      NA
## 1364         1555.03226900         1776.963160000         1970.0648550000
## 1365   1823833258.00000000   2122166658.000000000   2244613931.0000000000
## 1366                    NA                     NA                      NA
## 1367            0.00000000            0.000000000            0.0000000000
## 1368                    NA                     NA                      NA
## 1369                    NA                     NA                      NA
## 1370                    NA                     NA                      NA
## 1371   3680999900.00000000   4298999800.000000000   5464999900.0000000000
## 1372           88.90411455           89.109019950           90.0671221800
## 1373   1599583250.00000000   1867583325.000000000   1953572428.0000000000
## 1374                    NA                     NA                      NA
## 1375                    NA                     NA                      NA
## 1376                    NA                     NA                      NA
## 1377            2.00000000                     NA                      NA
## 1378                    NA                     NA                      NA
## 1379                    NA                     NA                      NA
## 1380                    NA                     NA                      NA
## 1381                    NA                     NA                      NA
## 1382                    NA                     NA                      NA
## 1383                    NA                     NA                      NA
## 1384                    NA                     NA                      NA
## 1385                    NA                     NA                      NA
## 1386                    NA                     NA                      NA
## 1387                    NA                     NA                      NA
## 1388                    NA                     NA                      NA
## 1389       225143.00000000       235498.000000000       249635.0000000000
## 1390                    NA                     NA                      NA
## 1391                    NA                     NA                      NA
## 1392                    NA                     NA                      NA
## 1393                    NA                     NA                      NA
## 1394                    NA                     NA                      NA
## 1395    357679992.69999999    397910003.699999988    442980011.0000000000
## 1396                    NA                     NA                      NA
## 1397            0.00000000            0.000000000            0.0000000000
## 1398                    NA                     NA                      NA
## 1399                    NA                     NA                      NA
## 1400                    NA         9999.999776000         9999.9997760000
## 1401        79999.99821000       159999.996400000        50000.0007500000
## 1402           40.78056123           41.065355060           38.2265234400
## 1403    -10512398.53000000     53496125.250000000      1597284.1089999999
## 1404    418575000.00000000    459526499.899999976    493781469.1000000238
## 1405                    NA                     NA                      NA
## 1406      2270000.00000000      2288000.000000000      2291600.0000000000
## 1407    306749991.69999999    358249983.300000012    422454635.3999999762
## 1408                    NA                     NA                      NA
## 1409            6.70206829            7.038488351            8.5129733060
## 1410                    NA                     NA                      NA
## 1411                    NA                     NA                      NA
## 1412                    NA                     NA                      NA
## 1413                    NA                     NA                      NA
## 1414                    NA                     NA                      NA
## 1415                    NA                     NA                      NA
## 1416                    NA                     NA                      NA
## 1417                    NA                     NA                      NA
## 1418                    NA                     NA                      NA
## 1419                    NA                     NA                      NA
## 1420                    NA                     NA                      NA
## 1421                    NA                     NA                      NA
## 1422                    NA                     NA                      NA
## 1423            8.99877211           10.001672360           11.1717226600
## 1424            8.39664290            8.995495726            8.4548859810
## 1425                    NA                     NA                      NA
## 1426          105.00984620          107.463139900          109.9960210000
## 1427                    NA                     NA                      NA
## 1428                    NA                     NA                      NA
## 1429            0.11897098            0.097989811            0.0930509040
## 1430            0.00000000            0.000000000            0.0000000000
## 1431      3976909.50000000      4718129.900000000      5758978.2000000002
## 1432    150770004.30000001    163919998.199999988    177229995.6999999881
## 1433      8585000.00000000     13917000.000000000     19313000.0000000000
## 1434                    NA                     NA                      NA
## 1435      7000000.00000000     22000000.000000000     39000000.0000000000
## 1436                    NA                     NA                      NA
## 1437        59999.99866000         9999.999776000        59999.9986600000
## 1438                    NA                     NA                      NA
## 1439    257075000.00000000    299692951.100000024    247818673.0999999940
## 1440    -33476283.47000000    -10789821.859999999    -68913966.0499999970
## 1441           38.21784521           40.248501230           36.4119700000
## 1442                    NA                     NA                      NA
##                         X1983                  X1984                  X1985
## 1                          NA                     NA                     NA
## 2        93000000.00000000000    127000000.000000000    160000000.000000000
## 3              35.17764696000           38.467392190           36.874788920
## 4              65.35459982000           63.651537700           70.710634390
## 5                          NA                     NA                     NA
## 6              22.76094046000           21.075408450           23.397714980
## 7               2.06651632000            2.037390963            1.999168313
## 8              76.43251100000           76.677021100           76.844336840
## 9               1.33490781300            1.337889528            1.343786415
## 10              7.96044783700            7.818775427            7.704919218
## 11             41.85909149000           41.928935340           41.976763980
## 12             48.40800000000           49.104000000           49.821000000
## 13                         NA                     NA                     NA
## 14                         NA                     NA                     NA
## 15                         NA                     NA                     NA
## 16                         NA                     NA                     NA
## 17                         NA                     NA                     NA
## 18                         NA                     NA                     NA
## 19                         NA                     NA                     NA
## 20                         NA                     NA                     NA
## 21                         NA                     NA                     NA
## 22                         NA                     NA                     NA
## 23                         NA                     NA                     NA
## 24                         NA                     NA                     NA
## 25                         NA                     NA                     NA
## 26                         NA                     NA                     NA
## 27                         NA                     NA                     NA
## 28                         NA                     NA                     NA
## 29                         NA                     NA                     NA
## 30                         NA                     NA                     NA
## 31             70.90000000000           69.200000000           67.500000000
## 32                         NA                     NA                     NA
## 33                         NA                     NA                     NA
## 34                         NA                     NA                     NA
## 35                         NA                     NA                     NA
## 36                         NA                     NA                     NA
## 37             10.54528999000           11.798649790           12.432419780
## 38                         NA                     NA                     NA
## 39             34.35866000000           36.411950000                     NA
## 40              1.23576998700            1.155359983                     NA
## 41             42.65393000000           37.601260000           35.346970000
## 42              1.03881001500            1.138350010                     NA
## 43                         NA                     NA                     NA
## 44                         NA                     NA                     NA
## 45                         NA                     NA                     NA
## 46                         NA                     NA                     NA
## 47     2885999600.00000000000   3885999900.000000000   6561999600.000000000
## 48     5670600395.00000000000   6219578592.000000000   6601765803.000000000
## 49              0.00000000000            0.000000000            0.000000000
## 50                         NA                     NA                     NA
## 51             -5.17808567800           10.793039730            4.030109505
## 52      293501496.89999997616    305433064.899999976    373927958.800000012
## 53                         NA                     NA                     NA
## 54     6627999700.00000000000   7351000100.000000000  10508000000.000000000
## 55                         NA                     NA                     NA
## 56                         NA                     NA                     NA
## 57                         NA                     NA                     NA
## 58                         NA                     NA                     NA
## 59             11.60418873000           15.849207650           19.879941920
## 60              0.00000000000            0.000000000            0.000000000
## 61              2.19807933500            2.426474666            0.614441737
## 62             16.06626519000           14.626511760           13.983059070
## 63                         NA                     NA                     NA
## 64                         NA                     NA                     NA
## 65                         NA                     NA                     NA
## 66              0.24568916300            0.245199984            0.236647822
## 67              2.53345107600            2.527190628            2.515063314
## 68             54.76608754000           54.682529290           54.625706850
## 69             40.97738074000           41.032916950           41.066975420
## 70            127.00000000000          122.800000000          118.600000000
## 71                         NA                     NA                     NA
## 72                         NA                     NA                     NA
## 73                         NA                     NA                     NA
## 74                         NA                     NA                     NA
## 75                         NA                     NA                     NA
## 76                         NA                     NA                     NA
## 77                         NA                     NA                     NA
## 78                         NA                     NA                     NA
## 79                         NA                     NA                     NA
## 80                         NA                     NA                     NA
## 81                         NA                     NA                     NA
## 82             13.00000000000           15.000000000           18.000000000
## 83                         NA                     NA                     NA
## 84                         NA                     NA                     NA
## 85                         NA                     NA                     NA
## 86                         NA                     NA                     NA
## 87                         NA                     NA                     NA
## 88                         NA                     NA                     NA
## 89            187.60000000000          181.200000000          174.500000000
## 90                         NA                     NA                     NA
## 91                         NA                     NA                     NA
## 92                         NA                     NA                     NA
## 93                         NA                     NA                     NA
## 94                         NA                     NA                     NA
## 95                         NA                     NA                     NA
## 96                         NA                     NA                     NA
## 97                         NA                     NA                     NA
## 98                         NA                     NA                     NA
## 99                         NA                     NA                     NA
## 100             0.29315000800            0.313699991            0.310369998
## 101                        NA                     NA                     NA
## 102                        NA                     NA                     NA
## 103   21432558471.00000000000  22547911341.000000000  25833616503.000000000
## 104           140.00000000000          160.000000000          160.000000000
## 105                        NA                     NA                     NA
## 106             0.62778047800            0.192764463            0.000000000
## 107                        NA                     NA                     NA
## 108             0.32317402000            0.100270720            0.000000000
## 109                        NA                     NA                     NA
## 110     202134877.80000001192    236348378.699999988    293294486.100000024
## 111   -3742000200.00000000000  -3465000200.000000000  -3946000400.000000000
## 112       3769345.07599999988     29095102.980000000     44878103.649999999
## 113                        NA                     NA                     NA
## 114                        NA                     NA                     NA
## 115      29081758.92999999970     29211271.370000001     30532050.160000000
## 116                        NA                     NA                     NA
## 117            46.06283413000           44.363154660           48.675971400
## 118             3.51744115300            4.795640676            1.532124129
## 119            36.01488946000           29.531679340           34.960426510
## 120             0.00045793300                     NA            0.014906637
## 121                        NA                     NA                     NA
## 122                        NA                     NA                     NA
## 123             6.01241914700            5.989477467            5.938688770
## 124                        NA                     NA                     NA
## 125             3.86004268200            3.883841287            3.904792568
## 126             6.54644015900            6.740685448            6.834618135
## 127            14.00227473000           14.073156050           14.094647510
## 128            42.85734180000           43.964305600           45.071269400
## 129                        NA                     NA                     NA
## 130                        NA                     NA                     NA
## 131                        NA                     NA                     NA
## 132                        NA                     NA                     NA
## 133                        NA                     NA                     NA
## 134                        NA                     NA                     NA
## 135                        NA                     NA                     NA
## 136                        NA                     NA                     NA
## 137                        NA                     NA                     NA
## 138                        NA                     NA                     NA
## 139                        NA                     NA                     NA
## 140                        NA                     NA                     NA
## 141                        NA                     NA                     NA
## 142                        NA                     NA                     NA
## 143                        NA                     NA                     NA
## 144                        NA                     NA                     NA
## 145                        NA                     NA                     NA
## 146                        NA                     NA                     NA
## 147                        NA                     NA                     NA
## 148                        NA                     NA                     NA
## 149                        NA                     NA                     NA
## 150                        NA                     NA                     NA
## 151                        NA                     NA                     NA
## 152         15910.00000000000        17069.000000000        18362.000000000
## 153                        NA                     NA                     NA
## 154                        NA                     NA                     NA
## 155        848644.00000000000       849092.000000000                     NA
## 156                        NA                     NA                     NA
## 157            45.18146133000           49.161289220           50.678760530
## 158             1.26540005200            1.321630001                     NA
## 159                        NA                     NA                     NA
## 160                        NA                     NA                     NA
## 161            14.54525000000           16.459416670           18.246416670
## 162                        NA                     NA                     NA
## 163                        NA                     NA                     NA
## 164  434000000000.00000000000 475000000000.000000000 505000000000.000000000
## 165                        NA                     NA                     NA
## 166            14.42753000000           15.762522000           18.621976000
## 167            25.21326955000           24.810862710           31.350620360
## 168     511918340.00000000000    552250546.600000024    709215191.600000024
## 169   19082000400.00000000000  22570000400.000000000  22761000000.000000000
## 170                        NA                     NA                     NA
## 171                        NA                     NA                     NA
## 172    2237976181.00000000000   2326559714.000000000   2250878745.000000000
## 173    3416000000.00000000000   3644000000.000000000   4370999800.000000000
## 174                        NA                     NA                     NA
## 175                        NA                     NA                     NA
## 176                        NA                     NA                     NA
## 177                        NA                     NA                     NA
## 178                        NA                     NA                     NA
## 179                        NA                     NA                     NA
## 180                        NA                     NA                     NA
## 181                        NA                     NA                     NA
## 182                        NA                     NA                     NA
## 183                        NA                     NA                     NA
## 184                        NA                     NA                     NA
## 185                        NA                     NA                     NA
## 186                        NA                     NA                     NA
## 187                        NA                     NA                     NA
## 188                        NA                     NA                     NA
## 189             3.59476531200            5.465546049            6.885899643
## 190                        NA                     NA                     NA
## 191                        NA                     NA                     NA
## 192                        NA                     NA                     NA
## 193                        NA                     NA                     NA
## 194                        NA                     NA                     NA
## 195            18.57070997000           20.027324550           22.184898080
## 196            99.16434540000           98.963730570           99.302325580
## 197       6597722.20000000019      7438995.300000000      7811178.900000000
## 198      10810000.41999999993      2390000.105000000      6789999.962000000
## 199        642000.00000000000     10550000.000000000      5181000.000000000
## 200                        NA                     NA                     NA
## 201                        NA                     NA                     NA
## 202                        NA                     NA                     NA
## 203        540000.02150000003       280000.001200000       910000.026200000
## 204                        NA                     NA                     NA
## 205            65.72199128000           67.307028640           66.159362020
## 206    -145571091.00000000000    -95169431.120000005   -121612074.900000006
## 207          1745.30000000000         1666.200000000         1659.100000000
## 208                        NA                     NA                     NA
## 209             8.88261402200           13.310355920            9.294389286
## 210            46.55220855000           46.419006470           59.716478840
## 211      82645874.09999999404     93312975.819999993    111791914.200000003
## 212             1.41487516500            1.081525455            1.530218681
## 213                        NA                     NA                     NA
## 214                        NA                     NA                     NA
## 215            93.13600000000           92.879000000           92.614000000
## 216             2.33244234000            2.313711878            2.284892121
## 217        310003.00000000000       319400.000000000       328917.000000000
## 218             6.41636233800            6.623894963            6.738119846
## 219            13.40156495000           13.459735300           13.468938620
## 220             5.59700000000            5.546000000            5.490000000
## 221                        NA                     NA                     NA
## 222                        NA                     NA                     NA
## 223                        NA                     NA                     NA
## 224                        NA                     NA                     NA
## 225                        NA                     NA                     NA
## 226                        NA                     NA                     NA
## 227                        NA                     NA                     NA
## 228                        NA                     NA                     NA
## 229                        NA                     NA                     NA
## 230                        NA                     NA                     NA
## 231                        NA                     NA                     NA
## 232                        NA                     NA                     NA
## 233                        NA                     NA                     NA
## 234                        NA                     NA                     NA
## 235                        NA                     NA                     NA
## 236                        NA                     NA                     NA
## 237                        NA                     NA                     NA
## 238                        NA                     NA                     NA
## 239                        NA                     NA                     NA
## 240        119416.00000000000       117146.000000000       114620.000000000
## 241                        NA                     NA                     NA
## 242                        NA                     NA                     NA
## 243                        NA                     NA                     NA
## 244                        NA                     NA                     NA
## 245            35.97249985000           37.610980990           40.056221010
## 246                        NA                     NA                     NA
## 247            82.34021000000           82.708420000                     NA
## 248                        NA                     NA                     NA
## 249            78.69425201000           82.067176820           82.695716860
## 250             0.80188000200            0.946619987                     NA
## 251                        NA                     NA                     NA
## 252                        NA                     NA                     NA
## 253            13.79550000000           15.260300000           17.781500000
## 254                        NA                     NA                     NA
## 255             8.54857701400            9.865448055           14.085775980
## 256            -2.97740585700            9.681130016            6.144905237
## 257            12.28869110000            6.377949973           11.421832760
## 258             0.32317402000            0.100270720            0.000000000
## 259  171000000000.00000000000 190000000000.000000000 197000000000.000000000
## 260    4048999900.00000000000   4661000200.000000000   6649000000.000000000
## 261    1383204697.00000000000   1479001094.000000000   1280038242.000000000
## 262            45.05455184000           42.326489420           42.029639310
## 263            48.40338150000           42.019974870           59.085595030
## 264     240209711.09999999404    266638168.199999988    295170535.899999976
## 265            11.03338463000           12.551169880           11.554031690
## 266                        NA                     NA                     NA
## 267                        NA                     NA                     NA
## 268                        NA                     NA                     NA
## 269                        NA                     NA                     NA
## 270             2.38625529300            2.399469735            2.409437594
## 271             8.55179199500            8.519000362            8.498236702
## 272       3448822.00000000000      3534494.000000000      3617332.000000000
## 273           133.30000000000          128.900000000          124.600000000
## 274                        NA                     NA       313922.000000000
## 275                        NA                     NA                     NA
## 276                        NA                     NA                     NA
## 277                        NA                     NA                     NA
## 278                        NA                     NA                     NA
## 279                        NA                     NA                     NA
## 280                        NA                     NA                     NA
## 281                        NA                     NA                     NA
## 282                        NA                     NA                     NA
## 283                        NA                     NA                     NA
## 284                        NA                     NA                     NA
## 285                        NA                     NA                     NA
## 286                        NA                     NA                     NA
## 287                        NA                     NA                     NA
## 288                        NA                     NA                     NA
## 289                        NA                     NA                     NA
## 290                        NA                     NA                     NA
## 291                        NA                     NA                     NA
## 292                        NA                     NA                     NA
## 293                        NA                     NA                     NA
## 294                        NA                     NA                     NA
## 295                        NA                     NA                     NA
## 296                        NA                     NA                     NA
## 297                        NA                     NA                     NA
## 298                        NA                     NA                     NA
## 299                        NA                     NA                     NA
## 300         38131.00000000000        46484.000000000        51266.000000000
## 301                        NA                     NA                     NA
## 302             5.00000000000            5.000000000            5.000000000
## 303             0.25935000200                     NA                     NA
## 304                        NA                     NA                     NA
## 305                        NA                     NA                     NA
## 306      39830002.53999999911     42239864.219999999     49600000.000000000
## 307          2108.17923000000         2428.458828000         2763.552882000
## 308             0.00000000000            0.000000000            0.000000000
## 309    2447174803.00000000000   2581207388.000000000   2619913956.000000000
## 310     294500000.00000000000    362400000.000000000    436400000.000000000
## 311             0.00000000000            0.000000000            0.000000000
## 312     617012779.50000000000    640419821.399999976    821359277.899999976
## 313             4.60337177200           16.926074980           24.094139210
## 314                        NA                     NA                     NA
## 315      52000000.00000000000    444000000.000000000    798000000.000000000
## 316           111.08412350000          108.796649600          108.470356800
## 317                        NA                     NA                     NA
## 318     423000000.00000000000    480800000.000000000    557100000.000000000
## 319                        NA                     NA                     NA
## 320                        NA                     NA                     NA
## 321                        NA                     NA                     NA
## 322                        NA                     NA                     NA
## 323            54.43909799000           45.784142920           58.590471300
## 324                        NA                     NA                     NA
## 325                        NA                     NA                     NA
## 326             6.86400000000            7.121000000            7.386000000
## 327      16100623.00000000000     16477488.000000000     16858315.000000000
## 328             2.89073263800            2.894190961            2.890954092
## 329             4.98208945100            4.922415735            4.954334356
## 330            11.90736133000           11.964506460           12.027959560
## 331                        NA                     NA                     NA
## 332           131.37780000000          131.367600000          131.357400000
## 333                        NA                     NA                     NA
## 334                        NA                     NA                     NA
## 335                        NA                     NA                     NA
## 336                        NA                     NA                     NA
## 337                        NA                     NA                     NA
## 338                        NA                     NA                     NA
## 339                        NA                     NA                     NA
## 340                        NA                     NA                     NA
## 341                        NA                     NA                     NA
## 342                        NA                     NA                     NA
## 343                        NA                     NA                     NA
## 344                        NA                     NA                     NA
## 345                        NA                     NA                     NA
## 346                        NA                     NA                     NA
## 347                        NA                     NA                     NA
## 348                        NA                     NA                     NA
## 349                        NA                     NA                     NA
## 350                        NA                     NA                     NA
## 351                        NA                     NA                     NA
## 352                        NA                     NA                     NA
## 353                        NA                     NA                     NA
## 354            12.70856000000                     NA                     NA
## 355             9.18918991100            8.729280472                     NA
## 356                        NA                     NA                     NA
## 357                        NA                     NA                     NA
## 358            65.64134216000           63.588050840                     NA
## 359                        NA                     NA                     NA
## 360                        NA                     NA                     NA
## 361                        NA                     NA                     NA
## 362                        NA                     NA                     NA
## 363                        NA                     NA                     NA
## 364                        NA                     NA                     NA
## 365    4897136424.00000000000   6307357553.000000000   8675763605.000000000
## 366    2460439926.00000000000   2622156917.000000000   2620073953.000000000
## 367                        NA                     NA                     NA
## 368                        NA                     NA                     NA
## 369             9.85829960000           11.462380000           14.272851000
## 370             2.60000000000            2.696314600            2.626454800
## 371   39766976289.00000000000  42900073463.000000000  55093442660.000000000
## 372            -1.08207801000            9.712226507            2.227716279
## 373            19.63270053000           18.662097660           22.556132740
## 374    3635000100.00000000000   3768000000.000000000   6081000000.000000000
## 375                        NA                     NA                     NA
## 376                        NA                     NA                     NA
## 377                        NA                     NA                     NA
## 378                        NA                     NA                     NA
## 379                        NA                     NA                     NA
## 380             0.00000000000            0.000000000            0.000000000
## 381                        NA                     NA                     NA
## 382                        NA                     NA                     NA
## 383                        NA                     NA                     NA
## 384                        NA                     NA                     NA
## 385                        NA                     NA                     NA
## 386                        NA                     NA                     NA
## 387                        NA                     NA                     NA
## 388                        NA                     NA                     NA
## 389                        NA                     NA                     NA
## 390                        NA                     NA                     NA
## 391                        NA                     NA                     NA
## 392                        NA                     NA                     NA
## 393     191064674.09999999404    128600057.700000003    105467401.700000003
## 394                        NA                     NA                     NA
## 395                        NA                     NA                     NA
## 396                        NA                     NA                     NA
## 397            86.28904194000           86.333686260           86.147980710
## 398             0.00000000000            0.000000000            0.000000000
## 399             0.83565459600            1.036269430            0.697674419
## 400             2.74175146000            3.226919509            4.093679155
## 401                        NA                     NA                     NA
## 402                        NA                     NA                     NA
## 403      -5665722.09999999963     -6831781.800000000      2855912.100000000
## 404            28.51500697000            8.150160863            7.113823352
## 405                        NA        59999.998660000                     NA
## 406      11029999.73000000045     11310000.420000000     12380000.109999999
## 407                        NA                     NA                     NA
## 408     101459974.70000000298    130066719.799999997    161260084.699999988
## 409    -283755031.30000001192   -213188648.199999988   -241093448.500000000
## 410     556244453.50000000000    502430251.699999988    559742652.200000048
## 411                        NA                     NA                     NA
## 412          2690.00000000000         2770.000000000         2783.000000000
## 413             3.90000009500            4.599999905            6.699999809
## 414                        NA                     NA                     NA
## 415                        NA                     NA                     NA
## 416                        NA                     NA                     NA
## 417                        NA                     NA                     NA
## 418                        NA                     NA                     NA
## 419                        NA                     NA                     NA
## 420                        NA                     NA                     NA
## 421                        NA                     NA                     NA
## 422                        NA                     NA                     NA
## 423                        NA                     NA                     NA
## 424                        NA                     NA                     NA
## 425             8.09597156400            8.485910323            9.852316146
## 426                        NA                     NA                     NA
## 427                        NA                     NA                     NA
## 428            50.68493151000           48.101265820           18.181818180
## 429            15.03108440000           14.764615270           14.740545210
## 430           110.01000000000          267.691000000          212.686000000
## 431             0.62163734900            0.650631668            0.720667327
## 432                        NA                     NA                     NA
## 433                        NA                     NA                     NA
## 434                        NA                     NA                     NA
## 435                        NA                     NA                     NA
## 436       5974559.29999999981      5551085.700000000      8868239.600000000
## 437     452414309.50000000000    470288696.600000024    589788225.299999952
## 438                        NA                     NA                     NA
## 439       2029999.97099999990      6150000.095000000      2220000.029000000
## 440             0.00000000000            0.000000000            0.000000000
## 441      71270000.00000000000     52990000.000000000     76480000.000000000
## 442             0.00000000000            0.000000000            0.000000000
## 443            32.22999954000           32.459999080           33.770000460
## 444       2470000.00000000000      2586530.000000000      2636050.000000000
## 445                        NA                     NA                     NA
## 446                        NA                     NA                     NA
## 447    2718422681.00000000000   2808267157.000000000   2841830014.000000000
## 448                        NA                     NA                     NA
## 449                        NA      3000000.000000000      3000000.000000000
## 450         16496.00000000000        18592.000000000        20691.000000000
## 451                        NA                     NA                     NA
## 452                        NA                     NA                     NA
## 453                        NA                     NA                     NA
## 454                        NA                     NA                     NA
## 455                        NA                     NA                     NA
## 456                        NA                     NA                     NA
## 457                        NA                     NA                     NA
## 458                        NA                     NA                     NA
## 459                        NA                     NA                     NA
## 460                        NA                     NA                     NA
## 461                        NA                     NA                     NA
## 462                        NA                     NA                     NA
## 463            42.23223494000           27.344917840           17.882249460
## 464                        NA                     NA                     NA
## 465                        NA                     NA                     NA
## 466                        NA                     NA                     NA
## 467                        NA                     NA                     NA
## 468                        NA                     NA                     NA
## 469                        NA                     NA                     NA
## 470       4987923.50000000000      6473009.000000000      7763005.100000000
## 471                        NA                     NA                     NA
## 472       4019999.98100000015      5170000.076000000      4860000.134000000
## 473                        NA                     NA                     NA
## 474            17.68290000000            5.103200000            3.899700000
## 475     111519998.70000000298    104580001.299999997    125690001.700000003
## 476                        NA                     NA                     NA
## 477                        NA                     NA                     NA
## 478     171029447.50000000000    159174883.699999988    157389119.000000000
## 479    -366800407.19999998808   -272834069.699999988   -282774654.899999976
## 480             2.82839277800            2.269329538            2.356622104
## 481                        NA                     NA                     NA
## 482           129.06574390000                     NA                     NA
## 483            49.93035030000           48.459184450           38.319214720
## 484                        NA                     NA                     NA
## 485             0.00045793300                     NA                     NA
## 486             1.20874785500            2.374553888            2.205020519
## 487                        NA                     NA                     NA
## 488                        NA                     NA                     NA
## 489                        NA                     NA                     NA
## 490             0.35778513900            0.361304246            0.356304294
## 491             3.03474864000            3.016239296            2.992941820
## 492       8817681.00000000000      9010307.000000000      9208974.000000000
## 493       3290925.00000000000      3374472.000000000      3459243.000000000
## 494           120.50000000000          116.400000000          112.400000000
## 495         10800.00000000000        11800.000000000        12800.000000000
## 496                        NA                     NA                     NA
## 497                        NA                     NA                     NA
## 498                        NA                     NA                     NA
## 499                        NA                     NA                     NA
## 500                        NA                     NA                     NA
## 501                        NA                     NA                     NA
## 502                        NA                     NA                     NA
## 503                        NA                     NA                     NA
## 504                        NA                     NA                     NA
## 505                        NA                     NA                     NA
## 506                        NA                     NA                     NA
## 507                        NA                     NA                     NA
## 508                        NA                     NA                     NA
## 509                        NA                     NA                     NA
## 510                        NA                     NA                     NA
## 511                        NA                     NA                     NA
## 512                        NA                     NA                     NA
## 513           188.80000000000          181.900000000          174.900000000
## 514                        NA                     NA                     NA
## 515                        NA                     NA                     NA
## 516                        NA                     NA                     NA
## 517                        NA                     NA                     NA
## 518                        NA                     NA                     NA
## 519            26.27813000000           26.680000000           27.062470000
## 520                        NA                     NA                     NA
## 521                        NA                     NA                     NA
## 522                        NA                     NA                     NA
## 523                        NA                     NA                     NA
## 524             0.38361999400            0.407380015            0.416159987
## 525                        NA                     NA                     NA
## 526                        NA                     NA                     NA
## 527    2116999900.00000000000   2385999900.000000000   2571000000.000000000
## 528                        NA                     NA                     NA
## 529                        NA                     NA                     NA
## 530             2.08780259900            1.672256707            1.152462424
## 531                        NA                     NA                     NA
## 532       7951502.70000000019      2629255.500000000            0.000000000
## 533                        NA                     NA                     NA
## 534    1460000000.00000000000   1816000000.000000000   2511000000.000000000
## 535    -271247885.19999998808   -227059769.500000000   -221916058.800000012
## 536            19.47867299000           17.534907230           20.843171770
## 537                        NA                     NA                     NA
## 538                        NA                     NA                     NA
## 539             0.11843236200            0.087352289            0.027026731
## 540            29.50353077000           26.488549620           28.815490910
## 541             3.01108210600            2.420511687            2.439173049
## 542                        NA                     NA                     NA
## 543                        NA                     NA                     NA
## 544      14995476.00000000000     15304126.000000000     15613160.000000000
## 545             6.16224379200            6.196747791            6.219650528
## 546             1.72395308900            1.728710646            1.740813527
## 547             7.72365898100            7.617083405            7.536560574
## 548       6739575.00000000000      6908835.000000000      7076575.000000000
## 549            48.85200000000           49.577000000           50.324000000
## 550                        NA                     NA                     NA
## 551                        NA                     NA                     NA
## 552                        NA                     NA                     NA
## 553                        NA                     NA                     NA
## 554                        NA                     NA                     NA
## 555                        NA                     NA                     NA
## 556                        NA                     NA                     NA
## 557                        NA                     NA                     NA
## 558                        NA                     NA                     NA
## 559                        NA                     NA                     NA
## 560                        NA                     NA                     NA
## 561                        NA                     NA                     NA
## 562                        NA                     NA                     NA
## 563                        NA                     NA                     NA
## 564                        NA                     NA                     NA
## 565                        NA                     NA                     NA
## 566                        NA                     NA                     NA
## 567                        NA                     NA                     NA
## 568                        NA                     NA                     NA
## 569         81477.00000000000        80102.000000000        78625.000000000
## 570                        NA                     NA                     NA
## 571                        NA                     NA                     NA
## 572                        NA                     NA                     NA
## 573                        NA                     NA                     NA
## 574            23.58753014000           25.039619450           26.597949980
## 575                        NA                     NA                     NA
## 576            58.93883000000           60.132560000                     NA
## 577                        NA                     NA                     NA
## 578            28.00170000000           29.211260000           29.890710000
## 579            21.17847000000           23.006820000                     NA
## 580                        NA                     NA                     NA
## 581                        NA                     NA                     NA
## 582                        NA                     NA                     NA
## 583                        NA                     NA                     NA
## 584     209198622.69999998808    254647674.000000000    369035210.800000012
## 585                        NA                     NA                     NA
## 586                        NA                     NA                     NA
## 587                        NA                     NA                     NA
## 588    2318680170.00000000000   2568936243.000000000   2672467186.000000000
## 589             4.32464455000            4.610307290            5.390031340
## 590            31.54620972000           30.101549810           31.528785470
## 591     480446500.69999998808    481707443.500000000    590951269.600000024
## 592    3454000100.00000000000   4196000000.000000000   5370999800.000000000
## 593                        NA                     NA                     NA
## 594                        NA                     NA                     NA
## 595                        NA                     NA                     NA
## 596                        NA                     NA                     NA
## 597                        NA                     NA                     NA
## 598                        NA                     NA                     NA
## 599                        NA                     NA                     NA
## 600                        NA                     NA                     NA
## 601                        NA                     NA                     NA
## 602                        NA                     NA                     NA
## 603                        NA                     NA                     NA
## 604                        NA                     NA                     NA
## 605                        NA                     NA                     NA
## 606                        NA                     NA                     NA
## 607                        NA                     NA                     NA
## 608                        NA                     NA                     NA
## 609                        NA                     NA                     NA
## 610     133345631.59999999404     81955809.219999999     55993936.729999997
## 611                        NA                     NA                     NA
## 612        264621.00000000000       280529.000000000       297346.000000000
## 613                        NA                     NA                     NA
## 614                        NA                     NA                     NA
## 615           363.03300000000          418.038000000          451.041000000
## 616             0.00000000000            0.000000000            0.000000000
## 617                        NA                     NA                     NA
## 618            36.38490390000           32.671283580           31.874032650
## 619      10800000.18999999948     11029999.730000000     12060000.420000000
## 620      62219000.00000000000     72804000.000000000     79617000.000000000
## 621     172055759.50000000000    200021468.900000006    236029327.599999994
## 622                        NA                     NA                     NA
## 623          9999.99977600000         9999.999776000        19999.999550000
## 624                        NA                     NA                     NA
## 625     280554025.80000001192    294472715.399999976    323314185.100000024
## 626             0.00000000000            0.000000000            0.000000000
## 627      87984071.59999999404     99529462.209999993    115707912.599999994
## 628        143000.00000000000       143000.000000000       143000.000000000
## 629         41102.00000000000        41138.000000000        41164.000000000
## 630                        NA                     NA                     NA
## 631                        NA                     NA                     NA
## 632                        NA                     NA                     NA
## 633                        NA                     NA                     NA
## 634                        NA                     NA                     NA
## 635                        NA                     NA                     NA
## 636                        NA                     NA                     NA
## 637                        NA                     NA                     NA
## 638                        NA                     NA                     NA
## 639    9475200000.00000000000  10726000000.000000000  12913600000.000000000
## 640                        NA                     NA                     NA
## 641          2429.00000000000         2863.000000000         5811.000000000
## 642            24.65753425000           26.582278480           38.181818180
## 643                        NA                     NA                     NA
## 644           194.75889600000          241.328915900          208.774970100
## 645                        NA                     NA                     NA
## 646             0.00000000000            0.000000000            0.000000000
## 647             6.98147754000            6.491736518            7.048754849
## 648       2700000.04799999995      1230000.019000000      2470000.029000000
## 649                        NA                     NA                     NA
## 650                        NA                     NA                     NA
## 651      23435975.80000000075     15541229.600000000     21781668.600000001
## 652       1590000.03300000005      1419999.957000000      1960000.038000000
## 653                        NA                     NA                     NA
## 654             0.00000000000            0.000000000            0.000000000
## 655                        NA                     NA                     NA
## 656       2786561.96100000013      1995897.567000000      3449677.081000000
## 657            45.45000076000           45.250000000           45.529998780
## 658                        NA                     NA                     NA
## 659                        NA                     NA                     NA
## 660                        NA                     NA                     NA
## 661                        NA                     NA                     NA
## 662                        NA                     NA                     NA
## 663                        NA                     NA                     NA
## 664                        NA                     NA                     NA
## 665                        NA                     NA                     NA
## 666                        NA                     NA                     NA
## 667                        NA                     NA                     NA
## 668                        NA                     NA                     NA
## 669                        NA                     NA                     NA
## 670                        NA                     NA                     NA
## 671                        NA                     NA                     NA
## 672            20.13693420000           13.200776760           20.395301140
## 673                        NA                     NA                     NA
## 674                        NA                     NA                     NA
## 675                        NA                     NA                     NA
## 676                        NA                     NA                     NA
## 677                        NA                     NA                     NA
## 678           305.89238690000          306.433055800          302.257669300
## 679            20.89136490000           21.502590670           21.627906980
## 680             5.09342764200            5.753128190            6.509650758
## 681                        NA                     NA                     NA
## 682        642000.00000000000     10550000.000000000      5181000.000000000
## 683       1870000.00499999989      4380000.114000000      5730000.019000000
## 684     348978333.69999998808    430747467.000000000    545006556.700000048
## 685                        NA                     NA                     NA
## 686                        NA                     NA                     NA
## 687                        NA                     NA                     NA
## 688       8064603.62899999972      5231111.858000000      4664981.460000000
## 689            -5.94853668700           -3.687012193           -4.641834691
## 690            10.58418544000           10.022609850           10.423893160
## 691                        NA                     NA                     NA
## 692                        NA                     NA                     NA
## 693                        NA                     NA                     NA
## 694            81.33293957000           80.883472780           76.531577300
## 695     247616976.59999999404    238789538.900000006    245817270.800000012
## 696                        NA                     NA                     NA
## 697        363700.00000000000       395500.000000000       422000.000000000
## 698                        NA                     NA                     NA
## 699                        NA                     NA                     NA
## 700                        NA                     NA                     NA
## 701                        NA                     NA                     NA
## 702                        NA                     NA                     NA
## 703                        NA                     NA                     NA
## 704                        NA                     NA                     NA
## 705                        NA                     NA                     NA
## 706                        NA                     NA                     NA
## 707                        NA                     NA                     NA
## 708             8.09597156400            8.485910323            9.852316146
## 709             0.74045898300            6.431526511           11.627820250
## 710                        NA                     NA                     NA
## 711          2271.00000000000         1997.000000000         3265.000000000
## 712             6.84931506800            7.594936709           10.909090910
## 713                        NA                     NA                     NA
## 714            22.22222222000           38.020833330           31.351351350
## 715             4.44908466100            4.745281821            3.504368023
## 716                        NA                     NA                     NA
## 717      19586816.30000000075     19116392.800000001     22789624.300000001
## 718                        NA                     NA                     NA
## 719                        NA                     NA                     NA
## 720                        NA                     NA                     NA
## 721            18.38753731000           17.935185100           22.510365580
## 722       4079999.92400000012      1610000.014000000      2450000.048000000
## 723      10699999.81000000052      8020000.458000000      7550000.191000000
## 724     135303529.40000000596    119716751.900000006    122164015.299999997
## 725      65520000.00000000000     65390000.000000000     66980000.000000000
## 726             0.00000000000            0.000000000            0.000000000
## 727            35.34999847000           35.509998320           36.560001370
## 728             0.20279720300            0.202797203            0.202797203
## 729                        NA                     NA                     NA
## 730                        NA            0.002183807            0.001348701
## 731            10.39265932000            5.013791904            5.603157578
## 732             0.00457933200            0.008250882            0.003726659
## 733                        NA                     NA                     NA
## 734                        NA                     NA                     NA
## 735                        NA                     NA                     NA
## 736            50.11946432000           50.090590260           50.034045510
## 737             0.85146054100            0.851499896            0.852541531
## 738             3.71937900800            3.723688526            3.724728352
## 739            55.16257658000           55.083241760           55.028232010
## 740                        NA                     NA                     NA
## 741            16.49900000000           15.995000000           15.484000000
## 742                        NA                     NA                     NA
## 743                        NA                     NA                     NA
## 744                        NA                     NA                     NA
## 745                        NA                     NA                     NA
## 746                        NA                     NA                     NA
## 747                        NA                     NA                     NA
## 748                        NA                     NA                     NA
## 749                        NA                     NA                     NA
## 750                        NA                     NA                     NA
## 751                        NA                     NA                     NA
## 752                        NA                     NA                     NA
## 753                        NA                     NA                     NA
## 754                        NA                     NA                     NA
## 755                        NA                     NA                     NA
## 756                        NA                     NA                     NA
## 757                        NA                     NA                     NA
## 758                        NA                     NA                     NA
## 759                        NA                     NA                     NA
## 760                        NA                     NA                     NA
## 761                        NA                     NA                     NA
## 762            39.37500000000           39.375000000           39.375000000
## 763                        NA                     NA                     NA
## 764                        NA                     NA                     NA
## 765                        NA                     NA                     NA
## 766                        NA                     NA                     NA
## 767            11.00000000000           11.000000000           11.000000000
## 768                        NA                     NA                     NA
## 769            34.35866000000           36.411950000                     NA
## 770                        NA                     NA                     NA
## 771                        NA                     NA                     NA
## 772                        NA                     NA                     NA
## 773                        NA                     NA                     NA
## 774     182999000.00000000000    624902100.000000000      2845000.000000000
## 775                        NA                     NA                     NA
## 776           352.19757620000          377.459148600          391.602945100
## 777   31643000100.00000000000  37003999200.000000000  44015000000.000000000
## 778           145.33599100000          152.146977700          148.650680700
## 779             0.00000000000            0.000000000            0.000000000
## 780                        NA                     NA                     NA
## 781                        NA                     NA                     NA
## 782                        NA                     NA                     NA
## 783                        NA                     NA                     NA
## 784                        NA                     NA                     NA
## 785   27458000400.00000000000  31859999200.000000000  35653000600.000000000
## 786                        NA                     NA                     NA
## 787                        NA                     NA                     NA
## 788                        NA                     NA            1.000000000
## 789                        NA                     NA                     NA
## 790                        NA                     NA                     NA
## 791                        NA                     NA                     NA
## 792                        NA                     NA                     NA
## 793                        NA                     NA                     NA
## 794                        NA                     NA                     NA
## 795                        NA                     NA                     NA
## 796                        NA                     NA                     NA
## 797                        NA                     NA                     NA
## 798            22.20869786000           11.276806820           13.506432970
## 799                        NA                     NA                     NA
## 800            23.94441644000           23.908137470           23.880239810
## 801                        NA                     NA                     NA
## 802                        NA                     NA                     NA
## 803            73.33333333000           59.375000000           66.486486490
## 804                        NA                     NA                     NA
## 805                        NA                     NA                     NA
## 806             7.10482689300            6.001929323            7.189110077
## 807                        NA                     NA                     NA
## 808       8798512.90000000037      4458432.700000000      4902220.700000000
## 809     172055759.50000000000    200021468.900000006    236029327.599999994
## 810                        NA                     NA                     NA
## 811                        NA                     NA                     NA
## 812       1549999.95200000005      1929999.948000000      1460000.038000000
## 813             5.54146578300            7.545146472            5.425670279
## 814             0.00000000000            0.000000000            0.000000000
## 815             0.00000000000            0.000000000            0.000000000
## 816                        NA                     NA                     NA
## 817            28.74265734000           28.767832170           28.786013990
## 818                        NA                     NA                     NA
## 819                        NA                     NA                     NA
## 820                        NA                     NA                     NA
## 821                        NA                     NA                     NA
## 822                        NA                     NA                     NA
## 823                        NA                     NA                     NA
## 824                        NA                     NA                     NA
## 825                        NA                     NA                     NA
## 826                        NA                     NA                     NA
## 827                        NA                     NA                     NA
## 828                        NA                     NA                     NA
## 829            12.47215640000           13.402132830           14.441677760
## 830    8023500000.00000000000   9566700000.000000000  12618400000.000000000
## 831                        NA                     NA                     NA
## 832             1.64354509800            1.702498585            1.763794306
## 833            16.43835616000           16.455696200           29.090909090
## 834            76.65302737000           76.923108240           76.985140200
## 835                        NA                     NA                     NA
## 836                        NA                     NA                     NA
## 837                        NA                     NA                     NA
## 838            31.29194926000           31.019212010           33.418458720
## 839       2559999.94299999997      1620000.005000000      2220000.029000000
## 840      68193320.40000000596     78355047.599999994     88485357.200000003
## 841                        NA                     NA                     NA
## 842                        NA                     NA                     NA
## 843      28309999.46999999881     28520000.460000001     50740001.680000000
## 844          9999.99977600000         9999.999776000        70000.000300000
## 845       -600000.00000000000       950000.000000000       650000.000000000
## 846     132516967.40000000596    117720854.299999997    118714338.200000003
## 847            33.82978267000           27.687167390           33.777231960
## 848            11.72011154000           12.049765090           12.087387070
## 849             0.14255349000            0.139511557            0.136573554
## 850                        NA                     NA                     NA
## 851                        NA                     NA                     NA
## 852                        NA                     NA                     NA
## 853                        NA                     NA                     NA
## 854                        NA                     NA                     NA
## 855                        NA                     NA                     NA
## 856                        NA                     NA                     NA
## 857                        NA                     NA                     NA
## 858                        NA                     NA                     NA
## 859                        NA                     NA                     NA
## 860                        NA                     NA                     NA
## 861                        NA                     NA                     NA
## 862                        NA                     NA                     NA
## 863                        NA                     NA                     NA
## 864            28.06635071000           27.230262110           27.719915850
## 865                        NA                     NA                     NA
## 866          4700.00000000000         4860.000000000         9076.000000000
## 867                        NA                     NA                     NA
## 868                        NA                     NA                     NA
## 869                        NA                     NA                     NA
## 870            94.90308541000           94.558099460           95.712518070
## 871             0.83565459600            1.036269430            0.697674419
## 872             0.79606968200            0.729033136            0.869808437
## 873                        NA                     NA                     NA
## 874                        NA                     NA                     NA
## 875                        NA                     NA                     NA
## 876     348978333.69999998808    430747467.000000000    545006556.700000048
## 877         29999.99933000000        19999.999550000        39999.999110000
## 878      17149999.62000000104     10250000.000000000     10579999.920000000
## 879                        NA                     NA                     NA
## 880                        NA                     NA                     NA
## 881                        NA                     NA                     NA
## 882        147180.00000000000       147180.000000000       147180.000000000
## 883                        NA                     NA                     NA
## 884                        NA                     NA                     NA
## 885            -0.00000000237            0.326168400            0.432182313
## 886            32.30150257000           36.990417720           35.081657660
## 887                        NA                     NA            0.014906637
## 888                        NA                     NA                     NA
## 889                        NA                     NA                     NA
## 890                        NA                     NA                     NA
## 891                        NA                     NA                     NA
## 892             0.63084938700            0.638645048            0.644856993
## 893             3.51182039500            3.467513929            3.437488203
## 894       4387455.00000000000      4480300.000000000      4573716.000000000
## 895            16.21471192000           16.162798860           16.134471780
## 896                        NA                     NA                     NA
## 897                        NA                     NA                     NA
## 898                        NA                     NA                     NA
## 899                        NA                     NA                     NA
## 900                        NA                     NA                     NA
## 901                        NA                     NA                     NA
## 902                        NA                     NA                     NA
## 903                        NA                     NA                     NA
## 904                        NA                     NA                     NA
## 905                        NA                     NA                     NA
## 906                        NA                     NA                     NA
## 907                        NA                     NA                     NA
## 908                        NA                     NA                     NA
## 909                        NA                     NA                     NA
## 910                        NA                     NA                     NA
## 911                        NA                     NA                     NA
## 912                        NA                     NA                     NA
## 913                        NA                     NA                     NA
## 914                        NA                     NA                     NA
## 915                        NA                     NA                     NA
## 916                        NA                     NA                     NA
## 917                        NA                     NA                     NA
## 918                        NA                     NA                     NA
## 919                        NA                     NA                     NA
## 920                        NA                     NA                     NA
## 921                        NA                     NA                     NA
## 922                        NA                     NA                     NA
## 923                        NA                     NA                     NA
## 924            82.34021000000           82.708420000                     NA
## 925                        NA                     NA                     NA
## 926                        NA                     NA                     NA
## 927                        NA                     NA                     NA
## 928                        NA                     NA                     NA
## 929                        NA                     NA                     NA
## 930                        NA                     NA                     NA
## 931            -5.21421438100            7.172557164            3.747106535
## 932    5337264118.00000000000   5867425978.000000000   6201331212.000000000
## 933                        NA                     NA                     NA
## 934     112400000.00000000000    112800000.000000000    114000000.000000000
## 935                        NA                     NA                     NA
## 936                        NA                     NA                     NA
## 937     106697626.29999999702     90230330.400000006     91877092.579999998
## 938             0.80107445000            0.391828923            0.187912343
## 939            29.61978962000           45.254684060           32.425010350
## 940                        NA                     NA                     NA
## 941                        NA                     NA                     NA
## 942                        NA                     NA                     NA
## 943                        NA                     NA                     NA
## 944            82.59475479000           82.873768900           83.063987370
## 945             1.90889301600            1.915305323            1.922382692
## 946             8.87878946300            8.823346605            8.790528207
## 947            42.73873648000           42.823296450           42.885313240
## 948            49.20900000000           49.964000000           50.737000000
## 949                        NA                     NA                     NA
## 950                        NA                     NA                     NA
## 951                        NA                     NA                     NA
## 952                        NA                     NA                     NA
## 953                        NA                     NA                     NA
## 954                        NA                     NA                     NA
## 955                        NA                     NA                     NA
## 956                        NA                     NA                     NA
## 957                        NA                     NA                     NA
## 958                        NA                     NA                     NA
## 959                        NA                     NA                     NA
## 960                        NA                     NA                     NA
## 961                        NA                     NA                     NA
## 962                        NA                     NA                     NA
## 963                        NA                     NA                     NA
## 964                        NA                     NA                     NA
## 965                        NA                     NA                     NA
## 966                        NA                     NA                     NA
## 967                        NA                     NA                     NA
## 968                        NA                     NA                     NA
## 969                        NA                     NA                     NA
## 970                        NA                     NA                     NA
## 971                        NA                     NA                     NA
## 972                        NA                     NA                     NA
## 973                        NA                     NA                     NA
## 974                        NA                     NA                     NA
## 975             9.18675041200                     NA                     NA
## 976                        NA                     NA                     NA
## 977       1626437.00000000000      1747857.000000000      1812098.000000000
## 978                        NA                     NA                     NA
## 979                        NA                     NA                     NA
## 980                        NA                     NA                     NA
## 981     549474800.00000000000    644593000.000000000    881962400.000000000
## 982                        NA                     NA                     NA
## 983             2.71558307700            1.865021170            1.152462424
## 984   33760000000.00000000000  39389999100.000000000  46586000000.000000000
## 985            11.96739300000           13.820910000           16.657705000
## 986             0.00000000000            0.000000000            0.000000000
## 987    8511999800.00000000000   9772998600.000000000  14605000000.000000000
## 988   15670812772.00000000000  18323266291.000000000  22738099578.000000000
## 989           -11.08412382000           -8.796649604           -8.470356760
## 990                        NA                     NA                     NA
## 991     250371505.19999998808    274961829.100000024    302055495.899999976
## 992                        NA                     NA                     NA
## 993             1.25292497300            1.220614369            1.195827162
## 994                        NA                     NA                     NA
## 995                        NA                     NA                     NA
## 996                        NA                     NA                     NA
## 997                        NA                     NA                     NA
## 998            13.74303306000            6.534698358            8.370076615
## 999                        NA                     NA                     NA
## 1000                       NA                     NA                     NA
## 1001                       NA                     NA                     NA
## 1002      8031077.00000000000      8223817.000000000      8423418.000000000
## 1003       543367.00000000000       558346.000000000       572766.000000000
## 1004            4.68331956000            4.635329312            4.565735667
## 1005            9.80596998400            9.826483250            9.852128910
## 1006                       NA                     NA                     NA
## 1007          364.35100000000          356.675000000          349.000000000
## 1008                       NA                     NA                     NA
## 1009                       NA                     NA                     NA
## 1010                       NA                     NA                     NA
## 1011                       NA                     NA                     NA
## 1012                       NA                     NA                     NA
## 1013                       NA                     NA                     NA
## 1014                       NA                     NA                     NA
## 1015                       NA                     NA                     NA
## 1016                       NA                     NA                     NA
## 1017                       NA                     NA                     NA
## 1018                       NA                     NA                     NA
## 1019                       NA                     NA                     NA
## 1020                       NA                     NA                     NA
## 1021                       NA                     NA                     NA
## 1022                       NA                     NA                     NA
## 1023                       NA                     NA                     NA
## 1024           23.00000000000           27.000000000           32.000000000
## 1025                       NA                     NA                     NA
## 1026                       NA                     NA                     NA
## 1027                       NA                     NA                     NA
## 1028                       NA                     NA                     NA
## 1029            3.14951992000            3.545919895            3.389909983
## 1030                       NA                     NA                     NA
## 1031                       NA                     NA                     NA
## 1032            5.00000000000            5.000000000            5.000000000
## 1033       186978.00000000000       188690.000000000                     NA
## 1034                       NA                     NA                     NA
## 1035                       NA                     NA                     NA
## 1036                       NA                     NA                     NA
## 1037                       NA                     NA                     NA
## 1038                       NA                     NA                     NA
## 1039                       NA                     NA                     NA
## 1040           14.42753018000           15.762521870           18.621976150
## 1041  33942999000.00000000000  40014901200.000000000  46588845000.000000000
## 1042            0.00000000000            0.000000000            0.000000000
## 1043          100.00000000000            0.000000000            0.000000000
## 1044   2340000000.00000000000   2507000000.000000000   2506000000.000000000
## 1045      4126969.79999999981      6227967.000000000      6330119.900000000
## 1046           11.99348312000           11.832953300           14.272528230
## 1047 191000000000.00000000000 210000000000.000000000 214000000000.000000000
## 1048    521619390.39999997616    502021598.500000000    523971554.699999988
## 1049           10.76718039000            9.565879883           13.053277810
## 1050                       NA                     NA                     NA
## 1051                       NA                     NA                     NA
## 1052                       NA                     NA                     NA
## 1053        16600.00000000000        19500.000000000        20300.000000000
## 1054                       NA                     NA                     NA
## 1055                       NA                     NA                     NA
## 1056                       NA                     NA                     NA
## 1057                       NA                     NA                     NA
## 1058                       NA                     NA                     NA
## 1059                       NA                     NA                     NA
## 1060                       NA                     NA                     NA
## 1061                       NA                     NA                     NA
## 1062                       NA                     NA                     NA
## 1063                       NA                     NA                     NA
## 1064                       NA                     NA                     NA
## 1065   2750547531.00000000000   2868432887.000000000   1801904155.000000000
## 1066                       NA                     NA                     NA
## 1067                       NA                     NA                     NA
## 1068            1.36986301400            1.265822785            3.636363636
## 1069                       NA                     NA                     NA
## 1070                       NA                     NA                     NA
## 1071            4.47527724500            4.791268876            3.566814606
## 1072                       NA                     NA                     NA
## 1073           10.85734369000            9.551213442           11.173121430
## 1074                       NA                     NA                     NA
## 1075                       NA                     NA                     NA
## 1076                       NA                     NA                     NA
## 1077                       NA                     NA                     NA
## 1078                       NA                     NA                     NA
## 1079      6760000.22900000028      7309999.943000000      7739999.771000000
## 1080           -0.02451806900            0.036804482            0.024809975
## 1081            0.00000000000            0.000000000            0.000000000
## 1082           24.23125523000           27.732860750           24.854958430
## 1083      4310790.00000000000      4309680.000000000      4373360.000000000
## 1084           16.05034965000           16.075524480           16.100699300
## 1085     76760346.01000000536     83257431.950000003    134809869.900000006
## 1086                       NA                     NA            0.003456127
## 1087           29.61978962000           45.254684060           32.425010350
## 1088                       NA                     NA                     NA
## 1089                       NA                     NA                     NA
## 1090                       NA                     NA                     NA
## 1091                       NA                     NA                     NA
## 1092            0.45867512200            0.459601552            0.457978325
## 1093            3.07346906500            3.044451372            3.028549133
## 1094           54.37053088000           54.282512590           54.223732670
## 1095           16.82910042000           16.785633930           16.762706170
## 1096                       NA                     NA                     NA
## 1097                       NA                     NA                     NA
## 1098                       NA                     NA                     NA
## 1099                       NA                     NA                     NA
## 1100                       NA                     NA                     NA
## 1101                       NA                     NA                     NA
## 1102                       NA                     NA                     NA
## 1103                       NA                     NA                     NA
## 1104                       NA                     NA                     NA
## 1105                       NA                     NA                     NA
## 1106                       NA                     NA                     NA
## 1107                       NA                     NA                     NA
## 1108                       NA                     NA                     NA
## 1109                       NA                     NA                     NA
## 1110                       NA                     NA                     NA
## 1111                       NA                     NA                     NA
## 1112                       NA                     NA                     NA
## 1113                       NA            0.031000000            0.034000000
## 1114                       NA                     NA                     NA
## 1115          188.20000000000          181.500000000          174.700000000
## 1116                       NA                     NA                     NA
## 1117                       NA                     NA                     NA
## 1118                       NA                     NA                     NA
## 1119                       NA                     NA                     NA
## 1120                       NA                     NA                     NA
## 1121                       NA                     NA                     NA
## 1122                       NA                     NA                     NA
## 1123                       NA                     NA                     NA
## 1124                       NA                     NA                     NA
## 1125                       NA                     NA                     NA
## 1126            0.40851000000            0.433580011            0.447770000
## 1127                       NA                     NA                     NA
## 1128                       NA                     NA                     NA
## 1129    153455829.80000001192    156353407.199999988    144588476.800000012
## 1130                       NA                     NA                     NA
## 1131        26925.13833000000        28856.359270000        29937.637800000
## 1132 413000000000.00000000000 454000000000.000000000 480000000000.000000000
## 1133                       NA                     NA                     NA
## 1134            4.56923060000            4.300142300            4.349124900
## 1135                       NA                     NA                     NA
## 1136    105831611.79999999702    119001592.400000006    141214183.300000012
## 1137           21.31516677000           19.449099710           19.999571120
## 1138                       NA                     NA                     NA
## 1139  37502000100.00000000000  42854999300.000000000  50532000400.000000000
## 1140                       NA                     NA                     NA
## 1141                       NA                     NA        25000.000000000
## 1142            0.10245570100            0.112832835            0.122734723
## 1143                       NA                     NA                     NA
## 1144            0.10658912600            0.087352289            0.026974016
## 1145                       NA                     NA                     NA
## 1146           13.73799579000            6.526447477            8.351443319
## 1147                       NA                     NA                     NA
## 1148                       NA                     NA                     NA
## 1149                       NA                     NA                     NA
## 1150           49.88053568000           49.909409740           49.965954490
## 1151            3.37482097700            3.388535366            3.397529171
## 1152            4.51206300800            4.484065333            4.428412107
## 1153           10.25550880000           10.282588200           10.320197150
## 1154                       NA                     NA                     NA
## 1155          402.35000000000          394.130000000          385.910000000
## 1156                       NA                     NA                     NA
## 1157                       NA                     NA                     NA
## 1158                       NA                     NA                     NA
## 1159                       NA                     NA                     NA
## 1160                       NA                     NA                     NA
## 1161                       NA                     NA                     NA
## 1162                       NA                     NA                     NA
## 1163                       NA                     NA                     NA
## 1164                       NA                     NA                     NA
## 1165                       NA                     NA                     NA
## 1166                       NA                     NA                     NA
## 1167                       NA                     NA                     NA
## 1168                       NA                     NA                     NA
## 1169                       NA                     NA                     NA
## 1170                       NA                     NA                     NA
## 1171                       NA                     NA                     NA
## 1172           11.00000000000           24.000000000           34.000000000
## 1173                       NA                     NA                     NA
## 1174                       NA                     NA                     NA
## 1175                       NA                     NA                     NA
## 1176                       NA                     NA                     NA
## 1177            1.27867996700                     NA                     NA
## 1178                       NA                     NA                     NA
## 1179                       NA                     NA                     NA
## 1180       418085.00000000000       455401.000000000       496921.000000000
## 1181           17.65979004000           17.291580200                     NA
## 1182                       NA                     NA                     NA
## 1183                       NA                     NA                     NA
## 1184            6.00000000000            6.000000000            6.000000000
## 1185                       NA                     NA                     NA
## 1186                       NA                     NA                     NA
## 1187                       NA                     NA                     NA
## 1188           14.50573585000           16.012586180           18.623113390
## 1189                       NA                     NA                     NA
## 1190          151.99255350000          156.650539700          155.407818400
## 1191                       NA                     NA                     NA
## 1192                       NA                     NA                     NA
## 1193            0.16773301000            0.237513130            0.241600810
## 1194                       NA                     NA                     NA
## 1195           56.52251303000           57.298809130           48.858026020
## 1196   7196000300.00000000000   7661000200.000000000   9317000200.000000000
## 1197                       NA                     NA                     NA
## 1198                       NA                     NA                     NA
## 1199                       NA                     NA                     NA
## 1200                       NA                     NA                     NA
## 1201                       NA                     NA                     NA
## 1202                       NA                     NA                     NA
## 1203                       NA                     NA                     NA
## 1204                       NA                     NA                     NA
## 1205                       NA                     NA                     NA
## 1206                       NA                     NA                     NA
## 1207                       NA                     NA                     NA
## 1208                       NA                     NA                     NA
## 1209            4.10419507200            3.041610623            2.245418135
## 1210                       NA                     NA                     NA
## 1211                       NA                     NA                     NA
## 1212                       NA                     NA                     NA
## 1213            6.36037166000            6.232791933            6.249357604
## 1214                       NA                     NA                     NA
## 1215            0.00000000000            0.000000000            0.000000000
## 1216           64.84480605000           68.119745570           58.653145890
## 1217    174809997.59999999404    157380004.900000006    188360000.599999994
## 1218                       NA                     NA                     NA
## 1219     30911000.00000000000     29268000.000000000     32469000.000000000
## 1220                       NA                     NA                     NA
## 1221     22000000.00000000000     22000000.000000000     21000000.000000000
## 1222                       NA                     NA                     NA
## 1223                       NA                     NA                     NA
## 1224            0.00000000000            0.000000000            0.000000000
## 1225     25300978.14999999851     14836961.869999999       923723.045600000
## 1226    468260381.89999997616    402900789.500000000    444034739.600000024
## 1227                       NA                     NA                     NA
## 1228           16.25130708000           18.913781100           18.853804730
## 1229            0.00000000000            0.000000000            0.000000000
## 1230                       NA                     NA                     NA
## 1231                       NA                     NA                     NA
## 1232                       NA                     NA                     NA
## 1233                       NA                     NA                     NA
## 1234                       NA                     NA                     NA
## 1235                       NA                     NA                     NA
## 1236                       NA                     NA                     NA
## 1237                       NA                     NA                     NA
## 1238                       NA                     NA                     NA
## 1239                       NA                     NA                     NA
## 1240                       NA                     NA                     NA
## 1241           12.37723808000            2.845784957            8.052641266
## 1242                       NA                     NA                     NA
## 1243                       NA                     NA                     NA
## 1244                       NA                     NA                     NA
## 1245                       NA                     NA                     NA
## 1246                       NA                     NA                     NA
## 1247            0.00000000000            0.000000000            0.000000000
## 1248            0.00000000000            0.000000000            0.000000000
## 1249            0.31263084400            0.362388591            0.505155413
## 1250    429200012.19999998808    392760009.800000012    458730011.000000000
## 1251                       NA                     NA                     NA
## 1252                       NA                     NA                     NA
## 1253           41.87063903000           18.662511060           21.807686190
## 1254                       NA                     NA                     NA
## 1255      2029999.97099999990      2470000.029000000      1759999.990000000
## 1256                       NA                     NA                     NA
## 1257            0.00000000000            0.000000000            0.000000000
## 1258      5666972.90199999977       298362.797600000       767035.455800000
## 1259      2397630.72599999979      4932749.060000000      3897946.004000000
## 1260                       NA                     NA                     NA
## 1261                       NA                     NA                     NA
## 1262            3.41085202700            4.706104580            1.503801412
## 1263           25.79638147000           29.580416780           25.725611520
## 1264    464000000.00000000000    417000000.000000000    453000000.000000000
## 1265                       NA                     NA                     NA
## 1266                       NA                     NA                     NA
## 1267      1105147.00000000000      1173362.000000000      1245155.000000000
## 1268                       NA                     NA                     NA
## 1269       233269.00000000000       238877.000000000       243849.000000000
## 1270            4.99261805100            4.934071369            4.969716569
## 1271           11.36110387000           11.410382790           11.463565030
## 1272           39.32838740000           40.356372800           41.384358200
## 1273                       NA                     NA                     NA
## 1274                       NA                     NA                     NA
## 1275                       NA                     NA                     NA
## 1276                       NA                     NA                     NA
## 1277                       NA                     NA                     NA
## 1278                       NA                     NA                     NA
## 1279                       NA                     NA                     NA
## 1280                       NA                     NA                     NA
## 1281                       NA                     NA                     NA
## 1282                       NA                     NA                     NA
## 1283                       NA                     NA                     NA
## 1284                       NA                     NA                     NA
## 1285                       NA                     NA                     NA
## 1286                       NA                     NA                     NA
## 1287                       NA                     NA                     NA
## 1288                       NA                     NA                     NA
## 1289                       NA                     NA                     NA
## 1290                       NA                     NA                     NA
## 1291                       NA                     NA                     NA
## 1292        46784.00000000000        46428.000000000        45987.000000000
## 1293                       NA                     NA                     NA
## 1294                       NA                     NA                     NA
## 1295                       NA                     NA                     NA
## 1296         1462.00000000000         1490.000000000                     NA
## 1297                       NA                     NA                     NA
## 1298                       NA                     NA                     NA
## 1299       661666.00000000000       660402.000000000                     NA
## 1300                       NA                     NA                     NA
## 1301          110.59986110000          113.385047900          113.180816700
## 1302                       NA                     NA                     NA
## 1303                       NA                     NA                     NA
## 1304                       NA                     NA                     NA
## 1305                       NA                     NA                     NA
## 1306    354980712.89999997616    413318057.500000000    487909546.699999988
## 1307   2334250538.00000000000   2601680746.000000000   2723618206.000000000
## 1308                       NA                     NA                     NA
## 1309            7.78756731500            8.284254462            9.230468152
## 1310    242600000.00000000000    300600000.000000000    374000000.000000000
## 1311     63971438.00000000000     70701600.000000000     68815058.000000000
## 1312           -3.40520171200            7.878640685           28.422723350
## 1313   2278477295.00000000000   2499768170.000000000   2555455913.000000000
## 1314                       NA                     NA                     NA
## 1315           10.23104295000           10.652450100           11.529214360
## 1316  30874000400.00000000000  35503999200.000000000  40024000400.000000000
## 1317                       NA                     NA                     NA
## 1318           49.93035030000           48.459184450           38.319214720
## 1319                       NA                     NA                     NA
## 1320                       NA                     NA                     NA
## 1321                       NA                     NA                     NA
## 1322                       NA                     NA                     NA
## 1323                       NA                     NA                     NA
## 1324      8069546.00000000000      8253671.000000000      8434897.000000000
## 1325            1.14745506700            1.155181347            1.162817754
## 1326            4.05603133900            4.044156138            4.027866123
## 1327      4430149.00000000000      4529945.000000000      4635258.000000000
## 1328                       NA                     NA                     NA
## 1329           41.02200000000           40.732000000           40.419000000
## 1330                       NA                     NA                     NA
## 1331                       NA                     NA                     NA
## 1332                       NA                     NA                     NA
## 1333                       NA                     NA                     NA
## 1334                       NA                     NA                     NA
## 1335                       NA                     NA                     NA
## 1336                       NA                     NA                     NA
## 1337                       NA                     NA                     NA
## 1338                       NA                     NA                     NA
## 1339                       NA                     NA                     NA
## 1340                       NA                     NA                     NA
## 1341                       NA                     NA                     NA
## 1342                       NA                     NA                     NA
## 1343                       NA                     NA                     NA
## 1344                       NA                     NA                     NA
## 1345                       NA                     NA                     NA
## 1346                       NA                     NA            0.180199996
## 1347                       NA                     NA                     NA
## 1348                       NA                     NA                     NA
## 1349                       NA                     NA                     NA
## 1350                       NA                     NA                     NA
## 1351            4.93035984000                     NA                     NA
## 1352                       NA                     NA                     NA
## 1353                       NA                     NA                     NA
## 1354           21.77572000000           22.948790000           22.772630000
## 1355           41.06116867000           39.867439270                     NA
## 1356                       NA                     NA                     NA
## 1357           58.93883000000           60.132560000                     NA
## 1358                       NA                     NA                     NA
## 1359                       NA                     NA                     NA
## 1360                       NA                     NA                     NA
## 1361                       NA                     NA                     NA
## 1362     13265122.67999999970     40949529.170000002       159997.750500000
## 1363                       NA                     NA                     NA
## 1364         2096.81327200000         2390.534231000         2763.384122000
## 1365   2293718974.00000000000   2424853981.000000000   2475325479.000000000
## 1366                       NA                     NA                     NA
## 1367            0.00000000000            0.000000000            0.000000000
## 1368                       NA                     NA                     NA
## 1369                       NA                     NA                     NA
## 1370                       NA                     NA                     NA
## 1371   6576000000.00000000000   6906999800.000000000   9710000000.000000000
## 1372           91.45142299000           90.134551950           85.914224020
## 1373   1990359204.00000000000   2087770175.000000000   2005061474.000000000
## 1374                       NA                     NA                     NA
## 1375                       NA                     NA                     NA
## 1376                       NA                     NA                     NA
## 1377                       NA                     NA                     NA
## 1378                       NA                     NA                     NA
## 1379                       NA                     NA                     NA
## 1380                       NA                     NA                     NA
## 1381                       NA                     NA                     NA
## 1382                       NA                     NA                     NA
## 1383                       NA                     NA                     NA
## 1384                       NA                     NA                     NA
## 1385                       NA                     NA                     NA
## 1386                       NA                     NA                     NA
## 1387                       NA                     NA                     NA
## 1388                       NA                     NA                     NA
## 1389       264621.00000000000       280529.000000000       297346.000000000
## 1390                       NA                     NA                     NA
## 1391                       NA                     NA                     NA
## 1392                       NA                     NA                     NA
## 1393                       NA                     NA                     NA
## 1394                       NA                     NA                     NA
## 1395    439089996.30000001192    401850006.100000024    470339996.300000012
## 1396                       NA                     NA                     NA
## 1397            0.00000000000            0.000000000            0.000000000
## 1398                       NA                     NA                     NA
## 1399                       NA                     NA                     NA
## 1400       930000.00719999999       180000.007200000       899999.976200000
## 1401       889999.98569999996        39999.999110000        79999.998210000
## 1402           28.73654294000           25.147824890           28.414967700
## 1403     -7633481.71899999958    -20881953.760000002    -93496227.109999999
## 1404    558642084.20000004768    507363000.800000012    563640598.200000048
## 1405                       NA                     NA                     NA
## 1406      2295200.00000000000      2298800.000000000      2302400.000000000
## 1407    476677177.30000001192    452612320.899999976    546073165.899999976
## 1408                       NA                     NA                     NA
## 1409           10.11848341000            9.251079165            9.382646718
## 1410                       NA                     NA                     NA
## 1411                       NA                     NA                     NA
## 1412                       NA                     NA                     NA
## 1413                       NA                     NA                     NA
## 1414                       NA                     NA                     NA
## 1415                       NA                     NA                     NA
## 1416                       NA                     NA                     NA
## 1417                       NA                     NA                     NA
## 1418                       NA                     NA                     NA
## 1419                       NA                     NA                     NA
## 1420                       NA                     NA                     NA
## 1421                       NA                     NA                     NA
## 1422                       NA                     NA                     NA
## 1423           12.55447338000           12.911746690           13.951483330
## 1424            7.90787914700            8.199543219            9.306873310
## 1425                       NA                     NA                     NA
## 1426          112.59176920000          115.227188800          117.890314700
## 1427                       NA                     NA                     NA
## 1428                       NA                     NA                     NA
## 1429            0.10051556800            0.139439406            0.133134663
## 1430            0.00000000000            0.000000000            0.000000000
## 1431      7692094.09999999963      9502397.500000000     13235445.400000000
## 1432    174809997.59999999404    157380004.900000006    188360000.599999994
## 1433     20005000.00000000000     37727318.500000000     41175149.200000003
## 1434                       NA                     NA                     NA
## 1435     80000000.00000000000     24000000.000000000     23000000.000000000
## 1436                       NA                     NA                     NA
## 1437      1879999.99500000011      2990000.010000000      3829999.924000000
## 1438                       NA                     NA                     NA
## 1439    272489422.19999998808    289241603.500000000    318649203.600000024
## 1440   -120270112.79999999702    -80332469.250000000   -120688351.799999997
## 1441           39.11056932000           42.310642320           39.011187510
## 1442                       NA                     NA                     NA
##                       X1986                  X1987                  X1988
## 1                        NA                     NA                     NA
## 2       142000000.000000000    151000000.000000000    191000000.000000000
## 3              35.364158140           34.558428970           32.982329790
## 4              70.779403670           59.395857510                     NA
## 5                        NA                     NA                     NA
## 6              21.116994110           24.414529940           24.921065980
## 7               1.940662849            1.895057173            1.908087089
## 8              77.464856450           77.936507950           78.267364650
## 9               1.348115085            1.353751900            1.360403188
## 10              7.578048248            7.464879083            7.366174047
## 11             42.149865600           42.279418960           42.368618000
## 12             50.563000000           51.327000000           52.112000000
## 13                       NA                     NA                     NA
## 14                       NA                     NA                     NA
## 15                       NA                     NA                     NA
## 16                       NA                     NA                     NA
## 17                       NA                     NA                     NA
## 18                       NA                     NA                     NA
## 19                       NA                     NA                     NA
## 20                       NA                     NA                     NA
## 21                       NA                     NA                     NA
## 22                       NA                     NA                     NA
## 23                       NA                     NA                     NA
## 24                       NA                     NA                     NA
## 25                       NA                     NA                     NA
## 26                       NA                     NA                     NA
## 27                       NA                     NA                     NA
## 28                       NA                     NA                     NA
## 29                       NA                     NA                     NA
## 30                       NA                     NA                     NA
## 31             65.800000000           64.000000000           62.100000000
## 32                       NA                     NA                     NA
## 33                       NA                     NA                     NA
## 34                       NA                     NA                     NA
## 35                       NA                     NA                     NA
## 36                       NA                     NA                     NA
## 37             13.974769590           15.214900020           16.605279920
## 38                       NA                     NA                     NA
## 39                       NA                     NA           43.013830000
## 40                       NA                     NA            4.222380161
## 41             34.784350000           35.366960000           36.863490000
## 42                       NA                     NA                     NA
## 43                       NA                     NA                     NA
## 44                       NA                     NA                     NA
## 45                       NA                     NA                     NA
## 46                       NA                     NA                     NA
## 47     6477200000.000000000   7724630000.000000000   8734560000.000000000
## 48     6903179359.000000000   7020230929.000000000   7560564675.000000000
## 49              0.000000000            0.000000000            0.000000000
## 50                       NA                     NA                     NA
## 51              5.139925057            4.271442743            6.697269493
## 52      427586983.100000024    442449191.300000012    529403763.300000012
## 53                       NA                     NA                     NA
## 54    11292000000.000000000  13532000000.000000000  17144000000.000000000
## 55                       NA                     NA                     NA
## 56                       NA                     NA                     NA
## 57                       NA                     NA                     NA
## 58                       NA                     NA                     NA
## 59             17.604332930           18.738035210           23.802278340
## 60              0.000000000            0.000000000            0.000000000
## 61              2.960699323            2.674080858            1.353323334
## 62             13.928103260            8.473616181                     NA
## 63                       NA                     NA                     NA
## 64                       NA                     NA                     NA
## 65                       NA                     NA                     NA
## 66              0.255721858            0.268909734            0.274755515
## 67              2.489524766            2.460041692            2.431571241
## 68             54.411600500           54.248544840           54.133187440
## 69             41.192235790           41.269034710           41.304223820
## 70            114.400000000          110.100000000          105.600000000
## 71                       NA                     NA                     NA
## 72                       NA                     NA                     NA
## 73                       NA                     NA                     NA
## 74                       NA                     NA                     NA
## 75                       NA                     NA                     NA
## 76                       NA                     NA                     NA
## 77                       NA                     NA                     NA
## 78                       NA                     NA                     NA
## 79                       NA                     NA                     NA
## 80                       NA                     NA                     NA
## 81                       NA                     NA                     NA
## 82             29.000000000           25.000000000           37.000000000
## 83                       NA                     NA                     NA
## 84                       NA                     NA                     NA
## 85                       NA                     NA                     NA
## 86                       NA                     NA                     NA
## 87                       NA                     NA                     NA
## 88                       NA                     NA                     NA
## 89            167.800000000          160.900000000          153.900000000
## 90                       NA                     NA                     NA
## 91                       NA                     NA                     NA
## 92                       NA                     NA                     NA
## 93                       NA                     NA                     NA
## 94                       NA                     NA                     NA
## 95                       NA                     NA                     NA
## 96                       NA                     NA                     NA
## 97                       NA                     NA                     NA
## 98                       NA                     NA                     NA
## 99                       NA                     NA                     NA
## 100             0.336030006            0.353789985            0.382409990
## 101                      NA                     NA                     NA
## 102                      NA                     NA                     NA
## 103   26400264605.000000000  27218911058.000000000  32705876319.000000000
## 104           170.000000000          180.000000000          200.000000000
## 105                      NA                     NA                     NA
## 106             0.000000000            0.000000000            0.000000000
## 107                      NA                     NA                     NA
## 108             0.000000000            0.000000000            0.000000000
## 109                      NA                     NA                     NA
## 110     337796747.800000012    345622615.000000000    365362456.600000024
## 111   -4814800000.000000000  -5807370000.000000000  -8409440000.000000000
## 112      59753720.539999999     49685817.079999998     82656993.879999995
## 113                      NA                     NA                     NA
## 114                      NA                     NA                     NA
## 115      31053048.070000000     33928833.320000000     35789121.140000001
## 116                      NA                     NA                     NA
## 117            51.639565150           53.194952560           58.520846990
## 118             2.511592366            0.790575031           14.161001310
## 119            35.363684420           35.337831680           33.948877550
## 120                      NA            0.093131815            0.002058887
## 121                      NA                     NA                     NA
## 122                      NA                     NA                     NA
## 123             5.879511164            5.843567607            5.862088815
## 124                      NA                     NA                     NA
## 125             3.950755957            3.990978917            4.025239269
## 126             6.827411209            6.738678147            6.598028584
## 127            14.207384200           14.306660750           14.377681160
## 128            46.178233200           47.285197000           48.628212600
## 129                      NA                     NA                     NA
## 130                      NA                     NA                     NA
## 131                      NA                     NA                     NA
## 132                      NA                     NA                     NA
## 133                      NA                     NA                     NA
## 134                      NA                     NA                     NA
## 135                      NA                     NA                     NA
## 136                      NA                     NA                     NA
## 137                      NA                     NA                     NA
## 138                      NA                     NA                     NA
## 139                      NA                     NA                     NA
## 140                      NA                     NA                     NA
## 141                      NA                     NA                     NA
## 142                      NA                     NA                     NA
## 143            25.000000000           23.000000000                     NA
## 144                      NA                     NA                     NA
## 145                      NA                     NA                     NA
## 146                      NA                     NA                     NA
## 147                      NA                     NA                     NA
## 148                      NA                     NA                     NA
## 149                      NA                     NA                     NA
## 150                      NA                     NA                     NA
## 151                      NA                     NA                     NA
## 152         21785.000000000        20662.000000000        21132.000000000
## 153                      NA                     NA                     NA
## 154                      NA                     NA                     NA
## 155                      NA                     NA       807830.000000000
## 156                      NA                     NA                     NA
## 157            50.998821260           52.758628850           57.659229280
## 158                      NA                     NA                     NA
## 159                      NA                     NA                     NA
## 160                      NA                     NA                     NA
## 161            21.229833330           21.819166670           23.289250000
## 162                      NA                     NA                     NA
## 163                      NA                     NA                     NA
## 164  528000000000.000000000 537000000000.000000000 578000000000.000000000
## 165                      NA                     NA                     NA
## 166            15.519563000           16.812438000           14.858215000
## 167            30.907687890           31.620318180           30.924765300
## 168     787400585.000000000    805106972.100000024    879345765.399999976
## 169   27136000000.000000000  30623000000.000000000  36755000000.000000000
## 170                      NA                     NA                     NA
## 171                      NA                     NA                     NA
## 172    2519417401.000000000   2599562413.000000000   3090974382.000000000
## 173    5065000000.000000000   5797000000.000000000   6895000000.000000000
## 174                      NA                     NA                     NA
## 175                      NA                     NA                     NA
## 176                      NA                     NA                     NA
## 177                      NA                     NA                     NA
## 178                      NA                     NA                     NA
## 179                      NA                     NA                     NA
## 180                      NA                     NA                     NA
## 181                      NA                     NA                     NA
## 182                      NA                     NA                     NA
## 183                      NA                     NA                     NA
## 184                      NA                     NA                     NA
## 185                      NA                     NA                     NA
## 186                      NA                     NA                     NA
## 187                      NA                     NA                     NA
## 188                      NA                     NA                     NA
## 189             5.404478013            3.474957113            3.695634560
## 190                      NA                     NA                     NA
## 191                      NA                     NA                     NA
## 192                      NA                     NA                     NA
## 193                      NA                     NA                     NA
## 194                      NA                     NA                     NA
## 195            25.696537120           27.973699280           30.187414460
## 196            99.815157120           98.936170210           96.232876710
## 197       3840013.000000000      4765565.900000000      4765626.300000000
## 198       7699999.809000000      5550000.191000000      6849999.905000000
## 199       6870000.000000000     39636000.000000000     46616000.000000000
## 200                      NA                     NA                     NA
## 201                      NA                     NA                     NA
## 202                      NA                     NA                     NA
## 203       5800000.191000000      7960000.038000000      9210000.038000001
## 204                      NA                     NA                     NA
## 205            60.171031790           57.597574710           55.175404010
## 206    -119209072.099999994   -123333258.099999994   -271450571.100000024
## 207          1524.700000000         1684.100000000         1780.400000000
## 208                      NA                     NA                     NA
## 209             7.689053592            6.506450499            3.668397216
## 210            57.949513970           69.344238950           70.069327110
## 211     109096430.900000006    126257745.599999994    144097503.400000006
## 212             1.604505573            2.109559854                     NA
## 213                      NA                     NA                     NA
## 214                      NA                     NA                     NA
## 215            92.340000000           92.056000000           91.762000000
## 216             2.236952267            2.203088733            2.227973231
## 217        340963.000000000       352969.000000000       364821.000000000
## 218             6.763478030            6.717871014            6.629478745
## 219            13.544104900           13.607233510           13.645216990
## 220             5.431000000            5.371000000            5.308000000
## 221                      NA                     NA                     NA
## 222                      NA                     NA                     NA
## 223                      NA                     NA                     NA
## 224                      NA                     NA                     NA
## 225                      NA                     NA                     NA
## 226                      NA                     NA                     NA
## 227                      NA                     NA                     NA
## 228                      NA                     NA                     NA
## 229                      NA                     NA                     NA
## 230                      NA                     NA                     NA
## 231                      NA                     NA                     NA
## 232                      NA                     NA                     NA
## 233                      NA                     NA                     NA
## 234                      NA                     NA                     NA
## 235                      NA                     NA                     NA
## 236                      NA                     NA                     NA
## 237                      NA                     NA                     NA
## 238                      NA                     NA                     NA
## 239                      NA                     NA                     NA
## 240        111846.000000000       108787.000000000       105472.000000000
## 241                      NA                     NA                     NA
## 242                      NA                     NA                     NA
## 243                      NA                     NA                     NA
## 244                      NA                     NA                     NA
## 245            41.587841030           43.005001070           43.422519680
## 246                      NA                     NA                     NA
## 247                      NA                     NA           88.139450000
## 248                      NA                     NA                     NA
## 249            82.648681640           84.377220150           88.567199710
## 250                      NA                     NA                     NA
## 251                      NA                     NA                     NA
## 252                      NA                     NA                     NA
## 253            19.546900000           21.595700000           22.055000000
## 254                      NA                     NA                     NA
## 255            11.623716890           12.095437180           11.357449350
## 256             4.565650546            1.695618266            7.696808711
## 257            14.392570080           12.696801870           11.815310200
## 258             0.000000000            0.000000000            0.000000000
## 259  208000000000.000000000 216000000000.000000000 231000000000.000000000
## 260    8358000000.000000000   9555000000.000000000  11676000000.000000000
## 261    1388250822.000000000   1418013771.000000000   1666515529.000000000
## 262            40.671381250           40.298596940           37.810755790
## 263            64.844159160           57.812395750                     NA
## 264     313976658.399999976    466435079.300000012    534269264.500000000
## 265            12.045128370           11.662861750                     NA
## 266                      NA                     NA                     NA
## 267                      NA                     NA                     NA
## 268                      NA                     NA                     NA
## 269                      NA            1.045000000                     NA
## 270             2.401381733            2.394017483            2.386085831
## 271             8.474283060            8.468696501            8.476270936
## 272       3711417.000000000      3801046.000000000      3891166.000000000
## 273           120.200000000          115.900000000          111.400000000
## 274                      NA                     NA                     NA
## 275                      NA                     NA                     NA
## 276                      NA                     NA                     NA
## 277                      NA                     NA                     NA
## 278                      NA                     NA                     NA
## 279                      NA                     NA                     NA
## 280                      NA                     NA                     NA
## 281                      NA                     NA                     NA
## 282                      NA                     NA                     NA
## 283                      NA                     NA                     NA
## 284                      NA                     NA                     NA
## 285                      NA                     NA                     NA
## 286                      NA                     NA                     NA
## 287                      NA                     NA                     NA
## 288                      NA                     NA                     NA
## 289                      NA                     NA                     NA
## 290                      NA                     NA                     NA
## 291                      NA                     NA                     NA
## 292                      NA                     NA                     NA
## 293                      NA                     NA                     NA
## 294                      NA                     NA                     NA
## 295                      NA                     NA                     NA
## 296                      NA                     NA                     NA
## 297                      NA                     NA                     NA
## 298                      NA                     NA                     NA
## 299                      NA                     NA                     NA
## 300         53405.000000000        55207.000000000        57204.000000000
## 301                      NA                     NA           20.699880000
## 302             5.000000000            5.000000000            5.000000000
## 303                      NA                     NA                     NA
## 304                      NA                     NA                     NA
## 305                      NA                     NA                     NA
## 306     114047946.200000003    124610885.500000000    136728982.099999994
## 307          3232.299596000         3622.600264000         4263.631990000
## 308             0.000000000            0.000000000            0.000000000
## 309    2850784523.000000000   2957255380.000000000   3487009748.000000000
## 310     392000000.000000000    438200000.000000000    507000000.000000000
## 311             0.000000000            0.000000000            0.000000000
## 312     881111582.899999976    935093560.299999952   1078349581.000000000
## 313            15.173235020            2.316738449            5.711385999
## 314                      NA                     NA                     NA
## 315    1168000000.000000000   1073000000.000000000   1823000000.000000000
## 316           108.640442200          109.093339000          110.934699500
## 317                      NA                     NA                     NA
## 318     659250000.000000000    740300000.000000000    833500000.000000000
## 319                      NA                     NA                     NA
## 320                      NA                     NA                     NA
## 321                      NA                     NA                     NA
## 322                      NA                     NA                     NA
## 323            55.016000510           66.905816880           64.767039840
## 324                      NA                     NA                     NA
## 325                      NA                     NA                     NA
## 326             7.660000000            7.944000000            8.238000000
## 327      17239677.000000000     17623697.000000000     18020755.000000000
## 328             2.925445974            2.950774336            2.967361800
## 329             5.051830834            5.227115906            5.427423394
## 330            12.081452340           12.165121440           12.270098370
## 331                      NA                     NA                     NA
## 332           131.347200000          131.337000000          131.441200000
## 333                      NA                     NA                     NA
## 334                      NA                     NA                     NA
## 335                      NA                     NA                     NA
## 336                      NA                     NA                     NA
## 337                      NA                     NA                     NA
## 338                      NA                     NA                     NA
## 339                      NA                     NA                     NA
## 340                      NA                     NA                     NA
## 341                      NA                     NA                     NA
## 342                      NA                     NA                     NA
## 343                      NA                     NA                     NA
## 344                      NA                     NA                     NA
## 345                      NA                     NA                     NA
## 346                      NA                     NA                     NA
## 347                      NA                     NA                     NA
## 348                      NA                     NA                     NA
## 349                      NA                     NA                     NA
## 350                      NA                     NA                     NA
## 351                      NA                     NA                     NA
## 352                      NA                     NA                     NA
## 353                      NA                     NA                     NA
## 354                      NA                     NA                     NA
## 355                      NA                     NA            8.290740013
## 356                      NA                     NA                     NA
## 357                      NA                     NA                     NA
## 358                      NA                     NA           56.986171720
## 359                      NA                     NA                     NA
## 360                      NA                     NA                     NA
## 361                      NA                     NA                     NA
## 362                      NA                     NA                     NA
## 363                      NA                     NA                     NA
## 364                      NA                     NA                     NA
## 365    8648090275.000000000  10733667529.000000000  11416141378.000000000
## 366    2850774343.000000000   2956311182.000000000   3483739175.000000000
## 367                      NA                     NA                     NA
## 368                      NA                     NA                     NA
## 369            11.290502000           12.773772000           12.650543000
## 370             2.700000000            2.349321200            2.210754400
## 371   61167061130.000000000  62542533388.000000000  68309571025.000000000
## 372             2.701981355           -0.697289010            6.556670132
## 373            20.264159070           21.188776150           22.292148860
## 374    6215000000.000000000   7732000000.000000000   9838000000.000000000
## 375                      NA                     NA                     NA
## 376                      NA                     NA                     NA
## 377                      NA                     NA                     NA
## 378                      NA                     NA                     NA
## 379                      NA                     NA                     NA
## 380             0.000000000            0.000000000            0.000000000
## 381                      NA                     NA                     NA
## 382                      NA                     NA                     NA
## 383                      NA                     NA                     NA
## 384                      NA                     NA                     NA
## 385                      NA                     NA                     NA
## 386                      NA                     NA                     NA
## 387                      NA                     NA                     NA
## 388                      NA                     NA                     NA
## 389                      NA                     NA                     NA
## 390                      NA                     NA                     NA
## 391                      NA                     NA                     NA
## 392                      NA                     NA                     NA
## 393     145886828.500000000    251413397.199999988    282826477.699999988
## 394                      NA                     NA                     NA
## 395                      NA                     NA                     NA
## 396                      NA                     NA                     NA
## 397            85.671240860           85.753851900           85.656656350
## 398             0.000000000            0.000000000            0.000000000
## 399             0.184842884            1.063829787            3.767123288
## 400             6.866548166            7.357169288            9.455645397
## 401                      NA                     NA                     NA
## 402                      NA                     NA                     NA
## 403       -628099.400000000     14201656.199999999     11882424.800000001
## 404             6.614612103            5.424850147            5.894655878
## 405                      NA                     NA                     NA
## 406      14399999.619999999     16260000.230000000     19059999.469999999
## 407                      NA                     NA                     NA
## 408     142570573.699999988    162185406.800000012    193780954.900000006
## 409    -230980405.400000006   -263732941.199999988   -398104727.500000000
## 410     550164386.700000048    643607350.200000048    815685384.500000000
## 411                      NA                     NA                     NA
## 412          3200.000000000         3600.000000000         4018.000000000
## 413             6.199999809            5.900000095           27.899999620
## 414                      NA                     NA                     NA
## 415                      NA                     NA                     NA
## 416                      NA                     NA                     NA
## 417                      NA                     NA                     NA
## 418                      NA                     NA                     NA
## 419                      NA                     NA                     NA
## 420                      NA                     NA                     NA
## 421                      NA                     NA                     NA
## 422                      NA                     NA                     NA
## 423                      NA                     NA                     NA
## 424                      NA                     NA                     NA
## 425            10.581616540           10.451584620           11.786206540
## 426                      NA                     NA                     NA
## 427                      NA                     NA                     NA
## 428            33.783783780           34.666666670           28.378378380
## 429            14.706476760           14.357398010           14.106324520
## 430           139.346000000          231.021000000          234.688000000
## 431             0.881779630            0.894450115            0.880262964
## 432                      NA                     NA                     NA
## 433                      NA                     NA                     NA
## 434                      NA                     NA                     NA
## 435       2250000.000000000     -2250000.000000000                     NA
## 436      25477753.399999999     14447350.600000000      8994842.000000000
## 437     743794136.299999952    985839696.299999952   1165294505.000000000
## 438                      NA                     NA                     NA
## 439       1740000.010000000      4650000.095000000      3519999.981000000
## 440             0.000000000            0.000000000            0.000000000
## 441     106450000.000000000    129300000.000000000    154510000.000000000
## 442             0.000000000            0.000000000            0.000000000
## 443            31.930000310           36.939998630           40.599998470
## 444       2622990.000000000      2825960.000000000      2980760.000000000
## 445                      NA                     NA                     NA
## 446                      NA                     NA                     NA
## 447    3097104912.000000000   3226168635.000000000   3868303786.000000000
## 448                      NA                     NA                     NA
## 449                      NA                     NA                     NA
## 450         26000.000000000        30404.000000000        38000.000000000
## 451                      NA                     NA                     NA
## 452                      NA                     NA                     NA
## 453                      NA                     NA                     NA
## 454                      NA                     NA                     NA
## 455                      NA                     NA                     NA
## 456                      NA                     NA                     NA
## 457                      NA                     NA                     NA
## 458                      NA                     NA                     NA
## 459                      NA                     NA                     NA
## 460                      NA                     NA                     NA
## 461                      NA                     NA                     NA
## 462                      NA                     NA                     NA
## 463            19.613871820           25.502462340           24.270815360
## 464                      NA                     NA                     NA
## 465                      NA                     NA                     NA
## 466                      NA                     NA                     NA
## 467                      NA                     NA                     NA
## 468                      NA                     NA                     NA
## 469                      NA                     NA                     NA
## 470      10483812.300000001     13328094.300000001     15572327.699999999
## 471                      NA                     NA                     NA
## 472       4289999.962000000      5909999.847000000      6840000.153000000
## 473                      NA                     NA                     NA
## 474             2.877200000            2.127800000            2.194400000
## 475     171919998.400000006    194259997.300000012    228459997.000000000
## 476                      NA                     NA                     NA
## 477                      NA                     NA                     NA
## 478     176613407.699999988    217689002.300000012    223799702.099999994
## 479    -293910815.399999976   -350177597.699999988   -471079344.199999988
## 480             2.504957554            2.441538741            2.707517235
## 481                      NA                     NA                     NA
## 482                      NA                     NA                     NA
## 483            38.112416390           27.832591340           14.720161700
## 484                      NA                     NA                     NA
## 485                      NA            0.002122482            0.001534126
## 486             1.578433623            1.935511535                     NA
## 487                      NA                     NA                     NA
## 488                      NA                     NA                     NA
## 489                      NA                     NA                     NA
## 490             0.383125869            0.402751145            0.413931425
## 491             2.949878006            2.904681513            2.862367360
## 492       9380384.000000000      9560599.000000000      9755209.000000000
## 493       3555023.000000000      3649904.000000000      3743541.000000000
## 494           108.300000000          104.000000000           99.600000000
## 495         13800.000000000        14800.000000000        15800.000000000
## 496                      NA                     NA                     NA
## 497                      NA                     NA                     NA
## 498                      NA                     NA                     NA
## 499                      NA                     NA                     NA
## 500                      NA                     NA                     NA
## 501                      NA                     NA                     NA
## 502                      NA                     NA                     NA
## 503                      NA                     NA                     NA
## 504                      NA                     NA                     NA
## 505                      NA                     NA                     NA
## 506                      NA                     NA                     NA
## 507                      NA                     NA                     NA
## 508                      NA                     NA                     NA
## 509                      NA                     NA                     NA
## 510                      NA                     NA                     NA
## 511                      NA                     NA                     NA
## 512                      NA                     NA                     NA
## 513           167.800000000          160.400000000          152.900000000
## 514                      NA                     NA                     NA
## 515                      NA                     NA                     NA
## 516                      NA                     NA                     NA
## 517                      NA                     NA                     NA
## 518                      NA                     NA                     NA
## 519            24.789950000           28.047480000           29.005440000
## 520                      NA                     NA           31.341129300
## 521                      NA                     NA                     NA
## 522                      NA                     NA                     NA
## 523                      NA                     NA                     NA
## 524             0.424430013            0.434720010            0.462900013
## 525                      NA                     NA                     NA
## 526                      NA                     NA                     NA
## 527    3007000000.000000000   3492000000.000000000   4692000000.000000000
## 528                      NA                     NA                     NA
## 529                      NA                     NA                     NA
## 530             1.846370848            1.680118445            1.521723512
## 531                      NA                     NA                     NA
## 532             0.000000000            0.000000000            0.000000000
## 533            19.596284390           23.844023010           25.298231180
## 534    3253000000.000000000   3740000000.000000000   4615000000.000000000
## 535    -246320388.400000006   -268913255.899999976   -381294037.600000024
## 536            18.168114280           19.508643370           19.921722620
## 537                      NA                     NA                     NA
## 538                      NA                     NA                     NA
## 539             0.082610544            0.041134454            0.095665472
## 540            29.220814720           36.266152250           43.068498900
## 541             2.610269478            2.537968291            2.833925006
## 542                      NA                     NA                     NA
## 543                      NA                     NA                     NA
## 544      15919118.000000000     16223671.000000000     16536205.000000000
## 545             6.319485428            6.400237056            6.462198811
## 546             1.746215061            1.757146034            1.771014363
## 547             7.461088073            7.403961321            7.363259250
## 548       7266501.000000000      7451197.000000000      7635145.000000000
## 549            51.095000000           51.891000000           52.712000000
## 550                      NA                     NA                     NA
## 551                      NA                     NA                     NA
## 552                      NA                     NA                     NA
## 553                      NA                     NA                     NA
## 554                      NA                     NA                     NA
## 555                      NA                     NA                     NA
## 556                      NA                     NA                     NA
## 557                      NA                     NA                     NA
## 558                      NA                     NA                     NA
## 559                      NA                     NA                     NA
## 560                      NA                     NA                     NA
## 561                      NA                     NA                     NA
## 562                      NA                     NA                     NA
## 563                      NA                     NA                     NA
## 564                      NA                     NA                     NA
## 565                      NA                     NA                     NA
## 566                      NA                     NA                     NA
## 567                      NA                     NA                     NA
## 568                      NA                     NA                     NA
## 569         77054.000000000        75300.000000000        73356.000000000
## 570                      NA                     NA                     NA
## 571                      NA                     NA                     NA
## 572                      NA                     NA                     NA
## 573                      NA                     NA                     NA
## 574            28.123260500           29.434360500           30.307939530
## 575                      NA                     NA                     NA
## 576                      NA                     NA           66.071080000
## 577                      NA                     NA           20.700050000
## 578            30.117550000           30.540120000           31.837800000
## 579                      NA                     NA                     NA
## 580                      NA                     NA                     NA
## 581                      NA                     NA                     NA
## 582                      NA                     NA                     NA
## 583                      NA                     NA                     NA
## 584     331367122.199999988    357692966.699999988    396035366.100000024
## 585                      NA                     NA                     NA
## 586                      NA                     NA                     NA
## 587                      NA                     NA                     NA
## 588    2809829997.000000000   2929850276.000000000   3126070245.000000000
## 589             5.837700093            5.856194413            6.000832185
## 590            31.965041990           32.719889140           33.829038050
## 591     577687510.600000024    626606222.500000000    777329403.799999952
## 592    6498700000.000000000   7544430000.000000000   8803560000.000000000
## 593                      NA                     NA                     NA
## 594                      NA                     NA                     NA
## 595                      NA                     NA                     NA
## 596                      NA                     NA                     NA
## 597                      NA                     NA                     NA
## 598                      NA                     NA                     NA
## 599                      NA                     NA                     NA
## 600                      NA                     NA                     NA
## 601                      NA                     NA                     NA
## 602                      NA                     NA                     NA
## 603                      NA                     NA                     NA
## 604                      NA                     NA                     NA
## 605                      NA                     NA                     NA
## 606                      NA                     NA                     NA
## 607                      NA                     NA                     NA
## 608                      NA                     NA                     NA
## 609                      NA                     NA                     NA
## 610      86745613.010000005    178171487.699999988    220278121.699999988
## 611                      NA                     NA                     NA
## 612        315196.000000000       334117.000000000       354203.000000000
## 613                      NA                     NA                     NA
## 614                      NA                     NA                     NA
## 615           517.047000000          564.718000000          649.059000000
## 616             0.000000000            0.000000000            0.000000000
## 617                      NA                     NA                     NA
## 618            45.050307520           51.472517700           47.169192610
## 619      11989999.770000000     13479999.539999999     18030000.690000001
## 620      90253000.000000000    112866000.000000000    128393000.000000000
## 621     295428302.399999976    391848103.000000000    466015360.100000024
## 622                      NA                     NA                     NA
## 623         39999.999110000        39999.999110000        29999.999330000
## 624                      NA                     NA                     NA
## 625     323543874.800000012    386678247.899999976    433817317.399999976
## 626             0.000000000            0.000000000            0.000000000
## 627     113682997.700000003    131244345.799999997    150825085.400000006
## 628        143000.000000000       143000.000000000       143000.000000000
## 629         41320.000000000        41346.000000000        41382.000000000
## 630                      NA                     NA                     NA
## 631                      NA                     NA                     NA
## 632                      NA                     NA                     NA
## 633                      NA                     NA                     NA
## 634                      NA                     NA                     NA
## 635                      NA                     NA                     NA
## 636                      NA                     NA                     NA
## 637                      NA                     NA                     NA
## 638                      NA                     NA                     NA
## 639   15411600000.000000000  18867100000.000000000  23052400000.000000000
## 640                      NA                     NA                     NA
## 641          5281.000000000         5281.000000000         6975.000000000
## 642            32.432432430           32.000000000           31.081081080
## 643                      NA                     NA                     NA
## 644           207.820899100          205.070691000          208.339199100
## 645                      NA                     NA                     NA
## 646             0.000000000            0.000000000            0.000000000
## 647             8.433573041            9.000800895           11.054388930
## 648       1210000.038000000      2470000.029000000      1830000.043000000
## 649                      NA                     NA                     NA
## 650                      NA                     NA                     NA
## 651      23496448.800000001     43006677.899999999     52702994.799999997
## 652       3910000.086000000      3069999.933000000      3759999.990000000
## 653                      NA                     NA                     NA
## 654             0.000000000            0.000000000            0.000000000
## 655                      NA                     NA                     NA
## 656       4640140.628000000      3334252.352000000      5520634.851000000
## 657            46.680000310           47.240001680           49.189998630
## 658                      NA                     NA                     NA
## 659                      NA                     NA                     NA
## 660                      NA                     NA                     NA
## 661                      NA                     NA                     NA
## 662                      NA                     NA                     NA
## 663                      NA                     NA                     NA
## 664                      NA                     NA                     NA
## 665                      NA                     NA                     NA
## 666                      NA                     NA                     NA
## 667                      NA                     NA                     NA
## 668                      NA                     NA                     NA
## 669                      NA                     NA                     NA
## 670                      NA                     NA                     NA
## 671                      NA                     NA                     NA
## 672            19.343947470           22.421422820           22.183059400
## 673                      NA                     NA                     NA
## 674                      NA                     NA                     NA
## 675                      NA                     NA                     NA
## 676                      NA                     NA                     NA
## 677                      NA                     NA                     NA
## 678           305.494238700          304.424434900          304.683793800
## 679            20.517560070           21.808510640           23.287671230
## 680             8.053408218            8.589606315           10.554178380
## 681                      NA                     NA                     NA
## 682       9120000.000000000     37386000.000000000     46616000.000000000
## 683       6119999.886000000      8550000.191000000      6190000.057000000
## 684     698896515.200000048    921856302.899999976   1087019472.000000000
## 685                      NA                     NA                     NA
## 686                      NA                     NA                     NA
## 687                      NA                     NA                     NA
## 688       4359893.428000000      6803838.877000000     16236660.350000000
## 689            -4.181623378           -4.170531195           -7.784623235
## 690            10.183035690           11.799229460           10.743439640
## 691                      NA                     NA                     NA
## 692                      NA                     NA                     NA
## 693                      NA                     NA                     NA
## 694            79.286842290           78.827461480           79.677060310
## 695     259120372.000000000    268433067.699999988    312627522.100000024
## 696                      NA                     NA                     NA
## 697        436200.000000000       408800.000000000       987800.000000000
## 698                      NA                     NA                     NA
## 699                      NA                     NA                     NA
## 700                      NA                     NA                     NA
## 701                      NA                     NA                     NA
## 702                      NA                     NA                     NA
## 703                      NA                     NA                     NA
## 704                      NA                     NA                     NA
## 705                      NA                     NA                     NA
## 706                      NA                     NA                     NA
## 707                      NA                     NA                     NA
## 708            10.581616540           10.451584620           11.786206540
## 709            10.118789490            5.050092138           12.664903460
## 710                      NA                     NA                     NA
## 711          4162.000000000         5435.000000000         5125.000000000
## 712             9.459459459            9.333333333            8.108108108
## 713                      NA                     NA                     NA
## 714            19.791666670           26.470588240           23.616236160
## 715             4.503285028            4.165992555            4.283678090
## 716                      NA                     NA                     NA
## 717      27286309.000000000     34804139.200000003     47955853.500000000
## 718                      NA                     NA                     NA
## 719       9120000.000000000     37386000.000000000                     NA
## 720                      NA                     NA                     NA
## 721            26.090950980           33.346952860           33.449533570
## 722       3309999.943000000      4380000.114000000      5070000.172000000
## 723       9100000.380999999      9720000.267000001     12779999.730000000
## 724     115710912.700000003    143613480.599999994    130477912.299999997
## 725      72020000.000000000     82010000.000000000     97590000.000000000
## 726             0.000000000            0.000000000            0.000000000
## 727            35.319999690           39.419998170           42.720001220
## 728             0.202797203            0.202797203            0.202797203
## 729                      NA                     NA                     NA
## 730             0.001453004            0.000615728            0.000572955
## 731             5.146755365            1.534862257                     NA
## 732                      NA                     NA            0.004735440
## 733                      NA                     NA                     NA
## 734                      NA                     NA                     NA
## 735                      NA                     NA                     NA
## 736            49.939183900           49.816596370           49.706119420
## 737             0.855987569            0.858429031            0.861074028
## 738             3.718153534            3.716567386            3.709718582
## 739            54.857008250           54.739986370           54.670536910
## 740                      NA                     NA                     NA
## 741            14.966000000           14.439000000           13.906000000
## 742                      NA                     NA                     NA
## 743                      NA                     NA                     NA
## 744                      NA                     NA                     NA
## 745                      NA                     NA                     NA
## 746                      NA                     NA                     NA
## 747                      NA                     NA                     NA
## 748                      NA                     NA                     NA
## 749                      NA                     NA                     NA
## 750                      NA                     NA                     NA
## 751                      NA                     NA                     NA
## 752                      NA                     NA                     NA
## 753                      NA                     NA                     NA
## 754                      NA                     NA                     NA
## 755                      NA                     NA                     NA
## 756                      NA                     NA                     NA
## 757                      NA                     NA                     NA
## 758                      NA                     NA                     NA
## 759                      NA                     NA                     NA
## 760                      NA                     NA                     NA
## 761                      NA                     NA                     NA
## 762            39.375000000           39.375000000           39.375000000
## 763                      NA                     NA                     NA
## 764                      NA                     NA                     NA
## 765                      NA                     NA                     NA
## 766                      NA                     NA                     NA
## 767            11.000000000           11.000000000           11.000000000
## 768                      NA                     NA                     NA
## 769                      NA                     NA           43.013830000
## 770                      NA                     NA                     NA
## 771                      NA                     NA                     NA
## 772                      NA                     NA                     NA
## 773                      NA                     NA                     NA
## 774       -199000.000000000    -20390600.000000000    -72132500.000000000
## 775                      NA                     NA                     NA
## 776           400.423938300          398.340423700          419.547609100
## 777   52717000000.000000000  60372000000.000000000  72214000000.000000000
## 778           158.355635100          160.976439800          189.059781300
## 779             0.000000000            0.000000000            0.000000000
## 780                      NA                     NA                     NA
## 781                      NA                     NA                     NA
## 782                      NA                     NA                     NA
## 783                      NA                     NA                     NA
## 784                      NA                     NA                     NA
## 785   44181800000.000000000  50342370000.000000000  61276440000.000000000
## 786                      NA                     NA                     NA
## 787                      NA                     NA                     NA
## 788                      NA                     NA                     NA
## 789                      NA                     NA                     NA
## 790                      NA                     NA                     NA
## 791                      NA                     NA                     NA
## 792                      NA                     NA                     NA
## 793                      NA                     NA                     NA
## 794                      NA                     NA                     NA
## 795                      NA                     NA                     NA
## 796                      NA                     NA                     NA
## 797                      NA                     NA                     NA
## 798             6.975591624            4.911235693            7.064148703
## 799                      NA                     NA                     NA
## 800            23.868376950           23.865056790           23.859283960
## 801                      NA                     NA                     NA
## 802                      NA                     NA                     NA
## 803            73.437500000           64.705882350           65.313653140
## 804                      NA                     NA                     NA
## 805                      NA                     NA                     NA
## 806             9.129098579           10.909879880           10.524898260
## 807                      NA                     NA                     NA
## 808       4473624.700000000     10031681.300000001      7423140.000000000
## 809     295428302.399999976    391848103.000000000    466015360.100000024
## 810                      NA                     NA                     NA
## 811                      NA                     NA                     NA
## 812       1379999.995000000      2799999.952000000      3400000.095000000
## 813             5.161877649            4.621152385            2.644097468
## 814             0.000000000            0.000000000            0.000000000
## 815             0.000000000            0.000000000            0.000000000
## 816                      NA                     NA                     NA
## 817            28.895104900           28.913286710           28.938461540
## 818                      NA                     NA                     NA
## 819                      NA                     NA                     NA
## 820                      NA                     NA                     NA
## 821                      NA                     NA                     NA
## 822                      NA                     NA                     NA
## 823                      NA                     NA                     NA
## 824                      NA                     NA                     NA
## 825                      NA                     NA                     NA
## 826                      NA                     NA                     NA
## 827                      NA                     NA                     NA
## 828                      NA                     NA                     NA
## 829            13.689972000           13.130245520           12.636595320
## 830   15191700000.000000000  16924700000.000000000  20710800000.000000000
## 831                      NA                     NA                     NA
## 832             1.828317317            1.895839448            1.965528081
## 833            24.324324320           22.666666670           29.729729730
## 834            77.019017770           76.987063320           76.965728400
## 835                      NA                     NA                     NA
## 836                      NA                     NA                     NA
## 837                      NA                     NA                     NA
## 838            46.991486840           49.597815530           44.169275500
## 839       1580000.043000000      1889999.986000000       289999.991700000
## 840     115731220.299999997    127313044.900000006    137387693.900000006
## 841                      NA                     NA                     NA
## 842                      NA                     NA                     NA
## 843      68059997.560000002     76769996.640000001     62349998.469999999
## 844       5699999.809000000       349999.994000000       100000.001500000
## 845       1169999.900000000      1389999.900000000       680000.000000000
## 846     111070772.099999994    140279228.199999988    124856671.000000000
## 847            33.936928420           33.995178500           32.434581320
## 848            13.876843020           15.587114650           17.369877230
## 849             0.133761207            0.131050823            0.128363101
## 850                      NA                     NA                     NA
## 851                      NA                     NA                     NA
## 852                      NA                     NA                     NA
## 853                      NA                     NA                     NA
## 854                      NA                     NA                     NA
## 855                      NA                     NA                     NA
## 856                      NA                     NA                     NA
## 857                      NA                     NA                     NA
## 858                      NA                     NA                     NA
## 859                      NA                     NA                     NA
## 860                      NA                     NA                     NA
## 861                      NA                     NA                     NA
## 862                      NA                     NA                     NA
## 863                      NA                     NA                     NA
## 864            27.657023900           29.542621820           29.974774400
## 865                      NA                     NA                     NA
## 866          9443.000000000        10716.000000000        12100.000000000
## 867                      NA                     NA                     NA
## 868                      NA                     NA                     NA
## 869                      NA                     NA                     NA
## 870            94.593707310           94.856203560           94.685693740
## 871             0.184842884            1.063829787            3.767123288
## 872             0.957154293            1.177282669            1.376562684
## 873                      NA                     NA                     NA
## 874                      NA                     NA                     NA
## 875                      NA                     NA                     NA
## 876     698896515.200000048    921856302.899999976   1087019472.000000000
## 877         79999.998210000       119999.997300000        59999.998660000
## 878      21290000.920000002     26739999.770000000     68529998.780000001
## 879                      NA                     NA                     NA
## 880                      NA                     NA                     NA
## 881                      NA                     NA                     NA
## 882        147180.000000000       147180.000000000       147180.000000000
## 883                      NA                     NA                     NA
## 884                      NA                     NA                     NA
## 885             1.426477267            2.032594676            1.049509891
## 886            29.750647140           23.139136950                     NA
## 887                      NA            0.093131815            0.002058887
## 888                      NA                     NA                     NA
## 889                      NA                     NA                     NA
## 890                      NA                     NA                     NA
## 891                      NA                     NA                     NA
## 892             0.657182819            0.666619856            0.673725362
## 893             3.406512132            3.389260565            3.380234013
## 894       4646075.000000000      4719416.000000000      4800453.000000000
## 895            16.151156800           16.111696620           16.040041320
## 896            15.100000000                     NA                     NA
## 897                      NA                     NA                     NA
## 898                      NA                     NA                     NA
## 899                      NA                     NA                     NA
## 900                      NA                     NA                     NA
## 901                      NA                     NA                     NA
## 902                      NA                     NA                     NA
## 903                      NA                     NA                     NA
## 904                      NA                     NA                     NA
## 905                      NA                     NA                     NA
## 906                      NA                     NA                     NA
## 907                      NA                     NA                     NA
## 908                      NA                     NA                     NA
## 909                      NA                     NA                     NA
## 910                      NA                     NA                     NA
## 911                      NA                     NA                     NA
## 912                      NA                     NA                     NA
## 913                      NA                     NA                     NA
## 914                      NA                     NA                     NA
## 915                      NA                     NA                     NA
## 916                      NA                     NA                     NA
## 917                      NA                     NA                     NA
## 918                      NA                     NA                     NA
## 919                      NA                     NA                     NA
## 920                      NA                     NA                     NA
## 921                      NA                     NA                     NA
## 922                      NA                     NA                     NA
## 923                      NA                     NA           21.177400000
## 924                      NA                     NA           88.139450000
## 925                      NA                     NA           46.489830020
## 926                      NA                     NA                     NA
## 927                      NA                     NA                     NA
## 928                      NA                     NA                     NA
## 929                      NA                     NA                     NA
## 930                      NA                     NA                     NA
## 931             2.252534956           -0.520327193            5.323884853
## 932    6492969548.000000000   6597931325.000000000   7058221481.000000000
## 933                      NA                     NA                     NA
## 934     120600000.000000000    119400000.000000000     76909532.000000000
## 935            25.797159700           28.915405920           31.468531470
## 936                      NA                     NA                     NA
## 937     118565541.299999997    154611804.500000000    161309746.699999988
## 938             0.244571811                     NA                     NA
## 939            32.445932170           18.787790250           18.127530920
## 940                      NA                     NA                     NA
## 941                      NA                     NA                     NA
## 942                      NA                     NA                     NA
## 943                      NA                     NA                     NA
## 944            83.784341880           84.336745010           84.729563460
## 945             1.922397430            1.924329400            1.926113083
## 946             8.720631072            8.679534635            8.664282497
## 947            43.109122940           43.294432980           43.440710260
## 948            51.537000000           52.365000000           53.220000000
## 949                      NA                     NA                     NA
## 950                      NA                     NA                     NA
## 951                      NA                     NA                     NA
## 952                      NA                     NA                     NA
## 953                      NA                     NA                     NA
## 954                      NA                     NA                     NA
## 955                      NA                     NA                     NA
## 956                      NA                     NA                     NA
## 957                      NA                     NA                     NA
## 958                      NA                     NA                     NA
## 959                      NA                     NA                     NA
## 960                      NA                     NA                     NA
## 961                      NA                     NA                     NA
## 962                      NA                     NA                     NA
## 963                      NA                     NA                     NA
## 964                      NA                     NA                     NA
## 965                      NA                     NA                     NA
## 966                      NA                     NA                     NA
## 967                      NA                     NA                     NA
## 968                      NA                     NA                     NA
## 969                      NA                     NA                     NA
## 970                      NA                     NA                     NA
## 971                      NA                     NA                     NA
## 972                      NA                     NA                     NA
## 973                      NA                     NA                     NA
## 974                      NA                     NA                     NA
## 975                      NA                     NA           10.784210210
## 976                      NA                     NA           20.700130000
## 977       1857658.000000000      1952504.000000000      2108739.000000000
## 978                      NA                     NA                     NA
## 979                      NA                     NA                     NA
## 980                      NA                     NA                     NA
## 981    2229283800.000000000   2691059300.000000000   3015557700.000000000
## 982                      NA                     NA                     NA
## 983             1.846370848            1.680118445            1.521723512
## 984   55724000000.000000000  63864000000.000000000  76906000000.000000000
## 985            13.750211000           14.821941000           14.553283000
## 986             0.000000000            0.000000000            0.000000000
## 987   17223000000.000000000  20194000000.000000000  23783000000.000000000
## 988   26188204867.000000000  26794917078.000000000  28325278220.000000000
## 989            -8.640442179           -9.093338970          -10.934699500
## 990                      NA                     NA                     NA
## 991     332467040.800000012    349348712.899999976    399163908.399999976
## 992                      NA                     NA                     NA
## 993             1.182850684            1.159182012            1.083790602
## 994                      NA                     NA                     NA
## 995                      NA                     NA                     NA
## 996                      NA                     NA            0.000441320
## 997                      NA                     NA                     NA
## 998             9.577367997           11.632312020           15.752105900
## 999                      NA                     NA                     NA
## 1000                     NA                     NA                     NA
## 1001                     NA                     NA                     NA
## 1002      8630323.000000000      8844171.000000000      9063337.000000000
## 1003       592792.000000000       611901.000000000       630401.000000000
## 1004            4.469264939            4.350831751            4.244076988
## 1005            9.855158376            9.867866643            9.890595484
## 1006                     NA                     NA                     NA
## 1007          341.324000000          333.649000000          324.240000000
## 1008                     NA                     NA                     NA
## 1009                     NA                     NA                     NA
## 1010                     NA                     NA                     NA
## 1011                     NA                     NA                     NA
## 1012                     NA                     NA                     NA
## 1013                     NA                     NA                     NA
## 1014                     NA                     NA                     NA
## 1015                     NA                     NA                     NA
## 1016                     NA                     NA                     NA
## 1017                     NA                     NA                     NA
## 1018                     NA                     NA                     NA
## 1019                     NA                     NA                     NA
## 1020                     NA                     NA                     NA
## 1021                     NA                     NA                     NA
## 1022                     NA                     NA                     NA
## 1023                     NA                     NA                     NA
## 1024           38.000000000           46.000000000           45.000000000
## 1025                     NA                     NA                     NA
## 1026                     NA                     NA                     NA
## 1027                     NA                     NA                     NA
## 1028                     NA                     NA                     NA
## 1029            4.761559963            4.951129913            5.531660080
## 1030                     NA                     NA                     NA
## 1031                     NA                     NA                     NA
## 1032            5.000000000            5.000000000            5.000000000
## 1033                     NA                     NA       144291.000000000
## 1034                     NA                     NA                     NA
## 1035                     NA                     NA                     NA
## 1036                     NA                     NA                     NA
## 1037                     NA                     NA                     NA
## 1038                     NA                     NA                     NA
## 1039                     NA                     NA                     NA
## 1040           15.519562770           16.812438440           14.858215200
## 1041  55723801000.000000000  63843609400.000000000  76833867500.000000000
## 1042            0.000000000            0.000000000            0.000000000
## 1043            0.000000000            0.000000000            0.000000000
## 1044   2730000000.000000000   2837000000.000000000   3407000000.000000000
## 1045      6850159.400000000      8902991.600000000     10730411.000000000
## 1046           14.998923260           14.961480650           15.182170440
## 1047 220000000000.000000000 219000000000.000000000 233000000000.000000000
## 1048    578787429.200000048    618261968.799999952    780457946.000000000
## 1049           11.153183550           12.106977330           12.792239880
## 1050                     NA                     NA                     NA
## 1051                     NA                     NA                     NA
## 1052                     NA                     NA                     NA
## 1053        20300.000000000        16600.000000000        24000.000000000
## 1054                     NA                     NA                     NA
## 1055                     NA                     NA                     NA
## 1056                     NA                     NA                     NA
## 1057                     NA                     NA                     NA
## 1058                     NA                     NA                     NA
## 1059                     NA                     NA                     NA
## 1060                     NA                     NA                     NA
## 1061                     NA                     NA                     NA
## 1062                     NA                     NA                     NA
## 1063                     NA                     NA                     NA
## 1064                     NA                     NA                     NA
## 1065   2006527181.000000000   3815212975.000000000   5958129457.000000000
## 1066                     NA                     NA                     NA
## 1067                     NA                     NA                     NA
## 1068            1.351351351            1.333333333            2.702702703
## 1069                     NA                     NA                     NA
## 1070                     NA                     NA                     NA
## 1071            4.524513056            4.249346329            4.434043294
## 1072                     NA                     NA                     NA
## 1073           15.095990490           18.300927370           20.346539510
## 1074                     NA                     NA                     NA
## 1075                     NA                     NA                     NA
## 1076                     NA                     NA                     NA
## 1077                     NA                     NA                     NA
## 1078                     NA                     NA         9999.999776000
## 1079      6329999.924000000      7829999.924000000     12539999.960000001
## 1080            0.041041331            0.047003039            0.019500949
## 1081            0.000000000            0.000000000            0.000000000
## 1082           25.586207940           26.518415630           28.886235550
## 1083      3999390.000000000      4759120.000000000      5306800.000000000
## 1084           16.125874130           16.151048950           16.176223780
## 1085    134291710.699999988    147644957.300000012    226592881.199999988
## 1086            0.000033300                     NA                     NA
## 1087           32.445932170           18.787790250           18.127530920
## 1088                     NA                     NA                     NA
## 1089                     NA                     NA                     NA
## 1090                     NA                     NA                     NA
## 1091                     NA                     NA                     NA
## 1092            0.465621462            0.469683671            0.471129069
## 1093            3.015568880            3.012953091            3.016326803
## 1094           53.965431090           53.754792680           53.591927940
## 1095           16.820286400           16.822650790           16.792930730
## 1096           15.100000000                     NA                     NA
## 1097                     NA      -216407.000000000                     NA
## 1098                     NA                     NA                     NA
## 1099                     NA                     NA                     NA
## 1100                     NA                     NA                     NA
## 1101                     NA                     NA                     NA
## 1102                     NA                     NA                     NA
## 1103                     NA                     NA                     NA
## 1104                     NA                     NA                     NA
## 1105                     NA                     NA                     NA
## 1106                     NA                     NA                     NA
## 1107                     NA                     NA                     NA
## 1108                     NA                     NA                     NA
## 1109                     NA                     NA                     NA
## 1110                     NA                     NA                     NA
## 1111                     NA                     NA                     NA
## 1112                     NA                     NA                     NA
## 1113                     NA            0.051000000            0.051000000
## 1114                     NA                     NA                     NA
## 1115          167.800000000          160.600000000          153.400000000
## 1116                     NA                     NA                     NA
## 1117                     NA                     NA                     NA
## 1118                     NA                     NA                     NA
## 1119                     NA                     NA                     NA
## 1120                     NA                     NA                     NA
## 1121                     NA                     NA                     NA
## 1122                     NA                     NA                     NA
## 1123                     NA                     NA                     NA
## 1124                     NA                     NA                     NA
## 1125                     NA                     NA                     NA
## 1126            0.452019989            0.460509986            0.488020003
## 1127                     NA                     NA                     NA
## 1128                     NA                     NA                     NA
## 1129    153835135.000000000    161698856.699999988    212740875.099999994
## 1130                     NA                     NA                     NA
## 1131        30611.993550000        30452.711030000        32073.978300000
## 1132 502000000000.000000000 510000000000.000000000 546000000000.000000000
## 1133                     NA                     NA                     NA
## 1134            4.229060300            4.038666300            2.207671900
## 1135                     NA                     NA                     NA
## 1136    166420250.800000012    173182624.300000012    209249603.300000012
## 1137           20.302742090           20.906614050           22.381868770
## 1138                     NA                     NA                     NA
## 1139  60538800000.000000000  69671370000.000000000  85315440000.000000000
## 1140                     NA                     NA                     NA
## 1141                     NA                     NA                     NA
## 1142            0.150814926            0.172517758            0.210867992
## 1143                     NA                     NA                     NA
## 1144            0.059571808            0.028323474            0.028084008
## 1145                     NA                     NA                     NA
## 1146            9.577367997           11.537057720           15.739659680
## 1147                     NA                     NA                     NA
## 1148                     NA                     NA                     NA
## 1149                     NA                     NA                     NA
## 1150           50.060816100           50.183403630           50.293880580
## 1151            3.438533898            3.472036196            3.498194554
## 1152            4.340302420            4.221742723            4.107656916
## 1153           10.301562700           10.308950620           10.344632790
## 1154                     NA                     NA                     NA
## 1155          377.690000000          369.469000000          360.226000000
## 1156                     NA                     NA                     NA
## 1157                     NA                     NA                     NA
## 1158                     NA                     NA                     NA
## 1159                     NA                     NA                     NA
## 1160                     NA                     NA                     NA
## 1161                     NA                     NA                     NA
## 1162                     NA                     NA                     NA
## 1163                     NA                     NA                     NA
## 1164                     NA                     NA                     NA
## 1165                     NA                     NA                     NA
## 1166                     NA                     NA                     NA
## 1167                     NA                     NA                     NA
## 1168                     NA                     NA                     NA
## 1169                     NA                     NA                     NA
## 1170                     NA                     NA                     NA
## 1171                     NA                     NA                     NA
## 1172           37.000000000           37.000000000           58.000000000
## 1173                     NA                     NA                     NA
## 1174                     NA                     NA                     NA
## 1175                     NA                     NA                     NA
## 1176                     NA                     NA                     NA
## 1177                     NA                     NA                     NA
## 1178                     NA                     NA                     NA
## 1179                     NA                     NA                     NA
## 1180       540049.000000000       579517.000000000       612943.000000000
## 1181                     NA                     NA           11.860549930
## 1182                     NA                     NA                     NA
## 1183                     NA                     NA          122.419230000
## 1184            6.000000000            6.000000000            6.000000000
## 1185                     NA                     NA                     NA
## 1186                     NA                     NA                     NA
## 1187                     NA                     NA                     NA
## 1188           15.519507350           16.807070540           14.844279220
## 1189                     NA                     NA                     NA
## 1190          165.361829200          167.799944600          193.499648000
## 1191                     NA                     NA                     NA
## 1192                     NA                     NA                     NA
## 1193            0.240291180            0.301152050            0.308014190
## 1194            4.530635941            5.881099510            7.610037022
## 1195           48.697150240           47.950331960           47.792109850
## 1196  11313500000.000000000  13351800000.000000000  17213000000.000000000
## 1197                     NA                     NA                     NA
## 1198                     NA                     NA                     NA
## 1199                     NA                     NA                     NA
## 1200                     NA                     NA                     NA
## 1201                     NA                     NA                     NA
## 1202                     NA                     NA                     NA
## 1203                     NA                     NA                     NA
## 1204                     NA                     NA                     NA
## 1205                     NA                     NA                     NA
## 1206                     NA                     NA                     NA
## 1207                     NA                     NA                     NA
## 1208                     NA                     NA                     NA
## 1209            3.161009329            4.639402975            4.088443949
## 1210                     NA                     NA                     NA
## 1211                     NA                     NA                     NA
## 1212                     NA                     NA                     NA
## 1213            6.383060823            6.327239883            6.290465961
## 1214                     NA                     NA                     NA
## 1215            0.000000000            0.000000000            0.000000000
## 1216           47.189739910           46.849781040           37.962558380
## 1217    260250000.000000000    322529998.800000012    366660003.699999988
## 1218         9999.999776000                     NA        70000.000300000
## 1219     53088000.000000000     77793000.000000000     82408000.000000000
## 1220                     NA                     NA                     NA
## 1221     17000000.000000000     20000000.000000000     15000000.000000000
## 1222                     NA                     NA                     NA
## 1223                     NA                     NA                     NA
## 1224            0.000000000            0.000000000            0.000000000
## 1225       157704.234100000      -552525.924600000      7671298.957000000
## 1226    436481389.100000024    512363004.399999976    664860299.100000024
## 1227                     NA         1500.000000000                     NA
## 1228           19.536426710           23.459040530           24.334687880
## 1229            0.000000000            0.000000000            0.000000000
## 1230                     NA                     NA                     NA
## 1231                     NA                     NA                     NA
## 1232                     NA                     NA                     NA
## 1233                     NA                     NA                     NA
## 1234                     NA                     NA                     NA
## 1235                     NA                     NA                     NA
## 1236                     NA                     NA                     NA
## 1237                     NA                     NA                     NA
## 1238                     NA                     NA                     NA
## 1239                     NA                     NA                     NA
## 1240                     NA                     NA                     NA
## 1241           18.998949550           10.750328040            8.983003382
## 1242                     NA                     NA                     NA
## 1243                     NA                     NA                     NA
## 1244                     NA                     NA                     NA
## 1245                     NA                     NA                     NA
## 1246                     NA                     NA                     NA
## 1247            0.000000000            0.000000000            0.000000000
## 1248            0.000000000            0.000000000            0.000000000
## 1249            0.779307421            0.962299689            1.177476991
## 1250    510739990.199999988    545729980.500000000    586489990.200000048
## 1251                     NA                     NA                     NA
## 1252                     NA                     NA                     NA
## 1253           14.669708380            8.343515393            9.041599715
## 1254                     NA                     NA                     NA
## 1255      3480000.019000000      2210000.038000000      5510000.229000000
## 1256                     NA                     NA                     NA
## 1257            0.000000000            0.000000000            0.000000000
## 1258       700561.218700000       120454.818600000      1797485.402000000
## 1259      3659332.209000000      6683384.058000000     14439174.949999999
## 1260                     NA                     NA                     NA
## 1261                     NA                     NA                     NA
## 1262            2.450567555            0.761635829           14.131903020
## 1263           26.661887960           27.565771070           30.234867650
## 1264    460000000.000000000    571000000.000000000    678000000.000000000
## 1265                     NA                     NA                     NA
## 1266                     NA                     NA                     NA
## 1267      1320559.000000000      1400026.000000000      1484550.000000000
## 1268                     NA                     NA                     NA
## 1269       251862.000000000       259064.000000000       265799.000000000
## 1270            5.076553913            5.265535911            5.485065821
## 1271           11.496974100           11.550104580           11.618965510
## 1272           42.412343600           43.440329000           44.661084200
## 1273                     NA                     NA                     NA
## 1274                     NA                     NA                     NA
## 1275                     NA                     NA                     NA
## 1276                     NA                     NA                     NA
## 1277                     NA                     NA                     NA
## 1278                     NA                     NA                     NA
## 1279                     NA                     NA                     NA
## 1280                     NA                     NA                     NA
## 1281                     NA                     NA                     NA
## 1282                     NA                     NA                     NA
## 1283                     NA                     NA                     NA
## 1284                     NA                     NA                     NA
## 1285                     NA                     NA                     NA
## 1286                     NA                     NA                     NA
## 1287                     NA                     NA                     NA
## 1288                     NA                     NA                     NA
## 1289                     NA                     NA                     NA
## 1290                     NA                     NA                     NA
## 1291                     NA                     NA                     NA
## 1292        45486.000000000        44860.000000000        44150.000000000
## 1293                     NA                     NA                     NA
## 1294                     NA                     NA                     NA
## 1295                     NA                     NA                     NA
## 1296                     NA                     NA         1752.000000000
## 1297                     NA                     NA                     NA
## 1298                     NA                     NA                     NA
## 1299                     NA                     NA       663539.000000000
## 1300                     NA                     NA                     NA
## 1301          112.825210600          114.565597500          118.149589500
## 1302                     NA                     NA                     NA
## 1303                     NA                     NA                     NA
## 1304                     NA                     NA                     NA
## 1305                     NA                     NA                     NA
## 1306    442427713.600000024    497027997.600000024    517621463.500000000
## 1307   2930453007.000000000   3162714892.000000000   3677996081.000000000
## 1308                     NA                     NA                     NA
## 1309           10.558969750           11.899621220           13.305598380
## 1310    321900000.000000000    377600000.000000000    440700000.000000000
## 1311     76970907.000000000     69453245.000000000     77016917.000000000
## 1312           11.024213000            2.248713986            9.220985023
## 1313   2624503855.000000000   2606203478.000000000   2777083643.000000000
## 1314                     NA                     NA                     NA
## 1315           11.662299910           11.813275080           11.447169270
## 1316  49246800000.000000000  56139370000.000000000  68171440000.000000000
## 1317                     NA                     NA                     NA
## 1318           38.112416390           27.832591340           14.720161700
## 1319                     NA                     NA                     NA
## 1320                     NA                     NA            0.004117774
## 1321                     NA                     NA                     NA
## 1322                     NA                     NA                     NA
## 1323                     NA                     NA                     NA
## 1324      8609354.000000000      8779526.000000000      8957418.000000000
## 1325            1.164232208            1.164461881            1.166568119
## 1326            3.999409987            3.977263669            3.953102483
## 1327      4734337.000000000      4841298.000000000      4954975.000000000
## 1328                     NA                     NA                     NA
## 1329           40.081000000           39.716000000           39.323000000
## 1330                     NA                     NA                     NA
## 1331                     NA                     NA                     NA
## 1332                     NA                     NA                     NA
## 1333                     NA                     NA                     NA
## 1334                     NA                     NA                     NA
## 1335                     NA                     NA                     NA
## 1336                     NA                     NA                     NA
## 1337                     NA                     NA                     NA
## 1338                     NA                     NA                     NA
## 1339                     NA                     NA                     NA
## 1340                     NA                     NA                     NA
## 1341                     NA                     NA                     NA
## 1342                     NA                     NA                     NA
## 1343                     NA                     NA                     NA
## 1344                     NA                     NA                     NA
## 1345                     NA                     NA                     NA
## 1346                     NA            0.226999998            0.239800006
## 1347                     NA                     NA                     NA
## 1348                     NA                     NA                     NA
## 1349                     NA                     NA                     NA
## 1350                     NA                     NA                     NA
## 1351                     NA                     NA                     NA
## 1352                     NA                     NA                     NA
## 1353                     NA                     NA                     NA
## 1354           24.230210000           25.242060000           26.793520000
## 1355                     NA                     NA           33.928920750
## 1356                     NA                     NA                     NA
## 1357                     NA                     NA           66.071080000
## 1358                     NA                     NA                     NA
## 1359                     NA                     NA                     NA
## 1360                     NA                     NA                     NA
## 1361                     NA                     NA                     NA
## 1362       -10180.642450000      -944197.224400000     -3270573.566000000
## 1363                     NA                     NA                     NA
## 1364         3232.311139000         3623.757263000         4267.634736000
## 1365   2696949388.000000000   2795556523.000000000   3274268873.000000000
## 1366                     NA                     NA                     NA
## 1367            0.000000000            0.000000000            0.000000000
## 1368           50.075919970           41.359471550           35.623200330
## 1369                     NA                     NA                     NA
## 1370                     NA                     NA                     NA
## 1371  10124000000.000000000  12459000000.000000000  15321000000.000000000
## 1372           88.376283110           87.904562820           88.642550650
## 1373   2260297029.000000000   2331129345.000000000   2778346860.000000000
## 1374                     NA                     NA                     NA
## 1375                     NA                     NA                     NA
## 1376                     NA                     NA                     NA
## 1377                     NA                     NA                     NA
## 1378                     NA                     NA                     NA
## 1379                     NA                     NA                     NA
## 1380                     NA                     NA                     NA
## 1381                     NA                     NA                     NA
## 1382                     NA                     NA                     NA
## 1383                     NA                     NA                     NA
## 1384                     NA                     NA                     NA
## 1385                     NA                     NA                     NA
## 1386                     NA                     NA                     NA
## 1387                     NA                     NA                     NA
## 1388                     NA                     NA                     NA
## 1389       315196.000000000       334117.000000000       354203.000000000
## 1390                     NA                     NA                     NA
## 1391                     NA                     NA                     NA
## 1392                     NA                     NA                     NA
## 1393                     NA                     NA                     NA
## 1394                     NA                     NA                     NA
## 1395    520760009.800000012    556780029.299999952    596780029.299999952
## 1396                     NA                     NA                     NA
## 1397            0.000000000            0.000000000            0.000000000
## 1398                     NA                     NA                     NA
## 1399                     NA                     NA                     NA
## 1400      4730000.019000000       819999.992800000      1110000.014000000
## 1401       280000.001200000       610000.014300000       250000.000000000
## 1402           34.667090560           37.781272900           42.180498520
## 1403    -32544917.559999999     63760432.939999998     -6322282.848000000
## 1404    553823719.000000000    650290734.299999952    830124559.399999976
## 1405                     NA                     NA                     NA
## 1406      2306000.000000000      2309600.000000000      2313200.000000000
## 1407    517933790.000000000    576920405.500000000    694672409.899999976
## 1408                     NA                     NA                     NA
## 1409            9.089440815            9.077101340            8.965490339
## 1410                     NA                     NA                     NA
## 1411                     NA                     NA                     NA
## 1412                     NA                     NA                     NA
## 1413                     NA                     NA                     NA
## 1414                     NA                     NA                     NA
## 1415                     NA                     NA                     NA
## 1416                     NA                     NA                     NA
## 1417                     NA                     NA                     NA
## 1418                     NA                     NA                     NA
## 1419                     NA                     NA                     NA
## 1420                     NA                     NA                     NA
## 1421                     NA                     NA                     NA
## 1422                     NA                     NA                     NA
## 1423           16.602118610           18.386900830           20.038596750
## 1424           10.250161510           10.148283850           11.569058330
## 1425                     NA                     NA                     NA
## 1426          120.557181800          123.242636400          126.019265700
## 1427                     NA                     NA                     NA
## 1428                     NA                     NA                     NA
## 1429            0.133684172            0.162671451            0.180991369
## 1430            0.000000000            0.000000000            0.000000000
## 1431     22216296.000000000     28448573.300000001     41020227.200000003
## 1432    260250000.000000000    322529998.800000012    366660003.699999988
## 1433     32650953.699999999     25041147.300000001     38561213.399999999
## 1434                     NA                     NA                     NA
## 1435     21401172.300000001     20976715.500000000     25572038.000000000
## 1436                     NA                     NA                     NA
## 1437      5289999.962000000      9930000.305000000      6170000.076000000
## 1438                     NA                     NA                     NA
## 1439    319183981.399999976    379874409.000000000    417580657.000000000
## 1440   -119051367.799999997   -123885784.099999994   -263779272.099999994
## 1441           37.971906090           37.044867130           35.971665890
## 1442                     NA                     NA                     NA
##                       X1989                  X1990                       X1991
## 1                        NA                     NA                          NA
## 2       159000000.000000000    204000000.000000000    257000000.00000000000000
## 3              35.604277080           27.485851110           28.79078831000000
## 4                        NA                     NA                          NA
## 5                        NA                     NA                          NA
## 6              21.019916100           24.148447440           25.34759816000000
## 7               1.996286295            2.122918671            2.25219363400000
## 8              78.456123340           78.502669340           78.32466365000001
## 9               1.367729719            1.375637150            1.37282886700000
## 10              7.282945674            7.218609490            7.25364442300000
## 11             42.417517610           42.426195200           42.35770429000000
## 12             52.913000000           53.723000000           54.53600000000000
## 13                       NA                     NA                          NA
## 14                       NA                     NA                          NA
## 15                       NA                     NA            2.58699989300000
## 16                       NA           81.258003230           81.31700134000000
## 17                       NA                     NA           51.43000031000000
## 18                       NA                     NA           14.90999985000000
## 19                       NA                     NA           52.72999954000000
## 20                       NA                     NA           79.91799927000000
## 21                       NA                     NA           74.79000092000000
## 22                       NA                     NA                          NA
## 23                       NA                     NA                          NA
## 24                       NA                     NA                          NA
## 25                       NA                     NA                          NA
## 26                       NA                     NA                          NA
## 27                       NA                     NA                          NA
## 28                       NA                     NA                          NA
## 29                       NA                     NA                          NA
## 30                       NA          100.000000000          100.00000000000000
## 31             60.000000000           57.900000000           55.80000000000000
## 32                       NA                     NA                          NA
## 33                       NA                     NA                          NA
## 34                       NA                     NA                          NA
## 35                       NA                     NA                          NA
## 36                       NA                     NA                          NA
## 37             18.093839650           19.536130910           21.48825073000000
## 38                       NA                     NA                          NA
## 39                       NA                     NA                          NA
## 40                       NA                     NA            4.70271015200000
## 41             39.505000000           39.159200000           38.71770000000000
## 42                       NA                     NA                          NA
## 43                       NA                     NA                          NA
## 44                       NA                     NA                          NA
## 45                       NA                     NA                          NA
## 46                       NA                     NA                          NA
## 47     9186840000.000000000   7230522000.000000000  10597265000.00000000000000
## 48     7887910507.000000000   8253518026.000000000   8779114468.00000000000000
## 49              0.000000000            0.000000000            0.00000000000000
## 50                       NA            3.137003500            2.92095390000000
## 51              4.069206180            3.500888158            9.53608460400000
## 52      551872021.000000000    556713109.100000024    644979410.79999995231628
## 53                       NA                     NA          409.09956870000002
## 54    19199000000.000000000  18745000000.000000000  25074000000.00000000000000
## 55                       NA                     NA                          NA
## 56                       NA                     NA                          NA
## 57                       NA                     NA                          NA
## 58                       NA                     NA                          NA
## 59             19.809334150           25.349185280           31.88997618000000
## 60              0.000000000            0.000000000            0.00000000000000
## 61              1.364499645            1.094537923            0.76984063600000
## 62                       NA                     NA                          NA
## 63                       NA                     NA                          NA
## 64                       NA                     NA                          NA
## 65                       NA                     NA                          NA
## 66              0.272320974            0.261176719            0.27721447700000
## 67              2.410940790            2.401112311            2.38458830600000
## 68             54.065274390           54.044272250           54.07965183000000
## 69             41.299692890           41.256335870           41.32731509000000
## 70            101.100000000           96.500000000           92.09999999999999
## 71                       NA                     NA                          NA
## 72                       NA                     NA                          NA
## 73                       NA                     NA                          NA
## 74                       NA                     NA                          NA
## 75                       NA                     NA                          NA
## 76                       NA                     NA                          NA
## 77                       NA                     NA                          NA
## 78                       NA                     NA           77.61000061000000
## 79                       NA                     NA                          NA
## 80                       NA                     NA                          NA
## 81                       NA                     NA                          NA
## 82             32.000000000           35.000000000           36.00000000000000
## 83                       NA                     NA                          NA
## 84                       NA                     NA                          NA
## 85                       NA                     NA                          NA
## 86                       NA                     NA           15.40000000000000
## 87                       NA                     NA                          NA
## 88                       NA          100.000000000          100.00000000000000
## 89            146.800000000          139.800000000          132.80000000000001
## 90                       NA         4054.000000000         4042.00000000000000
## 91                       NA                     NA                          NA
## 92                       NA                     NA                          NA
## 93                       NA                     NA                          NA
## 94                       NA                     NA                          NA
## 95                       NA                     NA                          NA
## 96                       NA                     NA                          NA
## 97                       NA                     NA                          NA
## 98                       NA                     NA                          NA
## 99                       NA                     NA                          NA
## 100             0.400950015            0.425770015            0.45107001100000
## 101                      NA                     NA                          NA
## 102                      NA                     NA                          NA
## 103   29809643007.000000000  32075085848.000000000  33779755004.00000000000000
## 104           210.000000000          210.000000000          210.00000000000000
## 105                      NA         1613.071851000         1671.58342799999991
## 106             0.000000000            0.000000000            0.00000000000000
## 107                      NA            7.155141200            8.44832980000000
## 108             0.000000000            0.000000000            0.00000000000000
## 109                      NA                     NA         2615.55846699999984
## 110     339548812.399999976    372837903.600000024    438715279.10000002384186
## 111  -10012160000.000000000 -11514478000.000000000 -14476735000.00000000000000
## 112     119378112.299999997     72750487.579999998     72663921.43999999761581
## 113                      NA                     NA                          NA
## 114                      NA                     NA                          NA
## 115      36331136.350000001     37929191.130000003     35431485.71000000089407
## 116                      NA                     NA                          NA
## 117            66.550378450           65.560599990           62.81576438000000
## 118             3.004505681            2.599735280            0.71816536500000
## 119            27.779869110           40.802053270           46.63472490000000
## 120             0.245520363            0.172636495            2.48000662300000
## 121                      NA                     NA                          NA
## 122                      NA                     NA                          NA
## 123             5.939052988            6.064863054            6.22627493800000
## 124                      NA                     NA                          NA
## 125             4.053325958            4.075453468            4.12367352600000
## 126             6.450337642            6.321743111            6.24915289500000
## 127            14.412901180           14.408845010           14.32999523000000
## 128            49.971228200           51.314243800           52.65725940000000
## 129                      NA                     NA                          NA
## 130                      NA                     NA            1.72099995600000
## 131                      NA                     NA            3.75999999000000
## 132                      NA           89.588876040           89.77169933000000
## 133                      NA                     NA           63.18999863000000
## 134                      NA                     NA                          NA
## 135                      NA                     NA            1.44000005700000
## 136                      NA                     NA           88.94499969000000
## 137                      NA                     NA                          NA
## 138                      NA                     NA                          NA
## 139                      NA                     NA                          NA
## 140                      NA                     NA                          NA
## 141                      NA                     NA                          NA
## 142                      NA                     NA                          NA
## 143            14.000000000                     NA                          NA
## 144                      NA                     NA            7.40000000000000
## 145                      NA                     NA                          NA
## 146                      NA            0.010000000            0.01000000000000
## 147                      NA                     NA                          NA
## 148                      NA                     NA                          NA
## 149                      NA                     NA                          NA
## 150                      NA                     NA                          NA
## 151                      NA                     NA                          NA
## 152         22452.000000000        22820.000000000        24632.00000000000000
## 153                      NA                     NA                          NA
## 154                      NA                     NA                          NA
## 155                      NA                     NA                          NA
## 156                      NA                     NA           52.65621185000000
## 157            73.065376280           81.658500670           85.34580231000000
## 158                      NA                     NA                          NA
## 159                      NA                     NA           32.66643906000000
## 160                      NA                     NA                          NA
## 161            27.188833330           29.369166670           37.25500000000000
## 162                      NA                     NA                          NA
## 163                      NA                     NA                          NA
## 164  603000000000.000000000 631000000000.000000000 671000000000.00000000000000
## 165                      NA           10.715885150           12.54463820000000
## 166            13.221625000           10.298212000           11.67926500000000
## 167            31.325544140           30.369575310           33.55304077000000
## 168     923931716.799999952    949744624.600000024   1068782698.00000000000000
## 169   42572000000.000000000  50470000000.000000000  55368000000.00000000000000
## 170                      NA                     NA                          NA
## 171                      NA                     NA                          NA
## 172    3162440321.000000000   3373934630.000000000   3585800919.00000000000000
## 173    8947000000.000000000   8959000000.000000000  11085000000.00000000000000
## 174                      NA                     NA                          NA
## 175                      NA                     NA                          NA
## 176                      NA                     NA                          NA
## 177                      NA                     NA                          NA
## 178                      NA                     NA                          NA
## 179                      NA                     NA                          NA
## 180                      NA                     NA                          NA
## 181                      NA                     NA                          NA
## 182                      NA                     NA                          NA
## 183                      NA                     NA                          NA
## 184                      NA                     NA                          NA
## 185                      NA                     NA                          NA
## 186                      NA           25.628645000           24.20675944000000
## 187                      NA                     NA                          NA
## 188                      NA                     NA                          NA
## 189             4.035462439            3.279644616            2.85383027800000
## 190                      NA                     NA                          NA
## 191                      NA                     NA                          NA
## 192                      NA                     NA                          NA
## 193                      NA           87.598454770                          NA
## 194                      NA        21360.000000000        21610.00060999999914
## 195            32.691749170           35.174986300           37.20593526000000
## 196            99.860335200           99.886104780           96.56652361000000
## 197      10788010.500000000     13378822.800000001      6316544.20000000018626
## 198       5429999.828000000      6570000.172000000      1100000.02399999997579
## 199      -8682000.000000000    -11642000.000000000     -7310000.00000000000000
## 200                      NA                     NA                          NA
## 201                      NA                     NA                          NA
## 202                      NA                     NA                          NA
## 203       8100000.381000000      7750000.000000000      9399999.61900000087917
## 204                      NA                     NA                          NA
## 205            46.214339510           43.686242840           38.35766239000000
## 206    -243287629.400000006   -289196443.800000012   -304407743.69999998807907
## 207          1886.900000000         1920.100000000         1848.20000000000005
## 208                      NA                     NA                          NA
## 209             1.465610028            3.617628433           10.66752357000000
## 210            92.152376870           86.708653250           88.68008261000000
## 211     141058885.099999994    158918412.900000006    178755632.40000000596046
## 212                      NA                     NA                          NA
## 213                      NA                     NA                          NA
## 214                      NA                     NA                          NA
## 215            91.459000000           91.146000000           90.81999999999999
## 216             2.327032037            2.465735756            2.61050131100000
## 217        376376.000000000       387557.000000000       401351.00000000000000
## 218             6.540281849            6.473938863            6.39038859200000
## 219            13.650671700           13.619098200           13.65733432000000
## 220             5.242000000            5.172000000            5.09900000000000
## 221                      NA                     NA                          NA
## 222                      NA                     NA                          NA
## 223                      NA                     NA                          NA
## 224                      NA                     NA           61.07281487000000
## 225                      NA           79.289001460           79.36699677000000
## 226                      NA                     NA                          NA
## 227                      NA                     NA         3438.53794699999980
## 228                      NA                     NA                          NA
## 229                      NA                     NA           82.33000183000000
## 230                      NA                     NA                          NA
## 231                      NA                     NA                          NA
## 232                      NA                     NA                          NA
## 233                      NA                     NA                          NA
## 234                      NA                     NA                          NA
## 235                      NA                     NA                          NA
## 236                      NA                     NA                          NA
## 237                      NA                     NA                          NA
## 238                      NA            0.010000000            0.01000000000000
## 239                      NA                     NA                          NA
## 240        101953.000000000        98279.000000000        94615.00000000000000
## 241                      NA                     NA                          NA
## 242                      NA                     NA                          NA
## 243                      NA                     NA                          NA
## 244                      NA                     NA                          NA
## 245            45.127429960           45.883831020           47.63811111000000
## 246                      NA                     NA                          NA
## 247                      NA                     NA                          NA
## 248                      NA                     NA           51.73860168000000
## 249           103.241447400          111.049766500          112.06720730000001
## 250                      NA                     NA                          NA
## 251                      NA                     NA                          NA
## 252                      NA                     NA                          NA
## 253            25.322900000           28.508400000           31.57000000000000
## 254                      NA          860.000000000          920.00000000000000
## 255            10.291187310            6.991686006            8.55991874100000
## 256             4.329647933            4.635036347            6.36815040500000
## 257            11.258372910           10.715885150           12.54463820000000
## 258             0.000000000            0.000000000            0.00000000000000
## 259  240000000000.000000000 249000000000.000000000 272000000000.00000000000000
## 260   13975000000.000000000  15871000000.000000000  20362000000.00000000000000
## 261    1681166059.000000000   1770355404.000000000   1753816915.00000000000000
## 262            31.984011520           30.821771570           26.51671206000000
## 263                      NA                     NA                          NA
## 264     429221322.300000012    586630271.600000024    500139869.69999998807907
## 265                      NA                     NA                          NA
## 266                      NA                     NA                          NA
## 267                      NA                     NA                          NA
## 268                      NA                     NA                          NA
## 269                      NA            1.050000000                          NA
## 270             2.375859246            2.362574101            2.33536915300000
## 271             8.491419357            8.511681371            8.50672634400000
## 272       3988581.000000000      4097589.000000000      4197265.00000000000000
## 273           106.800000000          102.200000000           97.50000000000000
## 274                      NA       429974.000000000                          NA
## 275                      NA                     NA                          NA
## 276                      NA           48.574522980           48.35493114000000
## 277                      NA                     NA                          NA
## 278                      NA                     NA                          NA
## 279                      NA                     NA                          NA
## 280                      NA                     NA                          NA
## 281                      NA                     NA           85.44999695000000
## 282                      NA                     NA                          NA
## 283                      NA                     NA                          NA
## 284                      NA                     NA                          NA
## 285                      NA                     NA                          NA
## 286                      NA                     NA                          NA
## 287                      NA                     NA                          NA
## 288                      NA                     NA                          NA
## 289                      NA                     NA                          NA
## 290                      NA                     NA                          NA
## 291                      NA          100.000000000          100.00000000000000
## 292                      NA                     NA                          NA
## 293                      NA         3396.000000000         3454.00000000000000
## 294                      NA                     NA                          NA
## 295                      NA                     NA                          NA
## 296                      NA                     NA                          NA
## 297                      NA                     NA                          NA
## 298                      NA                     NA                          NA
## 299                      NA                     NA                          NA
## 300         63945.000000000        71213.000000000        74495.00000000000000
## 301                      NA                     NA                          NA
## 302             5.000000000            5.000000000            5.00000000000000
## 303             0.259990007            0.309379995            0.32313999500000
## 304                      NA                     NA                          NA
## 305                      NA                     NA                          NA
## 306     108430709.000000000     99111819.670000002    115983528.70000000298023
## 307          4848.810804000         5489.273851000         6400.17322899999999
## 308             0.000000000            0.000000000            0.00000000000000
## 309    3525228153.000000000   3627562403.000000000   3921476085.00000000000000
## 310     469900000.000000000    374700000.000000000    447300000.00000000000000
## 311             0.000000000            0.000000000            0.00000000000000
## 312    1104296901.000000000   1101675296.000000000   1315774469.00000000000000
## 313            -7.065215318            9.803919206           17.66917336000000
## 314                      NA                     NA                          NA
## 315    3023000000.000000000   2074000000.000000000   2294000000.00000000000000
## 316           111.215718800          111.134135900          111.69355260000000
## 317                      NA                     NA                          NA
## 318     987800000.000000000   1113950000.000000000   1320000000.00000000000000
## 319                      NA                     NA                          NA
## 320                      NA                     NA                          NA
## 321                      NA                     NA                          NA
## 322                      NA                     NA                          NA
## 323            69.574887790           70.046007900           67.57371662000000
## 324                      NA                     NA                          NA
## 325                      NA                     NA                          NA
## 326             8.541000000            8.854000000            9.18000000000000
## 327      18445021.000000000     18905480.000000000     19405506.00000000000000
## 328             2.975856965            2.976988884            2.99886639200000
## 329             5.578611378            5.640437989            5.64703279500000
## 330            12.380893010           12.478755450           12.47779436000000
## 331                      NA                     NA                          NA
## 332           131.545400000          131.649600000          131.75380000000001
## 333                      NA                     NA            1.80799996900000
## 334                      NA                     NA            3.20300006900000
## 335                      NA           90.700996400           90.58200073000000
## 336                      NA                     NA           57.02000046000000
## 337                      NA                     NA                          NA
## 338                      NA                     NA            2.75999999000000
## 339                      NA                     NA           84.33599854000001
## 340                      NA                     NA                          NA
## 341                      NA                     NA                          NA
## 342                      NA                     NA                          NA
## 343                      NA                     NA                          NA
## 344                      NA                     NA                          NA
## 345                      NA                     NA                          NA
## 346                      NA                     NA                          NA
## 347                      NA                     NA                          NA
## 348                      NA                     NA                          NA
## 349                      NA                     NA                          NA
## 350                      NA                     NA                          NA
## 351                      NA           18.500000000           17.50000000000000
## 352                      NA                     NA                          NA
## 353                      NA                     NA                          NA
## 354            21.757560000                     NA           22.38355000000000
## 355                      NA                     NA            9.83679962200000
## 356                      NA                     NA                          NA
## 357                      NA                     NA                          NA
## 358                      NA                     NA                          NA
## 359                      NA                     NA           51.73860168000000
## 360                      NA                     NA                          NA
## 361                      NA                     NA                          NA
## 362                      NA                     NA           68.22962952000000
## 363                      NA                     NA                          NA
## 364                      NA            0.240461492            0.23638759400000
## 365   11824947385.000000000  10687211931.000000000  14505483401.00000000000000
## 366    3531839446.000000000   3640237860.000000000   3934070320.00000000000000
## 367                      NA  30495897615.000000000  32437922242.00000000000000
## 368                      NA           17.595197160           19.80245098000000
## 369            11.400371000            8.306121700            9.75510010000000
## 370             2.200000000            2.300000000            2.00000000000000
## 371   71773108730.000000000  73778313881.000000000  83025461096.00000000000000
## 372             6.165353353            5.765419588            2.15309280800000
## 373            21.506906090           18.125821920           20.25347130000000
## 374    8274000000.000000000   8703000000.000000000  14097000000.00000000000000
## 375                      NA                     NA                          NA
## 376                      NA                     NA                          NA
## 377                      NA                     NA                          NA
## 378                      NA                     NA                          NA
## 379                      NA                     NA                          NA
## 380             0.000000000            0.000000000            0.00000000000000
## 381                      NA                     NA                          NA
## 382                      NA                     NA                          NA
## 383                      NA                     NA                          NA
## 384                      NA                     NA                          NA
## 385                      NA                     NA                          NA
## 386                      NA                     NA                          NA
## 387                      NA                     NA                          NA
## 388                      NA                     NA                          NA
## 389                      NA            6.996692968            6.62030193600000
## 390                      NA            0.000000000            0.00000000000000
## 391                      NA                     NA                          NA
## 392                      NA                     NA                          NA
## 393     272846716.100000024    354107095.100000024    450982959.60000002384186
## 394                      NA                     NA                          NA
## 395                      NA                     NA                          NA
## 396                      NA          100.000000000                          NA
## 397            85.294322600           86.470234520           85.52631579000000
## 398             0.000000000            0.000000000            0.00000000000000
## 399             0.139664804            0.113895216            3.43347639500000
## 400            12.806796250           11.540044430           10.00776435000000
## 401                      NA                     NA                          NA
## 402                      NA                     NA                          NA
## 403        800405.300000000    -11904289.500000000     -5504604.40000000037253
## 404             5.496868540            5.420647320            4.68535294000000
## 405                      NA                     NA      1139999.98600000003353
## 406      28180000.309999999     25780000.690000001     33470001.21999999880791
## 407                      NA                     NA                          NA
## 408     161153117.099999994    217878003.599999994    274521869.39999997615814
## 409    -351579349.399999976   -411698818.199999988   -426448125.80000001192093
## 410     715840302.600000024    833936807.100000024    940819985.70000004768372
## 411                      NA           39.664335660           39.74039161000000
## 412          4500.000000000         5000.000000000         5542.00000000000000
## 413            10.500000000           11.199999810           23.89999962000000
## 414                      NA                     NA                          NA
## 415                      NA                     NA                          NA
## 416                      NA                     NA                          NA
## 417                      NA                     NA                          NA
## 418                      NA                     NA                          NA
## 419                      NA                     NA                          NA
## 420                      NA                     NA                          NA
## 421                      NA                     NA                          NA
## 422                      NA            7.375946529            6.91103536300000
## 423                      NA   7013200000.000000000                          NA
## 424                      NA                     NA                          NA
## 425            13.048650710           12.808656300           13.35385013000000
## 426                      NA                     NA                          NA
## 427                      NA                     NA            0.65000000000000
## 428             6.896551724           22.471910110           23.00884956000000
## 429            13.716026840            8.373205742            8.96226415100000
## 430           216.353000000          179.683000000          300.69400000000002
## 431             1.105234740            0.940805622            0.98822612900000
## 432                      NA                     NA                          NA
## 433                      NA                     NA                          NA
## 434                      NA                     NA                          NA
## 435                      NA                     NA                          NA
## 436      27913467.699999999     15689263.100000000     24834629.39999999850988
## 437    1355746934.000000000   1626688627.000000000   1765142177.00000000000000
## 438                      NA       109999.999400000       119999.99730000000272
## 439       2019999.981000000      3900000.095000000      3150000.09500000020489
## 440             0.000000000            0.000000000            0.00000000000000
## 441     164630000.000000000    138840000.000000000    139080000.00000000000000
## 442             0.000000000            0.000000000            0.00000000000000
## 443            43.119998930           45.180000310           47.11000061000000
## 444       3006250.000000000      3045230.000000000      2986490.00000000000000
## 445                      NA                     NA                          NA
## 446                      NA                     NA                          NA
## 447    3920607829.000000000   4031460131.000000000   4380035952.00000000000000
## 448                      NA  93640866425.000000000 110000000000.00000000000000
## 449       1000000.000000000                     NA                          NA
## 450         45457.000000000        57320.000000000        64894.00000000000000
## 451                      NA                     NA                          NA
## 452                      NA                     NA                          NA
## 453                      NA                     NA                          NA
## 454                      NA                     NA                          NA
## 455                      NA                     NA                          NA
## 456                      NA                     NA                          NA
## 457                      NA                     NA                          NA
## 458                      NA                     NA                          NA
## 459                      NA    943000000.000000000    768000000.00000000000000
## 460                      NA            0.000000000            0.00000000000000
## 461                      NA                     NA                          NA
## 462                      NA                     NA                          NA
## 463            20.125195150           21.768584930           25.54938438000000
## 464                      NA                     NA                          NA
## 465                      NA                     NA                          NA
## 466                      NA            0.000000000                          NA
## 467                      NA         1700.000000000         1730.00000000000000
## 468                      NA            0.113638794            0.13411247100000
## 469                      NA           99.886104780           96.56652361000000
## 470      16558561.900000000     19893340.100000001     24073409.19999999925494
## 471                      NA                     NA                          NA
## 472       7389999.866000000      7920000.076000000      7389999.86600000038743
## 473                      NA                     NA                          NA
## 474             1.562800000            1.490800000            1.43710000000000
## 475     250949998.599999994    242870000.099999994    293830002.69999998807907
## 476                      NA                     NA                          NA
## 477                      NA                     NA                          NA
## 478     203107836.000000000    204359985.199999988    239849990.50000000000000
## 479    -406975476.399999976   -448714745.100000024   -482354236.19999998807907
## 480             2.632670562            3.065293963            3.18369969900000
## 481                      NA                     NA                          NA
## 482                      NA                     NA                          NA
## 483             2.689808364            7.658051469            8.34726467200000
## 484                      NA                     NA                          NA
## 485             0.012813902            0.019412461            0.01364713900000
## 486                      NA                     NA                          NA
## 487                      NA                     NA                          NA
## 488                      NA                     NA                          NA
## 489                      NA                     NA                          NA
## 490             0.416192411            0.409462368            0.43667574900000
## 491             2.829884394            2.810303292            2.79167943700000
## 492       9972351.000000000     10217329.000000000     10494430.00000000000000
## 493       3834928.000000000      3923289.000000000      4022326.00000000000000
## 494            95.100000000           90.600000000           86.30000000000000
## 495         16850.000000000        17800.000000000        28319.00000000000000
## 496                      NA                     NA                          NA
## 497                      NA                     NA                          NA
## 498                      NA                     NA                          NA
## 499                      NA                     NA                          NA
## 500                      NA                     NA                          NA
## 501                      NA                     NA                          NA
## 502                      NA                     NA           93.81999969000000
## 503                      NA                     NA                          NA
## 504                      NA                     NA                          NA
## 505                      NA                     NA                          NA
## 506                      NA                     NA                          NA
## 507                      NA                     NA                          NA
## 508                      NA                     NA                          NA
## 509                      NA                     NA                          NA
## 510                      NA                     NA                          NA
## 511                      NA                     NA                          NA
## 512                      NA                     NA                          NA
## 513           145.400000000          137.900000000          130.59999999999999
## 514                      NA         3843.000000000         3790.00000000000000
## 515                      NA                     NA                          NA
## 516                      NA                     NA                          NA
## 517                      NA                     NA                          NA
## 518                      NA                     NA                          NA
## 519            29.574920000           31.054470000           31.41475000000000
## 520                      NA                     NA           34.04022980000000
## 521                      NA                     NA                          NA
## 522                      NA                     NA                          NA
## 523                      NA                     NA                          NA
## 524             0.518639982            0.551310003            0.58165997300000
## 525                      NA                     NA                          NA
## 526                      NA                     NA                          NA
## 527    4758000000.000000000   5668000000.000000000   6532000000.00000000000000
## 528                      NA                     NA                          NA
## 529                      NA          856.640755700          917.73438750000003
## 530             1.488703917            1.746703903            1.59616125400000
## 531                      NA    260500000.000000000    332400000.00000000000000
## 532             0.000000000            0.000000000            0.00000000000000
## 533            27.585592010           31.016177960           39.38572057000000
## 534    4857000000.000000000   5956000000.000000000   7894000000.00000000000000
## 535    -395379676.100000024   -403897728.399999976   -458559867.00000000000000
## 536            18.120512160           16.120329540           18.40049757000000
## 537                      NA                     NA                          NA
## 538                      NA                     NA                          NA
## 539             0.143596779            0.099747997            0.04591048000000
## 540            36.967730450           42.718218280           46.82611818000000
## 541             2.756836395            3.227811822            3.27610418700000
## 542                      NA                     NA                          NA
## 543                      NA                     NA                          NA
## 544      16869632.000000000     17231589.000000000     17624081.00000000000000
## 545             6.505487021            6.530816420            6.58777084600000
## 546             1.784826391            1.797110545            1.79813705200000
## 547             7.335006245            7.316871063            7.27053152300000
## 548       7823920.000000000      8020876.000000000      8219727.00000000000000
## 549            53.551000000           54.404000000           55.26200000000000
## 550                      NA                     NA                          NA
## 551                      NA                     NA                          NA
## 552                      NA                     NA                          NA
## 553                      NA                     NA           48.72999954000000
## 554                      NA                     NA                          NA
## 555                      NA                     NA           21.21999931000000
## 556                      NA                     NA           35.90000153000000
## 557                      NA                     NA                          NA
## 558                      NA                     NA           90.38999939000000
## 559                      NA                     NA                          NA
## 560                      NA                     NA                          NA
## 561                      NA                     NA                          NA
## 562                      NA                     NA                          NA
## 563                      NA                     NA                          NA
## 564                      NA                     NA                          NA
## 565                      NA                     NA                          NA
## 566                      NA                     NA                          NA
## 567                      NA            0.010000000            0.01000000000000
## 568                      NA                     NA                          NA
## 569         71256.000000000        69010.000000000        66756.00000000000000
## 570                      NA                     NA                          NA
## 571                      NA                     NA                          NA
## 572                      NA                     NA                          NA
## 573                      NA                     NA                          NA
## 574            31.895389560           32.993659970           34.87353897000000
## 575                      NA                     NA                          NA
## 576                      NA                     NA                          NA
## 577                      NA                     NA                          NA
## 578            34.647230000           35.996350000           37.21278000000000
## 579                      NA                     NA                          NA
## 580                      NA                     NA                          NA
## 581                      NA                     NA                          NA
## 582                      NA                     NA                          NA
## 583                      NA                     NA                          NA
## 584     362787832.399999976    253627772.900000006    335675166.30000001192093
## 585                      NA 111000000000.000000000 133000000000.00000000000000
## 586                      NA                     NA                          NA
## 587                      NA    114200000.000000000    114900000.00000000000000
## 588    3253276489.000000000   3367170060.000000000   3688266246.00000000000000
## 589             5.440858529            5.759263557            6.37636206500000
## 590            33.350928090           32.188754160           34.67505513000000
## 591     758167508.500000000    657525501.299999952    794235033.29999995231628
## 592    9879940000.000000000  10886922000.000000000  14225665000.00000000000000
## 593                      NA   9775369945.000000000  10322995813.00000000000000
## 594                      NA                     NA                          NA
## 595                      NA                     NA                          NA
## 596                      NA            0.374532757            0.36446127700000
## 597                      NA                     NA                          NA
## 598                      NA                     NA                          NA
## 599                      NA                     NA                          NA
## 600                      NA                     NA                          NA
## 601                      NA                     NA                          NA
## 602                      NA                     NA                          NA
## 603                      NA                     NA                          NA
## 604                      NA                     NA                          NA
## 605                      NA                     NA                          NA
## 606                      NA           13.032602240            9.37042459700000
## 607                      NA            8.445308270            8.40865582700000
## 608                      NA                     NA                          NA
## 609                      NA                     NA                          NA
## 610     211574718.099999994    295279865.100000024    396953586.80000001192093
## 611                      NA                     NA                          NA
## 612        375436.000000000       397973.000000000       421743.00000000000000
## 613                      NA                     NA                          NA
## 614                      NA        16309.999470000        16280.00069000000076
## 615           586.720000000          542.716000000          718.73199999999997
## 616             0.000000000            0.000000000            0.00000000000000
## 617                      NA                     NA                          NA
## 618            54.760984620           54.321846380           47.09311263000000
## 619      20850000.379999999     19819999.690000001     18579999.92000000178814
## 620     194820000.000000000    132424000.000000000    112144000.00000000000000
## 621     571564106.000000000    667473807.000000000    718555662.89999997615814
## 622                      NA                     NA                          NA
## 623          9999.999776000        19999.999550000        29999.99932999999874
## 624                      NA                     NA                          NA
## 625     385455667.100000024    447377122.500000000    541419552.00000000000000
## 626             0.000000000            0.000000000            0.00000000000000
## 627     147711709.099999994    167344058.400000006    183943880.09999999403954
## 628        143000.000000000       143000.000000000       143000.00000000000000
## 629         41408.000000000        41444.000000000        41470.00000000000000
## 630                      NA                     NA                          NA
## 631                      NA                     NA                          NA
## 632                      NA                     NA                          NA
## 633                      NA                     NA                          NA
## 634                      NA                     NA                          NA
## 635                      NA                     NA                          NA
## 636                      NA           36.966706750           36.18838458000000
## 637                      NA                     NA                          NA
## 638                      NA                     NA                          NA
## 639   27882100000.000000000  33108100000.000000000  40631500000.00000000000000
## 640                      NA                     NA                          NA
## 641          5686.000000000         5288.000000000         5281.00000000000000
## 642            43.103448280           38.202247190           35.39823009000000
## 643                      NA                     NA            0.88477241900000
## 644           214.145398900          -75.966415410          -81.41570473000000
## 645                      NA          189.834320400          184.24962470000000
## 646             0.000000000            0.000000000            0.00000000000000
## 647            16.098487500           14.999949290           11.65464691000000
## 648       3319999.933000000      2039999.962000000      3420000.07599999988452
## 649                      NA                     NA                          NA
## 650                      NA                     NA                          NA
## 651      52370590.200000003     43941699.399999999     38475707.60000000149012
## 652       4980000.019000000      9750000.000000000      5829999.92399999964982
## 653                      NA                     NA                          NA
## 654             0.000000000            0.000000000            0.00000000000000
## 655                      NA                     NA                          NA
## 656      11631637.590000000      7107730.096000000     10103539.16999999992549
## 657            50.310001370           52.430000310           53.54000092000000
## 658                      NA                     NA                          NA
## 659                      NA                     NA                          NA
## 660                      NA                     NA                          NA
## 661                      NA                     NA                          NA
## 662                      NA                     NA                          NA
## 663                      NA                     NA                          NA
## 664                      NA                     NA                          NA
## 665                      NA                     NA                          NA
## 666                      NA                     NA                          NA
## 667                      NA                     NA                          NA
## 668                      NA                     NA                          NA
## 669                      NA     98500000.000000000    106000000.00000000000000
## 670                      NA                     NA                          NA
## 671                      NA                     NA                          NA
## 672            20.950963890           18.743208010           22.72374434000000
## 673                      NA                     NA                          NA
## 674                      NA                     NA                          NA
## 675                      NA                     NA                          NA
## 676                      NA           99.987613640                          NA
## 677                      NA                     NA           -0.40339060900000
## 678           301.627414800          306.216398600          307.98861929999998
## 679            21.089385470           18.906605920           19.31330472000000
## 680            15.605564410           14.530546650           11.17442783000000
## 681                      NA                     NA                          NA
## 682      -8682000.000000000    -11642000.000000000     -7310000.00000000000000
## 683       7730000.019000000     10029999.730000000      2250000.00000000000000
## 684    1282188352.000000000   1558496191.000000000   1701299053.00000000000000
## 685                      NA                     NA                          NA
## 686          9999.999776000         9999.999776000                          NA
## 687                      NA                     NA                          NA
## 688      21194713.969999999     25139133.660000000     27047692.12999999895692
## 689            -6.901330037           -7.972197628           -7.76258064700000
## 690             9.951683405           10.246661600           10.80699873000000
## 691                      NA                     NA                          NA
## 692                      NA                     NA                          NA
## 693                      NA                     NA                          NA
## 694            79.686296470           84.345244450           82.48619558999999
## 695     353316563.300000012    314258253.699999988    351124485.30000001192093
## 696                      NA                     NA                          NA
## 697        679100.000000000       679000.000000000       633900.00000000000000
## 698                      NA                     NA                          NA
## 699                      NA                     NA                          NA
## 700                      NA                     NA                          NA
## 701                      NA                     NA                          NA
## 702                      NA                     NA                          NA
## 703                      NA                     NA                          NA
## 704                      NA                     NA                          NA
## 705                      NA                     NA                          NA
## 706                      NA   2674800000.000000000   2966000000.00000000000000
## 707                      NA            6.781542508                          NA
## 708            13.048650710           12.808656300           13.35385013000000
## 709            11.209678820            5.730558315            9.92506365500000
## 710                      NA                     NA                          NA
## 711          6836.000000000         9258.000000000        10314.00000000000000
## 712            13.793103450           11.235955060           10.61946903000000
## 713                      NA         4110.000000000         4150.00000000000000
## 714            23.694779120           19.115212770           25.48254237000000
## 715             3.372664520            5.051140337            6.00982988000000
## 716                      NA                     NA                          NA
## 717      62052532.399999999     67106341.500000000     63100537.10000000149012
## 718                      NA                     NA                          NA
## 719                      NA                     NA                          NA
## 720                      NA                     NA                          NA
## 721            38.386425960           44.686327900           44.86808912000000
## 722       4599999.905000000      5920000.076000000      4989999.77099999971688
## 723      19479999.539999999     16040000.920000000     11359999.66000000014901
## 724     109199068.099999994    115683901.700000003    121340974.90000000596046
## 725      98490000.000000000    102400000.000000000    112020000.00000000000000
## 726             0.000000000            0.000000000            0.00000000000000
## 727            44.869998930           46.959999080           48.68999863000000
## 728             0.202797203            0.202797203            0.20279720300000
## 729                      NA                     NA                          NA
## 730             0.005960906            0.005737973            0.05767515300000
## 731                      NA                     NA                          NA
## 732             0.532197233            0.493692423            0.03694966400000
## 733                      NA                     NA                          NA
## 734                      NA                     NA                          NA
## 735                      NA                     NA                          NA
## 736            49.657910390           49.699542140           49.84489969000000
## 737             0.864957270            0.870482635            0.87342100000000
## 738             3.683478808            3.632346620            3.55531133900000
## 739            54.646981150           54.668210660           54.54901138000000
## 740                      NA                     NA                          NA
## 741            13.371000000           12.839000000           12.31400000000000
## 742                      NA                     NA                          NA
## 743                      NA                     NA                          NA
## 744                      NA                     NA                          NA
## 745                      NA           88.280000000           88.29000000000001
## 746                      NA                     NA                          NA
## 747                      NA                     NA                          NA
## 748                      NA                     NA            6.17999982800000
## 749                      NA                     NA            0.25000000000000
## 750                      NA                     NA                          NA
## 751                      NA                     NA                          NA
## 752                      NA                     NA                          NA
## 753                      NA                     NA                          NA
## 754                      NA                     NA                          NA
## 755                      NA                     NA                          NA
## 756                      NA                     NA                          NA
## 757                      NA                     NA                          NA
## 758                      NA                     NA                          NA
## 759                      NA          100.000000000          100.00000000000000
## 760                      NA            0.000000000            9.10000000000000
## 761                      NA                     NA                          NA
## 762            39.375000000           39.375000000           39.37500000000000
## 763                      NA                     NA                          NA
## 764                      NA                     NA                          NA
## 765                      NA                     NA           88.87791000000000
## 766                      NA                     NA                          NA
## 767            11.000000000           11.000000000           11.00000000000000
## 768                      NA                     NA                          NA
## 769                      NA                     NA                          NA
## 770                      NA                     NA                          NA
## 771                      NA                     NA           32.97558975000000
## 772                      NA                     NA                          NA
## 773                      NA                     NA                          NA
## 774     167417100.000000000    361357000.000000000    397600000.00000000000000
## 775                      NA                     NA                          NA
## 776           427.644430800          436.567494000          452.40327500000001
## 777   84511000000.000000000  97748000000.000000000 117000000000.00000000000000
## 778           188.018219100          188.728347500          198.80955440000000
## 779             0.000000000            0.000000000            0.00000000000000
## 780                      NA            0.082215963                          NA
## 781                      NA                     NA                          NA
## 782                      NA                     NA                          NA
## 783                      NA                     NA                          NA
## 784                      NA                     NA                          NA
## 785   71135160000.000000000  87226478000.000000000 102000000000.00000000000000
## 786                      NA                     NA                          NA
## 787                      NA                     NA                          NA
## 788                      NA                     NA                          NA
## 789                      NA                     NA                          NA
## 790                      NA                     NA                          NA
## 791                      NA                     NA                          NA
## 792                      NA                     NA                          NA
## 793                      NA                     NA                          NA
## 794                      NA                     NA                          NA
## 795                      NA     32200000.000000000     78000000.00000000000000
## 796                      NA   -201500000.000000000                          NA
## 797                      NA                     NA                          NA
## 798             9.635873054            6.162017925            8.15933261000000
## 799                      NA                     NA                          NA
## 800            23.831320390           23.775323480           23.67447409000000
## 801                      NA                     NA                          NA
## 802                      NA                     NA           -1.87274779800000
## 803            64.257028110           57.735744680           60.90949153000000
## 804                      NA           95.119714540           94.18864784000000
## 805                      NA                     NA                          NA
## 806            11.755347290            9.811995986            9.50745585000000
## 807                      NA                     NA                          NA
## 808       6943881.000000000      9467118.199999999     -1523240.19999999995343
## 809     571564106.000000000    667473807.000000000    718555662.89999997615814
## 810                      NA                     NA                          NA
## 811                      NA                     NA                          NA
## 812       3599999.905000000      1230000.019000000      2490000.00999999977648
## 813             1.158974605            2.944889653            8.94858011400000
## 814             0.000000000            0.000000000            0.00000000000000
## 815             0.000000000            0.000000000            0.00000000000000
## 816                      NA                     NA                          NA
## 817            28.956643360           28.981818180           29.00000000000000
## 818                      NA                     NA                          NA
## 819                      NA                     NA                          NA
## 820                      NA                     NA                          NA
## 821                      NA                     NA                          NA
## 822                      NA                     NA                          NA
## 823                      NA                     NA                          NA
## 824                      NA                     NA                          NA
## 825                      NA                     NA                          NA
## 826                      NA                     NA                          NA
## 827                      NA   3487200000.000000000   4278000000.00000000000000
## 828                      NA  54418100000.000000000  80361000000.00000000000000
## 829            13.374855770           13.206563780           13.21402897000000
## 830   25239700000.000000000  28916300000.000000000  34208700000.00000000000000
## 831                      NA                     NA                          NA
## 832             2.035432760            2.105066891            2.17331617100000
## 833            36.206896550           28.089887640           28.31858407000000
## 834            77.058993750           84.688995220           83.96226415000000
## 835                      NA            0.058041872            0.06625826100000
## 836                      NA            5.267751362            5.42741946700000
## 837                      NA                     NA                          NA
## 838            57.162861190           42.262332540           39.08243522000000
## 839       1940000.057000000      2259999.990000000      3140000.10499999998137
## 840     222733482.699999988    148113514.800000012    136979055.50000000000000
## 841                      NA                     NA                          NA
## 842                      NA                     NA                          NA
## 843      77389999.390000001     55169998.170000002    127550003.09999999403954
## 844        540000.021500000       109999.999400000        70000.00029999999970
## 845        420000.000000000      5940000.000000000      2220000.00000000000000
## 846      97567430.469999999    108576171.599999994    111201089.70000000298023
## 847            26.528684750           38.747701060           45.31936445000000
## 848            19.423342540           21.548008960           23.84681583000000
## 849             0.125605712            0.122736900            0.11975982500000
## 850                      NA                     NA                          NA
## 851                      NA                     NA                          NA
## 852                      NA                     NA                          NA
## 853                      NA                     NA                          NA
## 854                      NA                     NA                          NA
## 855                      NA                     NA                          NA
## 856                      NA                     NA                          NA
## 857                      NA                     NA                          NA
## 858                      NA                     NA                          NA
## 859                      NA                     NA                          NA
## 860                      NA                     NA                          NA
## 861                      NA   2707000000.000000000   3044000000.00000000000000
## 862                      NA                     NA                          NA
## 863                      NA                     NA                          NA
## 864            31.233798970           32.014485190           32.82000953000000
## 865                      NA                     NA                          NA
## 866         12522.000000000        14546.000000000        15595.00000000000000
## 867                      NA                     NA                          NA
## 868                      NA            0.000000000                          NA
## 869                      NA                     NA            0.00000000000111
## 870            95.463360990           93.656463240           92.66439952000000
## 871             0.139664804            0.113895216            3.43347639500000
## 872             1.756946581            1.843460348            1.60395041200000
## 873                      NA                     NA                          NA
## 874                      NA                     NA                          NA
## 875                      NA                     NA                          NA
## 876    1282188352.000000000   1558496191.000000000   1701299053.00000000000000
## 877        119999.997300000       109999.999400000       119999.99730000000272
## 878      37979999.539999999     35560001.369999997     36889999.39000000059605
## 879                      NA                     NA                          NA
## 880                      NA                     NA                          NA
## 881                      NA                     NA                          NA
## 882        147180.000000000       147180.000000000       147180.00000000000000
## 883                      NA                     NA                          NA
## 884                      NA            1.872472955                          NA
## 885             2.153309081            3.033559996            2.25448735200000
## 886                      NA                     NA                          NA
## 887             0.225524677            0.156826244            0.66545181300000
## 888                      NA                     NA                          NA
## 889                      NA                     NA                          NA
## 890                      NA                     NA                          NA
## 891                      NA                     NA                          NA
## 892             0.678781542            0.682714196            0.69167811200000
## 893             3.372724395            3.362748347            3.34482671100000
## 894       4898260.000000000      5018632.000000000      5185320.00000000000000
## 895            15.957079390           15.884201800           15.86667668000000
## 896                      NA                     NA                          NA
## 897                      NA                     NA                          NA
## 898                      NA                     NA                          NA
## 899                      NA                     NA                          NA
## 900                      NA                     NA                          NA
## 901                      NA                     NA                          NA
## 902                      NA                     NA                          NA
## 903                      NA                     NA           22.38999939000000
## 904                      NA                     NA            1.50999999000000
## 905                      NA                     NA                          NA
## 906                      NA                     NA                          NA
## 907                      NA                     NA                          NA
## 908                      NA                     NA                          NA
## 909                      NA                     NA                          NA
## 910                      NA                     NA                          NA
## 911                      NA                     NA                          NA
## 912                      NA                     NA                          NA
## 913                      NA                     NA                          NA
## 914                      NA            0.100000000            0.10000000000000
## 915                      NA            0.100000000            0.10000000000000
## 916                      NA                     NA                          NA
## 917                      NA                     NA                          NA
## 918                      NA                     NA                          NA
## 919                      NA                     NA                          NA
## 920                      NA                     NA                          NA
## 921                      NA                     NA                          NA
## 922                      NA                     NA                          NA
## 923                      NA                     NA           27.35922000000000
## 924                      NA                     NA                          NA
## 925                      NA                     NA           51.99401093000000
## 926                      NA                     NA                          NA
## 927                      NA                     NA                          NA
## 928                      NA                     NA                          NA
## 929                      NA                     NA                          NA
## 930                      NA                     NA                          NA
## 931             1.929893419            2.086561291            3.62733855600000
## 932    7424281841.000000000   7756008525.000000000   8254660930.00000000000000
## 933                      NA                     NA                          NA
## 934      64323739.000000000     72516815.000000000     75697992.00000000000000
## 935            28.227532100           26.734012550           26.47705615000000
## 936                      NA                     NA         4162.32138099999975
## 937     160613546.300000012    166356942.699999988    201201041.80000001192093
## 938                      NA                     NA                          NA
## 939            11.894921940           13.401629300           19.64073163000000
## 940                      NA                     NA                          NA
## 941                      NA                     NA                          NA
## 942                      NA                     NA                          NA
## 943                      NA                     NA                          NA
## 944            84.961610360           85.033485760           84.91243450000000
## 945             1.924610444            1.918531382            1.89275850300000
## 946             8.669694081            8.694172811            8.82960262700000
## 947            43.546256030           43.610222160           43.39310148000000
## 948            54.098000000           54.993000000           55.89800000000000
## 949                      NA            2.294211706                          NA
## 950                      NA                     NA                          NA
## 951                      NA      9344977.000000000      9603215.00000000000000
## 952                      NA                     NA                          NA
## 953                      NA                     NA                          NA
## 954                      NA                     NA            8.17000007600000
## 955                      NA                     NA           70.69999695000000
## 956                      NA                     NA                          NA
## 957                      NA                     NA                          NA
## 958                      NA                     NA                          NA
## 959                      NA                     NA                          NA
## 960                      NA                     NA                          NA
## 961                      NA                     NA                          NA
## 962                      NA                     NA                          NA
## 963                      NA                     NA                          NA
## 964                      NA                     NA                          NA
## 965                      NA                     NA                          NA
## 966                      NA          100.000000000          100.00000000000000
## 967                      NA                     NA                          NA
## 968                      NA                     NA                          NA
## 969                      NA                     NA                          NA
## 970                      NA                     NA                          NA
## 971                      NA                     NA                          NA
## 972                      NA                     NA                          NA
## 973                      NA                     NA                          NA
## 974                      NA                     NA                          NA
## 975                      NA                     NA           13.70024967000000
## 976                      NA                     NA                          NA
## 977       2526147.000000000      2788644.000000000      2884275.00000000000000
## 978                      NA                     NA                          NA
## 979                      NA                     NA                          NA
## 980                      NA                     NA                          NA
## 981    2745780000.000000000   2825519400.000000000   3661600000.00000000000000
## 982                      NA                     NA                          NA
## 983             1.488703917            1.746703903            1.59616125400000
## 984   89269000000.000000000 103000000000.000000000 124000000000.00000000000000
## 985            13.304005000           10.292145000           11.36928400000000
## 986             0.000000000            0.000000000            0.00000000000000
## 987   27964000000.000000000  31407000000.000000000  41539000000.00000000000000
## 988   26324036325.000000000  28904823578.000000000  34012066966.00000000000000
## 989           -11.215718780          -11.134135920          -11.69355256000000
## 990                      NA                     NA                          NA
## 991     390158315.199999988    381884707.699999988    450607063.69999998807907
## 992                      NA                     NA                          NA
## 993             1.106543145            1.077154406            1.09660964900000
## 994                      NA                     NA                          NA
## 995                      NA                     NA                          NA
## 996             0.023971828            0.141599131            0.02579208000000
## 997                      NA            5.822544763            5.82254476300000
## 998            17.165690620           15.457824870           12.01571111000000
## 999                      NA                     NA                          NA
## 1000                     NA                     NA                          NA
## 1001                     NA                     NA                          NA
## 1002      9285609.000000000      9509543.000000000      9732851.00000000000000
## 1003       648750.000000000       667275.000000000       691349.00000000000000
## 1004            4.196472197            4.229814198            4.32172443600000
## 1005            9.925994084            9.975957835           10.02580847000000
## 1006                     NA                     NA                          NA
## 1007          314.831000000          305.422000000          296.01299999999998
## 1008                     NA                     NA                          NA
## 1009                     NA                     NA                          NA
## 1010                     NA                     NA           63.91999817000000
## 1011                     NA           81.817001340           81.79900360000001
## 1012                     NA                     NA                          NA
## 1013                     NA                     NA                          NA
## 1014                     NA                     NA           93.55999756000000
## 1015                     NA                     NA           80.96700287000000
## 1016                     NA                     NA                          NA
## 1017                     NA                     NA                          NA
## 1018                     NA                     NA                          NA
## 1019                     NA                     NA                          NA
## 1020                     NA                     NA                          NA
## 1021                     NA                     NA                          NA
## 1022                     NA                     NA                          NA
## 1023                     NA                     NA                          NA
## 1024           44.000000000           43.000000000           46.00000000000000
## 1025                     NA                     NA                          NA
## 1026                     NA            8.400000000            8.00000000000000
## 1027                     NA                     NA                          NA
## 1028                     NA                     NA                          NA
## 1029            5.789070129            5.171649933            5.89812994000000
## 1030                     NA                     NA                          NA
## 1031                     NA                     NA                          NA
## 1032            5.000000000            5.000000000            5.00000000000000
## 1033                     NA                     NA                          NA
## 1034                     NA                     NA           52.65621185000000
## 1035                     NA                     NA                          NA
## 1036                     NA                     NA                          NA
## 1037                     NA                     NA           49.60372162000000
## 1038                     NA                     NA                          NA
## 1039                     NA            9.579265742           10.61981036000000
## 1040           13.221624670           10.298211710           11.67926482000000
## 1041  89436417100.000000000 104000000000.000000000 124000000000.00000000000000
## 1042            0.000000000            0.000000000            0.00000000000000
## 1043            0.000000000            0.000000000            0.00000000000000
## 1044   3468000000.000000000   3568000000.000000000   3858000000.00000000000000
## 1045     10467198.000000000     11429508.000000000     15178289.00000000000000
## 1046           15.654930600           15.346754850           16.44736311000000
## 1047 247000000000.000000000 262000000000.000000000 267000000000.00000000000000
## 1048    785537991.299999952    785782436.100000024    909166930.60000002384186
## 1049            9.268615085            8.415525644           11.38682240000000
## 1050                     NA                     NA                          NA
## 1051                     NA                     NA                          NA
## 1052            0.000000000            0.000000000            0.00000000000000
## 1053        25800.000000000        25800.000000000        23000.00000000000000
## 1054                     NA                     NA                          NA
## 1055                     NA                     NA                          NA
## 1056                     NA                     NA                          NA
## 1057                     NA                     NA                          NA
## 1058                     NA                     NA                          NA
## 1059                     NA                     NA                          NA
## 1060                     NA                     NA                          NA
## 1061                     NA                     NA                          NA
## 1062                     NA           33.015223810           34.01988072000000
## 1063                     NA           52.620580950           64.91143044000000
## 1064                     NA                     NA                          NA
## 1065   7697534966.000000000  11685121233.000000000  19795393102.00000000000000
## 1066                     NA                     NA                          NA
## 1067                     NA                     NA            0.31000000000000
## 1068            0.000000000            0.000000000            2.65486725700000
## 1069                     NA          280.000000000          290.00000000000000
## 1070                     NA            0.030823818            0.03637717600000
## 1071            3.431404268            4.981320286            5.96666206500000
## 1072                     NA                     NA                          NA
## 1073           22.509055030           18.892934360           19.27442648000000
## 1074                     NA                     NA                          NA
## 1075                     NA                     NA                          NA
## 1076                     NA                     NA                          NA
## 1077                     NA                     NA                          NA
## 1078        19999.999550000        19999.999550000       300000.01189999998314
## 1079     10609999.660000000      8359999.657000000      8350000.38100000005215
## 1080            0.011914122            0.163746322            0.05661133600000
## 1081            0.000000000            0.000000000            0.00000000000000
## 1082           32.334032790           27.050121870           20.69764892000000
## 1083      5672510.000000000      5847090.000000000      5519720.00000000000000
## 1084           16.201398600           16.226573430           16.25174825000000
## 1085    183389507.500000000    211312846.400000006    257302378.50000000000000
## 1086                     NA                     NA                          NA
## 1087           11.894921940           13.401629300           19.64073163000000
## 1088                     NA                     NA                          NA
## 1089                     NA                     NA                          NA
## 1090                     NA                     NA                          NA
## 1091                     NA                     NA                          NA
## 1092            0.470849002            0.469692379            0.47540204800000
## 1093            3.020313968            3.021465555            3.01035238000000
## 1094           53.477887010           53.412788950           53.60803213000000
## 1095           16.752461840           16.722621700           16.58531189000000
## 1096                     NA                     NA                          NA
## 1097                     NA                     NA                          NA
## 1098                     NA                     NA                          NA
## 1099                     NA                     NA                          NA
## 1100                     NA                     NA                          NA
## 1101                     NA                     NA                          NA
## 1102                     NA                     NA                          NA
## 1103                     NA                     NA           14.56000042000000
## 1104                     NA                     NA            0.89999997600000
## 1105                     NA                     NA                          NA
## 1106                     NA                     NA                          NA
## 1107                     NA                     NA                          NA
## 1108                     NA                     NA                          NA
## 1109                     NA                     NA                          NA
## 1110                     NA                     NA                          NA
## 1111                     NA                     NA                          NA
## 1112                     NA                     NA                          NA
## 1113            0.054000000            0.051000000            0.06200000000000
## 1114                     NA            0.100000000            0.10000000000000
## 1115          146.100000000          138.800000000          131.80000000000001
## 1116                     NA         9878.000000000         9575.00000000000000
## 1117                     NA                     NA                          NA
## 1118                     NA                     NA                          NA
## 1119                     NA                     NA                          NA
## 1120                     NA                     NA                          NA
## 1121                     NA                     NA                          NA
## 1122                     NA                     NA                          NA
## 1123                     NA                     NA                          NA
## 1124                     NA                     NA                          NA
## 1125                     NA                     NA                          NA
## 1126            0.552760005            0.586480021            0.62023997300000
## 1127                     NA                     NA                          NA
## 1128                     NA                     NA                          NA
## 1129    187893171.800000012    198818593.800000012    206905289.80000001192093
## 1130                     NA  16247917718.000000000  17862378065.00000000000000
## 1131        32692.971890000        33375.130790000        34585.75978000000032
## 1132 574000000000.000000000 600000000000.000000000 639000000000.00000000000000
## 1133                     NA                     NA                          NA
## 1134            1.821253200            1.992090000            1.92416470000000
## 1135                     NA            6.457554133            5.07257000400000
## 1136    191802676.599999994    208920879.500000000    250047513.50000000000000
## 1137           22.283323440           21.661445040           23.18430384000000
## 1138                     NA                     NA                          NA
## 1139  99281160000.000000000 115000000000.000000000 138000000000.00000000000000
## 1140                     NA                     NA                          NA
## 1141        35000.000000000        35000.000000000        35000.00000000000000
## 1142            0.246445817            0.303192546            0.33441027900000
## 1143                     NA                     NA                          NA
## 1144            0.140287594            0.095469656            0.03915664100000
## 1145                     NA                     NA                          NA
## 1146           16.383109740           14.779538660           11.29966250000000
## 1147                     NA                     NA                          NA
## 1148                     NA                     NA                          NA
## 1149                     NA                     NA                          NA
## 1150           50.342089610           50.300457860           50.15510031000000
## 1151            3.517207998            3.529532551            3.56264387700000
## 1152            4.047606986            4.064575997            4.15631489000000
## 1153           10.409347240           10.499793690           10.62927397000000
## 1154                     NA                     NA                          NA
## 1155          350.982000000          341.738000000          332.49400000000003
## 1156                     NA                     NA            1.76600003200000
## 1157                     NA                     NA                          NA
## 1158                     NA           85.855003360           85.85199738000000
## 1159                     NA           84.390000000           84.45000000000000
## 1160                     NA                     NA                          NA
## 1161                     NA                     NA                          NA
## 1162                     NA                     NA           76.10000229000001
## 1163                     NA                     NA                          NA
## 1164                     NA                     NA                          NA
## 1165                     NA                     NA                          NA
## 1166                     NA                     NA                          NA
## 1167                     NA                     NA                          NA
## 1168                     NA                     NA                          NA
## 1169                     NA                     NA                          NA
## 1170                     NA                     NA                          NA
## 1171                     NA                     NA                          NA
## 1172           57.000000000           57.000000000           57.00000000000000
## 1173                     NA                     NA                          NA
## 1174                     NA           10.400000000           10.00000000000000
## 1175                     NA                     NA                          NA
## 1176                     NA                     NA                          NA
## 1177            2.368550062            2.424959898            2.85548996900000
## 1178                     NA                     NA                          NA
## 1179                     NA                     NA           86.46818000000000
## 1180       664016.000000000       708663.000000000       773808.00000000000000
## 1181                     NA                     NA                          NA
## 1182                     NA                     NA           52.17596054000000
## 1183                     NA                     NA          129.70278999999999
## 1184            6.000000000            6.000000000            6.00000000000000
## 1185                     NA                     NA           17.38179016000000
## 1186                     NA                     NA                          NA
## 1187                     NA                     NA                          NA
## 1188           13.246420800           10.334195800           11.71677402000000
## 1189                     NA 111000000000.000000000 133000000000.00000000000000
## 1190          191.120853300          191.878883900          202.08058910000000
## 1191                     NA                     NA                          NA
## 1192                     NA                     NA                          NA
## 1193            0.296366770            0.313976940            0.38581642000000
## 1194            6.187589158            4.992416582            3.58451839900000
## 1195           47.689567490           48.802893170           44.72338673000000
## 1196  19892100000.000000000  22401400000.000000000  28702400000.00000000000000
## 1197                     NA                     NA                          NA
## 1198                     NA                     NA                          NA
## 1199                     NA                     NA                          NA
## 1200                     NA                     NA                          NA
## 1201                     NA                     NA                          NA
## 1202                     NA                     NA                          NA
## 1203                     NA                     NA                          NA
## 1204                     NA                     NA                          NA
## 1205                     NA            8.927895175            6.10735586500000
## 1206                     NA   8733800000.000000000  10410000000.00000000000000
## 1207                     NA                     NA                          NA
## 1208                     NA                     NA                          NA
## 1209            4.507933687            5.027848854            5.65479101600000
## 1210                     NA                     NA                          NA
## 1211                     NA           70.599998470                          NA
## 1212                     NA                     NA                          NA
## 1213            6.384043782           12.146722790           13.03827751000000
## 1214                     NA          940.000000000         1180.00000000000000
## 1215            0.000000000            0.000000000            0.00000000000000
## 1216           33.543446310           38.532435030           44.42900553000000
## 1217    415179992.699999988    357179992.699999988    374029998.80000001192093
## 1218       150000.006000000       100000.001500000       319999.99280000000726
## 1219    108967000.000000000     63824000.000000000     46826000.00000000000000
## 1220                     NA                     NA                          NA
## 1221     14000000.000000000     17000000.000000000     14000000.00000000000000
## 1222                     NA                     NA                          NA
## 1223                     NA                     NA                          NA
## 1224            0.000000000            0.000000000            0.00000000000000
## 1225       204858.880400000       556745.112300000       218862.60130000000936
## 1226    568128593.500000000    666592748.700000048    756876105.60000002384186
## 1227                     NA                     NA                          NA
## 1228           29.084081490           31.249784520           34.89672978000000
## 1229            0.000000000            0.000000000            0.00000000000000
## 1230                     NA                     NA                          NA
## 1231                     NA                     NA                          NA
## 1232                     NA                     NA                          NA
## 1233                     NA                     NA                          NA
## 1234                     NA                     NA                          NA
## 1235                     NA                     NA                          NA
## 1236                     NA                     NA                          NA
## 1237                     NA                     NA                          NA
## 1238                     NA   7235700000.000000000   8196000000.00000000000000
## 1239                     NA           31.496629550           34.82624254000000
## 1240                     NA                     NA                          NA
## 1241            8.846886912            8.239700375           15.55745293000000
## 1242                     NA                     NA                          NA
## 1243                     NA                     NA                          NA
## 1244                     NA                     NA                          NA
## 1245                     NA          100.000000000                          NA
## 1246                     NA        14380.000000000        14300.00000000000000
## 1247            0.000000000            0.000000000            0.00000000000000
## 1248            0.000000000            0.000000000            0.00000000000000
## 1249            1.397700056            1.418245749            1.37730107700000
## 1250    666380004.899999976    520789978.000000000    498040008.50000000000000
## 1251                     NA                     NA                          NA
## 1252                     NA                     NA                          NA
## 1253            7.765529159            6.848418553            5.62491694200000
## 1254                     NA                     NA                          NA
## 1255     17629999.160000000     33959999.079999998     14739999.76999999955297
## 1256                     NA                     NA                          NA
## 1257            0.000000000            0.000000000            0.00000000000000
## 1258     10724289.570000000     13926202.800000001     10839292.50000000000000
## 1259     10470424.400000000     11212930.869999999     16208399.64000000059605
## 1260                     NA        56720.000000000        56828.76000000000204
## 1261                     NA                     NA                          NA
## 1262            2.834285352            2.356928520            0.59554149100000
## 1263           33.859017410           28.484283800           21.29838260000000
## 1264    582000000.000000000    672000000.000000000    737000000.00000000000000
## 1265                     NA                     NA                          NA
## 1266                     NA                     NA                          NA
## 1267      1575389.000000000      1673891.000000000      1781425.00000000000000
## 1268                     NA                     NA                          NA
## 1269       272571.000000000       279716.000000000       290070.00000000000000
## 1270            5.663785757            5.763652365            5.78001245500000
## 1271           11.691941800           11.753035870           11.80330409000000
## 1272           45.881839400           47.102594600           48.32334980000000
## 1273                     NA                     NA                          NA
## 1274                     NA                     NA                          NA
## 1275                     NA                     NA                          NA
## 1276                     NA                     NA           79.79000092000000
## 1277                     NA           84.281997680           84.12999725000000
## 1278                     NA                     NA                          NA
## 1279                     NA                     NA            3.99000001000000
## 1280                     NA                     NA                          NA
## 1281                     NA                     NA           77.31400299000001
## 1282                     NA                     NA                          NA
## 1283                     NA                     NA                          NA
## 1284                     NA                     NA                          NA
## 1285                     NA                     NA                          NA
## 1286                     NA                     NA                          NA
## 1287                     NA                     NA                          NA
## 1288                     NA                     NA                          NA
## 1289                     NA                     NA                          NA
## 1290                     NA                     NA                          NA
## 1291                     NA                     NA                          NA
## 1292        43277.000000000        42335.000000000        41350.00000000000000
## 1293                     NA                     NA                          NA
## 1294                     NA                     NA                          NA
## 1295                     NA                     NA                          NA
## 1296                     NA                     NA         2423.00000000000000
## 1297                     NA                     NA                          NA
## 1298                     NA                     NA                          NA
## 1299                     NA                     NA                          NA
## 1300                     NA                     NA           52.17596054000000
## 1301          132.183807400          139.234787000          137.60133360000000
## 1302                     NA                     NA                          NA
## 1303                     NA                     NA            0.47876998800000
## 1304                     NA                     NA                          NA
## 1305                     NA            6.855172398            7.46275634800000
## 1306    466966555.399999976    374879401.500000000    459470491.00000000000000
## 1307   3804741647.000000000   3921073132.000000000   4077087968.00000000000000
## 1308                     NA  16195204675.000000000  17809100163.00000000000000
## 1309           14.803592260           16.389928210           18.44598540000000
## 1310    402600000.000000000    302400000.000000000    383800000.00000000000000
## 1311     77700468.000000000     83725471.000000000     78681406.00000000000000
## 1312            5.070354934            2.793811201           12.53369280000000
## 1313   2948300663.000000000   3118282567.000000000   3185422084.00000000000000
## 1314                     NA                     NA                          NA
## 1315           11.067604660           10.527309120           11.49075129000000
## 1316  80082160000.000000000  96185478000.000000000 113000000000.00000000000000
## 1317                     NA                     NA                          NA
## 1318            2.689808364            7.658051469            8.34726467200000
## 1319                     NA                     NA                          NA
## 1320            0.012045068            0.008355083                          NA
## 1321                     NA                     NA                          NA
## 1322                     NA                     NA                          NA
## 1323                     NA                     NA                          NA
## 1324      9159412.000000000      9395937.000000000      9672655.00000000000000
## 1325            1.173525614            1.186166359            1.19718261400000
## 1326            3.915553627            3.860669225            3.78194426300000
## 1327      5074305.000000000      5198697.000000000      5309174.00000000000000
## 1328                     NA                     NA                          NA
## 1329           38.901000000           38.458000000           38.00500000000000
## 1330                     NA                     NA                          NA
## 1331                     NA                     NA                          NA
## 1332                     NA                     NA                          NA
## 1333                     NA           92.310000000           92.22000000000000
## 1334                     NA                     NA                          NA
## 1335                     NA                     NA                          NA
## 1336                     NA                     NA           84.54999924000001
## 1337                     NA                     NA           79.17900084999999
## 1338                     NA                     NA                          NA
## 1339                     NA                     NA                          NA
## 1340                     NA                     NA                          NA
## 1341                     NA                     NA                          NA
## 1342                     NA                     NA                          NA
## 1343                     NA                     NA                          NA
## 1344                     NA                     NA                          NA
## 1345                     NA                     NA                          NA
## 1346            0.244299993            0.243599996            0.23720000700000
## 1347                     NA                     NA                          NA
## 1348                     NA           10.400000000           10.20000000000000
## 1349                     NA                     NA                          NA
## 1350                     NA                     NA                          NA
## 1351            9.110239983            7.838049889            8.83670043900000
## 1352                     NA                     NA                          NA
## 1353                     NA                     NA           90.15486000000000
## 1354           27.766800000           28.968350000           30.07749000000000
## 1355                     NA                     NA                          NA
## 1356                     NA                     NA                          NA
## 1357                     NA                     NA                          NA
## 1358                     NA                     NA                          NA
## 1359                     NA                     NA           49.22002029000000
## 1360                     NA                     NA                          NA
## 1361                     NA                     NA                          NA
## 1362      6611292.545000000     12675457.060000001     12594235.02999999932945
## 1363                     NA                     NA                          NA
## 1364         4839.734257000         5470.159975000         6379.68419900000026
## 1365   3337334981.000000000   3428743809.000000000   3714570795.00000000000000
## 1366                     NA                     NA                          NA
## 1367            0.000000000            0.000000000            0.00000000000000
## 1368           37.999286730           37.175176950           30.55270488000000
## 1369                     NA                     NA                          NA
## 1370                     NA                     NA                          NA
## 1371  16176000000.000000000  16671000000.000000000  22780000000.00000000000000
## 1372           89.708812690           93.008313990           91.44008126000000
## 1373   2809123758.000000000   3059676376.000000000   3234676433.00000000000000
## 1374                     NA                     NA                          NA
## 1375                     NA                     NA                          NA
## 1376                     NA                     NA                          NA
## 1377                     NA                     NA                          NA
## 1378                     NA                     NA                          NA
## 1379                     NA                     NA                          NA
## 1380                     NA                     NA                          NA
## 1381                     NA                     NA                          NA
## 1382                     NA                     NA                          NA
## 1383                     NA                     NA                          NA
## 1384                     NA            0.445015686            0.95168374800000
## 1385                     NA           -0.194844125                          NA
## 1386                     NA                     NA                          NA
## 1387                     NA                     NA                          NA
## 1388                     NA                     NA                          NA
## 1389       375436.000000000       397973.000000000       421743.00000000000000
## 1390                     NA                     NA                          NA
## 1391                     NA         3540.000000000         3560.00000000000000
## 1392                     NA            0.049721033            0.06080748400000
## 1393                     NA            2.797501243            2.97976720600000
## 1394                     NA                     NA                          NA
## 1395    678200012.200000048    528309997.600000024    509720001.19999998807907
## 1396                     NA                     NA                          NA
## 1397            0.000000000            0.000000000            0.00000000000000
## 1398                     NA                     NA                          NA
## 1399                     NA                     NA                          NA
## 1400      1769999.981000000       109999.999400000       479999.98930000001565
## 1401      1460000.038000000      6420000.076000000      1360000.01399999996647
## 1402           52.626685890           53.368867510           52.69375750000000
## 1403    -42056663.689999998     20244327.640000001    163391639.69999998807907
## 1404    726310727.000000000    845149737.899999976    957028385.39999997615814
## 1405                     NA                     NA                          NA
## 1406      2316800.000000000      2320400.000000000      2324000.00000000000000
## 1407    638789396.200000048    584775013.700000048    721571111.79999995231628
## 1408                     NA                     NA                          NA
## 1409           10.022516220            8.663069544            8.95388567100000
## 1410                     NA                     NA                          NA
## 1411                     NA                     NA                          NA
## 1412                     NA                     NA                          NA
## 1413                     NA                     NA                          NA
## 1414                     NA                     NA                          NA
## 1415                     NA                     NA                          NA
## 1416                     NA                     NA                          NA
## 1417                     NA                     NA                          NA
## 1418                     NA                     NA                          NA
## 1419                     NA                     NA                          NA
## 1420                     NA            0.932553208            0.84294234600000
## 1421                     NA   3326800000.000000000   4379400000.00000000000000
## 1422                     NA                     NA                          NA
## 1423           21.811388740           23.608581820           27.28147583000000
## 1424           12.818783680           12.470990950           12.95458033000000
## 1425                     NA                     NA                          NA
## 1426          128.986160800          132.206153800          135.70283920000000
## 1427                     NA          100.000000000                          NA
## 1428                     NA            0.000000000                          NA
## 1429            0.164119540            0.162372210            0.19743419200000
## 1430            0.000000000            0.000000000            0.00000000000000
## 1431     49364521.899999999     51627518.700000003     54183992.89999999850988
## 1432    415179992.699999988    357179992.699999988    374029998.80000001192093
## 1433     78909338.799999997     59132689.500000000     67388000.00000000000000
## 1434                     NA                     NA                          NA
## 1435     21187991.300000001     24250736.000000000     25367416.89999999850988
## 1436                     NA                     NA                          NA
## 1437     18450000.760000002     15539999.960000001     17989999.76999999955297
## 1438                     NA                     NA                          NA
## 1439    364260953.100000024    422237988.800000012    514371859.89999997615814
## 1440   -243082770.500000000   -288639698.699999988   -304188881.10000002384186
## 1441           38.504611900           31.136883110           30.79928693000000
## 1442                     NA                     NA                          NA
##                            X1992                        X1993
## 1                             NA                           NA
## 2       369000000.00000000000000    384000000.000000000000000
## 3              34.55392421000000           27.628824309999999
## 4                             NA                           NA
## 5                             NA           15.960000000000001
## 6              33.66447434000000           34.808346899999997
## 7               2.26505804500000            2.266947568000000
## 8              77.91636181000000           77.329738289999995
## 9               1.37253348200000            1.373250776000000
## 10              7.33568261500000            7.459017435000000
## 11             42.22169671000000           42.033467590000001
## 12             55.34600000000000           56.145000000000003
## 13                            NA                           NA
## 14                            NA                           NA
## 15              2.49099993700000            2.424999952000000
## 16             81.40399933000000           81.512001040000001
## 17                            NA                           NA
## 18             14.68999958000000           14.510000229999999
## 19             52.59999847000000           52.409999849999998
## 20             80.05000305000000           80.163002010000000
## 21             74.68000031000000           74.400001529999997
## 22                            NA                           NA
## 23                            NA                           NA
## 24                            NA                           NA
## 25                            NA                           NA
## 26                            NA                           NA
## 27                            NA                           NA
## 28                            NA                           NA
## 29                            NA                           NA
## 30            100.00000000000000          100.000000000000000
## 31             53.80000000000000           51.700000000000003
## 32                            NA                           NA
## 33                            NA                           NA
## 34                            NA                           NA
## 35                            NA                           NA
## 36                            NA                           NA
## 37             24.43561935000000           26.225660319999999
## 38                            NA                           NA
## 39                            NA                           NA
## 40              5.94182014500000                           NA
## 41             38.93249000000000           38.845129999999997
## 42                            NA                           NA
## 43                            NA                           NA
## 44                            NA                           NA
## 45                            NA                           NA
## 46                            NA                           NA
## 47    16689700000.00000000000000  21516200000.000000000000000
## 48     9139620604.00000000000000   9491482290.000000000000000
## 49              0.00000000000000            0.000000000000000
## 50              2.76020230000000            2.620316500000000
## 51              6.57295675700000            6.497128804000000
## 52      659777282.89999997615814    714458333.299999952316284
## 53            394.14923210000001          381.548949800000003
## 54    31619000000.00000000000000  39653000000.000000000000000
## 55                            NA                           NA
## 56                            NA                           NA
## 57                            NA                           NA
## 58                            NA                           NA
## 59             45.69988713000000           47.736076099999998
## 60              0.00000000000000            0.000000000000000
## 61              0.98498713800000            0.646119561000000
## 62                            NA                           NA
## 63                            NA           56.734969999999997
## 64                            NA                           NA
## 65                            NA                           NA
## 66              0.28764790000000            0.291656669000000
## 67              2.37943136200000            2.382231492000000
## 68             54.18848729000000           54.356147340000000
## 69             41.33562355000000           41.290121679999999
## 70             87.70000000000000           83.500000000000000
## 71                            NA                           NA
## 72                            NA                           NA
## 73                            NA                           NA
## 74                            NA                           NA
## 75                            NA                           NA
## 76                            NA                           NA
## 77                            NA                           NA
## 78             77.61000061000000           77.620002749999998
## 79                            NA                           NA
## 80                            NA                           NA
## 81                            NA                           NA
## 82             36.00000000000000           45.000000000000000
## 83                            NA                           NA
## 84                            NA                           NA
## 85                            NA                           NA
## 86                            NA                           NA
## 87                            NA                           NA
## 88            100.00000000000000          200.000000000000000
## 89            125.90000000000001          119.400000000000006
## 90           4029.00000000000000         4002.000000000000000
## 91                            NA                           NA
## 92                            NA                           NA
## 93                            NA                           NA
## 94                            NA                           NA
## 95                            NA           21.550809999999998
## 96                            NA                           NA
## 97                            NA                           NA
## 98                            NA                           NA
## 99                            NA                           NA
## 100             0.49132001400000            0.520120025000000
## 101                           NA                           NA
## 102                           NA                           NA
## 103   32457472104.00000000000000  38102322604.000000000000000
## 104           200.00000000000000          190.000000000000000
## 105          1693.72102700000005         1711.571208999999953
## 106             0.00000000000000            0.000000000000000
## 107            12.31175000000000           14.150403000000001
## 108             0.00000000000000            0.000000000000000
## 109          2747.46095100000002         2873.151058999999805
## 110     579113512.29999995231628    615089100.000000000000000
## 111  -14929300000.00000000000000 -18136800000.000000000000000
## 112      52160356.35000000149012     49479166.670000001788139
## 113                           NA                           NA
## 114                           NA                           NA
## 115      37607537.89000000059605     37041837.420000001788139
## 116                           NA                           NA
## 117            52.22434810000000           55.345682719999999
## 118             0.34152868800000            0.979061111000000
## 119            39.06522789000000           31.798596520000000
## 120             1.70614034100000            0.879641792000000
## 121                           NA                           NA
## 122                           NA                           NA
## 123             6.99461478400000            6.989059751000000
## 124                           NA                           NA
## 125             4.16512529800000            4.199214128000000
## 126             6.20141984700000            6.181161482000000
## 127            14.24456162000000           14.149404090000001
## 128            54.00027500000000           55.307313999999998
## 129                           NA                           NA
## 130             1.66299998800000            1.654999971000000
## 131             3.68000006700000            3.663000107000000
## 132            90.00287475000000           90.260001610000003
## 133                           NA                           NA
## 134                           NA                           NA
## 135             1.64999997600000            1.899999976000000
## 136            88.86499786000000           88.708999629999994
## 137                           NA                           NA
## 138                           NA                           NA
## 139                           NA                           NA
## 140                           NA                           NA
## 141                           NA                           NA
## 142                           NA                           NA
## 143                           NA                           NA
## 144                           NA                           NA
## 145                           NA                           NA
## 146             0.01000000000000            0.020000000000000
## 147                           NA                           NA
## 148                           NA                           NA
## 149                           NA                           NA
## 150                           NA                           NA
## 151                           NA                           NA
## 152         25357.00000000000000        26303.000000000000000
## 153                           NA                           NA
## 154                           NA                           NA
## 155                           NA                           NA
## 156                           NA                           NA
## 157            89.99285888999999           90.307403559999997
## 158                           NA                           NA
## 159                           NA                           NA
## 160                           NA                           NA
## 161            42.71750000000000           48.607165000000002
## 162                           NA                           NA
## 163                           NA                           NA
## 164  699000000000.00000000000000 726000000000.000000000000000
## 165            18.48909464000000           10.774909270000000
## 166            15.05042000000000           16.590042000000000
## 167            33.03381999000000           35.061076260000000
## 168    1248619785.00000000000000   1308032157.000000000000000
## 169   65156000000.00000000000000  70090000000.000000000000000
## 170                           NA                           NA
## 171                           NA                           NA
## 172    3029503341.00000000000000   3211787500.000000000000000
## 173   11908000000.00000000000000  14900000000.000000000000000
## 174                           NA                           NA
## 175                           NA                           NA
## 176                           NA                           NA
## 177                           NA                           NA
## 178                           NA                           NA
## 179                           NA                           NA
## 180                           NA                           NA
## 181                           NA                           NA
## 182                           NA                           NA
## 183                           NA                           NA
## 184                           NA                           NA
## 185                           NA                           NA
## 186            22.94242197000000           21.800397879999998
## 187                           NA                           NA
## 188                           NA                           NA
## 189             2.10378023000000            1.822039012000000
## 190                           NA                           NA
## 191                           NA                           NA
## 192                           NA                           NA
## 193                           NA                           NA
## 194         21329.99991999999838        22139.999390000000858
## 195            37.01414793000000           38.457834960000000
## 196            94.69525959000001           93.354769559999994
## 197       1319709.89999999990687      2323274.299999999813735
## 198       6039999.96200000029057      9970000.267000000923872
## 199      -7005000.00000000000000     -7162000.000000000000000
## 200                           NA                           NA
## 201                           NA                           NA
## 202                           NA                           NA
## 203       9289999.96199999935925     16319999.689999999478459
## 204                           NA            1.497936602000000
## 205            45.61411827000000           39.404573710000001
## 206    -181318183.00000000000000   -222500901.099999994039536
## 207          1726.00000000000000         1858.799999999999955
## 208                           NA                           NA
## 209            18.73067630000000           15.822457249999999
## 210            84.61553352999999           91.870445059999994
## 211     220026041.40000000596046    246225799.300000011920929
## 212                           NA                           NA
## 213                           NA           15.960000000000001
## 214                           NA                           NA
## 215            90.41800000000001           90.001000000000005
## 216             2.70867683000000            2.729203600000000
## 217        414679.00000000000000       427620.000000000000000
## 218             6.31827367300000            6.257449672000000
## 219            13.68795575000000           13.702300250000000
## 220             5.02000000000000            4.934000000000000
## 221                           NA                           NA
## 222                           NA                           NA
## 223                           NA                           NA
## 224                           NA                           NA
## 225            79.51799774000000           79.722000120000004
## 226                           NA                           NA
## 227          3473.40330399999993         3498.156199000000015
## 228                           NA                           NA
## 229            82.09999847000000           81.750000000000000
## 230                           NA                           NA
## 231                           NA                           NA
## 232                           NA                           NA
## 233                           NA                           NA
## 234                           NA                           NA
## 235                           NA                           NA
## 236                           NA                           NA
## 237                           NA                           NA
## 238             0.01000000000000            0.010000000000000
## 239            46.52510000000000                           NA
## 240         90930.00000000000000        87280.000000000000000
## 241                           NA                           NA
## 242                           NA                           NA
## 243                           NA                           NA
## 244                           NA                           NA
## 245            49.73469162000000           50.422630310000002
## 246                           NA                           NA
## 247                           NA                           NA
## 248                           NA                           NA
## 249           114.98950960000001          114.172836300000000
## 250                           NA                           NA
## 251                           NA                           NA
## 252                           NA                           NA
## 253            44.90000000000000           48.000000000000000
## 254           950.00000000000000          990.000000000000000
## 255            10.92870090000000           12.247242180000001
## 256             4.10640660500000            3.849850027000000
## 257            18.48909464000000           10.774909270000000
## 258             0.00000000000000            0.000000000000000
## 259  290000000000.00000000000000 309000000000.000000000000000
## 260   29624000000.00000000000000  34294000000.000000000000000
## 261    1451135857.00000000000000   1460208333.000000000000000
## 262            29.04497560000000           28.831860030000001
## 263                           NA                           NA
## 264     476903951.89999997615814    542462854.200000047683716
## 265                           NA                           NA
## 266                           NA           20.870000000000001
## 267                           NA                           NA
## 268                           NA                           NA
## 269             1.05400000000000                           NA
## 270             2.30675456400000            2.280981847000000
## 271             8.52004609500000            8.553436429000000
## 272       4302985.00000000000000      4408192.000000000000000
## 273            92.90000000000001           88.500000000000000
## 274                           NA                           NA
## 275                           NA                           NA
## 276            48.06731112000000           47.776240340000001
## 277                           NA                           NA
## 278                           NA                           NA
## 279                           NA                           NA
## 280                           NA                           NA
## 281            85.40000153000000           85.360000610000000
## 282                           NA                           NA
## 283                           NA                           NA
## 284                           NA                           NA
## 285                           NA                           NA
## 286                           NA                           NA
## 287                           NA                           NA
## 288                           NA                           NA
## 289                           NA                           NA
## 290                           NA                           NA
## 291           100.00000000000000          100.000000000000000
## 292                           NA                           NA
## 293          3519.00000000000000         3594.000000000000000
## 294                           NA                           NA
## 295                           NA                           NA
## 296                           NA                           NA
## 297                           NA                           NA
## 298                           NA                           NA
## 299                           NA                           NA
## 300         77948.00000000000000        79590.000000000000000
## 301                           NA                           NA
## 302             5.00000000000000            5.000000000000000
## 303                           NA                           NA
## 304                           NA                           NA
## 305                           NA                           NA
## 306      96013363.03000000119209    152000000.000000000000000
## 307          7689.08236099999976         8592.202634999999646
## 308             0.00000000000000            0.000000000000000
## 309    3401211581.00000000000000   3660041667.000000000000000
## 310     514600000.00000000000000    615100000.000000000000000
## 311             0.00000000000000            0.000000000000000
## 312    1123550111.00000000000000   1283250000.000000000000000
## 313            32.00212981000000            6.212182403000000
## 314                           NA                           NA
## 315    2342000000.00000000000000   2375000000.000000000000000
## 316           109.77596090000000          110.323652999999993
## 317                           NA                           NA
## 318    1606500000.00000000000000   1800500000.000000000000000
## 319                           NA                           NA
## 320                           NA                           NA
## 321                           NA            0.098910201000000
## 322                           NA                           NA
## 323            64.27776362000000           61.322097560000003
## 324                           NA           26.030930000000001
## 325                           NA           63.028530000000003
## 326             9.58200000000000            9.999000000000001
## 327      19938322.00000000000000     20489973.000000000000000
## 328             3.01568479500000            3.026660777000000
## 329             5.59354652500000            5.506829142000000
## 330            12.45092460000000           12.406857370000001
## 331                           NA                           NA
## 332           131.85800000000000          130.503600000000006
## 333             1.74699997900000            1.771000028000000
## 334             3.11999988600000            3.082999945000000
## 335            90.44599915000001           90.307998659999996
## 336                           NA                           NA
## 337                           NA                           NA
## 338             3.21000003800000            3.740000010000000
## 339            84.39600372000000           84.406997680000003
## 340                           NA                           NA
## 341                           NA                           NA
## 342                           NA                           NA
## 343                           NA                           NA
## 344                           NA                           NA
## 345                           NA                           NA
## 346                           NA                           NA
## 347                           NA                           NA
## 348                           NA                           NA
## 349                           NA                           NA
## 350                           NA                           NA
## 351            16.50000000000000           15.500000000000000
## 352                           NA                           NA
## 353                           NA                           NA
## 354                           NA                           NA
## 355            11.70880032000000                           NA
## 356                           NA                           NA
## 357                           NA                           NA
## 358                           NA                           NA
## 359                           NA                           NA
## 360           114.14915000000001                           NA
## 361                           NA                           NA
## 362                           NA                           NA
## 363                           NA                           NA
## 364             0.19255074800000            0.194902573000000
## 365   23073408239.00000000000000  29207432403.000000000000000
## 366    3414418708.00000000000000   3667791667.000000000000000
## 367   33769955223.00000000000000  35070047854.000000000000000
## 368            23.46374489000000           25.991942110000000
## 369            12.95804700000000           14.412689000000000
## 370             2.60000000000000            2.900000000000000
## 371   96995613345.00000000000000 102000000000.000000000000000
## 372            -1.06442970400000           -0.619878830000000
## 373            20.70466177000000           22.570895140000001
## 374   18946000000.00000000000000  25509000000.000000000000000
## 375                           NA                           NA
## 376                           NA                           NA
## 377                           NA                           NA
## 378                           NA                           NA
## 379                           NA                           NA
## 380             0.00000000000000            0.000000000000000
## 381                           NA                           NA
## 382                           NA                           NA
## 383                           NA                           NA
## 384                           NA                           NA
## 385                           NA                           NA
## 386                           NA                           NA
## 387                           NA                           NA
## 388                           NA                           NA
## 389             6.48334407200000            6.654637356000000
## 390             0.00000000000000            0.000000000000000
## 391                           NA                           NA
## 392                           NA                           NA
## 393     518336213.60000002384186    699898113.299999952316284
## 394                           NA                           NA
## 395                           NA                           NA
## 396                           NA                           NA
## 397            84.32203389999999           84.069767440000007
## 398             0.00000000000000            0.000000000000000
## 399             5.30474040600000            6.645230439000000
## 400             8.98881378700000            8.308662920000000
## 401                           NA                           NA
## 402                           NA                           NA
## 403       6799026.59999999962747      5718312.799999999813735
## 404             0.80470734000000            2.727674969000000
## 405         29999.99932999999874      1519999.980999999912456
## 406      25180000.30999999865890     17500000.000000000000000
## 407                           NA                           NA
## 408     376261839.00000000000000    397001459.899999976158142
## 409    -327003208.19999998807907   -380155657.899999976158142
## 410     977065121.50000000000000   1110393262.000000000000000
## 411            39.81644755000000           39.892503499999997
## 412          7800.00000000000000        10100.000000000000000
## 413            13.80000019000000           18.299999239999998
## 414                           NA                           NA
## 415                           NA                           NA
## 416                           NA                           NA
## 417                           NA                           NA
## 418                           NA                           NA
## 419                           NA                           NA
## 420                           NA                           NA
## 421                           NA                           NA
## 422             6.96878036400000            6.764000417000000
## 423                           NA                           NA
## 424                           NA                           NA
## 425            13.41831550000000           14.573097980000000
## 426                           NA                           NA
## 427                           NA                           NA
## 428            13.15789474000000           14.615384620000000
## 429             9.64705882400000            9.907834101000001
## 430           282.35899999999998          311.694999999999993
## 431             0.97259343200000            0.988960859000000
## 432                           NA                           NA
## 433                           NA                           NA
## 434                           NA                           NA
## 435                           NA                           NA
## 436       1786556.10000000009313     34289724.500000000000000
## 437    1798082305.00000000000000   2003093150.000000000000000
## 438         79999.99821000000520       150000.005999999993946
## 439       1649999.97600000002421      6000000.000000000000000
## 440             0.00000000000000            0.000000000000000
## 441     156460000.00000000000000    144120000.000000000000000
## 442             0.00000000000000            0.000000000000000
## 443            44.18000031000000           50.630001069999999
## 444       2840020.00000000000000      3105510.000000000000000
## 445                           NA                           NA
## 446                           NA                           NA
## 447    3733712695.00000000000000   4037891667.000000000000000
## 448  133000000000.00000000000000 150000000000.000000000000000
## 449       1000000.00000000000000                           NA
## 450         68886.00000000000000        72683.000000000000000
## 451                           NA                           NA
## 452                           NA                           NA
## 453             1.00000000000000            2.000000000000000
## 454                           NA                           NA
## 455                           NA                           NA
## 456                           NA                           NA
## 457                           NA                           NA
## 458                           NA                           NA
## 459     875000000.00000000000000   1174000000.000000000000000
## 460             0.00000000000000            0.000000000000000
## 461                           NA                           NA
## 462                           NA                           NA
## 463            28.82716838000000           34.940866990000004
## 464                           NA                           NA
## 465                           NA                           NA
## 466                           NA                           NA
## 467          1770.00000000000000         1810.000000000000000
## 468             0.13428107500000            0.148225505000000
## 469            94.69525959000001           93.354769559999994
## 470      29893059.60000000149012     31162245.600000001490116
## 471                           NA                           NA
## 472       8229999.54200000036508      8319999.695000000298023
## 473                           NA                           NA
## 474             0.30590000000000            1.033700000000000
## 475     277329998.30000001192093    252839999.599999994039536
## 476                           NA                           NA
## 477                           NA                           NA
## 478     273800074.39999997615814    333236144.300000011920929
## 479    -375794217.10000002384186   -461590547.100000023841858
## 480             2.72101754500000            2.781882622000000
## 481                           NA                           NA
## 482                           NA                           NA
## 483            13.02037184000000            4.901038024000000
## 484                           NA                           NA
## 485             0.04230237500000            0.018157053000000
## 486                           NA                           NA
## 487                           NA                           NA
## 488                           NA                           NA
## 489                           NA                           NA
## 490             0.45636898200000            0.467224192000000
## 491             2.78440723900000            2.784078377000000
## 492      10804275.00000000000000     11137560.000000000000000
## 493       4115366.00000000000000      4204711.000000000000000
## 494            82.20000000000000           78.299999999999997
## 495         95251.00000000000000       105344.000000000000000
## 496                           NA                           NA
## 497                           NA                           NA
## 498                           NA                           NA
## 499                           NA                           NA
## 500                           NA                           NA
## 501                           NA                           NA
## 502            93.83000183000000           93.830001830000000
## 503                           NA                           NA
## 504                           NA                           NA
## 505                           NA                           NA
## 506                           NA                           NA
## 507                           NA                           NA
## 508                           NA                           NA
## 509                           NA                           NA
## 510                           NA                           NA
## 511                           NA                           NA
## 512                           NA                           NA
## 513           123.70000000000000          117.000000000000000
## 514          3736.00000000000000         3669.000000000000000
## 515                           NA                           NA
## 516                           NA                           NA
## 517                           NA                           NA
## 518                           NA                           NA
## 519            33.72390000000000           34.601149999999997
## 520            36.88719940000000                           NA
## 521                           NA                           NA
## 522                           NA                           NA
## 523                           NA                           NA
## 524             0.61186999100000            0.626990020000000
## 525                           NA                           NA
## 526                           NA                           NA
## 527    7487000000.00000000000000   9702000000.000000000000000
## 528                           NA                           NA
## 529           951.07971680000003          983.884586199999944
## 530             1.88735566700000            1.523479997000000
## 531     420400000.00000000000000    519000000.000000000000000
## 532             0.00000000000000            0.000000000000000
## 533                           NA           33.929315789999997
## 534   12822000000.00000000000000  14618000000.000000000000000
## 535    -332501113.60000002384186   -377850000.000000000000000
## 536            19.17108013000000           21.219020730000000
## 537                           NA                           NA
## 538                           NA                           NA
## 539             0.01514739300000            0.194028581000000
## 540            49.33388843000000           56.572576290000001
## 541             2.78264159400000            2.844874656000000
## 542                           NA            1.083305000000000
## 543                           NA                           NA
## 544      18027832.00000000000000     18441181.000000000000000
## 545             6.62468328500000            6.642092164000000
## 546             1.80017454800000            1.802356674000000
## 547             7.24275332400000            7.232101000000000
## 548       8418298.00000000000000      8612646.000000000000000
## 549            56.11800000000000           56.963999999999999
## 550                           NA                           NA
## 551                           NA                           NA
## 552                           NA                           NA
## 553                           NA                           NA
## 554                           NA                           NA
## 555            20.67000008000000           20.180000310000000
## 556            35.79999924000000           35.619998930000001
## 557                           NA                           NA
## 558            90.12000275000000           89.800003050000001
## 559                           NA                           NA
## 560                           NA                           NA
## 561                           NA                           NA
## 562                           NA                           NA
## 563                           NA                           NA
## 564                           NA                           NA
## 565                           NA                           NA
## 566                           NA                           NA
## 567             0.01000000000000            0.010000000000000
## 568                           NA                           NA
## 569         64494.00000000000000        62236.000000000000000
## 570                           NA                           NA
## 571                           NA                           NA
## 572                           NA                           NA
## 573                           NA                           NA
## 574            37.40563965000000           38.651920320000002
## 575                           NA                           NA
## 576                           NA                           NA
## 577                           NA                           NA
## 578            38.28392000000000           38.682160000000003
## 579                           NA                           NA
## 580                           NA                           NA
## 581                           NA                           NA
## 582                           NA                           NA
## 583                           NA                           NA
## 584     371708240.50000000000000    448254166.699999988079071
## 585  164000000000.00000000000000 189000000000.000000000000000
## 586                           NA                           NA
## 587      94244864.00000000000000     96107749.000000000000000
## 588    3930694391.00000000000000   4186076668.000000000000000
## 589             8.39606481100000            8.320715839000000
## 590            41.69541314000000           47.189581179999998
## 591     704209354.10000002384186    826104166.700000047683716
## 592   24372800000.00000000000000  32383400000.000000000000000
## 593   11034400491.00000000000000  11856761540.000000000000000
## 594                           NA                           NA
## 595                           NA                           NA
## 596             0.35384548700000            0.343128912000000
## 597                           NA                           NA
## 598                           NA                           NA
## 599                           NA                           NA
## 600                           NA                           NA
## 601                           NA                           NA
## 602                           NA                           NA
## 603                           NA                           NA
## 604                           NA                           NA
## 605                           NA                           NA
## 606             8.83749116300000           10.041912580000000
## 607             8.51065780300000            8.141414600999999
## 608                           NA                           NA
## 609                           NA                           NA
## 610     467416280.10000002384186    640207576.100000023841858
## 611           198.19999690000000                           NA
## 612        441925.00000000000000       463012.000000000000000
## 613                           NA                           NA
## 614         15949.99980999999934        16520.000459999999293
## 615           916.75000000000000         1048.761999999999944
## 616             0.00000000000000            0.000000000000000
## 617                           NA                           NA
## 618            55.17251319000000           36.239982429999998
## 619      14050000.18999999947846      9840000.153000000864267
## 620      99934000.00000000000000    119210000.000000000000000
## 621     764881000.00000000000000    832048000.000000000000000
## 622                           NA                           NA
## 623         39999.99910999999702       129999.995200000004843
## 624                           NA                           NA
## 625     683535494.89999997615814    759142703.299999952316284
## 626             0.00000000000000            0.000000000000000
## 627     225009065.40000000596046    251801255.099999994039536
## 628        143000.00000000000000       143000.000000000000000
## 629         41582.00000000000000        41694.000000000000000
## 630                           NA                           NA
## 631                           NA                           NA
## 632                           NA                           NA
## 633                           NA                           NA
## 634                           NA                           NA
## 635                           NA                           NA
## 636            32.76436724000000           32.537849629999997
## 637                           NA                           NA
## 638                           NA                           NA
## 639   48961900000.00000000000000  61211600000.000000000000000
## 640                           NA                           NA
## 641          5895.00000000000000         7418.000000000000000
## 642            38.59649123000000           36.923076920000000
## 643             0.73112413600000            2.451466996000000
## 644           -87.71738815000000          -55.925510410000001
## 645           181.29393300000001          179.182532799999990
## 646             0.00000000000000            0.000000000000000
## 647             9.30609210200000            8.700720209000000
## 648       2410000.08600000012666      4269999.980999999679625
## 649                           NA                           NA
## 650                           NA                           NA
## 651      43594375.00000000000000     49184434.799999997019768
## 652       8579999.92400000058115      7099999.905000000260770
## 653                           NA                           NA
## 654             0.00000000000000     54825103.759999997913837
## 655                           NA                           NA
## 656       4539216.62600000016391      3005676.367000000085682
## 657            53.88999939000000           54.229999540000001
## 658                           NA                           NA
## 659                           NA                           NA
## 660                           NA                           NA
## 661                           NA                           NA
## 662                           NA                           NA
## 663                           NA                           NA
## 664                           NA                           NA
## 665                           NA                           NA
## 666                           NA                           NA
## 667                           NA                           NA
## 668                           NA                           NA
## 669      87000000.00000000000000     86000000.000000000000000
## 670                           NA                           NA
## 671                           NA                           NA
## 672            20.50231963000000           25.018841179999999
## 673                           NA                           NA
## 674                           NA                           NA
## 675                           NA                           NA
## 676                           NA                           NA
## 677            -3.92885532900000            1.015752084000000
## 678           307.06134650000001          306.683664200000010
## 679            20.76749436000000           21.114683820000000
## 680             9.18188494600000            8.614702125999999
## 681                           NA                           NA
## 682      -7005000.00000000000000     -7162000.000000000000000
## 683       -370000.00479999999516       209999.993400000006659
## 684    1748987470.00000000000000   1933201770.000000000000000
## 685                           NA                           NA
## 686                           NA                           NA
## 687                           NA                           NA
## 688      33473581.53000000119209     28905099.109999999403954
## 689            -5.33098805200000           -6.079190386000000
## 690            14.66563099000000           15.984446430000000
## 691                           NA                           NA
## 692                           NA                           NA
## 693                           NA                           NA
## 694            81.27373712000001           79.271524690000007
## 695     265211581.30000001192093    310416666.699999988079071
## 696                           NA                           NA
## 697        648800.00000000000000       633100.000000000000000
## 698                           NA                           NA
## 699                           NA                           NA
## 700                           NA                           NA
## 701                           NA                           NA
## 702                           NA                           NA
## 703                           NA                           NA
## 704                           NA                           NA
## 705                           NA                           NA
## 706    3244000000.00000000000000   3804000000.000000000000000
## 707                           NA                           NA
## 708            13.41831550000000           14.573097980000000
## 709             9.74490235400000           10.437932350000001
## 710                           NA                           NA
## 711         10645.00000000000000         9532.000000000000000
## 712            11.40350877000000           10.000000000000000
## 713          4140.00000000000000         4200.000000000000000
## 714            22.95601626000000           22.106028370000001
## 715             6.28724097900000            6.701782640000000
## 716                           NA                           NA
## 717      63610442.70000000298023     66050882.600000001490116
## 718                           NA                           NA
## 719                           NA                           NA
## 720                           NA                           NA
## 721            52.66144719000000           54.613056909999997
## 722       4940000.05700000002980      7150000.094999999739230
## 723      12979999.53999999910593     13180000.310000000521541
## 724     133557319.59999999403954    155489684.800000011920929
## 725     122350000.00000000000000    142040000.000000000000000
## 726             0.00000000000000            0.000000000000000
## 727            46.59999847000000           51.569999690000003
## 728             0.26503496500000            0.327272727000000
## 729                           NA                           NA
## 730             0.03760383700000            0.036355830000000
## 731                           NA                           NA
## 732             1.52093518400000            0.086586574000000
## 733                           NA            9.240000000000000
## 734                           NA           22.100000000000001
## 735                           NA                           NA
## 736            50.06611389000000           50.300891069999999
## 737             0.87671802100000            0.880917630000000
## 738             3.45935818900000            3.374591853000000
## 739            54.49925115000000           54.510664190000000
## 740                           NA                           NA
## 741            11.80300000000000           11.308999999999999
## 742                           NA                           NA
## 743                           NA                           NA
## 744                           NA                           NA
## 745            88.33000000000000           88.400000000000006
## 746                           NA                           NA
## 747                           NA                           NA
## 748             6.17000007600000            6.170000076000000
## 749             0.25000000000000            0.250000000000000
## 750                           NA                           NA
## 751                           NA                           NA
## 752                           NA                           NA
## 753                           NA                           NA
## 754                           NA                           NA
## 755                           NA                           NA
## 756                           NA                           NA
## 757                           NA                           NA
## 758                           NA                           NA
## 759           100.00000000000000          100.000000000000000
## 760             7.70000000000000            8.199999999999999
## 761                           NA                           NA
## 762            39.37500000000000           39.375000000000000
## 763                           NA                           NA
## 764                           NA                           NA
## 765                           NA                           NA
## 766                           NA                           NA
## 767            11.00000000000000           11.000000000000000
## 768            28.13177000000000                           NA
## 769                           NA                           NA
## 770            72.10871887000000                           NA
## 771                           NA                           NA
## 772                           NA                           NA
## 773                           NA                           NA
## 774     593000000.00000000000000    372000000.000000000000000
## 775                           NA                           NA
## 776           458.39467350000001          463.225709999999992
## 777  145000000000.00000000000000 166000000000.000000000000000
## 778           167.66706850000000          175.110040400000003
## 779             0.00000000000000            0.000000000000000
## 780                           NA            0.073174146000000
## 781                           NA                           NA
## 782                           NA                           NA
## 783                           NA                           NA
## 784                           NA                           NA
## 785  124000000000.00000000000000 139000000000.000000000000000
## 786                           NA                           NA
## 787                           NA                           NA
## 788             2.00000000000000            3.000000000000000
## 789                           NA                           NA
## 790                           NA                           NA
## 791                           NA                           NA
## 792                           NA                           NA
## 793                           NA                           NA
## 794                           NA                           NA
## 795     115000000.00000000000000    141000000.000000000000000
## 796                           NA                           NA
## 797                           NA                           NA
## 798             7.88107748900000            4.594592939000000
## 799          9940.65583599999991                           NA
## 800            23.13150030000000           22.599268250000002
## 801                           NA                           NA
## 802            -6.57063843000000           -1.450775670000000
## 803            74.53252033000000           74.380283689999999
## 804            94.16105030999999           93.545554310000000
## 805                           NA                           NA
## 806            11.37909647000000            8.162404850000000
## 807                           NA                           NA
## 808      -2500781.20000000018626     -2996869.100000000093132
## 809     764881000.00000000000000    832048000.000000000000000
## 810                           NA                           NA
## 811                           NA                           NA
## 812       2869999.88599999994040      6510000.229000000283122
## 813            14.35676127000000           13.471878609999999
## 814             0.00000000000000            0.000000000000000
## 815             0.00000000000000            0.000000000000000
## 816                           NA                           NA
## 817            29.07832168000000           29.156643360000000
## 818                           NA                           NA
## 819                           NA                           NA
## 820                           NA                           NA
## 821                           NA                           NA
## 822                           NA                           NA
## 823                           NA                           NA
## 824                           NA                           NA
## 825                           NA                           NA
## 826                           NA                           NA
## 827    5580000000.00000000000000   6486000000.000000000000000
## 828   94159000000.00000000000000 112000000000.000000000000000
## 829            12.80907367000000           12.414988449999999
## 830   41204500000.00000000000000  49374610000.000000000000000
## 831                           NA                           NA
## 832             2.21646034200000            2.259700391000000
## 833            33.33333333000000           33.846153850000000
## 834            83.29411765000000           82.488479260000005
## 835             0.06486338200000            0.069941279000000
## 836             5.51590438500000            5.580901131000000
## 837                           NA                           NA
## 838            39.09449907000000           26.397382579999999
## 839       2089999.91400000010617      2250000.000000000000000
## 840     101720201.50000000000000    153499330.300000011920929
## 841                           NA                           NA
## 842                           NA                           NA
## 843     106669998.20000000298023    110889999.400000005960464
## 844         59999.99865999999747       150000.005999999993946
## 845             0.00000000000000            0.000000000000000
## 846     128969003.09999999403954    152484008.400000005960464
## 847            38.20009401000000           31.094502840000001
## 848            33.51523224000000           43.336479879999999
## 849             0.11672496800000            0.113743439000000
## 850                           NA                           NA
## 851                           NA                           NA
## 852                           NA                           NA
## 853                           NA                           NA
## 854                           NA                           NA
## 855                           NA                           NA
## 856                           NA                           NA
## 857                           NA                           NA
## 858                           NA                           NA
## 859                           NA                           NA
## 860                           NA                           NA
## 861    3359000000.00000000000000   3945000000.000000000000000
## 862                           NA                           NA
## 863                           NA                           NA
## 864            32.06108920000000           34.842271830000001
## 865                           NA                           NA
## 866         16540.00000000000000        16950.000000000000000
## 867                           NA                           NA
## 868                           NA                           NA
## 869             0.00000000000111            0.000000000000577
## 870            92.40096186000000           91.954458509999995
## 871             5.30474040600000            6.645230439000000
## 872             1.86299479200000            1.800835178000000
## 873                           NA                           NA
## 874                           NA                           NA
## 875                           NA                           NA
## 876    1748987470.00000000000000   1933201770.000000000000000
## 877        109999.99940000000061       250000.000000000000000
## 878      36930000.31000000238419     22000000.000000000000000
## 879                           NA     54825103.759999997913837
## 880                           NA                           NA
## 881                           NA      3005676.367000000085682
## 882        147180.00000000000000       147180.000000000000000
## 883                           NA                           NA
## 884                           NA                           NA
## 885             2.02256594000000            2.249455801000000
## 886                           NA                           NA
## 887             0.99565116600000            0.770600545000000
## 888                           NA            9.250000000000000
## 889                           NA           22.100000000000001
## 890                           NA                           NA
## 891                           NA                           NA
## 892             0.69760090900000            0.702942671000000
## 893             3.33232924700000            3.317901583000000
## 894       5378322.00000000000000      5586500.000000000000000
## 895            15.79393649000000           15.684617630000000
## 896            24.10000000000000                           NA
## 897                           NA                           NA
## 898                           NA                           NA
## 899                           NA                           NA
## 900                           NA                           NA
## 901                           NA                           NA
## 902                           NA                           NA
## 903            22.38999939000000           22.379999160000001
## 904             1.50000000000000            1.500000000000000
## 905                           NA                           NA
## 906                           NA                           NA
## 907                           NA                           NA
## 908                           NA                           NA
## 909                           NA                           NA
## 910                           NA                           NA
## 911                           NA                           NA
## 912                           NA                           NA
## 913                           NA                           NA
## 914             0.10000000000000            0.100000000000000
## 915             0.10000000000000            0.100000000000000
## 916                           NA                           NA
## 917                           NA                           NA
## 918                           NA                           NA
## 919                           NA                           NA
## 920                           NA                           NA
## 921                           NA                           NA
## 922            25.01152992000000                           NA
## 923            26.59417000000000                           NA
## 924                           NA                           NA
## 925            57.11106873000000                           NA
## 926                           NA                           NA
## 927                           NA                           NA
## 928                           NA                           NA
## 929                           NA                           NA
## 930                           NA                           NA
## 931             1.32434906000000            1.053903267000000
## 932    8631620681.00000000000000   8902297081.000000000000000
## 933                           NA                           NA
## 934      71442382.00000000000000     79860787.000000000000000
## 935                           NA           26.309929430000000
## 936          4060.17428000000018         3540.796659999999974
## 937     209863340.69999998807907    283730700.699999988079071
## 938                           NA                           NA
## 939            17.41070466000000           16.781500290000000
## 940                           NA                           NA
## 941                           NA           16.570000000000000
## 942                           NA                           NA
## 943                           NA                           NA
## 944            84.54104510000001           83.971830449999999
## 945             1.86632537100000            1.843568985000000
## 946             8.97967541300000            9.134752852000000
## 947            43.10596220000000           42.770412350000001
## 948            56.80400000000000           57.698999999999998
## 949                           NA                           NA
## 950                           NA                           NA
## 951       9891323.00000000000000     10200248.000000000000000
## 952                           NA                           NA
## 953                           NA                           NA
## 954             8.22000026700000            8.300000191000001
## 955            70.76000214000000           70.800003050000001
## 956                           NA                           NA
## 957                           NA                           NA
## 958                           NA                           NA
## 959                           NA                           NA
## 960                           NA                           NA
## 961                           NA                           NA
## 962                           NA                           NA
## 963                           NA                           NA
## 964                           NA                           NA
## 965                           NA                           NA
## 966           100.00000000000000          200.000000000000000
## 967                           NA                           NA
## 968                           NA                           NA
## 969                           NA                           NA
## 970                           NA                           NA
## 971                           NA                           NA
## 972                           NA                           NA
## 973                           NA                           NA
## 974                           NA                           NA
## 975            14.99075985000000           16.045989989999999
## 976                           NA                           NA
## 977       3034710.00000000000000      3091684.000000000000000
## 978                           NA                           NA
## 979                           NA                           NA
## 980                           NA                           NA
## 981    4311000000.00000000000000   7296000000.000000000000000
## 982                           NA                           NA
## 983             1.88735566700000            1.523479997000000
## 984  153000000000.00000000000000 176000000000.000000000000000
## 985            15.07195300000000           16.770719000000000
## 986             0.00000000000000            0.000000000000000
## 987   50447400000.00000000000000  61596000000.000000000000000
## 988   44896652789.00000000000000  47685714753.000000000000000
## 989            -9.77596087900000          -10.323652960000000
## 990                           NA                           NA
## 991     542824053.50000000000000    674654166.700000047683716
## 992                           NA                           NA
## 993             1.07468976800000            1.050552554000000
## 994                           NA                           NA
## 995                           NA                           NA
## 996             0.00012906300000            0.012858326000000
## 997             5.82254476300000            5.822544763000000
## 998            17.32654458000000           21.250282590000001
## 999                           NA           11.340000000000000
## 1000                          NA           22.539999999999999
## 1001           27.70000000000000                           NA
## 1002      9955979.00000000000000     10183334.000000000000000
## 1003       715749.00000000000000       739767.000000000000000
## 1004            4.48237184900000            4.667430136000000
## 1005           10.09657614000000           10.179230100000000
## 1006                          NA                           NA
## 1007          286.60399999999998          277.574000000000012
## 1008                          NA                           NA
## 1009                          NA                           NA
## 1010                          NA                           NA
## 1011           81.81500244000000           81.858001709999996
## 1012                          NA                           NA
## 1013                          NA                           NA
## 1014           93.58000183000000           93.580003739999995
## 1015           80.88800049000000           80.768997189999993
## 1016                          NA                           NA
## 1017                          NA                           NA
## 1018                          NA                           NA
## 1019                          NA                           NA
## 1020                          NA                           NA
## 1021                          NA                           NA
## 1022                          NA                           NA
## 1023                          NA                           NA
## 1024           49.00000000000000           51.000000000000000
## 1025                          NA                           NA
## 1026            7.70000000000000            7.300000000000000
## 1027                          NA                           NA
## 1028                          NA                           NA
## 1029            5.36398983000000            5.124660015000000
## 1030                          NA                           NA
## 1031                          NA                           NA
## 1032            5.00000000000000            5.000000000000000
## 1033                          NA                           NA
## 1034                          NA                           NA
## 1035          147.15146999999999                           NA
## 1036                          NA                           NA
## 1037                          NA                           NA
## 1038                          NA                           NA
## 1039           12.07531765000000           12.609430700000001
## 1040           15.05042042000000           16.590041920000001
## 1041 153000000000.00000000000000 176000000000.000000000000000
## 1042            0.00000000000000            0.000000000000000
## 1043           -0.00001530000000            0.000000000000000
## 1044   3343000000.00000000000000   3588000000.000000000000000
## 1045     16597300.00000000000000     19878304.000000000000000
## 1046           19.39830167000000           19.520497259999999
## 1047 264000000000.00000000000000 263000000000.000000000000000
## 1048    875325167.00000000000000   1052504167.000000000000000
## 1049           12.40616471000000           14.519984969999999
## 1050                          NA                           NA
## 1051                          NA                           NA
## 1052            0.00000000000000            0.000000000000000
## 1053        22300.00000000000000        21800.000000000000000
## 1054                          NA                           NA
## 1055                          NA                           NA
## 1056                          NA                           NA
## 1057                          NA                           NA
## 1058                          NA                           NA
## 1059                          NA                           NA
## 1060                          NA                           NA
## 1061                          NA                           NA
## 1062           38.11215081000000           35.842175070000003
## 1063           61.65692299000000           63.681538230000001
## 1064                          NA                           NA
## 1065  23094625000.00000000000000  33113427829.000000000000000
## 1066                          NA                           NA
## 1067                          NA                           NA
## 1068            3.50877193000000            3.846153846000000
## 1069          290.00000000000000          300.000000000000000
## 1070            0.03642290900000            0.040205249000000
## 1071            6.33781030900000            6.772948182000000
## 1072                          NA                           NA
## 1073           19.48659465000000           14.611049260000000
## 1074                          NA                           NA
## 1075                          NA                           NA
## 1076                          NA                           NA
## 1077                          NA                           NA
## 1078        29999.99932999999874      1279999.970999999903142
## 1079      9909999.84699999913573      7500000.000000000000000
## 1080            0.00000000000000            0.000000000000000
## 1081            0.00000000000000            0.000000000000000
## 1082           23.07560324000000           36.892326820000001
## 1083      4901750.00000000000000      5772620.000000000000000
## 1084           16.27482517000000           16.297902100000002
## 1085    352893971.00000000000000    367642933.899999976158142
## 1086                          NA                           NA
## 1087           17.41070466000000           16.781500290000000
## 1088                          NA                           NA
## 1089                          NA                           NA
## 1090                          NA                           NA
## 1091                          NA                           NA
## 1092            0.47878539100000            0.480835702000000
## 1093            3.00805131600000            3.005887758000000
## 1094           53.87835301000000           54.202926869999999
## 1095           16.41047598000000           16.214150900000000
## 1096           24.10000000000000                           NA
## 1097        76064.00000000000000                           NA
## 1098                          NA                           NA
## 1099                          NA                           NA
## 1100                          NA                           NA
## 1101                          NA                           NA
## 1102                          NA                           NA
## 1103           14.60000038000000           14.640000340000000
## 1104            0.89999997600000            0.910000026000000
## 1105                          NA                           NA
## 1106                          NA                           NA
## 1107                          NA                           NA
## 1108                          NA                           NA
## 1109                          NA                           NA
## 1110                          NA                           NA
## 1111                          NA                           NA
## 1112                          NA                           NA
## 1113            0.07600000000000            0.074000000000000
## 1114            0.10000000000000            0.100000000000000
## 1115          124.90000000000001          118.200000000000003
## 1116         9245.00000000000000         8906.000000000000000
## 1117                          NA                           NA
## 1118                          NA                           NA
## 1119                          NA                           NA
## 1120                          NA                           NA
## 1121                          NA           46.703820000000000
## 1122           48.18754959000000                           NA
## 1123                          NA                           NA
## 1124                          NA                           NA
## 1125                          NA                           NA
## 1126            0.64776998800000            0.659110010000000
## 1127                          NA                           NA
## 1128                          NA                           NA
## 1129    166748329.59999999403954    202125000.000000000000000
## 1130  19031524012.00000000000000  20199532063.000000000000000
## 1131        35043.79596000000311        35413.123670000000857
## 1132 668000000000.00000000000000 689000000000.000000000000000
## 1133                          NA                           NA
## 1134            2.09237320000000            2.177353400000000
## 1135            5.14279021100000            7.186666375000000
## 1136    285567928.69999998807907    304541666.699999988079071
## 1137           25.73568701000000           28.756617070000001
## 1138                          NA                           NA
## 1139 168000000000.00000000000000 194000000000.000000000000000
## 1140                          NA                           NA
## 1141        35000.00000000000000        35000.000000000000000
## 1142            0.34549550800000            0.354724689000000
## 1143                          NA                           NA
## 1144            0.00598012700000            0.110269192000000
## 1145                          NA                           NA
## 1146           14.76765586000000           20.354660530000000
## 1147                          NA            8.779999999999999
## 1148                          NA           18.680000000000000
## 1149                          NA                           NA
## 1150           49.93388611000000           49.699108930000001
## 1151            3.58981599300000            3.610385079000000
## 1152            4.31970730700000            4.508763720000000
## 1153           10.73515506000000           10.806122150000000
## 1154                          NA                           NA
## 1155          323.25000000000000          314.482000000000028
## 1156            1.70700001700000            1.715999961000000
## 1157                          NA                           NA
## 1158           85.86199951000000           85.879997250000002
## 1159           84.55000000000000           84.680000000000007
## 1160                          NA                           NA
## 1161                          NA                           NA
## 1162           76.11000061000000           76.119998929999994
## 1163                          NA                           NA
## 1164                          NA                           NA
## 1165                          NA                           NA
## 1166                          NA                           NA
## 1167                          NA                           NA
## 1168                          NA                           NA
## 1169                          NA                           NA
## 1170                          NA                           NA
## 1171                          NA                           NA
## 1172           58.00000000000000           58.000000000000000
## 1173                          NA                           NA
## 1174            9.70000000000000            9.300000000000001
## 1175                          NA                           NA
## 1176                          NA                           NA
## 1177                          NA                           NA
## 1178                          NA                           NA
## 1179                          NA                           NA
## 1180       855137.00000000000000       910114.000000000000000
## 1181                          NA                           NA
## 1182                          NA                           NA
## 1183          130.98513000000000                           NA
## 1184            6.00000000000000            6.000000000000000
## 1185                          NA                           NA
## 1186                          NA                           NA
## 1187                          NA                           NA
## 1188           15.10886219000000           16.625170709999999
## 1189 165000000000.00000000000000 189000000000.000000000000000
## 1190          170.58665120000001          178.625987799999990
## 1191                          NA                           NA
## 1192                          NA                           NA
## 1193            0.48609446000000            0.541969270000000
## 1194                          NA            4.413291004000000
## 1195           42.66526274000000           39.895948359999998
## 1196  39302100000.00000000000000  50520200000.000000000000000
## 1197                          NA                           NA
## 1198                          NA                           NA
## 1199            1.00000000000000            5.000000000000000
## 1200                          NA                           NA
## 1201                          NA                           NA
## 1202                          NA                           NA
## 1203                          NA                           NA
## 1204                          NA                           NA
## 1205            5.97636773400000            6.487621574000000
## 1206  12997000000.00000000000000  14303000000.000000000000000
## 1207                          NA                           NA
## 1208                          NA                           NA
## 1209            6.25869652800000            7.405495876000000
## 1210                          NA                           NA
## 1211                          NA                           NA
## 1212                          NA                           NA
## 1213           14.10411622000000           14.476744190000000
## 1214         1230.00000000000000         1410.000000000000000
## 1215            0.00000000000000            0.000000000000000
## 1216           48.65269620000000           49.405373160000003
## 1217    388529998.80000001192093    299380004.899999976158142
## 1218      5849999.90500000026077      7980000.019000000320375
## 1219     66862000.00000000000000     65564000.000000000000000
## 1220                          NA                           NA
## 1221     18000000.00000000000000     20000000.000000000000000
## 1222                          NA                           NA
## 1223                          NA                           NA
## 1224            0.00000000000000            0.000000000000000
## 1225       771990.47900000005029       176631.653499999985797
## 1226    752056056.10000002384186    858592006.899999976158142
## 1227         1500.00000000000000                           NA
## 1228           35.23525115000000           31.552389940000001
## 1229            0.00000000000000            0.000000000000000
## 1230                          NA                           NA
## 1231                          NA                           NA
## 1232                          NA                           NA
## 1233                          NA                           NA
## 1234                          NA                           NA
## 1235                          NA                           NA
## 1236                          NA                           NA
## 1237                          NA                           NA
## 1238   9901000000.00000000000000  11691000000.000000000000000
## 1239           32.37483778000000           35.394562329999999
## 1240                          NA                           NA
## 1241           17.14952362000000            7.505394191000000
## 1242                          NA                           NA
## 1243                          NA                           NA
## 1244                          NA                           NA
## 1245                          NA                           NA
## 1246        13930.00000000000000        14460.000000000000000
## 1247            0.00000000000000            0.000000000000000
## 1248            0.00000000000000            0.000000000000000
## 1249            1.79947856600000            1.719688958000000
## 1250    503690002.39999997615814    385540008.500000000000000
## 1251                          NA                           NA
## 1252                          NA                           NA
## 1253            1.06117615500000            2.958565698000000
## 1254                          NA                           NA
## 1255     21590000.14999999850988      6019999.980999999679625
## 1256                          NA                           NA
## 1257            0.00000000000000            0.000000000000000
## 1258     16716022.02999999932945      5170748.353000000119209
## 1259     16757559.50000000000000     23734350.760000001639128
## 1260        56937.51999999999680        57046.279999999998836
## 1261                          NA                           NA
## 1262            0.29781566200000            0.720667562000000
## 1263           23.59820630000000           37.727704520000003
## 1264    776000000.00000000000000    890000000.000000000000000
## 1265                          NA                           NA
## 1266                          NA                           NA
## 1267      1910490.00000000000000      2048792.000000000000000
## 1268                          NA                           NA
## 1269       301036.00000000000000       311947.000000000000000
## 1270            5.73209324800000            5.643456259000000
## 1271           11.85373131000000           11.903203800000000
## 1272           49.54410500000000           50.721288800000004
## 1273                          NA                           NA
## 1274                          NA                           NA
## 1275                          NA                           NA
## 1276                          NA                           NA
## 1277           83.97899628000000           83.839996339999999
## 1278                          NA                           NA
## 1279            4.65999984700000            5.420000076000000
## 1280                          NA                           NA
## 1281           77.53700256000000           77.789001459999994
## 1282                          NA                           NA
## 1283                          NA                           NA
## 1284                          NA                           NA
## 1285                          NA                           NA
## 1286                          NA                           NA
## 1287                          NA                           NA
## 1288                          NA                           NA
## 1289                          NA                           NA
## 1290                          NA                           NA
## 1291                          NA                           NA
## 1292        40343.00000000000000        39292.000000000000000
## 1293                          NA                           NA
## 1294                          NA                           NA
## 1295                          NA                           NA
## 1296         2969.00000000000000                           NA
## 1297                          NA                           NA
## 1298                          NA                           NA
## 1299                          NA                           NA
## 1300                          NA                           NA
## 1301          138.92700199999999          137.015045200000003
## 1302                          NA                           NA
## 1303                          NA                           NA
## 1304                          NA                           NA
## 1305            8.64552858900000            9.355323514000000
## 1306    513884370.60000002384186    608488175.100000023841858
## 1307   4001925749.00000000000000   3944333989.000000000000000
## 1308  18962933642.00000000000000  20159768606.000000000000000
## 1309           21.85648110000000           24.211497110000000
## 1310    442400000.00000000000000    528600000.000000000000000
## 1311     88774886.00000000000000    106400000.000000000000000
## 1312           16.82634708000000            4.758243702000000
## 1313   3151515506.00000000000000   3131979928.000000000000000
## 1314                          NA                           NA
## 1315           15.95972613000000           18.432964110000000
## 1316 136000000000.00000000000000 154000000000.000000000000000
## 1317                          NA                           NA
## 1318           13.02037184000000            4.901038024000000
## 1319                          NA                           NA
## 1320                          NA            0.020277886000000
## 1321                          NA            6.546392000000000
## 1322                          NA            0.020230600000000
## 1323                          NA                           NA
## 1324      9982343.00000000000000     10306639.000000000000000
## 1325            1.21098085900000            1.226690591000000
## 1326            3.68364577700000            3.594598783000000
## 1327      5425934.00000000000000      5551003.000000000000000
## 1328                          NA                           NA
## 1329           37.54200000000000           37.061999999999998
## 1330                          NA                           NA
## 1331                          NA                           NA
## 1332                          NA                           NA
## 1333           92.15000000000001           92.099999999999994
## 1334                          NA                           NA
## 1335                          NA                           NA
## 1336           84.49999809000001           84.450000759999995
## 1337           79.26300049000000           79.333999629999994
## 1338                          NA                           NA
## 1339                          NA                           NA
## 1340                          NA                           NA
## 1341                          NA                           NA
## 1342                          NA                           NA
## 1343                          NA                           NA
## 1344                          NA                           NA
## 1345                          NA                           NA
## 1346            0.24259999400000            0.238700002000000
## 1347                          NA                           NA
## 1348           10.00000000000000            9.900000000000000
## 1349                          NA                           NA
## 1350                          NA                           NA
## 1351                          NA                           NA
## 1352                          NA                           NA
## 1353                          NA                           NA
## 1354           31.83548000000000           33.006300000000003
## 1355                          NA                           NA
## 1356           24.11547000000000                           NA
## 1357                          NA                           NA
## 1358           41.39939880000000                           NA
## 1359                          NA                           NA
## 1360                          NA                           NA
## 1361                          NA                           NA
## 1362     13207126.94999999925494      7750000.000000000000000
## 1363                          NA                           NA
## 1364         7659.34064099999978         8574.047413000000233
## 1365   3234463252.00000000000000   3457916667.000000000000000
## 1366                          NA                           NA
## 1367            0.00000000000000            0.000000000000000
## 1368                          NA           35.274289629999998
## 1369                          NA                           NA
## 1370                          NA                           NA
## 1371  29277000000.00000000000000  37278000000.000000000000000
## 1372           89.07129910000000           87.752757819999999
## 1373   2764291759.00000000000000   2901370833.000000000000000
## 1374                          NA                           NA
## 1375                          NA                           NA
## 1376                          NA                           NA
## 1377            1.00000000000000            6.000000000000000
## 1378                          NA                           NA
## 1379                          NA                           NA
## 1380                          NA                           NA
## 1381                          NA                           NA
## 1382                          NA                           NA
## 1383                          NA                           NA
## 1384            1.16149883900000            1.206055940000000
## 1385                          NA                           NA
## 1386                          NA                           NA
## 1387                          NA                           NA
## 1388                          NA                           NA
## 1389       441925.00000000000000       463012.000000000000000
## 1390                          NA                           NA
## 1391         3540.00000000000000         3580.000000000000000
## 1392            0.06169024700000            0.068814146000000
## 1393            3.09736060100000            3.208141485000000
## 1394                          NA                           NA
## 1395    512590026.89999997615814    392089996.300000011920929
## 1396                          NA                           NA
## 1397            0.00000000000000            0.000000000000000
## 1398                          NA                           NA
## 1399                          NA                           NA
## 1400       469999.99880000000121        29999.999329999998736
## 1401      1830000.04300000006333      3240000.009999999776483
## 1402           40.02912046000000           47.123547690000002
## 1403    155394774.69999998807907     65612768.520000003278255
## 1404    993822681.00000000000000   1134127613.000000000000000
## 1405                          NA                           NA
## 1406      2327300.00000000000000      2330600.000000000000000
## 1407    652048997.79999995231628    776625000.000000000000000
## 1408                          NA                           NA
## 1409            7.79756198500000            8.481233137000000
## 1410                          NA                           NA
## 1411                          NA                           NA
## 1412                          NA                           NA
## 1413                          NA                           NA
## 1414                          NA                           NA
## 1415                          NA                           NA
## 1416                          NA                           NA
## 1417                          NA                           NA
## 1418                          NA                           NA
## 1419                          NA                           NA
## 1420            0.59422170600000            0.475243148000000
## 1421   4740000000.00000000000000   6405000000.000000000000000
## 1422                          NA                           NA
## 1423           31.96011897000000           34.358851880000003
## 1424           13.09025213000000           14.263618360000001
## 1425                          NA                           NA
## 1426          139.42882520000001          143.286524500000013
## 1427                          NA                           NA
## 1428                          NA                           NA
## 1429            0.20090528200000            0.224381519000000
## 1430            0.00000000000000            0.000000000000000
## 1431     61441732.79999999701977     63074608.299999997019768
## 1432    388529998.80000001192093    299380004.899999976158142
## 1433     36982000.00000000000000     58622000.000000000000000
## 1434                          NA                           NA
## 1435      5500460.29999999981374     20706945.500000000000000
## 1436                          NA                           NA
## 1437     16090000.15000000037253      5920000.076000000350177
## 1438                          NA                           NA
## 1439    650061913.29999995231628    730237604.200000047683716
## 1440   -180546192.59999999403954   -222324269.500000000000000
## 1441           36.00328520000000           29.231287710000000
## 1442                          NA                           NA
##                           X1994                       X1995
## 1                            NA                          NA
## 2       362000000.0000000000000    345000000.00000000000000
## 3              25.2466332200000           15.92830185000000
## 4              55.3762318900000                          NA
## 5                            NA                          NA
## 6              37.3022803000000           38.12679366000000
## 7               2.1698615650000            2.00800723700000
## 8              76.6210521500000           75.83242296000000
## 9               1.3726746450000            1.37008941500000
## 10              7.6088502040000            7.77027240800000
## 11             41.8099716600000           41.56341069000000
## 12             56.9270000000000           57.68800000000000
## 13                           NA                          NA
## 14                           NA                          NA
## 15              2.4210000040000            2.29600000400000
## 16             81.6370010400000           81.77100372000000
## 17                           NA                          NA
## 18             14.3999996200000           14.28999996000000
## 19             52.1399993900000           51.91999817000000
## 20             80.1969986000000           80.42800140000000
## 21             73.8300018300000           73.13999939000000
## 22                           NA                          NA
## 23                           NA           21.00000000000000
## 24                           NA                          NA
## 25                           NA                          NA
## 26                           NA           68.20000000000000
## 27                           NA                          NA
## 28                           NA                          NA
## 29                           NA                          NA
## 30            100.0000000000000          100.00000000000000
## 31             49.8000000000000           47.80000000000000
## 32                           NA                          NA
## 33                           NA                          NA
## 34                           NA                          NA
## 35                           NA                          NA
## 36                           NA                          NA
## 37             27.6187591600000           30.17207909000000
## 38                           NA                          NA
## 39                           NA                          NA
## 40                           NA                          NA
## 41             39.1397800000000           39.48273000000000
## 42                           NA                          NA
## 43                           NA                          NA
## 44                           NA                          NA
## 45                           NA                          NA
## 46                           NA                          NA
## 47    19846200000.0000000000000  34312498700.00000000000000
## 48    10271302732.0000000000000  10627557926.00000000000000
## 49              0.0000000000000            0.00000000000000
## 50              2.3980747000000            2.31125540000000
## 51              7.3109672310000            5.10647187100000
## 52      829285714.2999999523163    936285140.60000002384186
## 53            401.0284997000000          390.89343079999998
## 54    44644000000.0000000000000  55231000000.00000000000000
## 55                           NA                          NA
## 56                           NA                          NA
## 57                           NA                          NA
## 58                           NA                          NA
## 59             45.0430359400000           42.91044776000000
## 60              0.0000000000000                          NA
## 61              1.7799002010000            0.51548099600000
## 62             10.7367484700000                          NA
## 63                           NA                          NA
## 64                           NA    177000000.00000000000000
## 65                           NA                          NA
## 66              0.2889420100000            0.27927691000000
## 67              2.3887410830000            2.39633346600000
## 68             54.5672134600000           54.80954804000000
## 69             41.2029281700000           41.08293918000000
## 70             79.5000000000000           75.70000000000000
## 71              5.0000000000000           27.00000000000000
## 72                           NA                          NA
## 73                           NA                          NA
## 74                           NA                          NA
## 75                           NA                          NA
## 76                           NA                          NA
## 77                           NA                          NA
## 78             77.4000015300000           77.33999634000000
## 79                           NA                          NA
## 80                           NA                          NA
## 81                           NA                          NA
## 82             47.0000000000000           48.00000000000000
## 83                           NA                          NA
## 84                           NA                          NA
## 85                           NA                          NA
## 86                           NA                          NA
## 87                           NA                          NA
## 88            500.0000000000000         1000.00000000000000
## 89            113.2000000000000          107.30000000000000
## 90           3963.0000000000000         3909.00000000000000
## 91                           NA                          NA
## 92                           NA                          NA
## 93                           NA                          NA
## 94                           NA                          NA
## 95             19.8500000000000           19.89325000000000
## 96                           NA                          NA
## 97                           NA                          NA
## 98                           NA                          NA
## 99                           NA                          NA
## 100             0.5554699900000            0.59241002800000
## 101                          NA                          NA
## 102                          NA                          NA
## 103   44412517305.0000000000000  51546654806.00000000000000
## 104           200.0000000000000          200.00000000000000
## 105          1803.6968830000001         1819.96641799999998
## 106             0.0000000000000            0.00000000000000
## 107            11.7843910000000           18.09777700000000
## 108             0.0000000000000            0.00000000000000
## 109          3012.3671530000001         3096.10163599999987
## 110     690894801.5000000000000    704444049.39999997615814
## 111  -24797800000.0000000000000 -20918501300.00000000000000
## 112      53306122.4500000029802    137771084.30000001192093
## 113                          NA                          NA
## 114                          NA                          NA
## 115      39252998.6300000026822     39766584.50999999791384
## 116                          NA                          NA
## 117            32.6765957200000           29.97051302000000
## 118             1.2799502070000            0.67354793600000
## 119            33.1216693700000           36.32428617000000
## 120             0.6075767220000            1.40717151600000
## 121                          NA                          NA
## 122                          NA                          NA
## 123             6.9021440760000            6.73449195400000
## 124                          NA                          NA
## 125             4.2243344070000            4.24045272700000
## 126             6.1929260670000            6.24170595700000
## 127            14.0387962900000           13.90599989000000
## 128            56.6143530000000           57.92139200000000
## 129                          NA                          NA
## 130             1.7630000110000            1.64300000700000
## 131             3.7530000210000            3.64700007400000
## 132            90.5237153900000           90.77698638000000
## 133                          NA                          NA
## 134                          NA                          NA
## 135             2.2500000000000            2.61999988600000
## 136            88.3799972500000           88.43599700999999
## 137                          NA                          NA
## 138                          NA                          NA
## 139                          NA           29.00000000000000
## 140                          NA                          NA
## 141                          NA            1.91991519900000
## 142                          NA                          NA
## 143                          NA                          NA
## 144                          NA                          NA
## 145                          NA                          NA
## 146             0.0300000000000            0.06000000000000
## 147                          NA                          NA
## 148                          NA                          NA
## 149                          NA                          NA
## 150                          NA                          NA
## 151                          NA                          NA
## 152         29503.0000000000000        31406.00000000000000
## 153                          NA                          NA
## 154                          NA                          NA
## 155                          NA                          NA
## 156                          NA                          NA
## 157            92.7225799600000           93.69048309000000
## 158                          NA                          NA
## 159                          NA                          NA
## 160                          NA                          NA
## 161            49.3975183300000           51.89033333000000
## 162                          NA                          NA
## 163                          NA                          NA
## 164  785000000000.0000000000000 812000000000.00000000000000
## 165             4.8159861900000            6.30086155400000
## 166            13.9508080000000           20.98174600000000
## 167            33.0698743400000           33.17805407000000
## 168    1426110246.0000000000000   1482642664.00000000000000
## 169   80589000000.0000000000000  85569000000.00000000000000
## 170                          NA                          NA
## 171                          NA                          NA
## 172    3661751020.0000000000000   3712098420.00000000000000
## 173   15987000000.0000000000000  20267000000.00000000000000
## 174                          NA                          NA
## 175                          NA                          NA
## 176                          NA                          NA
## 177                          NA                          NA
## 178                          NA                          NA
## 179                          NA                          NA
## 180                          NA                          NA
## 181                          NA                          NA
## 182                          NA                          NA
## 183                          NA                          NA
## 184                          NA                          NA
## 185                          NA                          NA
## 186            24.7608726400000           25.95126280000000
## 187                          NA                          NA
## 188                          NA                          NA
## 189             1.9595375880000            2.59312244200000
## 190                          NA                          NA
## 191                          NA                          NA
## 192                          NA                          NA
## 193                          NA           90.68716449000000
## 194         22879.9991599999994        23989.99976999999853
## 195            41.2529901900000           43.84486260000000
## 196            91.9801980200000           96.90635451999999
## 197       5411810.7000000001863      8153453.20000000018626
## 198       7730000.0190000003204      8260000.22900000028312
## 199      -8182000.0000000000000     -4908000.00000000000000
## 200                          NA                          NA
## 201                          NA                          NA
## 202                          NA                          NA
## 203      27030000.6900000013411     23659999.85000000149012
## 204             1.2323896100000            1.29110017700000
## 205            62.3189300900000           65.73325946000000
## 206    -351883587.8999999761581   -356390023.10000002384186
## 207          1773.0999999999999         1891.29999999999995
## 208                          NA                          NA
## 209             8.7578033510000            9.33939112700000
## 210            92.4503298300000           88.11893446000001
## 211     289525567.6000000238419    304743800.80000001192093
## 212             4.4871784280000                          NA
## 213                          NA                          NA
## 214                          NA                          NA
## 215            89.5670000000000           89.11700000000000
## 216             2.6532470560000            2.51169004700000
## 217        440223.0000000000000       452580.00000000000000
## 218             6.2066067560000            6.16637419700000
## 219            13.6914253300000           13.64665349000000
## 220             4.8390000000000            4.73100000000000
## 221                          NA                          NA
## 222                          NA                          NA
## 223                          NA                          NA
## 224                          NA                          NA
## 225            79.9599990800000           80.21399689000000
## 226                          NA                          NA
## 227          3677.6016700000000         3688.24706699999979
## 228                          NA                          NA
## 229            81.1500015300000           80.51999664000000
## 230                          NA                          NA
## 231                          NA           43.70000000000000
## 232                          NA                          NA
## 233                          NA            0.98417876300000
## 234                          NA                          NA
## 235                          NA                          NA
## 236                          NA                          NA
## 237                          NA                          NA
## 238             0.0100000000000            0.02000000000000
## 239                          NA                          NA
## 240         83652.0000000000000        80008.00000000000000
## 241                          NA                          NA
## 242                          NA                          NA
## 243                          NA                          NA
## 244                          NA                          NA
## 245            49.7216301000000           50.93138123000000
## 246                          NA                          NA
## 247                          NA                          NA
## 248                          NA                          NA
## 249           114.9372406000000          114.82707210000000
## 250                          NA                          NA
## 251                          NA                          NA
## 252                          NA                          NA
## 253            49.0000000000000           49.80000000000000
## 254          1060.0000000000000         1090.00000000000000
## 255             9.9593520410000           15.65529768000000
## 256             8.2160027050000            3.46845188900000
## 257             4.8159861900000            6.30086155400000
## 258             0.0000000000000            0.00000000000000
## 259  332000000000.0000000000000 349000000000.00000000000000
## 260   40635000000.0000000000000  46627000000.00000000000000
## 261    1644673469.0000000000000   1718253012.00000000000000
## 262            58.5656009300000           60.69009586000000
## 263            91.2966528800000                          NA
## 264     634050205.2000000476837    767351471.70000004768372
## 265            11.4664107800000                          NA
## 266                          NA                          NA
## 267                          NA    136000000.00000000000000
## 268                          NA                          NA
## 269                          NA                          NA
## 270             2.2636144420000            2.25692751100000
## 271             8.6071738350000            8.67849904600000
## 272       4503628.0000000000000      4583005.00000000000000
## 273            84.4000000000000           80.40000000000001
## 274                          NA       690225.00000000000000
## 275                          NA                          NA
## 276            47.5576951900000           47.45600105000000
## 277                          NA                          NA
## 278                          NA                          NA
## 279                          NA                          NA
## 280                          NA                          NA
## 281            85.1900024400000           85.12999725000000
## 282                          NA                          NA
## 283                          NA                          NA
## 284                          NA                          NA
## 285                          NA                          NA
## 286                          NA                          NA
## 287                          NA                          NA
## 288                          NA                          NA
## 289                          NA                          NA
## 290                          NA                          NA
## 291           100.0000000000000          100.00000000000000
## 292                          NA                          NA
## 293          3666.0000000000000         3732.00000000000000
## 294                          NA                          NA
## 295                          NA                          NA
## 296                          NA                          NA
## 297                          NA                          NA
## 298                          NA                          NA
## 299                          NA                          NA
## 300         81544.0000000000000        82645.00000000000000
## 301                          NA                          NA
## 302             5.0000000000000            5.00000000000000
## 303                          NA                          NA
## 304                          NA                          NA
## 305                          NA                          NA
## 306     238438775.5000000000000    314487550.19999998807907
## 307          9498.6910970000008        10170.85406999999941
## 308             0.0000000000000            0.00000000000000
## 309    4066775510.0000000000000   4401104418.00000000000000
## 310     578500000.0000000000000    899300000.00000000000000
## 311             0.0000000000000            0.00000000000000
## 312    1344877551.0000000000000   1460200803.00000000000000
## 313            12.3243448000000            1.96111591800000
## 314                          NA                          NA
## 315    2612000000.0000000000000   6861000000.00000000000000
## 316           112.4441969000000          109.54420039999999
## 317                          NA                          NA
## 318    1939000000.0000000000000   2063500000.00000000000000
## 319                          NA                          NA
## 320                          NA                          NA
## 321                          NA            0.00393380200000
## 322                          NA                          NA
## 323            54.4846299100000           53.39158556000000
## 324                          NA                          NA
## 325                          NA                          NA
## 326            10.4330000000000           10.88300000000000
## 327      21040899.0000000000000     21576074.00000000000000
## 328             3.0302987500000            3.02660046100000
## 329             5.4251416560000            5.37058211700000
## 330            12.3504370800000           12.28103016000000
## 331                          NA                          NA
## 332           129.1492000000000          127.79480000000000
## 333             1.9989999530000            1.82500004800000
## 334             3.1300001140000            3.01399993900000
## 335            90.1829986600000           90.07900238000001
## 336                          NA                          NA
## 337                          NA                          NA
## 338             4.4499998090000            5.19999980900000
## 339            84.2850036600000           84.44200134000000
## 340                          NA                          NA
## 341                          NA           96.59999999999999
## 342                          NA            3.20000000000000
## 343                          NA                          NA
## 344                          NA                          NA
## 345                          NA                          NA
## 346                          NA                          NA
## 347                          NA                          NA
## 348                          NA                          NA
## 349                          NA                          NA
## 350                          NA                          NA
## 351            14.5000000000000           13.60000000000000
## 352                          NA                          NA
## 353                          NA                          NA
## 354                          NA                          NA
## 355                          NA                          NA
## 356                          NA                          NA
## 357                          NA                          NA
## 358                          NA                          NA
## 359                          NA                          NA
## 360                          NA                          NA
## 361                          NA                          NA
## 362                          NA                          NA
## 363                          NA                          NA
## 364             0.1959358300000            0.20072655100000
## 365   27882225326.0000000000000  46043832233.00000000000000
## 366    4078795918.0000000000000   4406568273.00000000000000
## 367   37951403934.0000000000000  39267730121.00000000000000
## 368            27.2437104500000           28.96029893000000
## 369            11.8117600000000           18.46870400000000
## 370             3.0000000000000            2.60000000000000
## 371  111000000000.0000000000000 115000000000.00000000000000
## 372             7.6032405880000           -0.33314462100000
## 373            22.4035489200000           25.19949812000000
## 374   28652000000.0000000000000  33300000000.00000000000000
## 375                          NA                          NA
## 376                          NA                          NA
## 377                          NA                          NA
## 378                          NA                          NA
## 379                          NA                          NA
## 380             0.0000000000000            0.00000000000000
## 381                          NA                          NA
## 382                          NA                          NA
## 383                          NA                          NA
## 384                          NA                          NA
## 385                          NA                          NA
## 386                          NA                          NA
## 387                          NA                          NA
## 388                          NA                          NA
## 389             7.7291340480000            8.98551385900000
## 390             0.0000000000000            0.00000000000000
## 391                          NA                          NA
## 392                          NA                          NA
## 393     752158918.8999999761581    645536746.10000002384186
## 394                          NA                          NA
## 395                          NA                          NA
## 396                          NA          100.00000000000000
## 397            83.4376778600000           83.34234721000000
## 398             0.0000000000000            0.00000000000000
## 399             8.0198019800000            3.09364548500000
## 400             7.2633562180000            6.92656594900000
## 401                          NA                          NA
## 402                          NA                          NA
## 403       2550849.1000000000931     -7867706.70000000018626
## 404             6.3773159570000            2.13169178000000
## 405        540000.0215000000317      1580000.04300000006333
## 406      23969999.3099999986589     25549999.23999999836087
## 407                          NA                          NA
## 408     368670723.6999999880791    349861549.50000000000000
## 409    -507621826.8999999761581   -595206851.50000000000000
## 410    1455541128.0000000000000   1624111614.00000000000000
## 411            39.9685594400000           40.04461538000000
## 412         12400.0000000000000        14700.00000000000000
## 413            16.0000000000000           16.89999962000000
## 414                          NA                          NA
## 415                          NA                          NA
## 416                          NA                          NA
## 417                          NA                          NA
## 418                          NA                          NA
## 419                          NA                          NA
## 420                          NA                          NA
## 421                          NA   3430000000.00000000000000
## 422             7.6473238590000            8.25841049100000
## 423                          NA                          NA
## 424                          NA                          NA
## 425            18.5501224500000           22.83143607000000
## 426                          NA                          NA
## 427                          NA            0.52000000000000
## 428            20.3703703700000           19.88636364000000
## 429            10.1769911500000           10.42553191000000
## 430           341.0310000000000          744.40099999999995
## 431             1.0721859360000            1.20949324000000
## 432                          NA                          NA
## 433                          NA                          NA
## 434                          NA                          NA
## 435                          NA                          NA
## 436      28545623.1999999992549     -3036680.39999999990687
## 437    2320287858.0000000000000   2409751199.00000000000000
## 438        189999.9976000000024       259999.99050000001444
## 439       4090000.1529999999329      4219999.79000000003725
## 440             0.0000000000000                          NA
## 441     167910000.0000000000000    169130000.00000000000000
## 442             0.0000000000000            0.00000000000000
## 443            48.3899993900000           53.24000168000000
## 444       3031239.0000000000000      3213580.00000000000000
## 445                          NA                          NA
## 446                          NA                          NA
## 447    4572853061.0000000000000   4821154645.00000000000000
## 448  175000000000.0000000000000 177000000000.00000000000000
## 449                          NA      1000000.00000000000000
## 450         75637.0000000000000        83713.00000000000000
## 451                          NA                          NA
## 452                          NA                          NA
## 453             1.0000000000000            4.00000000000000
## 454                          NA                          NA
## 455                          NA                          NA
## 456                          NA                          NA
## 457                          NA                          NA
## 458                          NA                          NA
## 459    1931000000.0000000000000   2751000000.00000000000000
## 460             0.0000000000000            0.00000000000000
## 461                          NA                          NA
## 462                          NA                          NA
## 463            32.4166209100000           26.78852267000000
## 464                          NA                          NA
## 465                          NA                          NA
## 466                          NA                          NA
## 467          1850.0000000000000         1890.00000000000000
## 468             0.1690291420000            0.17744599100000
## 469            91.9801980200000           96.90635451999999
## 470      38788109.3999999985099     40314655.89999999850988
## 471                          NA                          NA
## 472       9750000.0000000000000      7289999.96200000029057
## 473                          NA                          NA
## 474             2.7003000000000            0.94870000000000
## 475     274009999.8999999761581    271089997.80000001192093
## 476                          NA                          NA
## 477                          NA                          NA
## 478     579248577.2999999523163    679043212.60000002384186
## 479    -790266364.2000000476837   -960973027.10000002384186
## 480             2.7358383210000            2.92735488400000
## 481                          NA                          NA
## 482                          NA                          NA
## 483             4.0610234310000            9.23569617900000
## 484                          NA                          NA
## 485             0.0168609290000            0.01606895000000
## 486             5.3196072250000                          NA
## 487                          NA                          NA
## 488                          NA     31000000.00000000000000
## 489                          NA                          NA
## 490             0.4686252080000            0.46068005600000
## 491             2.7850746580000            2.78399054400000
## 492      11481432.0000000000000     11825749.00000000000000
## 493       4293807.0000000000000      4384748.00000000000000
## 494            74.4000000000000           70.70000000000000
## 495        123270.0000000000000       124751.00000000000000
## 496                          NA                          NA
## 497                          NA                          NA
## 498                          NA                          NA
## 499                          NA                          NA
## 500                          NA                          NA
## 501                          NA                          NA
## 502            93.8099975600000           93.77999878000000
## 503                          NA                          NA
## 504                          NA                          NA
## 505                          NA                          NA
## 506                          NA                          NA
## 507                          NA                          NA
## 508                          NA                          NA
## 509                          NA           42.60000000000000
## 510                          NA                          NA
## 511                          NA                          NA
## 512                          NA                          NA
## 513           110.5000000000000          104.20000000000000
## 514          3587.0000000000000         3492.00000000000000
## 515                          NA                          NA
## 516                          NA                          NA
## 517                          NA                          NA
## 518                          NA                          NA
## 519            32.0140000000000           32.36461000000000
## 520                          NA                          NA
## 521                          NA                          NA
## 522                          NA                          NA
## 523                          NA                          NA
## 524             0.6524000170000            0.67026001200000
## 525                          NA                          NA
## 526                          NA                          NA
## 527   12149000000.0000000000000  14261000000.00000000000000
## 528                          NA                          NA
## 529          1058.9833550000001         1090.94162499999993
## 530             1.2000271480000            1.38881148800000
## 531     480700000.0000000000000    797500000.00000000000000
## 532             0.0000000000000            0.00000000000000
## 533            43.7941169300000                          NA
## 534   17861000000.0000000000000  19555000000.00000000000000
## 535    -506077551.0000000000000   -420050226.89999997615814
## 536            21.0927777100000           22.06912285000000
## 537                          NA                          NA
## 538                          NA                          NA
## 539             0.1286669490000            0.07977981000000
## 540            73.4381654000000           84.74253020000000
## 541             2.8027255250000            3.00932475600000
## 542                          NA                          NA
## 543                          NA           10.28254454000000
## 544      18845702.0000000000000     19227950.00000000000000
## 545             6.6391805480000            6.61753433100000
## 546             1.8030497870000            1.80157870600000
## 547             7.2360065680000            7.25374328300000
## 548       8797194.0000000000000      8967752.00000000000000
## 549            57.7930000000000           58.60000000000000
## 550                          NA                          NA
## 551                          NA                          NA
## 552                          NA                          NA
## 553                          NA                          NA
## 554                          NA                          NA
## 555            19.7299995400000           19.34000015000000
## 556            35.3100013700000           35.00000000000000
## 557                          NA                          NA
## 558            89.2500000000000           88.72000122000000
## 559                          NA                          NA
## 560                          NA           15.60000000000000
## 561                          NA                          NA
## 562                          NA            1.86993968500000
## 563                          NA                          NA
## 564                          NA                          NA
## 565                          NA                          NA
## 566                          NA                          NA
## 567             0.0100000000000            0.03000000000000
## 568                          NA                          NA
## 569         59970.0000000000000        57653.00000000000000
## 570                          NA                          NA
## 571                          NA                          NA
## 572                          NA                          NA
## 573                          NA                          NA
## 574            38.9818687400000           40.83739853000000
## 575                          NA                          NA
## 576                          NA                          NA
## 577                          NA                          NA
## 578            39.4268500000000           39.89029000000000
## 579                          NA                          NA
## 580                          NA                          NA
## 581                          NA                          NA
## 582                          NA                          NA
## 583                          NA                          NA
## 584     405024489.8000000119209    689005998.00000000000000
## 585  214000000000.0000000000000 235000000000.00000000000000
## 586                          NA                          NA
## 587      97812572.0000000000000    101800000.00000000000000
## 588    4492119362.0000000000000   4721508173.00000000000000
## 589             8.9631257780000            8.92209421700000
## 590            50.4320727400000           59.49051840000000
## 591     911102040.7999999523163   1109056225.00000000000000
## 592   37849600000.0000000000000  54734921200.00000000000000
## 593   13177395312.0000000000000  12676618198.00000000000000
## 594                          NA                          NA
## 595                          NA                          NA
## 596             0.3327604470000            0.58144433900000
## 597                          NA                          NA
## 598                          NA                          NA
## 599                          NA                          NA
## 600                          NA                          NA
## 601                          NA                          NA
## 602                          NA                          NA
## 603                          NA                          NA
## 604                          NA                          NA
## 605                          NA                          NA
## 606            12.5373328100000           13.96872144000000
## 607             9.4488939740000           10.54226075000000
## 608                          NA                          NA
## 609                          NA                          NA
## 610     693599085.3999999761581    586439799.10000002384186
## 611                          NA                          NA
## 612        485137.0000000000000       508319.00000000000000
## 613                          NA                          NA
## 614         16770.0004599999993        17569.99969000000056
## 615          1232.1120000000001         1532.80600000000004
## 616             0.0000000000000            0.00000000000000
## 617                          NA                          NA
## 618            42.1643226000000           34.32017208000000
## 619       7869999.8859999999404      4929999.82799999974668
## 620     127302000.0000000000000    127109000.00000000000000
## 621     931462000.0000000000000   1022680000.00000000000000
## 622                          NA                          NA
## 623        219999.9988000000012       270000.01069999998435
## 624                          NA                          NA
## 625     982491923.2000000476837   1072469205.00000000000000
## 626             0.0000000000000            0.00000000000000
## 627     296604039.8999999761581    313277036.89999997615814
## 628        143000.0000000000000       143000.00000000000000
## 629         41806.0000000000000        41918.00000000000000
## 630                          NA                          NA
## 631                          NA                          NA
## 632                          NA                          NA
## 633                          NA                          NA
## 634                          NA                          NA
## 635                          NA                          NA
## 636            31.3465783700000           33.94942622000000
## 637                          NA                          NA
## 638                          NA                          NA
## 639   72220300000.0000000000000  83363000000.00000000000000
## 640                          NA                          NA
## 641          7340.0000000000000        11230.00000000000000
## 642            34.5679012300000           35.22727273000000
## 643             6.6129185410000           10.19257827000000
## 644           -52.4780502300000          -71.79059029000000
## 645           171.4522080000000          170.92156790000001
## 646             0.0000000000000            0.00000000000000
## 647             8.0431906900000            7.91302347600000
## 648       2779999.9709999999031      7469999.79000000003725
## 649                          NA                          NA
## 650                          NA                          NA
## 651      54996927.2999999970198     48238087.39999999850988
## 652       5150000.0949999997392      3759999.99000000022352
## 653                          NA                          NA
## 654      50118518.1099999994040     56822666.93999999761581
## 655                          NA                          NA
## 656       8713303.2819999996573      9062518.97000000067055
## 657            56.2500000000000           57.88999939000000
## 658                          NA                          NA
## 659                          NA                          NA
## 660                          NA                          NA
## 661                          NA                          NA
## 662                          NA                          NA
## 663     125700000.0000000000000                          NA
## 664                          NA                          NA
## 665                          NA                          NA
## 666                          NA                          NA
## 667                          NA                          NA
## 668                          NA                          NA
## 669      69000000.0000000000000     69000000.00000000000000
## 670                          NA                          NA
## 671                          NA                          NA
## 672            17.9846630400000           15.42876449000000
## 673                          NA                          NA
## 674                          NA                          NA
## 675                          NA                          NA
## 676                          NA           99.98947486000000
## 677             2.0919022820000            7.11423778000000
## 678           309.2478130000000          311.07151379999999
## 679            21.4851485100000           19.73244147000000
## 680             7.8141811740000            7.68681651500000
## 681                          NA                          NA
## 682      -8182000.0000000000000     -4908000.00000000000000
## 683        -59999.9986599999975      -159999.99640000000363
## 684    2202634316.0000000000000   2338651373.00000000000000
## 685                          NA                          NA
## 686          9999.9997760000006        39999.99910999999702
## 687                          NA                          NA
## 688      34572622.1799999997020     43564443.31000000238419
## 689            -8.6526435250000           -8.09774068800000
## 690            21.5367830100000           22.54707354000000
## 691                          NA                          NA
## 692                          NA                          NA
## 693                          NA                          NA
## 694            82.0179453200000           75.09775353000001
## 695     326265306.1000000238419    406967871.50000000000000
## 696                          NA                          NA
## 697        682600.0000000000000       716700.00000000000000
## 698                          NA                          NA
## 699                          NA                          NA
## 700     125700000.0000000000000                          NA
## 701                          NA                          NA
## 702                          NA                          NA
## 703                          NA                          NA
## 704                          NA                          NA
## 705                          NA           12.68350405000000
## 706    4828000000.0000000000000   6686000000.00000000000000
## 707                          NA                          NA
## 708            18.5501224500000           22.83143607000000
## 709            18.5632951900000           18.10515880000000
## 710                          NA                          NA
## 711          9663.0000000000000         9918.00000000000000
## 712             9.8765432100000           10.22727273000000
## 713          4360.0000000000000         4520.00000000000000
## 714            19.5994827600000           39.38629630000000
## 715             7.8539361280000            8.55869345800000
## 716                          NA                          NA
## 717      79023698.9000000059605     84864740.00000000000000
## 718                          NA                          NA
## 719                          NA                          NA
## 720                          NA                          NA
## 721            56.8865887000000           54.68543885000000
## 722       8310000.4199999999255      8500000.00000000000000
## 723      17129999.1600000001490     15550000.18999999947846
## 724     160693412.0000000000000    239167610.00000000000000
## 725     138340000.0000000000000    138070000.00000000000000
## 726             0.0000000000000            0.00000000000000
## 727            50.3699989300000           54.45999908000000
## 728             0.3895104900000            0.45174825200000
## 729                          NA                          NA
## 730             0.0623368780000            0.01074372600000
## 731             1.4248999250000                          NA
## 732             0.6097146830000            0.50607228200000
## 733                          NA                          NA
## 734                          NA                          NA
## 735                          NA    232000000.00000000000000
## 736            50.4720734600000           50.53355397000000
## 737             0.8861673000000            0.89251214100000
## 738             3.3420095980000            3.37925978700000
## 739            54.5727374200000           54.67660809000000
## 740                          NA                          NA
## 741            10.8380000000000           10.39100000000000
## 742                          NA                          NA
## 743                          NA                          NA
## 744                          NA                          NA
## 745            88.4800000000000           88.56999999999999
## 746                          NA                          NA
## 747                          NA                          NA
## 748             6.1900000570000            6.21999979000000
## 749             0.2500000000000            0.25000000000000
## 750                          NA                          NA
## 751                          NA           35.20000000000000
## 752                          NA                          NA
## 753                          NA            5.63245821000000
## 754                          NA            6.00000000000000
## 755                          NA                          NA
## 756                          NA                          NA
## 757                          NA                          NA
## 758                          NA                          NA
## 759           100.0000000000000          100.00000000000000
## 760             9.6000000000000           10.70000000000000
## 761                          NA                          NA
## 762            39.3750000000000           39.37500000000000
## 763                          NA                          NA
## 764                          NA                          NA
## 765                          NA                          NA
## 766                          NA                          NA
## 767            11.0000000000000           11.00000000000000
## 768                          NA                          NA
## 769                          NA                          NA
## 770                          NA                          NA
## 771                          NA                          NA
## 772                          NA                          NA
## 773                          NA                          NA
## 774     589000000.0000000000000    272100000.00000000000000
## 775                          NA                          NA
## 776           488.1589295000000          492.56217450000003
## 777  187000000000.0000000000000 205000000000.00000000000000
## 778           189.7257337000000          199.10943950000001
## 779             0.0000000000000            0.00000000000000
## 780             0.0822159590000                          NA
## 781                          NA                          NA
## 782                          NA                          NA
## 783                          NA                          NA
## 784                          NA                          NA
## 785  163000000000.0000000000000 165000000000.00000000000000
## 786                          NA                          NA
## 787                          NA                          NA
## 788             1.0000000000000            5.00000000000000
## 789                          NA                          NA
## 790                          NA                          NA
## 791                          NA                          NA
## 792                          NA                          NA
## 793                          NA                          NA
## 794                          NA                          NA
## 795     427000000.0000000000000    332000000.00000000000000
## 796                          NA                          NA
## 797                          NA                          NA
## 798            -2.5103085040000            3.31527285300000
## 799                          NA                          NA
## 800            22.0999299800000           21.64787720000000
## 801             8.1169000000000                          NA
## 802            -2.5254243140000            2.28239597400000
## 803            70.8110344800000           81.10084655999999
## 804            92.3802419800000           91.73240230000000
## 805                          NA                          NA
## 806             9.4184659240000            8.63778753200000
## 807                          NA                          NA
## 808        832711.0999999999767      6342534.09999999962747
## 809     931462000.0000000000000   1022680000.00000000000000
## 810                          NA                          NA
## 811                          NA                          NA
## 812       4320000.1720000002533      5420000.07600000035018
## 813             7.9644789760000            8.14121783100000
## 814             0.0000000000000            0.00000000000000
## 815             0.0000000000000                          NA
## 816                          NA                          NA
## 817            29.2349650300000           29.31328671000000
## 818                          NA                          NA
## 819                          NA                          NA
## 820                          NA                          NA
## 821                          NA                          NA
## 822                          NA                          NA
## 823                          NA                          NA
## 824                          NA                          NA
## 825                          NA                          NA
## 826                          NA                          NA
## 827    8147000000.0000000000000   9856000000.00000000000000
## 828  133000000000.0000000000000 145000000000.00000000000000
## 829            10.1741840300000           10.34269419000000
## 830   58867900000.0000000000000  74438300000.00000000000000
## 831                          NA                          NA
## 832             2.3056857030000            2.35593834200000
## 833            30.8641975300000           32.95454545000000
## 834            82.5221238900000           82.34042553000000
## 835             0.0780900720000            0.08071972300000
## 836             5.8325291450000            5.85063671200000
## 837                          NA                          NA
## 838            25.8457665500000           22.94383311000000
## 839       3859999.8950000000186      3779999.97099999990314
## 840     155847500.3000000119209    124071853.70000000298023
## 841                          NA                          NA
## 842                          NA                          NA
## 843     118750000.0000000000000    127599998.50000000000000
## 844       3119999.8859999999404       189999.99760000000242
## 845             0.0000000000000            0.00000000000000
## 846     151980108.6999999880791    230105091.00000000000000
## 847            32.3312188500000           35.33486252000000
## 848            53.1299541500000           62.89577272000000
## 849             0.1109220670000            0.10832369200000
## 850                          NA                          NA
## 851                          NA                          NA
## 852                          NA                          NA
## 853                          NA                          NA
## 854                          NA                          NA
## 855                          NA                          NA
## 856                          NA                          NA
## 857                          NA                          NA
## 858                          NA                          NA
## 859                          NA                          NA
## 860                          NA                          NA
## 861    5255000000.0000000000000   7018000000.00000000000000
## 862                          NA                          NA
## 863                          NA                          NA
## 864            36.2420711400000           38.03490362000000
## 865                          NA                          NA
## 866         17003.0000000000000        21148.00000000000000
## 867                          NA                          NA
## 868                          NA                          NA
## 869            -0.0000000000011            0.00000000000111
## 870            90.7097318300000           89.82758770000000
## 871             8.0198019800000            3.09364548500000
## 872             1.9374271350000            1.92586917400000
## 873                          NA                          NA
## 874                          NA                          NA
## 875                          NA                          NA
## 876    2202634316.0000000000000   2338651373.00000000000000
## 877        280000.0011999999988       479999.98930000001565
## 878      22569999.6900000013411     19510000.23000000044703
## 879      50118518.8299999982119     56822666.93999999761581
## 880                          NA                          NA
## 881       8713303.2819999996573      9062518.97000000067055
## 882        147180.0000000000000       147180.00000000000000
## 883                          NA                          NA
## 884                          NA                          NA
## 885             2.2086965300000            1.97182142500000
## 886             7.0802122520000                          NA
## 887             0.3660734140000            1.05100146800000
## 888                          NA                          NA
## 889                          NA                          NA
## 890                          NA           22.54824825000000
## 891                          NA                          NA
## 892             0.7100387760000            0.72020610700000
## 893             3.2913253770000            3.24891498700000
## 894       5794339.0000000000000      5990157.00000000000000
## 895            15.5622221400000           15.45016231000000
## 896                          NA                          NA
## 897                          NA                          NA
## 898                          NA                          NA
## 899                          NA                          NA
## 900                          NA                          NA
## 901                          NA                          NA
## 902                          NA                          NA
## 903            22.6000003800000           22.65999985000000
## 904             1.5000000000000            1.50999999000000
## 905                          NA                          NA
## 906                          NA           83.80000000000000
## 907                          NA                          NA
## 908                          NA                          NA
## 909                          NA                          NA
## 910                          NA                          NA
## 911                          NA                          NA
## 912                          NA                          NA
## 913                          NA                          NA
## 914             0.1000000000000            0.10000000000000
## 915             0.1000000000000            0.10000000000000
## 916                          NA                          NA
## 917                          NA                          NA
## 918                          NA                          NA
## 919                          NA                          NA
## 920                          NA                          NA
## 921                          NA                          NA
## 922                          NA                          NA
## 923                          NA                          NA
## 924                          NA                          NA
## 925                          NA                          NA
## 926                          NA                          NA
## 927                          NA                          NA
## 928                          NA                          NA
## 929                          NA                          NA
## 930                          NA                          NA
## 931             5.3825206610000            0.90201052800000
## 932    9589126121.0000000000000   9843288724.00000000000000
## 933                          NA                          NA
## 934      87247435.0000000000000    110700000.00000000000000
## 935            27.1023160900000                          NA
## 936          3145.9199840000001         2716.03476099999989
## 937     526777427.0000000000000    591927100.50000000000000
## 938             0.1826723220000                          NA
## 939            17.7535896500000           17.21258724000000
## 940                          NA                          NA
## 941                          NA                          NA
## 942                          NA    167000000.00000000000000
## 943                          NA                          NA
## 944            83.2602327000000           82.44995729000000
## 945             1.8296898490000            1.82665442700000
## 946             9.2821620190000            9.40843097100000
## 947            42.4079298100000           42.03374307000000
## 948            58.5770000000000           59.43300000000000
## 949                          NA            3.22672182400000
## 950                          NA                          NA
## 951      10518077.0000000000000     10835087.00000000000000
## 952                          NA                          NA
## 953                          NA                          NA
## 954             8.5000000000000            8.67000007600000
## 955            70.7500000000000           70.72000122000000
## 956                          NA                          NA
## 957                          NA                          NA
## 958                          NA                          NA
## 959                          NA           11.90000000000000
## 960                          NA                          NA
## 961                          NA                          NA
## 962                          NA                          NA
## 963                          NA                          NA
## 964                          NA                          NA
## 965                          NA                          NA
## 966           500.0000000000000          590.00000000000000
## 967                          NA                          NA
## 968                          NA                          NA
## 969                          NA                          NA
## 970                          NA                          NA
## 971                          NA                          NA
## 972                          NA                          NA
## 973                          NA                          NA
## 974                          NA                          NA
## 975                          NA                          NA
## 976                          NA                          NA
## 977       3191614.0000000000000      3263050.00000000000000
## 978                          NA                          NA
## 979                          NA                          NA
## 980                          NA                          NA
## 981   11683500000.0000000000000  15661480000.00000000000000
## 982                          NA                          NA
## 983             1.2000271480000            1.38881148800000
## 984  199000000000.0000000000000 219000000000.00000000000000
## 985            14.1824650000000           20.40903300000000
## 986             0.0000000000000            0.00000000000000
## 987   65899000000.0000000000000  72718000000.00000000000000
## 988   53562666660.0000000000000  54613092641.00000000000000
## 989           -12.4441968800000           -9.54420043300000
## 990                          NA                          NA
## 991     772440816.2999999523163   1099094803.00000000000000
## 992                          NA                          NA
## 993             0.9733153960000            0.94148511500000
## 994                          NA                          NA
## 995                          NA                          NA
## 996             0.3133941020000            0.44823009200000
## 997             5.8225447630000            5.82254476300000
## 998            25.9818802400000           28.88034620000000
## 999                          NA                          NA
## 1000                         NA                          NA
## 1001                         NA                          NA
## 1002     10421121.0000000000000     10672917.00000000000000
## 1003       762273.0000000000000       782573.00000000000000
## 1004            4.8149714410000            4.89139004800000
## 1005           10.2635407500000           10.34338597000000
## 1006                         NA                          NA
## 1007          268.5430000000000          259.51299999999998
## 1008                         NA                          NA
## 1009                         NA                          NA
## 1010                         NA                          NA
## 1011           81.9199981700000           81.99500275000000
## 1012                         NA                          NA
## 1013                         NA                          NA
## 1014           93.5699996900000           93.53000068999999
## 1015           80.5810012800000           80.58300018000000
## 1016                         NA           64.30000000000000
## 1017                         NA            7.80000000000000
## 1018                         NA                          NA
## 1019                         NA            1.06936469700000
## 1020                         NA                          NA
## 1021                         NA                          NA
## 1022                         NA                          NA
## 1023                         NA                          NA
## 1024           54.0000000000000           54.00000000000000
## 1025                         NA                          NA
## 1026            7.0000000000000            6.60000000000000
## 1027                         NA                          NA
## 1028                         NA                          NA
## 1029            4.7437601090000            4.32792997400000
## 1030                         NA                          NA
## 1031                         NA                          NA
## 1032            5.0000000000000            5.00000000000000
## 1033                         NA                          NA
## 1034                         NA                          NA
## 1035                         NA                          NA
## 1036                         NA                          NA
## 1037                         NA                          NA
## 1038                         NA                          NA
## 1039           13.3150461700000           13.93900061000000
## 1040           13.9508084800000           20.98174559000000
## 1041 200000000000.0000000000000 219000000000.00000000000000
## 1042            0.0000000000000            0.00000000000000
## 1043            0.0000000000000            0.00000000000000
## 1044   3992000000.0000000000000   4296000000.00000000000000
## 1045     25667630.0000000000000     29068877.00000000000000
## 1046           20.3917258800000           21.27386791000000
## 1047 283000000000.0000000000000 282000000000.00000000000000
## 1048   1278518367.0000000000000   1519145030.00000000000000
## 1049           14.3783371500000           15.19333866000000
## 1050                         NA                          NA
## 1051                         NA                          NA
## 1052            0.0000000000000            0.00092487800000
## 1053        25900.0000000000000        27200.00000000000000
## 1054                         NA                          NA
## 1055                         NA                          NA
## 1056                         NA                          NA
## 1057                         NA                          NA
## 1058                         NA                          NA
## 1059                         NA                          NA
## 1060                         NA                          NA
## 1061                         NA                          NA
## 1062           38.3875983600000           36.44566061000000
## 1063           66.5412100000000           66.18364321000000
## 1064                         NA                          NA
## 1065  37395488250.0000000000000  38933997528.00000000000000
## 1066                         NA                          NA
## 1067                         NA            0.22000000000000
## 1068            4.3209876540000            1.70454545500000
## 1069          310.0000000000000          310.00000000000000
## 1070            0.0458481060000            0.04838578600000
## 1071            7.9530624030000            8.54075464000000
## 1072                         NA                          NA
## 1073           18.2577751900000           17.64130049000000
## 1074                         NA                          NA
## 1075                         NA                          NA
## 1076                         NA                          NA
## 1077                         NA                          NA
## 1078       730000.0191000000341       750000.00000000000000
## 1079      4090000.1529999999329      3819999.93300000019372
## 1080            0.0000000000000            0.00000000000000
## 1081            0.0000000000000            0.00000000000000
## 1082           37.9023162600000           43.51948319000000
## 1083      5374592.0000000000000      6077793.00000000000000
## 1084           16.3209790200000           16.34405594000000
## 1085    351371409.3000000119209    323536145.69999998807907
## 1086            0.0155636590000                          NA
## 1087           17.7535896500000           17.21258724000000
## 1088                         NA                          NA
## 1089                         NA                          NA
## 1090                         NA     55000000.00000000000000
## 1091                         NA                          NA
## 1092            0.4825147950000            0.48472199400000
## 1093            2.9919269500000            2.96185774500000
## 1094           54.5617714400000           54.93965647000000
## 1095           16.0186964400000           15.84671302000000
## 1096                         NA                          NA
## 1097                         NA                          NA
## 1098                         NA                          NA
## 1099                         NA                          NA
## 1100                         NA                          NA
## 1101                         NA                          NA
## 1102                         NA                          NA
## 1103           14.8100004200000           14.86999989000000
## 1104            0.9100000260000            0.91000002600000
## 1105                         NA                          NA
## 1106                         NA           40.00000000000000
## 1107                         NA                          NA
## 1108                         NA            0.88040304200000
## 1109                         NA                          NA
## 1110                         NA                          NA
## 1111                         NA                          NA
## 1112                         NA                          NA
## 1113                         NA            0.04000000000000
## 1114            0.1000000000000            0.10000000000000
## 1115          111.9000000000000          105.80000000000000
## 1116         8533.0000000000000         8121.00000000000000
## 1117                         NA                          NA
## 1118                         NA                          NA
## 1119                         NA                          NA
## 1120                         NA                          NA
## 1121           42.7330200000000           43.17817000000000
## 1122                         NA                          NA
## 1123                         NA                          NA
## 1124                         NA                          NA
## 1125                         NA                          NA
## 1126            0.6809200050000            0.69376999100000
## 1127                         NA                          NA
## 1128                         NA                          NA
## 1129    247938775.5000000000000    286365461.80000001192093
## 1130  22343310520.0000000000000  23565457628.00000000000000
## 1131        37319.2423699999999        37655.86585999999807
## 1132 742000000000.0000000000000 762000000000.00000000000000
## 1133                         NA                          NA
## 1134            2.1390488000000            2.51304140000000
## 1135            5.9366209720000            6.19866222800000
## 1136    364510204.1000000238419    392670682.69999998807907
## 1137           31.4381348100000           34.51735942000000
## 1138                         NA                          NA
## 1139 224000000000.0000000000000 240000000000.00000000000000
## 1140                         NA                          NA
## 1141        35000.0000000000000        63000.00000000000000
## 1142            0.3594760000000            0.38799001000000
## 1143                         NA                          NA
## 1144            0.0802971670000            0.04709886100000
## 1145                         NA                          NA
## 1146           24.9880168000000           26.81794921000000
## 1147                         NA                          NA
## 1148                         NA                          NA
## 1149                         NA       363000.00000000000000
## 1150           49.5279265400000           49.46644603000000
## 1151            3.6228148750000            3.62704127200000
## 1152            4.6606906470000            4.74283732700000
## 1153           10.8396333700000           10.84172226000000
## 1154                         NA                          NA
## 1155          305.7140000000000          296.94600000000003
## 1156            1.8869999650000            1.73800003500000
## 1157                         NA                          NA
## 1158           85.9059982300000           85.93599700999999
## 1159           84.8300000000000           84.98999999999999
## 1160                         NA                          NA
## 1161                         NA                          NA
## 1162           75.9000015300000           75.84000014999999
## 1163                         NA                          NA
## 1164                         NA                          NA
## 1165                         NA           55.20000000000000
## 1166                         NA                          NA
## 1167                         NA            1.01829755300000
## 1168                         NA                          NA
## 1169                         NA                          NA
## 1170                         NA                          NA
## 1171                         NA                          NA
## 1172           58.0000000000000           56.00000000000000
## 1173                         NA                          NA
## 1174            8.9000000000000            8.50000000000000
## 1175                         NA                          NA
## 1176                         NA                          NA
## 1177                         NA                          NA
## 1178                         NA                          NA
## 1179                         NA                          NA
## 1180       944509.0000000000000      1016443.00000000000000
## 1181                         NA                          NA
## 1182                         NA                          NA
## 1183                         NA                          NA
## 1184            6.0000000000000            6.00000000000000
## 1185                         NA                          NA
## 1186                         NA                          NA
## 1187                         NA                          NA
## 1188           13.9920437000000           21.00779388000000
## 1189 215000000000.0000000000000 236000000000.00000000000000
## 1190          193.2795509000000          203.98078060000000
## 1191                         NA                          NA
## 1192                         NA                          NA
## 1193            0.6292942900000            0.65967154000000
## 1194            4.8084723940000                          NA
## 1195           40.4417078200000           39.04140527000000
## 1196  62647400000.0000000000000  75653422500.00000000000000
## 1197                         NA                          NA
## 1198                         NA                          NA
## 1199            4.0000000000000            2.00000000000000
## 1200                         NA                          NA
## 1201                         NA                          NA
## 1202                         NA                          NA
## 1203                         NA                          NA
## 1204                         NA                          NA
## 1205            9.0986194220000           10.17268794000000
## 1206  18829000000.0000000000000  23106000000.00000000000000
## 1207                         NA                          NA
## 1208                         NA                          NA
## 1209            6.0725084270000            4.66944397900000
## 1210                         NA                          NA
## 1211                         NA           67.30000305000000
## 1212                         NA                          NA
## 1213           15.0825270300000           15.19740400000000
## 1214         1740.0000000000000         1900.00000000000000
## 1215            0.0000000000000            0.00000000000000
## 1216           54.3540962500000           54.27004140000000
## 1217    384160003.6999999880791    380630004.89999997615814
## 1218      6610000.1339999996126      6280000.20999999996275
## 1219     69304000.0000000000000     74610000.00000000000000
## 1220                         NA                          NA
## 1221     20000000.0000000000000     19000000.00000000000000
## 1222                         NA                          NA
## 1223                         NA                          NA
## 1224            0.0000000000000                          NA
## 1225       931559.4547999999486       374911.70270000002347
## 1226   1158937088.0000000000000   1310834577.00000000000000
## 1227                         NA                          NA
## 1228           39.8474656200000           40.09027897000000
## 1229            0.0000000000000            0.00000000000000
## 1230                         NA                          NA
## 1231                         NA                          NA
## 1232                         NA                          NA
## 1233                         NA                          NA
## 1234                         NA                          NA
## 1235                         NA                          NA
## 1236                         NA                          NA
## 1237                         NA                          NA
## 1238  15402000000.0000000000000  19694000000.00000000000000
## 1239           27.4277906000000           27.17523943000000
## 1240                         NA                          NA
## 1241            8.3492867290000            7.62296950700000
## 1242                         NA                          NA
## 1243                         NA                          NA
## 1244                         NA                          NA
## 1245                         NA          100.00000000000000
## 1246        14660.0000000000000        15410.00000000000000
## 1247            0.0000000000000            0.00000000000000
## 1248            0.0000000000000            0.00000000000000
## 1249            1.7495822210000            1.68578545000000
## 1250    474859985.3999999761581    419790008.50000000000000
## 1251                         NA                          NA
## 1252                         NA                          NA
## 1253            8.3302361540000            3.54150837100000
## 1254                         NA                          NA
## 1255      3930000.0669999998063      2940000.05700000002980
## 1256                         NA                          NA
## 1257            0.0000000000000                          NA
## 1258      3758130.2850000001490      8711737.28999999910593
## 1259     30814491.8999999985099     34852706.02000000327826
## 1260        57155.0400000000009        57263.80000000000291
## 1261                         NA                          NA
## 1262            0.8239220590000            0.16354145400000
## 1263           38.8289718900000           44.73808722000000
## 1264   1155000000.0000000000000   1333000000.00000000000000
## 1265                         NA                          NA
## 1266                         NA                          NA
## 1267      2195197.0000000000000      2348124.00000000000000
## 1268                         NA                          NA
## 1269       321811.0000000000000       329995.00000000000000
## 1270            5.5493454110000            5.47006971000000
## 1271           11.9492807000000           11.98612338000000
## 1272           51.8984726000000           53.07565640000000
## 1273                         NA                          NA
## 1274                         NA                          NA
## 1275                         NA                          NA
## 1276                         NA                          NA
## 1277           83.7239990200000           83.63300323000000
## 1278                         NA                          NA
## 1279            6.4400000570000            7.51999998100000
## 1280                         NA                          NA
## 1281           78.0240020800000           78.37200165000000
## 1282                         NA           41.80000000000000
## 1283                         NA            9.20000000000000
## 1284                         NA                          NA
## 1285                         NA            3.42196703000000
## 1286                         NA                          NA
## 1287                         NA                          NA
## 1288                         NA                          NA
## 1289                         NA                          NA
## 1290                         NA                          NA
## 1291                         NA                          NA
## 1292        38222.0000000000000        37058.00000000000000
## 1293                         NA                          NA
## 1294                         NA                          NA
## 1295                         NA                          NA
## 1296                         NA                          NA
## 1297                         NA                          NA
## 1298                         NA                          NA
## 1299                         NA                          NA
## 1300                         NA                          NA
## 1301          136.1723785000000          135.04519650000000
## 1302                         NA                          NA
## 1303                         NA                          NA
## 1304                         NA                          NA
## 1305            9.6008556540000            9.99618225800000
## 1306    569025006.7000000476837    924574944.39999997615814
## 1307   4108350032.0000000000000   4418932255.00000000000000
## 1308  22281961821.0000000000000  23538237236.00000000000000
## 1309           25.3775194600000           26.97652183000000
## 1310    481800000.0000000000000    813800000.00000000000000
## 1311    122400000.0000000000000    114600000.00000000000000
## 1312            9.0271548940000            3.96409871700000
## 1313   3370111897.0000000000000   3358884551.00000000000000
## 1314                         NA                          NA
## 1315           18.9939379300000           24.97315898000000
## 1316 179000000000.0000000000000 185000000000.00000000000000
## 1317                         NA                          NA
## 1318            4.0610234310000            9.23569617900000
## 1319                         NA                          NA
## 1320            0.0012144150000            0.48925429100000
## 1321                         NA                          NA
## 1322                         NA                          NA
## 1323                         NA       100000.00000000000000
## 1324     10619778.0000000000000     10903157.00000000000000
## 1325            1.2426206360000            1.25798785800000
## 1326            3.5550781920000            3.58331279100000
## 1327      5687091.0000000000000      5835589.00000000000000
## 1328                         NA                          NA
## 1329           36.5530000000000           35.98500000000000
## 1330                         NA                          NA
## 1331                         NA                          NA
## 1332                         NA                          NA
## 1333           92.0700000000000           92.06999999999999
## 1334                         NA                          NA
## 1335                         NA                          NA
## 1336           84.2900009200000           84.21999741000000
## 1337           79.3560028100000           79.52400208000000
## 1338                         NA                          NA
## 1339                         NA           17.40000000000000
## 1340                         NA                          NA
## 1341                         NA                          NA
## 1342                         NA                          NA
## 1343                         NA                          NA
## 1344                         NA                          NA
## 1345                         NA                          NA
## 1346            0.2322999980000            0.17000000200000
## 1347                         NA                          NA
## 1348            9.7000000000000            9.50000000000000
## 1349                         NA                          NA
## 1350                         NA                          NA
## 1351                         NA                          NA
## 1352                         NA                          NA
## 1353                         NA                          NA
## 1354           34.4260400000000           35.92499000000000
## 1355                         NA                          NA
## 1356                         NA                          NA
## 1357                         NA                          NA
## 1358                         NA                          NA
## 1359                         NA                          NA
## 1360                         NA                          NA
## 1361                         NA                          NA
## 1362     12020408.1600000001490      5463855.42200000025332
## 1363                         NA                          NA
## 1364         9470.6979960000008        10158.24287999999979
## 1365   3818836735.0000000000000   4114738956.00000000000000
## 1366                         NA                          NA
## 1367            0.0000000000000            0.00000000000000
## 1368           24.2128786200000                          NA
## 1369                         NA                          NA
## 1370                         NA                          NA
## 1371  42032000000.0000000000000  48370000000.00000000000000
## 1372           90.0406479600000           84.34470232000000
## 1373   3335485714.0000000000000   3305130548.00000000000000
## 1374                         NA                          NA
## 1375                         NA                          NA
## 1376                         NA                          NA
## 1377            4.0000000000000            3.00000000000000
## 1378                         NA                          NA
## 1379                         NA                          NA
## 1380                         NA                          NA
## 1381                         NA                          NA
## 1382                         NA                          NA
## 1383                         NA                          NA
## 1384            2.7723672250000            1.68579262700000
## 1385                         NA                          NA
## 1386                         NA                          NA
## 1387                         NA                          NA
## 1388                         NA                          NA
## 1389       485137.0000000000000       508319.00000000000000
## 1390                         NA                          NA
## 1391         3730.0000000000000         3870.00000000000000
## 1392            0.0826960860000            0.08806050600000
## 1393            3.4243842980000            3.50704444800000
## 1394                         NA                          NA
## 1395    483720001.1999999880791    428760009.80000001192093
## 1396                         NA                          NA
## 1397            0.0000000000000            0.00000000000000
## 1398                         NA                          NA
## 1399                         NA                          NA
## 1400      1509999.9899999999907        59999.99865999999747
## 1401      1669999.9569999999367      1830000.04300000006333
## 1402           29.7165909300000           26.12552271000000
## 1403     62518713.1799999997020     14958845.92999999970198
## 1404   1486355620.0000000000000   1658964320.00000000000000
## 1405                         NA                          NA
## 1406      2333900.0000000000000      2337200.00000000000000
## 1407    857795918.3999999761581    971285140.60000002384186
## 1408                         NA                          NA
## 1409            8.0227026380000            9.24694878500000
## 1410                         NA                          NA
## 1411                         NA                          NA
## 1412                         NA                          NA
## 1413                         NA                          NA
## 1414                         NA                          NA
## 1415                         NA                          NA
## 1416                         NA                          NA
## 1417                         NA                          NA
## 1418                         NA                          NA
## 1419                         NA                          NA
## 1420            0.3251189750000            0.25514920700000
## 1421   5821000000.0000000000000   7349000000.00000000000000
## 1422                         NA                          NA
## 1423           37.2275709400000           40.06541732000000
## 1424           18.2976534600000           22.58190943000000
## 1425                         NA                          NA
## 1426          147.1391538000000          150.88163639999999
## 1427                         NA          100.00000000000000
## 1428                         NA                          NA
## 1429            0.2674104160000            0.28159772300000
## 1430            0.0000000000000            0.00000000000000
## 1431     71361888.2000000029802     74285286.79999999701977
## 1432    384160003.6999999880791    380630004.89999997615814
## 1433     59587000.0000000000000     46156000.00000000000000
## 1434                         NA                          NA
## 1435     62656614.2000000029802     22861737.89999999850988
## 1436                         NA                          NA
## 1437      6400000.0949999997392      6099999.90500000026077
## 1438                         NA                          NA
## 1439    947919301.0000000000000   1028904762.00000000000000
## 1440   -350952028.3999999761581   -356015111.39999997615814
## 1441           27.0306265700000           18.21829941000000
## 1442                         NA                          NA
##                            X1996                       X1997
## 1                             NA                          NA
## 2       385000000.00000000000000    406000000.00000000000000
## 3              23.18838740000000           23.29919078000000
## 4                             NA                          NA
## 5                             NA                          NA
## 6              39.43311518000000           42.67394737000000
## 7               1.83018465400000            1.66602887400000
## 8              75.65783278000001           75.45412401000000
## 9               1.37143555200000            1.37083523700000
## 10              7.78746000200000            7.76314125600000
## 11             41.49262538000000           41.41675974000000
## 12             58.42700000000000           59.14500000000000
## 13                            NA                          NA
## 14                            NA                          NA
## 15              2.26399993900000            2.20600009000000
## 16             81.74500275000000           81.73699951000000
## 17                            NA                          NA
## 18             14.21000004000000           14.14000034000000
## 19             51.61999893000000           51.27999878000000
## 20             80.36699677000000           80.36599731000000
## 21             72.13999939000000           70.86000061000000
## 22                            NA                          NA
## 23                            NA                          NA
## 24                            NA                          NA
## 25                            NA                          NA
## 26             65.70000000000000                          NA
## 27                            NA                          NA
## 28                            NA                          NA
## 29                            NA                          NA
## 30            200.00000000000000          500.00000000000000
## 31             46.00000000000000           44.20000000000000
## 32                            NA                          NA
## 33                            NA                          NA
## 34                            NA                          NA
## 35                            NA                          NA
## 36                            NA                          NA
## 37             33.74509048000000                          NA
## 38                            NA                          NA
## 39                            NA                          NA
## 40                            NA                          NA
## 41             38.57333000000000           37.83736000000000
## 42                            NA            7.65458011600000
## 43                            NA                          NA
## 44                            NA                          NA
## 45                            NA                          NA
## 46                            NA                          NA
## 47    35799835700.00000000000000  39162000000.00000000000000
## 48    11193824413.00000000000000  11758957236.00000000000000
## 49              0.00000000000000            0.00000000000000
## 50              2.17629130000000            2.06173250000000
## 51              5.56918480200000            4.93361721500000
## 52      971825613.10000002384186   1052621427.00000000000000
## 53            402.61741339999998          415.04109050000000
## 54    67717000000.00000000000000  71084000000.00000000000000
## 55                            NA                          NA
## 56                            NA                          NA
## 57                            NA                          NA
## 58                            NA                          NA
## 59             47.88557214000000           50.49751244000000
## 60                            NA                          NA
## 61              0.60817325500000            2.84077054400000
## 62                            NA                          NA
## 63                            NA                          NA
## 64      161000000.00000000000000    146000000.00000000000000
## 65                            NA                          NA
## 66              0.29889468600000            0.31277986900000
## 67              2.41895267700000            2.44743229300000
## 68             54.84247150000000           54.88999116000000
## 69             40.93279919000000           40.74258084000000
## 70             72.00000000000000           68.50000000000000
## 71             44.00000000000000           49.00000000000000
## 72                            NA                          NA
## 73                            NA                          NA
## 74                            NA                          NA
## 75                            NA                          NA
## 76                            NA                          NA
## 77                            NA                          NA
## 78             77.11000061000000           76.80999756000000
## 79                            NA                          NA
## 80                            NA                          NA
## 81                            NA                          NA
## 82             49.00000000000000           59.00000000000000
## 83                            NA                          NA
## 84                            NA                          NA
## 85                            NA                          NA
## 86             23.60000000000000                          NA
## 87                            NA                          NA
## 88           1100.00000000000000         2100.00000000000000
## 89            101.59999999999999           96.30000000000000
## 90           3823.00000000000000         3744.00000000000000
## 91                            NA                          NA
## 92                            NA                          NA
## 93                            NA                          NA
## 94                            NA                          NA
## 95             20.08360000000000                          NA
## 96                            NA                          NA
## 97                            NA                          NA
## 98                            NA                          NA
## 99                            NA                          NA
## 100             0.62857997400000                          NA
## 101                           NA                          NA
## 102                           NA                          NA
## 103   52631847606.00000000000000  56691272306.00000000000000
## 104           210.00000000000000          220.00000000000000
## 105          1872.31178399999999         1923.78005200000007
## 106             0.00000000000000            0.00000000000000
## 107            18.81443900000000           17.19734500000000
## 108             0.00000000000000            0.00000000000000
## 109          3208.41992600000003         3306.58807299999989
## 110     768102147.79999995231628    822299138.29999995231628
## 111  -31917164200.00000000000000 -31922000000.00000000000000
## 112     211371480.50000000000000    180431351.90000000596046
## 113                           NA                          NA
## 114                           NA                          NA
## 115      39547026.03999999910593     42587851.99000000208616
## 116                           NA                          NA
## 117            23.63269899000000           18.30922415000000
## 118             0.41655095800000            0.35273368600000
## 119            23.67503882000000           28.83581698000000
## 120             4.50938218500000            9.03438185800000
## 121                           NA                          NA
## 122                           NA                          NA
## 123             6.55718177300000            6.38939334300000
## 124                           NA                          NA
## 125             4.26450560900000            4.27940390300000
## 126             6.29560554400000            6.35420183900000
## 127            13.93730001000000           13.99056090000000
## 128            59.22843100000000           60.53547000000000
## 129                           NA                          NA
## 130             1.68599999000000            1.67700004600000
## 131             3.71000003800000            3.72000002900000
## 132            90.76424229000000           90.75434890000000
## 133                           NA                          NA
## 134                           NA                          NA
## 135             3.08999991400000            3.65000009500000
## 136            88.31300354000000           88.28800201000000
## 137                           NA                          NA
## 138                           NA                          NA
## 139                           NA                          NA
## 140                           NA                          NA
## 141                           NA                          NA
## 142                           NA                          NA
## 143            25.90000000000000                          NA
## 144             9.00000000000000                          NA
## 145                           NA                          NA
## 146             0.11000000000000            0.20000000000000
## 147                           NA                          NA
## 148                           NA                          NA
## 149                           NA                          NA
## 150                           NA                          NA
## 151                           NA                          NA
## 152         36127.00000000000000                          NA
## 153                           NA                          NA
## 154                           NA                          NA
## 155                           NA                          NA
## 156                           NA                          NA
## 157            98.66744232000001                          NA
## 158                           NA            8.89517021200000
## 159                           NA                          NA
## 160                           NA                          NA
## 161            56.69195250000000           58.00954917000000
## 162                           NA                          NA
## 163                           NA                          NA
## 164  856000000000.00000000000000 899000000000.00000000000000
## 165             7.82303556000000            7.27909298700000
## 166            20.34997800000000           19.08067400000000
## 167            33.36949054000000           33.41912853000000
## 168    1605734005.00000000000000   1707919018.00000000000000
## 169   96896000000.00000000000000 109000000000.00000000000000
## 170                           NA                          NA
## 171                           NA                          NA
## 172    3871265473.00000000000000   4232000701.00000000000000
## 173   23018000000.00000000000000  24987000000.00000000000000
## 174                           NA                          NA
## 175                           NA                          NA
## 176                           NA                          NA
## 177                           NA                          NA
## 178                           NA                          NA
## 179                           NA                          NA
## 180                           NA                          NA
## 181                           NA                          NA
## 182                           NA                          NA
## 183                           NA                          NA
## 184                           NA                          NA
## 185                           NA                          NA
## 186            23.31508942000000           23.55375415000000
## 187                           NA                          NA
## 188                           NA                          NA
## 189             2.70654126400000            3.16832533300000
## 190                           NA                          NA
## 191                           NA                          NA
## 192                           NA                          NA
## 193                           NA                          NA
## 194         24420.00008000000162        24920.00008000000162
## 195            46.17400393000000           46.49150321000000
## 196            96.72399672000000           90.84687767000000
## 197       8006650.70000000018626      7471961.59999999962747
## 198       7630000.11400000005960      7519999.98099999967963
## 199      -3688000.00000000000000    -10979000.00000000000000
## 200                           NA                          NA
## 201                           NA                          NA
## 202                           NA                          NA
## 203      23010000.23000000044703     17959999.07999999821186
## 204             0.97665246100000            1.00551241500000
## 205            68.77163763000000           76.84368182000000
## 206    -326600522.80000001192093   -388085536.39999997615814
## 207          1957.90000000000009         1946.59999999999991
## 208                           NA                          NA
## 209            11.18004556000000            6.90254253700000
## 210            73.92391001999999           72.33560091000000
## 211     234985470.30000001192093    215854075.30000001192093
## 212                           NA                          NA
## 213                           NA                          NA
## 214                           NA                          NA
## 215            88.65000000000001           88.16600000000000
## 216             2.35559365500000            2.21349217400000
## 217        466577.00000000000000       480200.00000000000000
## 218             6.18190941500000            6.22978545300000
## 219            13.60924198000000           13.57073658000000
## 220             4.60600000000000            4.46400000000000
## 221                           NA                          NA
## 222                           NA                          NA
## 223                           NA                          NA
## 224            88.43085465000000                          NA
## 225            80.12500000000000           80.05899811000000
## 226                           NA                          NA
## 227          3794.32029999999986         3895.09819999999991
## 228            71.00000000000000                          NA
## 229            79.68000031000000           78.66000366000000
## 230                           NA                          NA
## 231                           NA                          NA
## 232                           NA                          NA
## 233                           NA                          NA
## 234                           NA                          NA
## 235                           NA                          NA
## 236            74.80000000000000                          NA
## 237                           NA                          NA
## 238             0.04000000000000            0.07000000000000
## 239            42.80000000000000                          NA
## 240         76266.00000000000000        72381.00000000000000
## 241                           NA                          NA
## 242                           NA                          NA
## 243                           NA                          NA
## 244                           NA                          NA
## 245            53.68470001000000                          NA
## 246                           NA                          NA
## 247                           NA                          NA
## 248                           NA                          NA
## 249           118.93544770000000          116.68733220000000
## 250                           NA            6.35239982600000
## 251                           NA                          NA
## 252                           NA                          NA
## 253            55.05000000000000           57.03000000000000
## 254          1140.00000000000000         1200.00000000000000
## 255            14.38246926000000           13.96085030000000
## 256             5.32828417600000            5.04861253600000
## 257             7.82303556000000            7.27909298700000
## 258             0.00000000000000            0.00000000000000
## 259  368000000000.00000000000000 386000000000.00000000000000
## 260   53499000000.00000000000000  60031000000.00000000000000
## 261    1760145322.00000000000000   1907504822.00000000000000
## 262            65.18725544999999           74.78823331000000
## 263                           NA                          NA
## 264    1348300000.00000000000000   1640400000.00000000000000
## 265                           NA                          NA
## 266                           NA                          NA
## 267     125000000.00000000000000    103000000.00000000000000
## 268                           NA                          NA
## 269                           NA            1.07100000000000
## 270             2.24388398100000            2.24044885100000
## 271             8.78217959300000            8.88418330700000
## 272       4687696.00000000000000      4782404.00000000000000
## 273            76.50000000000000           72.90000000000001
## 274                           NA                          NA
## 275                           NA                          NA
## 276            47.58122610000000           47.83262253000000
## 277                           NA                          NA
## 278                           NA                          NA
## 279                           NA                          NA
## 280                           NA                          NA
## 281            85.00000000000000           84.83999634000000
## 282                           NA                          NA
## 283                           NA                          NA
## 284                           NA                          NA
## 285                           NA                          NA
## 286                           NA                          NA
## 287                           NA                          NA
## 288           750.00000000000000                          NA
## 289            18.00000000000000                          NA
## 290                           NA                          NA
## 291           100.00000000000000          100.00000000000000
## 292                           NA                          NA
## 293          3747.00000000000000         3756.00000000000000
## 294                           NA                          NA
## 295                           NA                          NA
## 296                           NA                          NA
## 297                           NA                          NA
## 298                           NA                          NA
## 299                           NA                          NA
## 300         89378.00000000000000        91464.00000000000000
## 301                           NA                          NA
## 302             5.00000000000000            5.00000000000000
## 303                           NA                          NA
## 304                           NA                          NA
## 305                           NA                          NA
## 306     329000000.00000000000000    410390338.39999997615814
## 307         11287.38872000000083        12439.89228999999978
## 308             0.00000000000000            0.00000000000000
## 309    4521580381.00000000000000   4918691917.00000000000000
## 310     950800000.00000000000000    948800000.00000000000000
## 311             0.00000000000000            0.00000000000000
## 312    1508828338.00000000000000   1643783973.00000000000000
## 313             9.03664364500000            7.05596132300000
## 314                           NA                          NA
## 315   11636000000.00000000000000  10290000000.00000000000000
## 316           112.82261850000000          111.37986470000000
## 317                           NA                          NA
## 318    2242000000.00000000000000   2470500000.00000000000000
## 319                           NA                          NA
## 320                           NA                          NA
## 321             0.13885031900000            0.17636684300000
## 322                           NA                          NA
## 323            56.65653045000000           61.88124848000000
## 324                           NA                          NA
## 325                           NA                          NA
## 326            11.35000000000000           11.83400000000000
## 327      22090352.00000000000000     22584772.00000000000000
## 328             3.07399170500000            3.11195861400000
## 329             5.33358171700000            5.31136174200000
## 330            12.21609714000000           12.19257166000000
## 331             2.90000000000000                          NA
## 332           126.44040000000000          125.08600000000000
## 333             1.94400000600000            1.97200000300000
## 334             3.02399992900000            2.99200010300000
## 335            90.06300354000000           90.06400299000001
## 336                           NA                          NA
## 337                           NA                          NA
## 338             6.11999988600000            7.19999980900000
## 339            84.33999634000000           84.30699921000000
## 340                           NA                          NA
## 341                           NA                          NA
## 342                           NA                          NA
## 343                           NA                          NA
## 344                           NA                          NA
## 345                           NA                          NA
## 346                           NA                          NA
## 347                           NA                          NA
## 348                           NA                          NA
## 349                           NA                          NA
## 350                           NA                          NA
## 351            12.60000000000000           11.70000000000000
## 352                           NA                          NA
## 353                           NA                          NA
## 354                           NA                          NA
## 355            11.65332985000000                          NA
## 356                           NA                          NA
## 357                           NA                          NA
## 358                           NA                          NA
## 359                           NA                          NA
## 360                           NA          111.55501000000000
## 361                           NA                          NA
## 362                           NA                          NA
## 363                           NA                          NA
## 364             0.19226867100000            0.19572770300000
## 365   50741120811.00000000000000  53607560218.00000000000000
## 366    4529380381.00000000000000   4926391917.00000000000000
## 367   41360026371.00000000000000  43448133848.00000000000000
## 368            31.22587341000000           33.49883377000000
## 369            18.58455900000000           17.09552200000000
## 370             3.10000000000000            2.90000000000000
## 371  125000000000.00000000000000 133000000000.00000000000000
## 372             4.41889234900000            4.12945353300000
## 373            27.20508772000000           25.34071505000000
## 374   38457000000.00000000000000  41402000000.00000000000000
## 375                           NA                          NA
## 376                           NA                          NA
## 377                           NA                          NA
## 378                           NA                          NA
## 379                           NA                          NA
## 380             0.00000000000000            0.00000000000000
## 381                           NA                          NA
## 382                           NA                          NA
## 383                           NA                          NA
## 384                           NA                          NA
## 385                           NA                          NA
## 386                           NA                          NA
## 387                           NA                          NA
## 388                           NA                          NA
## 389             8.71991418700000            8.72365986600000
## 390             0.00000000000000            0.00000000000000
## 391                           NA                          NA
## 392                           NA                          NA
## 393     627771666.00000000000000    670587740.10000002384186
## 394                           NA                          NA
## 395                           NA                          NA
## 396                           NA                          NA
## 397            81.36387298000000           79.44584383000000
## 398             0.00000000000000            0.00000000000000
## 399             3.27600327600000            9.15312232700000
## 400             5.84663471900000            6.36003060600000
## 401                           NA                          NA
## 402                           NA                          NA
## 403      -7655739.29999999981374     -7294455.20000000018626
## 404             2.18327792600000            2.16537224300000
## 405       1539999.96200000005774      1190000.05700000002980
## 406      23340000.14999999850988     28600000.37999999895692
## 407                           NA                          NA
## 408     388747760.19999998807907    413766812.50000000000000
## 409    -591287367.00000000000000   -636952088.50000000000000
## 410    1737494592.00000000000000   1916418899.00000000000000
## 411            40.12067133000000           40.19672727000000
## 412         17000.00000000000000        19350.00000000000000
## 413            17.89999962000000           17.89999962000000
## 414                           NA                          NA
## 415                           NA                          NA
## 416                           NA                          NA
## 417                           NA                          NA
## 418                           NA                          NA
## 419                           NA                          NA
## 420                           NA                          NA
## 421    3868000000.00000000000000   4074000000.00000000000000
## 422             8.01625659100000            7.76324003700000
## 423                           NA   8591000000.00000000000000
## 424                           NA                          NA
## 425            23.19776388000000           23.88507426000000
## 426                           NA                          NA
## 427                           NA                          NA
## 428            16.39344262000000           13.80952381000000
## 429            11.54639175000000           12.62525050000000
## 430           744.40099999999995          810.40700000000004
## 431             1.29604739500000            1.31830733900000
## 432            78.40000000000001           82.96616364000000
## 433                           NA                          NA
## 434                           NA                          NA
## 435                           NA                          NA
## 436      -2763488.89999999990687     65976435.00000000000000
## 437    2397938028.00000000000000   2413357114.00000000000000
## 438        409999.99640000000363      1029999.97100000001956
## 439       6070000.17200000025332      8199999.80900000035763
## 440                           NA                          NA
## 441     142370000.00000000000000    139670000.00000000000000
## 442             0.00000000000000            0.00000000000000
## 443            53.02999878000000           54.36999893000000
## 444       3257790.00000000000000      3262340.00000000000000
## 445                           NA                          NA
## 446                           NA                          NA
## 447    5101365382.00000000000000   5478432404.00000000000000
## 448  204000000000.00000000000000 232000000000.00000000000000
## 449                           NA                          NA
## 450        112645.00000000000000       139989.00000000000000
## 451                           NA                          NA
## 452                           NA                          NA
## 453                           NA                          NA
## 454                           NA                          NA
## 455                           NA                          NA
## 456                           NA                          NA
## 457                           NA                          NA
## 458                           NA                          NA
## 459    3326000000.00000000000000   3954000000.00000000000000
## 460             0.00000000000000            0.00000000000000
## 461                           NA                          NA
## 462                           NA                          NA
## 463            26.17964512000000           27.78651101000000
## 464                           NA                          NA
## 465                           NA                          NA
## 466                           NA                          NA
## 467          1930.00000000000000         1970.00000000000000
## 468             0.17470906900000            0.18582886400000
## 469            96.72399672000000           90.84687767000000
## 470      43420748.00000000000000     44684561.10000000149012
## 471                           NA                          NA
## 472       8470000.26700000092387      4360000.13399999961257
## 473                           NA                          NA
## 474             1.07370000000000            1.17650000000000
## 475     243370000.40000000596046    242680000.40000000596046
## 476                           NA         9999.99977600000057
## 477                           NA                          NA
## 478     757459464.70000004768372    865699997.50000000000000
## 479   -1105930909.00000000000000  -1278105719.00000000000000
## 480                           NA                          NA
## 481                           NA                          NA
## 482                           NA                          NA
## 483            20.57761733000000           25.37163013000000
## 484                           NA                          NA
## 485             0.02225024100000            0.01828822200000
## 486                           NA                          NA
## 487                           NA                          NA
## 488      30000000.00000000000000     38000000.00000000000000
## 489                           NA                          NA
## 490             0.48622878800000            0.50331564700000
## 491             2.77049321200000            2.76320985200000
## 492      12114895.00000000000000     12396779.00000000000000
## 493       4478433.00000000000000      4571802.00000000000000
## 494            67.20000000000000           63.80000000000000
## 495        126814.00000000000000       129158.00000000000000
## 496                           NA                          NA
## 497                           NA                          NA
## 498                           NA                          NA
## 499                           NA                          NA
## 500                           NA                          NA
## 501                           NA                          NA
## 502            93.72000122000000           93.62999725000000
## 503                           NA                          NA
## 504                           NA                          NA
## 505                           NA                          NA
## 506                           NA                          NA
## 507             2.80000000000000                          NA
## 508                           NA                          NA
## 509            47.10000000000000                          NA
## 510                           NA                          NA
## 511                           NA                          NA
## 512                           NA                          NA
## 513            98.30000000000000           92.50000000000000
## 514          3375.00000000000000         3256.00000000000000
## 515                           NA                          NA
## 516                           NA                          NA
## 517                           NA                          NA
## 518                           NA                          NA
## 519            31.03870000000000                          NA
## 520                           NA                          NA
## 521                           NA                          NA
## 522                           NA                          NA
## 523                           NA                          NA
## 524             0.69278001800000                          NA
## 525                           NA                          NA
## 526                           NA                          NA
## 527   15457000000.00000000000000  17952000000.00000000000000
## 528                           NA                          NA
## 529          1142.86828399999990         1194.53449999999998
## 530             1.32624921900000            1.09066742400000
## 531     852200000.00000000000000    847200000.00000000000000
## 532             0.00000000000000            0.00000000000000
## 533            33.53943475000000                          NA
## 534   22466000000.00000000000000  24816000000.00000000000000
## 535    -579784999.10000002384186   -559740487.50000000000000
## 536            22.53036201000000           21.67243586000000
## 537                           NA                          NA
## 538                           NA                          NA
## 539             0.02777006400000            0.02519526300000
## 540            88.87476160000000          107.62873490000000
## 541                           NA                          NA
## 542                           NA                          NA
## 543             8.92089107700000            7.35747284200000
## 544      19583097.00000000000000     19912090.00000000000000
## 545             6.68260022100000            6.72845744900000
## 546             1.78273530400000            1.76333363600000
## 547             7.34283343100000            7.43883736400000
## 548       9165867.00000000000000      9353881.00000000000000
## 549            59.38300000000000           60.14400000000000
## 550                           NA                          NA
## 551                           NA                          NA
## 552                           NA                          NA
## 553            66.50000000000000                          NA
## 554                           NA                          NA
## 555            19.01000023000000           18.70000076000000
## 556            34.50999832000000           33.91999817000000
## 557            63.70000076000000                          NA
## 558            88.01999664000000           87.19999695000000
## 559                           NA                          NA
## 560                           NA                          NA
## 561                           NA                          NA
## 562                           NA                          NA
## 563                           NA                          NA
## 564                           NA                          NA
## 565                           NA                          NA
## 566                           NA                          NA
## 567             0.05000000000000            0.10000000000000
## 568                           NA                          NA
## 569         55207.00000000000000        52630.00000000000000
## 570                           NA                          NA
## 571                           NA                          NA
## 572                           NA                          NA
## 573                           NA                          NA
## 574            43.95803070000000                          NA
## 575                           NA                          NA
## 576                           NA                          NA
## 577                           NA                          NA
## 578            40.64692000000000                          NA
## 579                           NA                          NA
## 580                           NA                          NA
## 581                           NA                          NA
## 582                           NA                          NA
## 583                           NA                          NA
## 584     650314908.29999995231628    686691215.10000002384186
## 585  267000000000.00000000000000 301000000000.00000000000000
## 586                           NA                          NA
## 587      98572512.00000000000000    101600000.00000000000000
## 588    4984457689.00000000000000   5230371752.00000000000000
## 589             9.02564349800000            8.84664881800000
## 590            58.45776870000000           64.03553488999999
## 591    1230099909.00000000000000   1246431703.00000000000000
## 592   56795910800.00000000000000  73853000000.00000000000000
## 593   13797472735.00000000000000  15451620663.00000000000000
## 594                           NA                          NA
## 595                           NA                          NA
## 596             0.63948696900000            0.75687189100000
## 597                           NA                          NA
## 598                           NA                          NA
## 599                           NA                          NA
## 600                           NA                          NA
## 601                           NA                          NA
## 602                           NA                          NA
## 603                           NA                          NA
## 604                           NA                          NA
## 605                           NA                          NA
## 606            15.32365814000000           16.15790119000000
## 607            10.68686650000000           10.44265328000000
## 608                           NA                          NA
## 609                           NA                          NA
## 610     571350266.00000000000000    626242276.60000002384186
## 611                           NA          198.19999690000000
## 612        532644.00000000000000       558060.00000000000000
## 613                           NA                          NA
## 614         17829.99991999999838        18030.00069000000076
## 615          1591.47800000000007         1859.16900000000010
## 616             0.00000000000000            0.00000000000000
## 617                           NA                          NA
## 618            26.93602315000000           25.29942039000000
## 619       5010000.22900000028312      7869999.88599999994040
## 620     119689000.00000000000000    131501000.00000000000000
## 621    1048712000.00000000000000   1046906000.00000000000000
## 622                           NA                          NA
## 623        319999.99280000000726       280000.00119999999879
## 624                           NA                          NA
## 625    1179309684.00000000000000   1311322457.00000000000000
## 626     -19160171.08999999985099    -23056467.76999999955297
## 627     242815923.00000000000000    224546366.90000000596046
## 628        143000.00000000000000       143000.00000000000000
## 629         42030.00000000000000        42142.00000000000000
## 630                           NA                          NA
## 631                           NA                          NA
## 632                           NA                          NA
## 633                           NA                          NA
## 634                           NA                          NA
## 635                           NA                          NA
## 636            33.06611380000000           33.16987455000000
## 637                           NA                          NA
## 638                           NA                          NA
## 639   93534900000.00000000000000 121000000000.00000000000000
## 640                           NA                          NA
## 641         11230.00000000000000        11230.00000000000000
## 642            34.97267760000000           35.23809524000000
## 643            13.27417587000000           15.14644063000000
## 644          -110.12774850000000          -98.13096619000000
## 645           166.17707010000001          163.30535680000000
## 646             0.00000000000000            0.00000000000000
## 647             6.64419034300000            7.04040952800000
## 648       1990000.01000000000931      4400000.09499999973923
## 649                           NA                          NA
## 650                           NA                          NA
## 651      39154213.60000000149012     29692943.80000000074506
## 652      11199999.81000000052154      7670000.07600000035018
## 653                           NA                          NA
## 654      44160126.07000000029802     49458057.88000000268221
## 655                           NA                          NA
## 656      17992224.69000000134110     21802417.28000000119209
## 657            58.99000168000000           62.31999969000000
## 658                           NA                          NA
## 659                           NA                          NA
## 660                           NA                          NA
## 661                           NA                          NA
## 662                           NA                          NA
## 663      98200000.00000000000000                          NA
## 664                           NA                          NA
## 665                           NA                          NA
## 666                           NA                          NA
## 667                           NA                          NA
## 668                           NA                          NA
## 669     105000000.00000000000000    269000000.00000000000000
## 670                           NA                          NA
## 671                           NA                          NA
## 672            12.20193611000000           29.54333232000000
## 673                           NA                          NA
## 674                           NA                          NA
## 675                           NA                          NA
## 676                           NA                          NA
## 677             8.43972378300000            9.74713135700000
## 678           311.13528659999997          314.16358769999999
## 679            20.88452088000000           22.41231822000000
## 680             6.52556162100000            6.92983413200000
## 681                           NA                          NA
## 682      -3688000.00000000000000    -10979000.00000000000000
## 683        409999.99640000000363      2680000.06699999980628
## 684    2333036206.00000000000000   2355269157.00000000000000
## 685                           NA        19999.99955000000045
## 686         50000.00074999999924        90000.00358000000415
## 687                           NA                          NA
## 688      33102458.60999999940395     31855646.94000000134110
## 689            -7.22314976700000           -7.89001512900000
## 690            22.12225159000000           22.16537207000000
## 691                           NA                          NA
## 692                           NA                          NA
## 693                           NA                          NA
## 694            76.37012301000000           77.13154114000000
## 695     418128973.69999998807907    438137822.19999998807907
## 696                           NA                          NA
## 697        755000.00000000000000       755000.00000000000000
## 698                           NA                          NA
## 699                           NA                          NA
## 700      98200000.00000000000000                          NA
## 701                           NA                          NA
## 702                           NA                          NA
## 703                           NA                          NA
## 704                           NA                          NA
## 705            12.30827977000000           11.54729174000000
## 706    7177000000.00000000000000   8117000000.00000000000000
## 707                           NA            3.06260315900000
## 708            23.19776388000000           23.88507426000000
## 709             9.23845111100000            9.89843189000000
## 710                           NA                          NA
## 711         10649.00000000000000        11977.00000000000000
## 712            10.38251366000000           10.00000000000000
## 713          4620.00000000000000         4690.00000000000000
## 714            37.97964286000000           37.00488584000000
## 715             8.66870902900000            9.65592356500000
## 716            17.90000000000000           18.13286781000000
## 717      78355580.09999999403954     92322471.20000000298023
## 718                           NA                          NA
## 719                           NA                          NA
## 720                           NA                          NA
## 721            52.94185575000000           48.98832969000000
## 722      11350000.38000000081956     10850000.38000000081956
## 723      14819999.68999999947846     11270000.46000000089407
## 724     281605214.89999997615814    267399983.80000001192093
## 725     138910000.00000000000000    132530000.00000000000000
## 726             0.00000000000000            0.00000000000000
## 727            54.56999969000000           56.45000076000000
## 728             0.51398601400000            0.57622377600000
## 729                           NA                          NA
## 730             0.02777006400000                          NA
## 731                           NA                          NA
## 732             1.57235036700000            0.93879541600000
## 733                           NA                          NA
## 734                           NA                          NA
## 735     237000000.00000000000000    201000000.00000000000000
## 736            50.47186211000000           50.31524339000000
## 737             0.90578767700000            0.91933151700000
## 738             3.49587045500000            3.66513801100000
## 739            54.80269520000000           54.97801525000000
## 740            23.90000000000000                          NA
## 741             9.96900000000000            9.57000000000000
## 742                           NA                          NA
## 743                           NA                          NA
## 744                           NA                          NA
## 745            88.53000000000000           88.48999999999999
## 746                           NA                          NA
## 747                           NA                          NA
## 748             6.28000021000000            6.36999988600000
## 749             0.25999999000000            0.25999999000000
## 750                           NA                          NA
## 751                           NA                          NA
## 752                           NA                          NA
## 753                           NA                          NA
## 754            12.60000000000000                          NA
## 755                           NA                          NA
## 756                           NA                          NA
## 757                           NA                          NA
## 758                           NA                          NA
## 759           100.00000000000000          100.00000000000000
## 760            11.20000000000000           11.40000000000000
## 761                           NA                          NA
## 762            39.37500000000000           39.37500000000000
## 763                           NA                          NA
## 764                           NA                          NA
## 765                           NA                          NA
## 766                           NA      1172801.00000000000000
## 767            11.00000000000000           11.00000000000000
## 768                           NA                          NA
## 769                           NA                          NA
## 770                           NA                          NA
## 771                           NA                          NA
## 772                           NA                          NA
## 773                           NA                          NA
## 774     429390000.00000000000000    439131000.00000000000000
## 775                           NA                          NA
## 776           506.72911019999998          520.65866489999996
## 777  233000000000.00000000000000 263000000000.00000000000000
## 778           201.40014070000001          213.81663720000000
## 779             0.00000000000000            0.00000000000000
## 780             0.35389661800000                          NA
## 781                           NA                          NA
## 782                           NA                          NA
## 783                           NA                          NA
## 784                           NA                          NA
## 785  190000000000.00000000000000 216000000000.00000000000000
## 786                           NA                          NA
## 787                           NA                          NA
## 788                           NA                          NA
## 789                           NA                          NA
## 790                           NA                          NA
## 791                           NA                          NA
## 792                           NA                          NA
## 793                           NA                          NA
## 794                           NA                          NA
## 795     150000000.00000000000000    168000000.00000000000000
## 796                           NA  -3150000000.00000000000000
## 797                           NA                          NA
## 798             2.07250218900000            3.16909639900000
## 799                           NA         8775.82456699999966
## 800            21.24410959000000           20.88014960000000
## 801                           NA                          NA
## 802             2.83056537400000            2.97204434700000
## 803            81.19785714000000           84.89356164000000
## 804            91.51546258000000           90.70866046000000
## 805                           NA                          NA
## 806             7.31534930700000            6.40103348800000
## 807                           NA                          NA
## 808       7980076.09999999962747       762855.09999999997672
## 809    1048712000.00000000000000   1046906000.00000000000000
## 810                           NA                          NA
## 811                           NA                          NA
## 812       4969999.79000000003725      6260000.22900000028312
## 813            10.02892816000000            6.33979654000000
## 814             0.00000000000000            0.00000000000000
## 815                           NA                          NA
## 816                           NA                          NA
## 817            29.39160839000000           29.46993007000000
## 818                           NA                          NA
## 819                           NA                          NA
## 820                           NA                          NA
## 821                           NA                          NA
## 822                           NA                          NA
## 823                           NA                          NA
## 824                           NA                          NA
## 825                           NA                          NA
## 826                           NA                          NA
## 827   10947000000.00000000000000  11938000000.00000000000000
## 828  162000000000.00000000000000 168000000000.00000000000000
## 829             9.80113533600000            9.75374087700000
## 830   83858950000.00000000000000  95827449518.00000000000000
## 831                           NA                          NA
## 832             2.41120648500000            2.47095697900000
## 833            36.61202186000000           36.66666667000000
## 834            81.44329897000000           80.36072144000001
## 835             0.07763494600000            0.08117638500000
## 836             6.01767740700000            6.12349784300000
## 837                           NA                          NA
## 838            18.72481791000000           16.21280694000000
## 839       6190000.05700000002980      2029999.97099999990314
## 840     116925587.20000000298023    197477290.09999999403954
## 841                           NA                          NA
## 842                           NA                          NA
## 843      88790000.92000000178814     86139999.39000000059605
## 844         70000.00029999999970      -419999.98690000001807
## 845      19160171.08999999985099     23056467.76999999955297
## 846     263612990.19999998807907    245597566.50000000000000
## 847            22.91155400000000           27.71956944000000
## 848            72.63405255000001           82.55823875999999
## 849             0.10595123200000            0.10377789100000
## 850                           NA                          NA
## 851                           NA                          NA
## 852                           NA                          NA
## 853                           NA                          NA
## 854                           NA                          NA
## 855                           NA                          NA
## 856                           NA                          NA
## 857                           NA                          NA
## 858                           NA                          NA
## 859                           NA                          NA
## 860                           NA                          NA
## 861    7327000000.00000000000000   8310000000.00000000000000
## 862                           NA                          NA
## 863                           NA                          NA
## 864            37.57734630000000           43.19522673000000
## 865                           NA                          NA
## 866         21879.00000000000000        23207.00000000000000
## 867                           NA                          NA
## 868                           NA                          NA
## 869            -0.00000000000165            0.00000000000111
## 870            89.59975487000000           88.65534191000000
## 871             3.27600327600000            9.15312232700000
## 872             1.72994037800000            1.87403829700000
## 873                           NA                          NA
## 874                           NA                          NA
## 875                           NA                          NA
## 876    2333036206.00000000000000   2355269157.00000000000000
## 877        430000.00719999999274       759999.99049999995623
## 878      25709999.07999999821186     24600000.37999999895692
## 879      44160126.07000000029802     49458057.88000000268221
## 880                           NA                          NA
## 881      17992224.69000000134110     21802417.28000000119209
## 882        147180.00000000000000       147180.00000000000000
## 883                           NA                          NA
## 884                           NA            2.54596327100000
## 885             5.08192168800000            1.94003527300000
## 886                           NA                          NA
## 887             0.02225024100000            0.06705681500000
## 888                           NA                          NA
## 889                           NA                          NA
## 890            20.67688938000000           15.70966894000000
## 891                           NA                          NA
## 892             0.73344703500000            0.74611522900000
## 893             3.18296234100000            3.09991213900000
## 894       6118984.00000000000000      6227549.00000000000000
## 895            15.34309666000000           15.19961031000000
## 896            26.00000000000000                          NA
## 897                           NA                          NA
## 898                           NA                          NA
## 899                           NA                          NA
## 900                           NA                          NA
## 901                           NA                          NA
## 902                           NA                          NA
## 903            22.88999939000000           23.19000053000000
## 904             1.50999999000000            1.51999998100000
## 905                           NA                          NA
## 906                           NA                          NA
## 907                           NA                          NA
## 908                           NA                          NA
## 909                           NA                          NA
## 910                           NA                          NA
## 911                           NA                          NA
## 912                           NA                          NA
## 913                           NA                          NA
## 914             0.10000000000000            0.10000000000000
## 915             0.10000000000000            0.10000000000000
## 916                           NA                          NA
## 917                           NA                          NA
## 918                           NA                          NA
## 919                           NA                          NA
## 920                           NA                          NA
## 921                           NA                          NA
## 922                           NA                          NA
## 923                           NA                          NA
## 924                           NA                          NA
## 925                           NA                          NA
## 926                           NA                          NA
## 927                           NA                          NA
## 928                           NA                          NA
## 929                           NA                          NA
## 930                           NA                          NA
## 931             2.87617208100000            2.74891542100000
## 932   10391061698.00000000000000  10896004686.00000000000000
## 933                           NA                          NA
## 934      79962517.00000000000000     97796374.00000000000000
## 935            25.53938538000000                          NA
## 936          2439.63597699999991         2155.59523399999989
## 937     679470089.20000004768372    795121771.29999995231628
## 938                           NA                          NA
## 939            33.89453386000000           27.35308461000000
## 940                           NA                          NA
## 941                           NA                          NA
## 942     155000000.00000000000000    141000000.00000000000000
## 943                           NA                          NA
## 944            82.34043300000000           82.18258145999999
## 945             1.83955889300000            1.85967753300000
## 946             9.29127921700000            9.16079901900000
## 947            42.04433382000000           42.08535283000000
## 948            60.26300000000000           61.07100000000000
## 949                           NA                          NA
## 950                           NA                          NA
## 951      11102650.00000000000000     11362557.00000000000000
## 952                           NA                          NA
## 953                           NA                          NA
## 954             8.89000034300000            9.14999961900000
## 955            70.55000305000000           70.30000305000000
## 956                           NA                          NA
## 957                           NA                          NA
## 958                           NA                          NA
## 959                           NA                          NA
## 960                           NA                          NA
## 961                           NA                          NA
## 962                           NA                          NA
## 963                           NA                          NA
## 964                           NA                          NA
## 965                           NA                          NA
## 966          1200.00000000000000         2200.00000000000000
## 967                           NA                          NA
## 968                           NA                          NA
## 969                           NA                          NA
## 970                           NA                          NA
## 971                           NA                          NA
## 972                           NA                          NA
## 973                           NA                          NA
## 974                           NA                          NA
## 975                           NA                          NA
## 976                           NA                          NA
## 977       3447607.00000000000000      3460756.00000000000000
## 978                           NA                          NA
## 979                           NA                          NA
## 980                           NA                          NA
## 981   18111450000.00000000000000  23404561000.00000000000000
## 982                           NA                          NA
## 983             1.32624921900000            1.09066742400000
## 984  249000000000.00000000000000 281000000000.00000000000000
## 985            20.99073000000000           19.25907800000000
## 986             0.00000000000000            0.00000000000000
## 987   83061000000.00000000000000  93745000000.00000000000000
## 988   59548283207.00000000000000  63749987039.00000000000000
## 989           -12.82261842000000          -11.37986475000000
## 990                           NA                          NA
## 991    1031715001.00000000000000   1294985096.00000000000000
## 992                           NA                          NA
## 993             0.90071631500000            0.88070784600000
## 994                           NA                          NA
## 995                           NA                          NA
## 996             0.19439044700000            0.15117158000000
## 997             5.82254476300000            4.83772998300000
## 998             8.84076244200000            7.92489636700000
## 999                           NA                          NA
## 1000                          NA                          NA
## 1001           32.40000000000000                          NA
## 1002     10940940.00000000000000     11221189.00000000000000
## 1003       809590.00000000000000       834112.00000000000000
## 1004            4.86681217500000            4.78868148500000
## 1005           10.39994735000000           10.44089000000000
## 1006           12.40000000000000                          NA
## 1007          250.48300000000000          241.45300000000000
## 1008            4.50000000000000                          NA
## 1009                          NA                          NA
## 1010           70.69999695000000                          NA
## 1011           81.88300323000000           81.79299927000000
## 1012                          NA                          NA
## 1013                          NA                          NA
## 1014           93.47000312999999           93.37000275000000
## 1015           80.43900299000001           80.36399840999999
## 1016                          NA                          NA
## 1017                          NA                          NA
## 1018                          NA                          NA
## 1019                          NA                          NA
## 1020                          NA                          NA
## 1021                          NA                          NA
## 1022                          NA                          NA
## 1023                          NA                          NA
## 1024           65.00000000000000           78.00000000000000
## 1025                          NA                          NA
## 1026            6.30000000000000            5.90000000000000
## 1027                          NA                          NA
## 1028                          NA                          NA
## 1029            4.76175022100000                          NA
## 1030                          NA                          NA
## 1031                          NA                          NA
## 1032            5.00000000000000            5.00000000000000
## 1033                          NA                          NA
## 1034                          NA                          NA
## 1035                          NA          134.77542000000000
## 1036                          NA                          NA
## 1037                          NA                          NA
## 1038                          NA                          NA
## 1039           14.79069601000000           15.03239055000000
## 1040           20.34997772000000           19.08067400000000
## 1041 249000000000.00000000000000 281000000000.00000000000000
## 1042            0.00000000000000            0.00000000000000
## 1043         -100.00000000000000            0.00000000000000
## 1044   4449000000.00000000000000   4829000000.00000000000000
## 1045     31426148.00000000000000     36280121.00000000000000
## 1046           21.49305179000000           21.40043420000000
## 1047 294000000000.00000000000000 306000000000.00000000000000
## 1048   1611500000.00000000000000   1854725583.00000000000000
## 1049           15.44997650000000           14.75938727000000
## 1050                          NA                          NA
## 1051                          NA                          NA
## 1052            0.00451047300000            0.02199885800000
## 1053        28400.00000000000000        28400.00000000000000
## 1054                          NA                          NA
## 1055                          NA                          NA
## 1056                          NA                          NA
## 1057                          NA                          NA
## 1058                          NA                          NA
## 1059                          NA                          NA
## 1060                          NA                          NA
## 1061                          NA                          NA
## 1062           34.83421371000000           33.83690938000000
## 1063           65.19788038000000           59.88242969000000
## 1064                          NA                          NA
## 1065  38918649512.00000000000000  65681058645.00000000000000
## 1066                          NA                          NA
## 1067                          NA                          NA
## 1068            1.63934426200000            4.28571428600000
## 1069          320.00000000000000          330.00000000000000
## 1070            0.04738875100000            0.05040492700000
## 1071            8.73627691100000            9.82924925200000
## 1072           10.15408895000000            9.43067951300000
## 1073           14.99930813000000           13.96250519000000
## 1074                          NA                          NA
## 1075                          NA                          NA
## 1076                          NA                          NA
## 1077                          NA                          NA
## 1078      1070000.05199999990873      1019999.98100000002887
## 1079      5380000.11400000005960      4710000.03799999970943
## 1080            0.42374943000000            0.46875202100000
## 1081            0.00000000000000            0.00000000000000
## 1082           51.42299823000000           46.01211671000000
## 1083      6378420.00000000000000      6350360.00000000000000
## 1084           16.36713287000000           16.39020979000000
## 1085    360100000.00000000000000    396900000.00000000000000
## 1086                          NA                          NA
## 1087           33.89453386000000           27.35308461000000
## 1088                          NA                          NA
## 1089                          NA                          NA
## 1090     76000000.00000000000000     55000000.00000000000000
## 1091                          NA                          NA
## 1092            0.49787378900000            0.50901199000000
## 1093            2.93623556100000            2.89296958500000
## 1094           54.88167448000000           54.80268855000000
## 1095           15.89093667000000           15.90222028000000
## 1096           28.50000000000000                          NA
## 1097                          NA      -464703.00000000000000
## 1098                          NA                          NA
## 1099                          NA                          NA
## 1100                          NA                          NA
## 1101                          NA                          NA
## 1102                          NA                          NA
## 1103           15.01000023000000           15.15999985000000
## 1104            0.92000001700000            0.92000001700000
## 1105                          NA                          NA
## 1106                          NA                          NA
## 1107                          NA                          NA
## 1108                          NA                          NA
## 1109                          NA                          NA
## 1110                          NA                          NA
## 1111                          NA                          NA
## 1112                          NA                          NA
## 1113            0.04000000000000            0.04000000000000
## 1114            0.10000000000000            0.10000000000000
## 1115          100.00000000000000           94.50000000000000
## 1116         7721.00000000000000         7316.00000000000000
## 1117                          NA                          NA
## 1118                          NA                          NA
## 1119                          NA                          NA
## 1120                          NA                          NA
## 1121           40.16961000000000                          NA
## 1122                          NA                          NA
## 1123                          NA                          NA
## 1124                          NA                          NA
## 1125                          NA                          NA
## 1126            0.71288001500000                          NA
## 1127                          NA                          NA
## 1128                          NA                          NA
## 1129    280781108.10000002384186    314781693.80000001192093
## 1130  25286930907.00000000000000  27017629706.00000000000000
## 1131        38738.91337000000203        39803.81332999999722
## 1132 804000000000.00000000000000 843000000000.00000000000000
## 1133                          NA                          NA
## 1134            1.76541850000000            1.98515210000000
## 1135            8.43185115300000            8.47149563100000
## 1136    408101725.69999998807907    435139400.30000001192093
## 1137           35.64019356000000           37.70769982000000
## 1138                          NA                          NA
## 1139 281000000000.00000000000000 312000000000.00000000000000
## 1140                          NA                          NA
## 1141        71000.00000000000000        86000.00000000000000
## 1142            0.50992849700000            0.61983792200000
## 1143                          NA                          NA
## 1144                          NA                          NA
## 1145                          NA                          NA
## 1146            7.11266038700000            6.76054620800000
## 1147                          NA                          NA
## 1148                          NA                          NA
## 1149       394000.00000000000000       422000.00000000000000
## 1150           49.52813789000000           49.68475661000000
## 1151            3.66490312200000            3.69324910300000
## 1152            4.77954353100000            4.75484712900000
## 1153           10.70358688000000           10.59312015000000
## 1154           19.10000000000000                          NA
## 1155          288.17800000000000          279.41000000000003
## 1156            1.82099998000000            1.83099997000000
## 1157                          NA                          NA
## 1158           85.90399933000000           85.87899779999999
## 1159           84.92000000000000           84.88000000000000
## 1160                          NA                          NA
## 1161                          NA                          NA
## 1162           75.59999847000000           75.28999709999999
## 1163                          NA                          NA
## 1164                          NA                          NA
## 1165                          NA                          NA
## 1166                          NA                          NA
## 1167                          NA                          NA
## 1168                          NA                          NA
## 1169            0.70000000000000                          NA
## 1170                          NA                          NA
## 1171                          NA                          NA
## 1172           65.00000000000000           73.00000000000000
## 1173                          NA                          NA
## 1174            8.20000000000000            7.80000000000000
## 1175                          NA                          NA
## 1176                          NA                          NA
## 1177                          NA                          NA
## 1178                          NA                          NA
## 1179                          NA                          NA
## 1180      1121335.00000000000000                          NA
## 1181                          NA                          NA
## 1182                          NA                          NA
## 1183                          NA          123.42093000000000
## 1184            6.00000000000000            6.00000000000000
## 1185                          NA                          NA
## 1186                          NA                          NA
## 1187                          NA                          NA
## 1188           20.38508266000000           19.11054397000000
## 1189 268000000000.00000000000000 302000000000.00000000000000
## 1190          204.68575519999999          217.78798190000001
## 1191                          NA                          NA
## 1192                          NA                          NA
## 1193            0.69382885000000            0.73644407000000
## 1194            5.87405484200000                          NA
## 1195           38.92765745000000           38.78073387000000
## 1196  88713075000.00000000000000 106000000000.00000000000000
## 1197                          NA                          NA
## 1198                          NA                          NA
## 1199                          NA                          NA
## 1200                          NA                          NA
## 1201                          NA                          NA
## 1202                          NA                          NA
## 1203                          NA                          NA
## 1204                          NA                          NA
## 1205           10.58359320000000           11.20716533000000
## 1206  26601000000.00000000000000  29293000000.00000000000000
## 1207                          NA                          NA
## 1208                          NA                          NA
## 1209            4.25722590500000            4.13729042600000
## 1210                          NA                          NA
## 1211                          NA                          NA
## 1212                          NA                          NA
## 1213           17.23060906000000           19.14357683000000
## 1214         1960.00000000000000         2190.00000000000000
## 1215            0.00000000000000            0.00000000000000
## 1216           62.97431829000000           53.57828305000000
## 1217    331339996.30000001192093    315339996.30000001192093
## 1218      5699999.80900000035763      5739999.77099999971688
## 1219     53889000.00000000000000     45484000.00000000000000
## 1220                          NA                          NA
## 1221     15000000.00000000000000     21000000.00000000000000
## 1222                          NA                          NA
## 1223                          NA                          NA
## 1224                          NA                          NA
## 1225     83452599.79999999701977    216041058.00000000000000
## 1226   1494678669.00000000000000   1691872532.00000000000000
## 1227                          NA         1500.00000000000000
## 1228           44.00769066000000           45.86568820000000
## 1229            0.00000000000000            0.00000000000000
## 1230                          NA                          NA
## 1231                          NA                          NA
## 1232                          NA                          NA
## 1233                          NA                          NA
## 1234                          NA                          NA
## 1235                          NA                          NA
## 1236                          NA                          NA
## 1237                          NA                          NA
## 1238  21705000000.00000000000000  24471000000.00000000000000
## 1239           30.93298543000000           30.63972110000000
## 1240                          NA                          NA
## 1241            9.22046662400000            4.00998860500000
## 1242                          NA                          NA
## 1243                          NA                          NA
## 1244                          NA                          NA
## 1245                          NA                          NA
## 1246        15630.00000000000000        15770.00000000000000
## 1247            0.00000000000000            0.00000000000000
## 1248            0.00000000000000            0.00000000000000
## 1249            1.52228171600000            1.69293290100000
## 1250    398820007.30000001192093    407480011.00000000000000
## 1251                          NA                          NA
## 1252                          NA                          NA
## 1253            4.10142881500000            4.23434709600000
## 1254                          NA                          NA
## 1255      1950000.04799999995157      3450000.04799999995157
## 1256                          NA                          NA
## 1257                          NA                          NA
## 1258      1073853.92599999997765      3268985.62600000016391
## 1259     32028604.69000000134110     28586661.30999999865890
## 1260        57372.55999999999767        57481.31999999999971
## 1261           44.00000000000000           40.00000000000000
## 1262            0.05554012800000            0.02519526300000
## 1263           53.13657378000000           47.86499225000000
## 1264   1398000000.00000000000000   1693000000.00000000000000
## 1265                          NA                          NA
## 1266                          NA                          NA
## 1267      2507255.00000000000000      2672682.00000000000000
## 1268                          NA                          NA
## 1269       342732.00000000000000       353630.00000000000000
## 1270            5.38168566900000            5.32771527200000
## 1271           11.98046055000000           11.97223396000000
## 1272           54.25284020000000           55.43002400000000
## 1273                          NA                          NA
## 1274                          NA                          NA
## 1275                          NA                          NA
## 1276           75.19999695000000                          NA
## 1277           83.53800201000000           83.46800232000000
## 1278                          NA                          NA
## 1279            8.85000038100000           10.43999958000000
## 1280           67.19999695000000                          NA
## 1281           78.31099700999999           78.29299927000000
## 1282                          NA                          NA
## 1283                          NA                          NA
## 1284                          NA                          NA
## 1285                          NA                          NA
## 1286                          NA                          NA
## 1287                          NA                          NA
## 1288                          NA                          NA
## 1289                          NA                          NA
## 1290                          NA                          NA
## 1291                          NA                          NA
## 1292        35788.00000000000000        34357.00000000000000
## 1293                          NA                          NA
## 1294                          NA                          NA
## 1295                          NA                          NA
## 1296         4210.00000000000000                          NA
## 1297                          NA                          NA
## 1298                          NA                          NA
## 1299                          NA                          NA
## 1300                          NA                          NA
## 1301          138.40591430000001                          NA
## 1302                          NA                          NA
## 1303                          NA                          NA
## 1304                          NA                          NA
## 1305           10.58439036000000           11.16235091000000
## 1306    921727898.50000000000000    939988781.70000004768372
## 1307   4685219618.00000000000000   4901701923.00000000000000
## 1308  25246362676.00000000000000  26978289337.00000000000000
## 1309           29.08690473000000           31.20416757000000
## 1310    841800000.00000000000000    842200000.00000000000000
## 1311    140400000.00000000000000    142900000.00000000000000
## 1312            8.30215835800000            6.36375713200000
## 1313   3507310043.00000000000000   3652142782.00000000000000
## 1314                          NA                          NA
## 1315           22.81757514000000           26.32783507000000
## 1316 213000000000.00000000000000 241000000000.00000000000000
## 1317                          NA                          NA
## 1318           20.57761733000000           25.37163013000000
## 1319                          NA                          NA
## 1320            0.11125120500000            0.14020970500000
## 1321                          NA                          NA
## 1322                          NA                          NA
## 1323       119000.00000000000000       132000.00000000000000
## 1324     11149412.00000000000000     11363583.00000000000000
## 1325            1.26209448200000            1.26663939100000
## 1326            3.64998802700000            3.76435153200000
## 1327      5995930.00000000000000      6169187.00000000000000
## 1328           60.30000000000000                          NA
## 1329           35.32100000000000           34.54200000000000
## 1330                          NA                          NA
## 1331                          NA                          NA
## 1332                          NA                          NA
## 1333           92.06999999999999           92.06999999999999
## 1334                          NA                          NA
## 1335                          NA                          NA
## 1336           84.07999802000000           83.91999817000000
## 1337           79.40699768000000           79.34600067000000
## 1338                          NA                          NA
## 1339                          NA                          NA
## 1340                          NA                          NA
## 1341                          NA                          NA
## 1342                          NA                          NA
## 1343                          NA                          NA
## 1344                          NA                          NA
## 1345                          NA                          NA
## 1346            0.15999999600000            0.17000000200000
## 1347                          NA                          NA
## 1348            9.30000000000000            9.20000000000000
## 1349                          NA                          NA
## 1350                          NA            3.41463414600000
## 1351                          NA                          NA
## 1352                          NA                          NA
## 1353                          NA                          NA
## 1354           37.44724000000000                          NA
## 1355                          NA                          NA
## 1356                          NA                          NA
## 1357                          NA                          NA
## 1358                          NA                          NA
## 1359                          NA                          NA
## 1360                          NA                          NA
## 1361                          NA                          NA
## 1362      7800000.00000000000000      7700000.00000000000000
## 1363                          NA                          NA
## 1364        11267.95082000000002        12420.44860999999946
## 1365   4240799273.00000000000000   4603910223.00000000000000
## 1366                          NA                          NA
## 1367            0.00000000000000            0.00000000000000
## 1368           34.69322842000000                          NA
## 1369                          NA                          NA
## 1370                          NA                          NA
## 1371  56081000000.00000000000000  60794000000.00000000000000
## 1372           85.61753074000001           86.03914970000000
## 1373   3453136500.00000000000000   3793862879.00000000000000
## 1374                          NA                          NA
## 1375                          NA                          NA
## 1376                          NA                          NA
## 1377                          NA                          NA
## 1378                          NA                          NA
## 1379                          NA                          NA
## 1380                          NA                          NA
## 1381                          NA                          NA
## 1382                          NA                          NA
## 1383                          NA                          NA
## 1384            0.69108500300000            0.68652690900000
## 1385                          NA           -1.12294260900000
## 1386                          NA                          NA
## 1387                          NA                          NA
## 1388                          NA                          NA
## 1389       532644.00000000000000       558060.00000000000000
## 1390                          NA                          NA
## 1391         3950.00000000000000         4010.00000000000000
## 1392            0.08872651700000            0.09696799200000
## 1393            3.67321976300000            3.80226909500000
## 1394                          NA                          NA
## 1395    403910003.69999998807907    414630004.89999997615814
## 1396                          NA                          NA
## 1397            0.00000000000000            0.00000000000000
## 1398                          NA                          NA
## 1399                          NA                          NA
## 1400       180000.00719999999274       250000.00000000000000
## 1401      2230000.01899999985471      1090000.03300000005402
## 1402           21.19943421000000           16.81652164000000
## 1403     30911582.30000000074506    168846001.09999999403954
## 1404   1769523197.00000000000000   1945005560.00000000000000
## 1405                          NA                          NA
## 1406      2340500.00000000000000      2343800.00000000000000
## 1407   1018728429.00000000000000   1066000351.00000000000000
## 1408                          NA                          NA
## 1409            9.24740772900000            8.90760856000000
## 1410                          NA                          NA
## 1411                          NA                          NA
## 1412                          NA                          NA
## 1413                          NA                          NA
## 1414                          NA                          NA
## 1415                          NA                          NA
## 1416                          NA                          NA
## 1417                          NA                          NA
## 1418                          NA                          NA
## 1419                          NA                          NA
## 1420            0.33411824600000            0.76245004400000
## 1421   9721000000.00000000000000  10810000000.00000000000000
## 1422                          NA                          NA
## 1423           43.75963575000000           45.51439216000000
## 1424           22.83838128000000           23.36451430000000
## 1425                          NA                          NA
## 1426          154.47798599999999          157.93546850000001
## 1427                          NA                          NA
## 1428                          NA                          NA
## 1429            0.28517021800000            0.30865446000000
## 1430            0.00000000000000            0.00000000000000
## 1431     68949929.40000000596046     83400509.59999999403954
## 1432    331339996.30000001192093    315339996.30000001192093
## 1433     57893000.00000000000000     85363000.00000000000000
## 1434                          NA                          NA
## 1435     25747608.00000000000000     28395012.50000000000000
## 1436                          NA                          NA
## 1437      5480000.01900000032037      6650000.09499999973923
## 1438                          NA                          NA
## 1439   1146207225.00000000000000   1279466810.00000000000000
## 1440   -243147923.00000000000000   -172044478.30000001192093
## 1441           25.66544777000000           26.26831385000000
## 1442                          NA                          NA
##                      X1998                  X1999                   X2000
## 1                       NA                     NA                      NA
## 2       474000000.00000000    602000000.000000000     804000000.000000000
## 3              29.14189154           28.166191270            28.545426940
## 4              41.07858212           58.387070390            45.582421680
## 5              20.09000000           14.010000000            16.840000000
## 6              35.41823863           40.209451640            43.263394360
## 7               1.50214363            1.345636786             1.195598901
## 8              75.18708050           74.766548130            74.118687490
## 9               1.37225288            1.380852716             1.399148589
## 10              7.69855700            7.607053064             7.507448353
## 11             41.32329061           41.181258300            40.964984500
## 12             59.84200000           60.517000000            61.166000000
## 13                      NA                     NA                      NA
## 14                      NA                     NA                      NA
## 15              2.12899995            2.092000008             2.053999901
## 16             81.75000000           81.793998720            81.554000850
## 17                      NA           80.139999390                      NA
## 18             14.10000038           14.050000190            14.229999540
## 19             50.95000076           50.509998320            49.990001680
## 20             80.41999817           80.435997010            80.219001770
## 21             69.33000183           67.430000310            66.370002750
## 22                      NA                     NA                      NA
## 23                      NA                     NA                      NA
## 24                      NA                     NA            21.520036700
## 25                      NA                     NA                      NA
## 26             61.10000000                     NA                      NA
## 27                      NA                     NA            69.203924300
## 28                      NA                     NA            13.964303920
## 29                      NA                     NA            42.000000000
## 30            500.00000000         1000.000000000          1000.000000000
## 31             42.50000000           40.800000000            39.300000000
## 32                      NA                     NA             8.120053388
## 33                      NA                     NA                      NA
## 34             22.79511000           24.641610000            21.957600000
## 35                      NA                     NA                      NA
## 36                      NA                     NA                      NA
## 37                      NA           27.395549770            28.820110320
## 38                      NA                     NA                      NA
## 39                      NA           57.019230000            64.115490000
## 40                      NA                     NA                      NA
## 41                      NA           39.048140000            38.038220000
## 42                      NA           10.523859980            12.094380380
## 43                      NA                     NA                      NA
## 44                      NA                     NA                      NA
## 45                      NA                     NA                      NA
## 46                      NA                     NA                      NA
## 47    41438000000.00000000  46563000000.000000000   57577000000.000000000
## 48    12113653185.00000000  12648177008.000000000   13432363981.000000000
## 49              0.00000000            0.000000000             0.003580902
## 50              1.97910880            1.859074800             1.727482800
## 51              5.82014993            5.271016834             6.207829680
## 52     1023502825.00000000   1028933039.000000000    1139264514.000000000
## 53            416.32282220          426.414255900           444.046345100
## 54    74728000000.00000000  70061000000.000000000   92272000000.000000000
## 55                      NA                     NA                      NA
## 56                      NA                     NA                      NA
## 57                      NA                     NA                      NA
## 58                      NA                     NA                      NA
## 59             58.95522388           74.875621890           100.000000000
## 60                      NA                     NA                      NA
## 61              1.47192187            1.859101349             6.984898747
## 62              8.39186843           15.745438170            11.858240780
## 63             50.15618000           20.587120000            18.555280000
## 64      189000000.00000000    173000000.000000000     158000000.000000000
## 65                      NA                     NA                      NA
## 66              0.32026475            0.321390096             0.315988197
## 67              2.47532066            2.494471102             2.502795990
## 68             54.96062670           55.079790850            55.269438220
## 69             40.51008696           40.215535710            39.842663260
## 70             65.10000000           61.800000000            58.700000000
## 71             95.00000000          178.000000000           227.000000000
## 72                      NA                     NA                      NA
## 73                      NA                     NA                      NA
## 74                      NA                     NA                      NA
## 75                      NA           23.222748820                      NA
## 76                      NA            9.723161033                      NA
## 77                      NA           91.800000000                      NA
## 78             76.62000275           76.279998780            75.730003360
## 79                      NA           85.900000000                      NA
## 80                      NA                     NA                      NA
## 81                      NA                     NA             5.386075290
## 82             61.00000000           62.000000000            67.000000000
## 83                      NA                     NA            84.000000000
## 84                      NA                     NA             9.127947280
## 85                      NA                     NA           553.000000000
## 86                      NA                     NA            27.000000000
## 87                      NA                     NA             6.904835975
## 88           3400.00000000         4000.000000000          4000.000000000
## 89             91.20000000           86.200000000            81.400000000
## 90           3668.00000000         3605.000000000          3557.000000000
## 91                      NA                     NA                      NA
## 92                      NA                     NA                      NA
## 93                      NA                     NA                      NA
## 94                      NA           32.794750210            32.644958500
## 95                      NA           23.725640000            21.710650000
## 96                      NA                     NA                      NA
## 97                      NA           15.000329970                      NA
## 98                      NA                     NA                      NA
## 99                      NA                     NA                      NA
## 100                     NA            0.667770028             0.676140010
## 101                     NA                     NA                      NA
## 102                     NA                     NA                      NA
## 103   56158723806.00000000  58700888407.000000000   63282813207.000000000
## 104           210.00000000          220.000000000           230.000000000
## 105          1941.14586800         1987.825045000          2073.054338000
## 106             0.00000000            0.000000000             0.000000000
## 107            17.09356300           16.515751000            17.505229000
## 108             0.00000000            0.000000000             0.000000000
## 109          3433.11473000         3550.701544000          3652.055370000
## 110     850448866.89999998    895418350.899999976     959894078.000000000
## 111  -33290000000.00000000 -23498000000.000000000  -34695000000.000000000
## 112     150976594.00000000     70522442.969999999     274330389.500000000
## 113                     NA                     NA                      NA
## 114                     NA                     NA                      NA
## 115      42273075.89000000     47484957.369999997      51358135.310000002
## 116                     NA                     NA                      NA
## 117            43.67152117           38.118993070            38.496734820
## 118             0.29305681            8.665205869             0.209589894
## 119            29.67845023           36.482326370            33.514491590
## 120            10.74293687           12.641952730             5.706242228
## 121                     NA                     NA                      NA
## 122                     NA                     NA                      NA
## 123             6.22763662            6.078403379             5.931434793
## 124                     NA                     NA                      NA
## 125             4.28953354            4.300734152             4.316778066
## 126             6.40234374            6.426021146             6.418062998
## 127            14.05522159           14.121967710            14.177613970
## 128            61.68564000           62.835810000            63.985980000
## 129                     NA                     NA                      NA
## 130             1.62800002            1.659000039             1.636999965
## 131             3.69600010            3.720000029             3.638000011
## 132            90.76475472           90.826715280            90.805242140
## 133                     NA           83.150001530                      NA
## 134                     NA           42.200000000                      NA
## 135             4.26999998            5.039999962             5.469999790
## 136            88.33699799           88.226997380            87.959999080
## 137                     NA                     NA                      NA
## 138                     NA                     NA                      NA
## 139                     NA                     NA                      NA
## 140                     NA                     NA             9.111840760
## 141                     NA                     NA                      NA
## 142                     NA                     NA            14.800000000
## 143                     NA                     NA                      NA
## 144                     NA                     NA            11.900000000
## 145                     NA                     NA            51.200000000
## 146             0.32000000            0.370000000             0.360000000
## 147                     NA                     NA            77.987335480
## 148                     NA                     NA            33.940622780
## 149                     NA                     NA             0.400000000
## 150            20.95528000           18.449740000            18.822410000
## 151                     NA                     NA                      NA
## 152                     NA        39911.000000000         44620.000000000
## 153                     NA                     NA                      NA
## 154                     NA                     NA                      NA
## 155                     NA      1058356.000000000        882973.000000000
## 156                     NA           56.648681640                      NA
## 157                     NA           98.944572450           103.868980400
## 158                     NA           11.905349730            13.805569650
## 159                     NA                     NA                      NA
## 160                     NA                     NA                      NA
## 161            65.97578750           68.239370830            71.093795830
## 162                     NA                     NA                      NA
## 163                     NA                     NA                      NA
## 164  926000000000.00000000 967000000000.000000000 1030000000000.000000000
## 165             4.10785067            8.887047432             4.472433715
## 166            20.10377900           20.422549000            21.651698000
## 167            35.23442304           34.584371240            34.710715490
## 168    1747385043.00000000   1852023351.000000000    2004020892.000000000
## 169  112000000000.00000000 132000000000.000000000  145000000000.000000000
## 170                     NA                     NA                      NA
## 171                     NA                     NA                      NA
## 172    4187360775.00000000   4348388521.000000000    4660648617.000000000
## 173   28015000000.00000000  30529000000.000000000   33964000000.000000000
## 174                     NA                     NA                      NA
## 175                     NA                     NA                      NA
## 176                     NA                     NA                      NA
## 177                     NA                     NA                      NA
## 178                     NA                     NA                      NA
## 179                     NA                     NA                      NA
## 180                     NA                     NA                      NA
## 181                     NA                     NA                      NA
## 182                     NA                     NA                      NA
## 183                     NA                     NA                      NA
## 184                     NA                     NA                      NA
## 185                     NA                     NA                      NA
## 186            23.11959537           24.373879640            23.498859070
## 187                     NA                     NA                      NA
## 188                     NA                     NA                      NA
## 189             2.71732642            2.712315542             2.856715540
## 190                     NA                     NA                      NA
## 191                     NA                     NA                      NA
## 192                     NA                     NA                      NA
## 193                     NA                     NA            88.943021700
## 194         25370.00084000        26379.999160000         26760.000230000
## 195            49.18059448           54.955405940            58.811001120
## 196            90.48000000           95.466847090            98.372513560
## 197       6707437.20000000      6399185.400000000       4965721.900000000
## 198       9310000.42000000     10029999.730000000       6320000.172000000
## 199     -12575000.00000000    -12672000.000000000      -7407000.000000000
## 200                     NA                     NA                      NA
## 201                     NA                     NA                      NA
## 202                     NA                     NA                      NA
## 203      22920000.08000000     23799999.239999998      24950000.760000002
## 204             1.39006091            1.658099124             2.029360644
## 205            56.03542704           65.032804400            56.677108280
## 206     -67194167.98000000    -78677776.319999993    -130649853.799999997
## 207          1960.20000000         2003.100000000          2136.300000000
## 208                     NA                     NA                      NA
## 209            13.72338362           12.341486350            14.968673690
## 210            61.65464382           60.231487420            55.350562650
## 211     188794808.50000000    202077119.599999994     193235921.500000000
## 212             2.41830356            3.111849994             2.782162749
## 213            20.09000000           14.010000000            16.840000000
## 214                     NA                     NA           100.000000000
## 215            87.66400000           87.143000000            86.603000000
## 216             2.07314858            1.941726935             1.817197648
## 217        493441.00000000       506345.000000000        518935.000000000
## 218             6.30337783            6.396482596             6.503753738
## 219            13.52702495           13.473156350            13.400117290
## 220             4.30600000            4.135000000             3.955000000
## 221            82.90000000                     NA                      NA
## 222                     NA            1.659999967                      NA
## 223                     NA            3.960000038                      NA
## 224                     NA           90.826395860                      NA
## 225            80.02500153           80.036003110            79.507003780
## 226                     NA           52.400000000                      NA
## 227          3922.83454800         4010.796896000          4180.486799000
## 228                     NA           88.330001830                      NA
## 229            77.51999664           76.110000610            75.250000000
## 230                     NA                     NA                      NA
## 231                     NA                     NA                      NA
## 232                     NA                     NA             1.840705980
## 233                     NA                     NA                      NA
## 234                     NA                     NA             2.300000000
## 235                     NA                     NA                      NA
## 236                     NA                     NA                      NA
## 237                     NA                     NA             2.403425664
## 238             0.11000000            0.130000000             0.140000000
## 239                     NA                     NA                      NA
## 240         68289.00000000        64059.000000000         59766.000000000
## 241                     NA                     NA                      NA
## 242                     NA                     NA           139.462980000
## 243                     NA                     NA                      NA
## 244                     NA                     NA                      NA
## 245                     NA           41.025291440            42.624191280
## 246                     NA                     NA                      NA
## 247                     NA           74.368520000            79.791810000
## 248                     NA           62.511840820                      NA
## 249                     NA          115.714592000           119.404792800
## 250                     NA            9.067910194            10.287130360
## 251                     NA                     NA                      NA
## 252                     NA                     NA                      NA
## 253            61.95000000           67.950000000            69.070000000
## 254          1220.00000000         1270.000000000          1350.000000000
## 255            13.77387027           13.613479280            15.172284760
## 256             3.01638948            4.412573275             6.199999985
## 257             4.10785067            8.887047432             4.472433715
## 258             0.00000000            0.000000000             0.001649410
## 259  409000000000.00000000 430000000000.000000000  457000000000.000000000
## 260   63406000000.00000000  69916000000.000000000   78689000000.000000000
## 261    1815899919.00000000   1948094187.000000000    2101216158.000000000
## 262            42.60509521           49.539520580            46.534591490
## 263            71.16102485           77.052609580            66.753595650
## 264    1433500000.00000000   1199614366.000000000    1571962658.000000000
## 265            12.47462133           10.657130740            15.158585980
## 266            21.67000000           14.360000000            14.410000000
## 267      78000000.00000000     71000000.000000000      73000000.000000000
## 268                     NA                     NA                      NA
## 269                     NA                     NA                      NA
## 270             2.24358562            2.250392939             2.259538238
## 271             8.98126219            9.071143517             9.153198268
## 272       4868431.00000000      4946933.000000000       5017845.000000000
## 273            69.50000000           66.000000000            62.800000000
## 274                     NA                     NA        717900.000000000
## 275                     NA                     NA                      NA
## 276            48.15875521           48.495965440            48.755715580
## 277                     NA                     NA                      NA
## 278                     NA                     NA                      NA
## 279                     NA           11.060000000                      NA
## 280                     NA           92.410000000                      NA
## 281            84.73999786           84.569999690            84.260002140
## 282                     NA           88.300000000                      NA
## 283                     NA                     NA                      NA
## 284                     NA                     NA            26.662085500
## 285                     NA                     NA             3.125985380
## 286                     NA                     NA            30.000000000
## 287            59.50000000                     NA                      NA
## 288                     NA                     NA                      NA
## 289                     NA                     NA                      NA
## 290                     NA                     NA                      NA
## 291           100.00000000          200.000000000           200.000000000
## 292                     NA                     NA            19.200000000
## 293          3763.00000000         3763.000000000          3765.000000000
## 294                     NA                     NA                      NA
## 295                     NA            8.980080000            10.181870000
## 296                     NA                     NA                      NA
## 297                     NA                     NA                      NA
## 298                     NA        28462.000000000         18463.000000000
## 299                     NA                     NA                      NA
## 300                     NA        91878.000000000         99382.000000000
## 301                     NA           35.921790000            38.272720000
## 302             5.00000000            5.000000000             5.000000000
## 303                     NA                     NA             0.374100000
## 304                     NA                     NA                      NA
## 305                     NA                     NA                      NA
## 306     442560936.19999999    474700000.000000000     629900000.000000000
## 307         13065.65588000        14583.233640000         15908.601360000
## 308             0.00000000            0.000000000             0.000000000
## 309    4856255044.00000000   5033642384.000000000    5494252208.000000000
## 310     927500000.00000000    927100000.000000000    1061000000.000000000
## 311             0.00000000            0.000000000         90952.519000000
## 312    1711073446.00000000   1740853569.000000000    1907094252.000000000
## 313             3.42329540            5.287735190             7.200626065
## 314                     NA                     NA                      NA
## 315    9353000000.00000000   4792000000.000000000   18948000000.000000000
## 316           111.06549880          106.870037100           109.142581600
## 317                     NA                     NA                      NA
## 318    2789000000.00000000   3240345000.000000000    3651245000.000000000
## 319                     NA                     NA                      NA
## 320                     NA                     NA                      NA
## 321             0.09017133            0.064422974             0.110831582
## 322                     NA                     NA           100.000000000
## 323            56.22602023           45.235923960            40.500871360
## 324            36.00000000           18.199230000            25.734160000
## 325            56.96041000           21.213200000            16.970310000
## 326            12.33600000           12.857000000            13.397000000
## 327      23057875.00000000     23509971.000000000      23941099.000000000
## 328             3.14403830            3.175473880             3.209690070
## 329             5.30876144            5.324817007             5.351949945
## 330            12.20940442           12.266706750            12.361225060
## 331                     NA                     NA                      NA
## 332           121.04280000          116.999600000           112.956400000
## 333             1.92299998            2.029000044             2.062999964
## 334             2.93199992            2.917999983             2.851999998
## 335            90.06800079           90.055000310            89.811996460
## 336                     NA           81.540000920                      NA
## 337                     NA           53.800000000                      NA
## 338             8.38000011            9.840000153            10.520000460
## 339            84.33200073           84.262001040            83.999000550
## 340                     NA                     NA                      NA
## 341                     NA                     NA                      NA
## 342                     NA                     NA                      NA
## 343                     NA                     NA             0.484851360
## 344                     NA                     NA                      NA
## 345                     NA                     NA            15.500000000
## 346             0.50000000                     NA                      NA
## 347                     NA                     NA                      NA
## 348                     NA                     NA            54.900000000
## 349                     NA                     NA                      NA
## 350                     NA                     NA            79.925884370
## 351            10.80000000            9.900000000             9.100000000
## 352                     NA                     NA             1.880000000
## 353             2.89287996            2.893310070             2.975150108
## 354                     NA                     NA                      NA
## 355                     NA            9.483599663            11.033169750
## 356                     NA                     NA                      NA
## 357                     NA                     NA                      NA
## 358                     NA           42.980770110            35.884510040
## 359                     NA           62.511840820                      NA
## 360                     NA          114.903720000           117.746290000
## 361                     NA                     NA                      NA
## 362                     NA                     NA                      NA
## 363                     NA                     NA                      NA
## 364             0.18549705            0.181588186             0.182498777
## 365   60565901838.00000000  70018993663.000000000   82464690357.000000000
## 366    4863055044.00000000   5045642384.000000000    5514252208.000000000
## 367   44758698786.00000000  46733709167.000000000   49631199129.000000000
## 368            34.87491584           37.974266160            39.672640040
## 369            17.76664600           17.346720000            18.320836000
## 370             2.12547520            2.130000000             2.010000000
## 371  136000000000.00000000 144000000000.000000000  156000000000.000000000
## 372             1.03907280            2.720053568             4.970231946
## 373            24.83936911           20.483516360            24.314866350
## 374   42802000000.00000000  41381000000.000000000   46888000000.000000000
## 375                     NA                     NA                      NA
## 376                     NA                     NA                      NA
## 377                     NA                     NA                      NA
## 378                     NA                     NA                      NA
## 379                     NA                     NA                      NA
## 380             0.00000000            0.023394336             0.042713141
## 381                     NA                     NA                      NA
## 382                     NA                     NA                      NA
## 383                     NA                     NA                      NA
## 384                     NA                     NA                      NA
## 385                     NA                     NA                      NA
## 386                     NA                     NA                      NA
## 387                     NA                     NA                      NA
## 388                     NA                     NA                      NA
## 389             8.63933255            8.422505233             8.735981111
## 390             0.00000000            0.000000000             0.000000000
## 391                     NA                     NA                      NA
## 392                     NA                     NA                      NA
## 393     800272085.39999998    889429673.399999976     987342047.000000000
## 394                     NA                     NA                      NA
## 395                     NA                     NA                      NA
## 396                     NA                     NA           100.000000000
## 397            77.58284600           75.954738330            74.358974360
## 398             0.00000000            0.000000000             0.000000000
## 399             9.52000000            4.533152909             1.627486438
## 400             7.32429127            7.511943326             7.031350345
## 401                     NA                     NA                      NA
## 402                     NA                     NA                      NA
## 403      -6571911.80000000     -5866113.900000000      -4427899.800000000
## 404             2.82939560            3.214954004             2.141390955
## 405       1110000.01400000      1029999.971000000       1230000.019000000
## 406      28020000.46000000     26420000.079999998      23010000.230000000
## 407                     NA                     NA                      NA
## 408     482041860.10000002    612304439.399999976     776142672.299999952
## 409    -388087351.10000002   -439226109.199999988    -507977830.300000012
## 410    1435272130.00000000   1706621328.000000000    1790054414.000000000
## 411            40.27278322           40.348839160            41.651621900
## 412         21700.00000000        24000.000000000         26300.000000000
## 413            15.60000038           16.000000000            16.997000000
## 414                     NA                     NA                      NA
## 415                     NA                     NA                      NA
## 416                     NA                     NA                      NA
## 417                     NA                     NA                      NA
## 418                     NA                     NA                      NA
## 419                     NA                     NA                      NA
## 420                     NA                     NA                      NA
## 421    3752000000.00000000   4080000000.000000000    4820000000.000000000
## 422             7.36510298            6.904100273             7.031443074
## 423   10523000000.00000000  11919000000.000000000   12100000000.000000000
## 424                     NA                     NA                      NA
## 425            28.66308232           28.875948250            30.670620820
## 426                     NA                     NA                      NA
## 427             0.59000000                     NA             0.630000000
## 428            14.09090909           34.551495020            36.129032260
## 429            13.51351351           14.643545280            15.779467680
## 430           304.36100000         1111.101000000           979.089000000
## 431             1.40079965            1.569649871             1.702709950
## 432            83.63855743           84.290519710            85.081733700
## 433                     NA                     NA                      NA
## 434                     NA                     NA                      NA
## 435                     NA                     NA                      NA
## 436      -7066868.30000000     22766946.199999999     -11690419.100000000
## 437    2668527139.00000000   3027783793.000000000    2874494832.000000000
## 438        300000.01190000       730000.019100000        300000.011900000
## 439       4369999.88600000     10000000.000000000      14760000.230000000
## 440                     NA                     NA                      NA
## 441     116830000.00000000    146590000.000000000     143630000.000000000
## 442             0.00000000            0.000000000             0.000000000
## 443            54.66999817           57.080001830            60.959999080
## 444       3259770.00000000      3289875.000000000       3330740.000000000
## 445                     NA                     NA                      NA
## 446                     NA                     NA                      NA
## 447    5393623890.00000000   5379455482.000000000    5996568698.000000000
## 448  248000000000.00000000 284000000000.000000000  309000000000.000000000
## 449                     NA                     NA                      NA
## 450        208387.00000000       253035.000000000        266890.000000000
## 451                     NA                     NA                      NA
## 452                     NA                     NA                      NA
## 453                     NA            1.000000000             1.000000000
## 454                     NA                     NA                      NA
## 455                     NA                     NA                      NA
## 456                     NA                     NA                      NA
## 457                     NA                     NA                      NA
## 458                     NA                     NA                      NA
## 459    4576000000.00000000   5774000000.000000000    6969000000.000000000
## 460             0.00000000            0.000000000             0.000000000
## 461                     NA                     NA                      NA
## 462                     NA                     NA                      NA
## 463            29.98928037           29.375600580            34.348367440
## 464                     NA                     NA                      NA
## 465                     NA                     NA                      NA
## 466                     NA                     NA             0.000000000
## 467          2020.00000000         2060.000000000          2190.000000000
## 468             0.19109561            0.246129986             0.239189047
## 469            90.48000000           95.466847090            98.372513560
## 470      43983029.90000000     58667682.399999999      59083389.299999997
## 471                     NA                     NA                      NA
## 472       4610000.13400000      4449999.809000000       3680000.067000000
## 473                     NA                     NA                      NA
## 474             1.15840000            1.404900000             1.008800000
## 475     220629999.40000001    220259994.400000006     248330000.800000012
## 476          9999.99977600                     NA         50000.000750000
## 477                     NA                     NA                      NA
## 478     565142918.60000002    655090779.500000000     505933911.800000012
## 479    -757062077.00000000   -881866680.100000024    -813966190.100000024
## 480                     NA                     NA                      NA
## 481                     NA                     NA                      NA
## 482                     NA                     NA                      NA
## 483            36.24887286           29.634340610            42.844948410
## 484                     NA                     NA                      NA
## 485             0.09766306            0.009352304             0.069976217
## 486             3.96019787            4.360203590             3.532353947
## 487                     NA                     NA                      NA
## 488      29000000.00000000     45000000.000000000      36000000.000000000
## 489                     NA                     NA                      NA
## 490             0.51201509            0.513358228             0.508004509
## 491             2.75615706            2.741081526             2.714636875
## 492      12672753.00000000     12949243.000000000      13232111.000000000
## 493       4660026.00000000      4734758.000000000       4789626.000000000
## 494            60.40000000           57.300000000            54.400000000
## 495        126104.00000000       127942.000000000        129234.000000000
## 496                     NA                     NA                      NA
## 497                     NA                     NA                      NA
## 498                     NA                     NA                      NA
## 499                     NA                     NA                      NA
## 500                     NA           12.279953120                      NA
## 501                     NA           92.900000000                      NA
## 502            93.52999878           93.410003660            93.269996640
## 503                     NA                     NA                      NA
## 504                     NA                     NA                      NA
## 505                     NA                     NA            62.969608310
## 506                     NA                     NA            20.000000000
## 507             1.40000000                     NA                      NA
## 508                     NA                     NA            16.632193980
## 509            38.20000000                     NA                      NA
## 510                     NA                     NA                      NA
## 511                     NA                     NA                      NA
## 512                     NA                     NA             0.000000000
## 513            87.00000000           81.800000000            76.800000000
## 514          3130.00000000         3010.000000000          2889.000000000
## 515                     NA                     NA                      NA
## 516                     NA                     NA                      NA
## 517                     NA                     NA                      NA
## 518                     NA           32.660789490            32.527469640
## 519                     NA           31.707000000            30.215420000
## 520                     NA           38.801601410            42.377658840
## 521                     NA           16.104839320                      NA
## 522                     NA                     NA                      NA
## 523                     NA                     NA                      NA
## 524                     NA            0.723699987             0.740620017
## 525                     NA                     NA                      NA
## 526                     NA                     NA                      NA
## 527   18943000000.00000000  21456000000.000000000   23945000000.000000000
## 528                     NA                     NA                      NA
## 529          1218.88372000         1265.784460000          1349.962286000
## 530             1.27168010            1.394818469             1.163438890
## 531     831300000.00000000    833300000.000000000     965300000.000000000
## 532             0.00000000            0.000000000             0.000000000
## 533                     NA                     NA                      NA
## 534   26987000000.00000000  30337000000.000000000   33550000000.000000000
## 535    -537368845.79999995   -345813097.899999976    -502316490.500000000
## 536            21.73045921           19.082494240            19.321823090
## 537                     NA                     NA                      NA
## 538                     NA                     NA                      NA
## 539                     NA            0.068329607             0.049652147
## 540            79.21169739           90.400508580           100.000000000
## 541                     NA                     NA                      NA
## 542             8.21062000            1.742424000             2.081610000
## 543             7.45503224            6.797055567             6.089200369
## 544      20213456.00000000     20487294.000000000      20733710.000000000
## 545             6.76135643            6.788242371             6.813130573
## 546             1.74740067            1.740270804             1.744329880
## 547             7.53790280            7.641308350             7.750868247
## 548       9528273.00000000      9681702.000000000       9807467.000000000
## 549            60.88400000           61.600000000            62.288000000
## 550                     NA                     NA                      NA
## 551                     NA                     NA                      NA
## 552                     NA            2.160000086                      NA
## 553                     NA           81.879997250                      NA
## 554                     NA           47.200000000                      NA
## 555            18.47999954           18.229999540            18.329999920
## 556            33.29000092           32.549999240            31.709999080
## 557                     NA           80.510002140                      NA
## 558            86.37999725           85.379997250            84.629997250
## 559                     NA                     NA                      NA
## 560                     NA                     NA                      NA
## 561                     NA                     NA            42.341197970
## 562                     NA                     NA                      NA
## 563                     NA                     NA            57.900000000
## 564                     NA                     NA            19.765899940
## 565                     NA                     NA            31.986251290
## 566                     NA                     NA          4200.000000000
## 567             0.16000000            0.190000000             0.190000000
## 568                     NA                     NA            19.200000000
## 569         49889.00000000        47005.000000000         44079.000000000
## 570                     NA                     NA                      NA
## 571                     NA           12.990790000            11.391660000
## 572                     NA                     NA                      NA
## 573                     NA                     NA                      NA
## 574                     NA           34.271339420            35.761901860
## 575                     NA                     NA                      NA
## 576                     NA           65.864360000            72.110460000
## 577                     NA           36.433610000            39.608400000
## 578                     NA           41.913450000            42.624320000
## 579                     NA                     NA                      NA
## 580                     NA                     NA                      NA
## 581                     NA                     NA                      NA
## 582                     NA                     NA                      NA
## 583                     NA                     NA                      NA
## 584     668894269.60000002    685253863.100000024     833603590.600000024
## 585  323000000000.00000000 367000000000.000000000  407000000000.000000000
## 586                     NA                     NA                      NA
## 587      96245153.00000000     93802264.000000000      95257758.000000000
## 588    5534787229.00000000   5826526796.000000000    6188227656.000000000
## 589             8.97040004            8.869534201             8.840859263
## 590            56.70960129           52.566981250            55.710589000
## 591    1206263115.00000000   1031066961.000000000    1335920081.000000000
## 592   68659000000.00000000  78150000000.000000000   88360000000.000000000
## 593   15085115082.00000000  16426440872.000000000   18009064452.000000000
## 594                     NA                     NA             6.873319905
## 595                     NA                     NA                      NA
## 596             0.77474990            0.758113776             0.744013728
## 597                     NA                     NA                      NA
## 598                     NA                     NA                      NA
## 599                     NA                     NA                      NA
## 600                     NA                     NA           101.860000000
## 601                     NA                     NA                      NA
## 602                     NA                     NA                      NA
## 603                     NA                     NA                      NA
## 604                     NA                     NA                      NA
## 605                     NA                     NA                      NA
## 606            17.60609442           20.043043600            21.021356180
## 607            10.42762885           10.148931690            10.620362170
## 608                     NA                     NA                      NA
## 609                     NA                     NA                      NA
## 610     756293368.89999998    845076570.899999976     945404440.299999952
## 611                     NA                     NA                      NA
## 612        584727.00000000       612668.000000000        641986.000000000
## 613                     NA                     NA                      NA
## 614         18229.99954000        18479.999540000         18729.999540000
## 615          1804.16400000         1965.512000000          1939.843000000
## 616             0.00000000            0.000000000             0.000000000
## 617                     NA                     NA             2.800000000
## 618            25.51101887           28.342486190            23.297800120
## 619       7690000.05700000      8850000.380999999       8229999.542000000
## 620     140510000.00000000     87152000.000000000     105377000.000000000
## 621    1131036000.00000000   1146849000.000000000    1132348000.000000000
## 622                     NA                     NA                      NA
## 623        200000.00300000       159999.996400000        140000.000600000
## 624                     NA                     NA                      NA
## 625    1092612201.00000000   1323191559.000000000    1354259946.000000000
## 626     -12024659.90000000     -4351068.682000000        484826.712300000
## 627     196168192.59999999    212450208.599999994     199945551.900000006
## 628        143000.00000000       143000.000000000        143350.000000000
## 629         42254.00000000        42366.000000000         42491.000000000
## 630                     NA                     NA                      NA
## 631                     NA                     NA                      NA
## 632                     NA                     NA                      NA
## 633                     NA                     NA                      NA
## 634                     NA                     NA                      NA
## 635                     NA                     NA                      NA
## 636            31.84179139           31.678700360            31.192688220
## 637                     NA                     NA                      NA
## 638                     NA                     NA                      NA
## 639  135000000000.00000000 164000000000.000000000  195000000000.000000000
## 640                     NA                     NA                      NA
## 641         12000.00000000        12752.000000000         16700.000000000
## 642            35.00000000           25.581395350            26.774193550
## 643            18.13999258           23.547894240            17.831832820
## 644          -123.49448390         -104.871460000           -93.686010360
## 645           162.64183720          164.339363100           163.359240600
## 646             0.00000000            0.000000000             0.000000000
## 647             8.08791419            8.173312826             7.597543114
## 648       2069999.93300000      3819999.933000000       4139999.866000000
## 649                     NA                     NA                      NA
## 650                     NA                     NA                      NA
## 651      24158979.30000000     28786749.600000001      22953104.899999999
## 652       8810000.42000000      7400000.095000000       8909999.846999999
## 653                     NA                     NA                      NA
## 654      67504902.92000000     83462780.290000007     111498192.000000000
## 655                     NA                     NA                      NA
## 656      24058675.42000000     26947867.600000001      16732552.410000000
## 657            64.23999786           65.389999390            66.550003050
## 658                     NA                     NA                      NA
## 659                     NA                     NA                      NA
## 660                     NA                     NA                      NA
## 661                     NA                     NA                      NA
## 662                     NA                     NA                      NA
## 663      98000000.00000000                     NA      15100000.000000000
## 664                     NA                     NA                      NA
## 665                     NA                     NA                      NA
## 666                     NA                     NA                      NA
## 667                     NA                     NA                      NA
## 668                     NA                     NA                      NA
## 669     436000000.00000000    522000000.000000000     575000000.000000000
## 670                     NA                     NA                      NA
## 671                     NA                     NA                      NA
## 672            11.18137491           21.680363090            18.845515160
## 673                     NA                     NA                      NA
## 674                     NA                     NA                      NA
## 675                     NA                     NA                      NA
## 676                     NA                     NA            99.987410720
## 677            12.29615432           64.551435480            24.347487080
## 678           315.71153020          326.677901900           338.652582300
## 679            22.72000000           21.853856560            21.217600960
## 680             7.93818128            7.995560785             7.398024550
## 681                     NA                     NA                      NA
## 682     -12575000.00000000    -12672000.000000000      -7407000.000000000
## 683       1039999.96200000       419999.986900000       -119999.997300000
## 684    2613453838.00000000   2956457043.000000000    2822541728.000000000
## 685                     NA                     NA                      NA
## 686         39999.99911000        79999.998210000         39999.999110000
## 687                     NA                     NA                      NA
## 688      45427421.91000000     55796339.960000001      72183362.209999993
## 689            -1.38366225           -1.563038657            -2.377936958
## 690            15.67691779           17.234855440            12.847598490
## 691                     NA                     NA                      NA
## 692                     NA                     NA                      NA
## 693                     NA                     NA                      NA
## 694            76.91402549           77.460852070            75.877761620
## 695     452219531.89999998    449286239.899999976     491733024.500000000
## 696                     NA                     NA                      NA
## 697        753600.00000000       582600.000000000        643332.000000000
## 698                     NA                     NA                      NA
## 699                     NA                     NA                      NA
## 700      98000000.00000000                     NA      15100000.000000000
## 701                     NA                     NA                      NA
## 702                     NA                     NA                      NA
## 703                     NA                     NA                      NA
## 704                     NA                     NA                      NA
## 705            10.20286072           10.448143410            10.474845160
## 706    8276000000.00000000   9126000000.000000000   10341000000.000000000
## 707             3.49781449            3.484720907             3.188506619
## 708            28.66308232           28.875948250            30.670620820
## 709            15.87108453            9.304493785            10.752079070
## 710                     NA                     NA                      NA
## 711         12866.00000000        13028.000000000         15023.000000000
## 712            10.00000000            7.308970100             7.419354839
## 713          4820.00000000         4770.000000000          4800.000000000
## 714            13.11900862           35.612211540            30.406490680
## 715             9.93046769           12.506243340            11.973694190
## 716            21.73253250           25.327354430            29.046266560
## 717      88369537.20000000    108148585.400000006     102890483.299999997
## 718                     NA                     NA                      NA
## 719                     NA                     NA                      NA
## 720                     NA                     NA                      NA
## 721            54.87347181           60.007895170            52.128461380
## 722      11479999.54000000      6099999.905000000       5739999.771000000
## 723      13399999.62000000     13460000.039999999      11630000.109999999
## 724     326022224.10000002    360142770.699999988     357058169.300000012
## 725     137450000.00000000    105800000.000000000     105950000.000000000
## 726             0.00000000            0.000000000             0.000000000
## 727            57.15999985           59.259998320            62.459999080
## 728             0.63846154            0.700699301             0.761074294
## 729                     NA                     NA                      NA
## 730             0.02254283            0.475143311             0.013969732
## 731             0.49737122            0.450388014             0.454671336
## 732             0.34182072           16.373720220             0.826991464
## 733            17.09000000           12.000000000            13.830000000
## 734            30.35000000           16.410000000            20.870000000
## 735     248000000.00000000    229000000.000000000     219000000.000000000
## 736            50.11087535           49.921439720            49.787810490
## 737             0.93277919            0.945263484             0.956907734
## 738             3.84825726            3.994618164             4.079297307
## 739            55.20037951           55.483730140            55.840558670
## 740                     NA                     NA                      NA
## 741             9.19400000            8.843000000             8.518000000
## 742                     NA            4.000000000                      NA
## 743                     NA                     NA                      NA
## 744                     NA                     NA                      NA
## 745            88.45000000           88.430000000            88.130000000
## 746                     NA           64.400000000                      NA
## 747                     NA            4.300000000                      NA
## 748             6.46999979            6.590000153             6.739999771
## 749             0.25999999            0.259999990             0.270000011
## 750                     NA                     NA                      NA
## 751                     NA                     NA                      NA
## 752                     NA                     NA            55.782051090
## 753                     NA                     NA                      NA
## 754             7.90000000                     NA                      NA
## 755                     NA                     NA             1.400000000
## 756                     NA                     NA                      NA
## 757                     NA                     NA                      NA
## 758                     NA                     NA                      NA
## 759           200.00000000          500.000000000           500.000000000
## 760            12.10000000           13.900000000            16.200000000
## 761                     NA                     NA                      NA
## 762            39.37500000           39.375000000            39.375000000
## 763                     NA                     NA                      NA
## 764                     NA                     NA                      NA
## 765                     NA           80.443030000            79.653740000
## 766                     NA      1236996.000000000       1329749.000000000
## 767            11.00000000           11.000000000            11.000000000
## 768                     NA           22.226050000            25.001830000
## 769                     NA           57.019230000            64.115490000
## 770                     NA           73.419670100            76.410392760
## 771                     NA                     NA                      NA
## 772                     NA                     NA                      NA
## 773                     NA                     NA                      NA
## 774     421260000.00000000    815400000.000000000    1381400000.000000000
## 775                     NA                     NA                      NA
## 776           525.35861110          537.992029300           561.058787700
## 777  282000000000.00000000 321000000000.000000000  356000000000.000000000
## 778           205.96000280          207.996853800           222.629713000
## 779             0.00000000            0.000000000             0.000000000
## 780                     NA                     NA                      NA
## 781                     NA                     NA                      NA
## 782                     NA                     NA                      NA
## 783                     NA                     NA                      NA
## 784                     NA                     NA                      NA
## 785  231000000000.00000000 265000000000.000000000  288000000000.000000000
## 786                     NA                     NA                      NA
## 787                     NA                     NA                      NA
## 788                     NA                     NA                      NA
## 789                     NA                     NA                      NA
## 790                     NA                     NA                      NA
## 791                     NA                     NA                      NA
## 792                     NA                     NA                      NA
## 793                     NA                     NA                      NA
## 794                     NA                     NA                      NA
## 795     217000000.00000000    378000000.000000000     432000000.000000000
## 796   -4546000000.00000000  -3655000000.000000000   -2498000000.000000000
## 797                     NA                     NA                      NA
## 798             0.57233557            2.996300488             2.634971326
## 799                     NA                     NA                      NA
## 800            20.55699248           20.269052900            20.015844660
## 801                     NA                     NA                      NA
## 802             3.00704437            5.141059958             4.537186294
## 803            77.76568966           62.997179490            60.243571430
## 804            90.49117946           88.052427790            88.290000000
## 805                     NA                     NA            24.800000000
## 806             6.32791544            5.791730542             5.644282824
## 807                     NA                     NA                      NA
## 808       2360857.30000000      3069839.100000000       4745079.100000000
## 809    1131036000.00000000   1146849000.000000000    1132348000.000000000
## 810                     NA                     NA                      NA
## 811                     NA                     NA                      NA
## 812       4269999.98100000      4409999.847000000       4059999.943000000
## 813            10.51213000            8.552181272            12.129080230
## 814             0.00000000            0.000000000             0.000000000
## 815                     NA                     NA                      NA
## 816                     NA                     NA                      NA
## 817            29.54825175           29.626573430            29.641437040
## 818                     NA                     NA                      NA
## 819                     NA                     NA                      NA
## 820                     NA                     NA                      NA
## 821                     NA                     NA                      NA
## 822                     NA                     NA                      NA
## 823                     NA                     NA                      NA
## 824                     NA                     NA                      NA
## 825                     NA                     NA                      NA
## 826                     NA                     NA                      NA
## 827   12477000000.00000000  12994000000.000000000   14795000000.000000000
## 828  200000000000.00000000 219000000000.000000000  245000000000.000000000
## 829             9.32506773            9.382202794             9.594466508
## 830  115000000000.00000000 132000000000.000000000  155000000000.000000000
## 831                     NA                     NA                      NA
## 832             2.53591018            2.605992155             2.681522682
## 833            36.81818182           30.564784050            29.354838710
## 834            79.53667954           78.034682080            76.996197720
## 835             0.08254798            0.104843797             0.099630005
## 836             6.14847949            6.084969426             6.121478016
## 837                     NA                     NA             6.830000000
## 838            21.05187741           16.842604700            17.052046400
## 839       6590000.15300000      3910000.086000000       2480000.019000000
## 840     133442989.00000000    109919263.799999997      93686683.900000006
## 841                     NA                     NA                      NA
## 842                     NA                     NA                      NA
## 843      56889999.39000000     65589996.340000004      99930000.310000002
## 844       -219999.99880000      2029999.971000000       -189999.997600000
## 845      12024659.90000000      4351068.682000000       -484826.712300000
## 846     301963548.60000002    333194903.100000024     340325616.899999976
## 847            28.56292476           34.701041130            32.389836160
## 848            92.45451834          102.110279100           111.724723900
## 849             0.10179169            0.099974602             0.098324642
## 850                     NA                     NA                      NA
## 851                     NA                     NA                      NA
## 852                     NA                     NA                      NA
## 853                     NA                     NA                      NA
## 854                     NA                     NA                      NA
## 855                     NA                     NA                      NA
## 856                     NA                     NA                      NA
## 857                     NA                     NA                      NA
## 858                     NA                     NA                      NA
## 859                     NA                     NA                      NA
## 860                     NA                     NA             0.000000000
## 861    8502000000.00000000   9518000000.000000000   10813000000.000000000
## 862                     NA                     NA                      NA
## 863                     NA                     NA                      NA
## 864            44.77937144           47.925810830            51.336474240
## 865                     NA                     NA                      NA
## 866         24866.00000000        25780.000000000         31723.000000000
## 867                     NA                     NA                      NA
## 868                     NA                     NA             0.000000000
## 869           211.78666950         6718.359528000          1254.876670000
## 870            88.26396151           85.455343020            85.729555120
## 871             9.52000000            4.533152909             1.627486438
## 872             1.81716095            2.143405679             1.865900931
## 873                     NA                     NA                      NA
## 874                     NA                     NA                      NA
## 875                     NA                     NA                      NA
## 876    2613453838.00000000   2956457043.000000000    2822541728.000000000
## 877        400000.00600000       519999.980900000        439999.997600000
## 878      24500000.00000000     22139999.390000001      21809999.469999999
## 879      67504902.92000000     83462780.290000007     111498192.000000000
## 880                     NA                     NA                      NA
## 881      24058675.42000000     26947867.600000001      16732552.410000000
## 882        147180.00000000       147180.000000000        147180.000000000
## 883                     NA                     NA                      NA
## 884             2.81899351            2.679714067             2.652342735
## 885             1.80342651            1.468966108             1.594899049
## 886             8.32889412           20.988298500             9.959400709
## 887             0.11859086            0.019550307             0.031807117
## 888            17.09000000           12.000000000            13.830000000
## 889            30.35000000           16.410000000            20.870000000
## 890            23.68254438           18.068554830            17.081662880
## 891                     NA                     NA                      NA
## 892             0.75822985            0.769782532             0.781492927
## 893             3.02350476            2.985911952             2.999621507
## 894       6322794.00000000      6416893.000000000       6519317.000000000
## 895            15.01809209           14.778321230            14.470754120
## 896                     NA                     NA            37.100000000
## 897                     NA            3.270000000                      NA
## 898                     NA                     NA                      NA
## 899                     NA                     NA                      NA
## 900                     NA                     NA                      NA
## 901                     NA                     NA                      NA
## 902                     NA            4.100000000                      NA
## 903            23.38999939           23.719999310            24.270000460
## 904             1.53999996            1.549999952             1.559999943
## 905                     NA                     NA                      NA
## 906                     NA                     NA                      NA
## 907                     NA                     NA             4.771290890
## 908                     NA                     NA                      NA
## 909             1.00000000                     NA                      NA
## 910                     NA                     NA             3.800000000
## 911            37.50000000                     NA                      NA
## 912                     NA                     NA                      NA
## 913                     NA                     NA                      NA
## 914             0.10000000            0.100000000             0.100000000
## 915             0.10000000            0.100000000             0.100000000
## 916                     NA                     NA                      NA
## 917                     NA                     NA                      NA
## 918                     NA                     NA                      NA
## 919                     NA                     NA                      NA
## 920                     NA                     NA                      NA
## 921                     NA           40.236830000            40.325280000
## 922                     NA           30.919250490            34.464408870
## 923                     NA           22.890540000            24.846030000
## 924                     NA           74.368520000            79.791810000
## 925                     NA           64.008438110            66.748756410
## 926                     NA                     NA                      NA
## 927                     NA                     NA                      NA
## 928                     NA                     NA                      NA
## 929                     NA                     NA                      NA
## 930                     NA                     NA                      NA
## 931             0.90269241            2.404722787             4.287565072
## 932   11256114694.00000000  11751899955.000000000   12467303013.000000000
## 933                     NA                     NA                      NA
## 934     113700000.00000000    155200000.000000000     183700000.000000000
## 935                     NA                     NA                      NA
## 936          1853.90112900         1638.202454000          1626.289699000
## 937     432900222.80000001    453953027.899999976     409957029.899999976
## 938             0.14045289            1.506539285             0.234551368
## 939            31.67073596           14.008277320            37.316408000
## 940                     NA                     NA             2.732066605
## 941            16.20000000           12.430000000            13.290000000
## 942     107000000.00000000    116000000.000000000     109000000.000000000
## 943                     NA                     NA                      NA
## 944            81.94843693           81.554790500            80.931818060
## 945             1.88531692            1.914912398             1.947767524
## 946             9.03573265            8.933255832             8.863617850
## 947            42.13449077           42.149927630            42.096901540
## 948            61.85500000           62.614000000            63.344000000
## 949                     NA                     NA             3.023991639
## 950                     NA                     NA                      NA
## 951      11616652.00000000     11871569.000000000      12096551.000000000
## 952                     NA                     NA                      NA
## 953                     NA           35.600000000                      NA
## 954             9.35000038            9.579999924             9.899999619
## 955            70.04000092           69.680000310            69.300003050
## 956                     NA                     NA                      NA
## 957                     NA           87.010000000                      NA
## 958                     NA                     NA                      NA
## 959                     NA                     NA                      NA
## 960                     NA                     NA             8.553452490
## 961                     NA                     NA           417.000000000
## 962            62.60000000                     NA                      NA
## 963                     NA                     NA            76.851708400
## 964                     NA                     NA            11.176408710
## 965                     NA                     NA                      NA
## 966          3600.00000000         4400.000000000          4400.000000000
## 967                     NA                     NA            19.300000000
## 968                     NA                     NA            57.939324880
## 969                     NA                     NA                      NA
## 970            51.20334000           48.292290000            55.029410000
## 971                     NA                     NA                      NA
## 972                     NA                     NA                      NA
## 973                     NA           12.423580000            21.128740000
## 974                     NA                     NA                      NA
## 975                     NA           22.510290150            23.754800800
## 976                     NA           36.802930000            40.600680000
## 977                     NA      3587665.000000000       3780314.000000000
## 978                     NA            3.000000000             3.000000000
## 979                     NA                     NA                      NA
## 980                     NA                     NA                      NA
## 981   27416650000.00000000  32255865000.000000000   43507193000.000000000
## 982                     NA                     NA                      NA
## 983             1.27168010            1.394818469             1.167019792
## 984  301000000000.00000000 342000000000.000000000  379000000000.000000000
## 985            19.07267200           18.374826000            19.232712000
## 986             0.00000000            0.000000000             0.001649410
## 987  106000000000.00000000 118000000000.000000000  132000000000.000000000
## 988   65932337411.00000000  69418664819.000000000   74417243291.000000000
## 989           -11.06549884           -6.870037072            -9.142581584
## 990                     NA                     NA                      NA
## 991    1108297014.00000000   1150110375.000000000    1279281888.000000000
## 992                     NA                     NA                      NA
## 993             0.92705546            0.947369575             0.962150318
## 994                     NA                     NA                      NA
## 995                     NA                     NA                      NA
## 996             0.15779982            6.617183451             0.041968906
## 997             4.83772998           10.613628750            12.132547470
## 998            10.63132194           38.896697370            15.197821890
## 999            16.64000000           11.950000000            15.940000000
## 1000           23.23000000           14.870000000            14.120000000
## 1001                    NA                     NA                      NA
## 1002     11503372.00000000     11773455.000000000      12021350.000000000
## 1003       856850.00000000       879026.000000000        901521.000000000
## 1004            4.68385270            4.591498417             4.537152649
## 1005           10.46977356           10.495831510            10.527353420
## 1006                    NA                     NA                      NA
## 1007          233.66500000          225.877000000           218.090000000
## 1008                    NA            1.850000024                      NA
## 1009                    NA                     NA                      NA
## 1010                    NA           85.849998470                      NA
## 1011           81.72499847           81.675003050            81.100997920
## 1012                    NA                     NA                      NA
## 1013                    NA            1.531663387                      NA
## 1014           93.27000046           93.149999620            93.000003810
## 1015           80.32599640           80.232002260            79.723999020
## 1016                    NA                     NA                      NA
## 1017                    NA                     NA                      NA
## 1018                    NA                     NA             4.250741960
## 1019                    NA                     NA                      NA
## 1020                    NA                     NA                      NA
## 1021                    NA                     NA             0.900000000
## 1022                    NA                     NA                      NA
## 1023                    NA                     NA            74.100000000
## 1024           71.00000000           65.000000000            74.000000000
## 1025                    NA                     NA            25.096295330
## 1026            5.60000000            5.300000000             4.900000000
## 1027                    NA                     NA            45.800000000
## 1028                    NA                     NA                      NA
## 1029                    NA                     NA             4.188159943
## 1030                    NA                     NA                      NA
## 1031                    NA                     NA                      NA
## 1032            7.00000000            7.000000000             7.000000000
## 1033                    NA       405154.000000000        326292.000000000
## 1034                    NA           56.648681640                      NA
## 1035                    NA          153.862880000           146.488970000
## 1036                    NA                     NA                      NA
## 1037                    NA                     NA                      NA
## 1038                    NA                     NA                      NA
## 1039           16.46708770           17.315207500            17.164789910
## 1040           20.10377858           20.422548560            21.651697500
## 1041 301000000000.00000000 343000000000.000000000  381000000000.000000000
## 1042            0.00000000            0.000000000             0.000000000
## 1043            0.00000000            0.000000000             0.000000000
## 1044   4749000000.00000000   4890000000.000000000    5330000000.000000000
## 1045     39850305.00000000     55597630.000000000      60462371.000000000
## 1046           21.07596935           20.441123160            20.735570030
## 1047 309000000000.00000000 318000000000.000000000  334000000000.000000000
## 1048   1645665860.00000000   1495923473.000000000    1781598378.000000000
## 1049           14.22725988           12.098434080            12.355594910
## 1050                    NA                     NA                      NA
## 1051                    NA                     NA                      NA
## 1052            0.06439360            0.146668869             0.204651684
## 1053        28600.00000000        12000.000000000         12130.000000000
## 1054                    NA                     NA                      NA
## 1055                    NA                     NA                      NA
## 1056                    NA                     NA                      NA
## 1057                    NA                     NA                      NA
## 1058                    NA                     NA                      NA
## 1059                    NA                     NA                      NA
## 1060                    NA                     NA                      NA
## 1061                    NA                     NA                      NA
## 1062           33.92886278           33.275288090            32.152558950
## 1063           66.35144343           64.068109790            64.573319840
## 1064                    NA                     NA                      NA
## 1065  60573662060.00000000  69592709315.000000000   88978459884.000000000
## 1066                    NA                     NA                      NA
## 1067            0.24000000                     NA             0.370000000
## 1068            4.09090909            1.661129568             0.645161290
## 1069          340.00000000          350.000000000           370.000000000
## 1070            0.05183350            0.066761232             0.064878545
## 1071           10.12893912           12.659638020            11.955008290
## 1072           13.02117337           16.627982190            20.377893450
## 1073           13.34598314           12.430045570            13.000238220
## 1074                    NA                     NA                      NA
## 1075                    NA                     NA                      NA
## 1076                    NA                     NA                      NA
## 1077                    NA                     NA                      NA
## 1078      3569999.93300000      5489999.771000000       2329999.924000000
## 1079      5840000.15300000      4659999.847000000       4150000.095000000
## 1080            0.24761179            0.086439766            -0.008824253
## 1081            0.00000000            0.000000000             0.000000000
## 1082           39.63183626           33.625411690            36.666915240
## 1083      6389950.00000000      6589948.000000000       7115587.000000000
## 1084           16.41328671           16.436363640            16.421346360
## 1085    443600000.00000000    575626098.600000024     721817723.000000000
## 1086                    NA            0.002162143                      NA
## 1087           31.67073596           14.008277320            37.316408000
## 1088                    NA                     NA            52.034066340
## 1089                    NA                     NA                      NA
## 1090     59000000.00000000     56000000.000000000      61000000.000000000
## 1091                    NA                     NA                      NA
## 1092            0.51874148            0.527967584             0.537645549
## 1093            2.85756990            2.864512774             2.928039844
## 1094           54.72147093           54.674598490            54.693408390
## 1095           15.86986476           15.761253170            15.558062510
## 1096                    NA                     NA            37.300000000
## 1097                    NA                     NA                      NA
## 1098                    NA                     NA                      NA
## 1099                    NA                     NA                      NA
## 1100                    NA                     NA                      NA
## 1101                    NA           46.200000000                      NA
## 1102                    NA            4.230000000                      NA
## 1103           15.26000023           15.430000310            15.739999770
## 1104            0.93000001            0.930000007             0.930000007
## 1105                    NA                     NA                      NA
## 1106                    NA                     NA                      NA
## 1107                    NA                     NA            23.618787150
## 1108                    NA                     NA                      NA
## 1109            1.70000000                     NA                      NA
## 1110                    NA                     NA             7.967081860
## 1111           38.80000000                     NA                      NA
## 1112                    NA                     NA                      NA
## 1113            0.04000000                     NA                      NA
## 1114            0.10000000            0.100000000             0.100000000
## 1115           89.10000000           84.000000000            79.100000000
## 1116         6896.00000000         6476.000000000          6055.000000000
## 1117                    NA                     NA                      NA
## 1118                    NA                     NA                      NA
## 1119                    NA                     NA                      NA
## 1120                    NA           33.813789370            33.403808590
## 1121                    NA           38.142660000            37.076810000
## 1122                    NA           46.524330140            50.162960050
## 1123                    NA           11.198140140                      NA
## 1124                    NA                     NA                      NA
## 1125                    NA                     NA                      NA
## 1126                    NA            0.750500023             0.773230016
## 1127                    NA                     NA                      NA
## 1128                    NA                     NA                      NA
## 1129    305778853.89999998    315761589.399999976     346677283.899999976
## 1130  28141526714.00000000  29824639541.000000000   32429170503.000000000
## 1131        40163.11933000        41128.931010000         42892.360690000
## 1132 871000000000.00000000 909000000000.000000000  965000000000.000000000
## 1133                    NA                     NA                      NA
## 1134            2.33713210            3.075828500             3.330861700
## 1135            8.47149563           12.101826900            12.101826890
## 1136    435625504.39999998    446460632.800000012     485739105.300000012
## 1137           33.88755007           29.718509160            32.426585290
## 1138                    NA                     NA                      NA
## 1139 334000000000.00000000 366000000000.000000000  414000000000.000000000
## 1140                    NA                     NA                      NA
## 1141        90000.00000000        90000.000000000         90000.000000000
## 1142            0.90375600            1.076288335             1.114777051
## 1143                    NA                     NA                      NA
## 1144                    NA            0.047622268             0.007974035
## 1145                    NA                     NA           100.000000000
## 1146            9.48029299           22.062901620            13.902191180
## 1147            9.14000000            8.830000000            11.580000000
## 1148           18.12000000           13.330000000            13.640000000
## 1149       464000.00000000       492000.000000000        464000.000000000
## 1150           49.88912465           50.078560280            50.212189510
## 1151            3.71608269            3.738950855             3.765577285
## 1152            4.69254281            4.630582023             4.593309809
## 1153           10.51706854           10.484354980            10.501118770
## 1154                    NA                     NA                      NA
## 1155          271.73800000          264.067000000           256.395000000
## 1156            1.78100002            1.850000024             1.855000019
## 1157                    NA                     NA                      NA
## 1158           85.86100006           85.849998470            85.586997990
## 1159           84.86000000           84.880000000            84.590000000
## 1160                    NA           76.777251180                      NA
## 1161                    NA            1.203637722                      NA
## 1162           75.08000183           74.729999540            74.169998170
## 1163                    NA                     NA                      NA
## 1164                    NA                     NA                      NA
## 1165                    NA                     NA                      NA
## 1166                    NA                     NA             1.326670730
## 1167                    NA                     NA                      NA
## 1168            7.00000000                     NA                      NA
## 1169            0.40000000                     NA                      NA
## 1170                    NA                     NA                      NA
## 1171                    NA                     NA                      NA
## 1172           67.00000000           81.000000000            71.000000000
## 1173                    NA                     NA            38.004505310
## 1174            7.60000000            7.300000000             7.000000000
## 1175                    NA                     NA            61.700000000
## 1176                    NA                     NA                      NA
## 1177                    NA                     NA             2.288800001
## 1178                    NA                     NA                      NA
## 1179                    NA           79.559730000            81.102210000
## 1180                    NA      1265458.000000000       1348212.000000000
## 1181                    NA           25.631479260            20.208190920
## 1182                    NA           59.041648860                      NA
## 1183                    NA          134.830590000           132.459850000
## 1184            6.00000000            6.000000000             6.000000000
## 1185                    NA                     NA                      NA
## 1186                    NA                     NA                      NA
## 1187                    NA                     NA                      NA
## 1188           20.13192901           20.471235090            21.730513310
## 1189 323000000000.00000000 368000000000.000000000  409000000000.000000000
## 1190          210.61156090          214.106703200           229.490392600
## 1191                    NA                     NA                      NA
## 1192                    NA                     NA                      NA
## 1193            0.81945001            1.101894000             1.096474500
## 1194                    NA                     NA                      NA
## 1195           37.39300969           38.701481720            38.243897040
## 1196 102000000000.00000000 102000000000.000000000  123000000000.000000000
## 1197                    NA                     NA                      NA
## 1198                    NA                     NA                      NA
## 1199            3.00000000                     NA             4.000000000
## 1200                    NA                     NA                      NA
## 1201                    NA                     NA                      NA
## 1202                    NA                     NA                      NA
## 1203                    NA                     NA                      NA
## 1204                    NA                     NA                      NA
## 1205           12.44357426           14.786171570            15.145061390
## 1206  31371000000.00000000  34713000000.000000000   40303000000.000000000
## 1207                    NA                     NA                      NA
## 1208                    NA                     NA                      NA
## 1209            6.56961462            6.151447218             6.491274744
## 1210                    NA                     NA                      NA
## 1211                    NA                     NA            64.000000000
## 1212                    NA                     NA                      NA
## 1213           20.95516569           22.630834510            24.267399270
## 1214         2320.00000000         3120.000000000          3220.000000000
## 1215            0.00000000            0.000000000             0.000000000
## 1216           54.96085640           59.023357150            62.047548750
## 1217    307730011.00000000    292230011.000000000     311239990.199999988
## 1218      4989999.77100000      4980000.019000000       4119999.886000000
## 1219     51537000.00000000     33896000.000000000      33168000.000000000
## 1220                    NA                     NA                      NA
## 1221     16909999.85000000     16659999.850000000      15949999.810000001
## 1222                    NA                     NA                      NA
## 1223                    NA                     NA                      NA
## 1224                    NA                     NA                      NA
## 1225    131888482.70000000     58667612.479999997     145698381.099999994
## 1226   1239103937.00000000   1494171120.000000000    1590108862.000000000
## 1227                    NA                     NA                      NA
## 1228           51.76600912           40.163376450            31.016992350
## 1229            0.00000000         5500.000000000         10226.000000000
## 1230                    NA                     NA                      NA
## 1231                    NA                     NA                      NA
## 1232                    NA                     NA                      NA
## 1233                    NA                     NA                      NA
## 1234                    NA                     NA                      NA
## 1235                    NA                     NA                      NA
## 1236                    NA                     NA                      NA
## 1237                    NA                     NA                      NA
## 1238  25991000000.00000000  28808000000.000000000   33152000000.000000000
## 1239           29.32234731           26.227912930            27.953928070
## 1240                    NA                     NA                      NA
## 1241           11.24446778            7.451112610             2.478820207
## 1242                    NA                     NA                      NA
## 1243                    NA                     NA                      NA
## 1244                    NA                     NA                      NA
## 1245                    NA                     NA           100.000000000
## 1246        15920.00000000        16110.000000000         16240.000000000
## 1247            0.00000000            0.000000000             0.000000000
## 1248            0.00000000            0.000000000             0.000000000
## 1249            1.64559314            1.969965218             1.726848135
## 1250    421079986.60000002    389179992.699999988     417450012.199999988
## 1251                    NA                     NA                      NA
## 1252                    NA                     NA                      NA
## 1253            3.86297636            4.782840203             2.937178670
## 1254                    NA                     NA                      NA
## 1255      3150000.09500000      1990000.010000000       1970000.029000000
## 1256                    NA                     NA                      NA
## 1257                    NA                     NA                      NA
## 1258     18929634.44000000     27353429.809999999      37002359.579999998
## 1259     26497787.47000000     28442910.140000001      35181002.630000003
## 1260        57590.08000000        57698.840000000         59707.600000000
## 1261          250.00000000          156.000000000           268.000000000
## 1262            0.02254283            1.460833864             0.034845639
## 1263           41.17965823           35.351482360            37.940081470
## 1264   1246000000.00000000   1422000000.000000000    1573000000.000000000
## 1265                    NA                     NA                      NA
## 1266                    NA                     NA                      NA
## 1267      2844419.00000000      3022677.000000000       3207389.000000000
## 1268                    NA                     NA                      NA
## 1269       363278.00000000       372690.000000000        382587.000000000
## 1270            5.31232929            5.333634010             5.386616312
## 1271           11.96496992           11.964058130            11.971791850
## 1272           56.47441980           57.518815600            58.563211400
## 1273                    NA           85.000000000            73.000000000
## 1274                    NA            2.029999971                      NA
## 1275                    NA            2.980000019                      NA
## 1276                    NA           90.150001530                      NA
## 1277           83.40799713           83.332000730            82.734001160
## 1278                    NA                     NA                      NA
## 1279           12.18999958           14.340000150            15.300000190
## 1280                    NA           84.250000000                      NA
## 1281           78.32099915           78.361999510            77.874000550
## 1282                    NA                     NA                      NA
## 1283                    NA                     NA                      NA
## 1284                    NA                     NA            15.510355000
## 1285                    NA                     NA                      NA
## 1286                    NA                     NA             8.500000000
## 1287            0.40000000                     NA                      NA
## 1288                    NA                     NA            27.162430000
## 1289                    NA                     NA            64.500000000
## 1290                    NA                     NA             0.000000000
## 1291                    NA                     NA            92.457338720
## 1292        32836.00000000        31236.000000000         29578.000000000
## 1293                    NA                     NA             1.120000000
## 1294                    NA                     NA            19.156040190
## 1295                    NA                     NA                      NA
## 1296                    NA         3785.000000000          4923.000000000
## 1297                    NA                     NA                      NA
## 1298                    NA                     NA                      NA
## 1299                    NA       653202.000000000        556681.000000000
## 1300                    NA           59.041648860                      NA
## 1301                    NA          131.838134800           134.331176800
## 1302                    NA                     NA                      NA
## 1303                    NA                     NA                      NA
## 1304                    NA                     NA                      NA
## 1305           11.49154250           12.338917270            12.605190560
## 1306    977657818.20000005   1030448766.000000000    1193929207.000000000
## 1307   4846976399.00000000   5054724163.000000000    5409152952.000000000
## 1308  28104868450.00000000  29758555947.000000000   32319580727.000000000
## 1309           32.48598818           35.373033350            36.955068820
## 1310    864000000.00000000    875300000.000000000    1010000000.000000000
## 1311    103400000.00000000    107500000.000000000     110800000.000000000
## 1312            2.31076676            5.988279963             8.207107138
## 1313   3690091204.00000000   3790463661.000000000    3978858497.000000000
## 1314                    NA                     NA                      NA
## 1315           22.82205122           22.848472090            23.284003710
## 1316 259000000000.00000000 295000000000.000000000  322000000000.000000000
## 1317                    NA                     NA                      NA
## 1318           36.24887286           29.634340610            42.844948410
## 1319                    NA                     NA            61.921279730
## 1320            0.59295431            0.431172921             0.366855915
## 1321           25.50000000            8.764368000            11.591960000
## 1322            1.02171100            0.011824500             0.016869100
## 1323       122000.00000000       125000.000000000        155000.000000000
## 1324     11554503.00000000     11736516.000000000      11919749.000000000
## 1325            1.27188793            1.277322587             1.282950750
## 1326            3.88863370            3.976445317             4.007819421
## 1327      6349905.00000000      6532352.000000000       6712789.000000000
## 1328                    NA                     NA                      NA
## 1329           33.64500000           32.640000000            31.547000000
## 1330                    NA            2.700000000                      NA
## 1331                    NA                     NA                      NA
## 1332                    NA                     NA                      NA
## 1333           92.06000000           92.030000000            91.770000000
## 1334                    NA                     NA                      NA
## 1335                    NA            1.380000000                      NA
## 1336           83.81999969           83.639999390            83.330001830
## 1337           79.32800293           79.291999820            78.788002010
## 1338                    NA                     NA                      NA
## 1339                    NA                     NA                      NA
## 1340                    NA                     NA             6.567269590
## 1341                    NA                     NA                      NA
## 1342            8.80000000                     NA                      NA
## 1343                    NA                     NA             2.600000000
## 1344                    NA                     NA                      NA
## 1345                    NA                     NA                      NA
## 1346                    NA            0.200000003                      NA
## 1347                    NA                     NA            26.825609150
## 1348            9.00000000            8.900000000             8.700000000
## 1349                    NA                     NA            45.400000000
## 1350            3.41463415            5.853658537             5.853658537
## 1351                    NA                     NA             6.118140221
## 1352                    NA                     NA                      NA
## 1353                    NA           81.070950000            78.613950000
## 1354                    NA           39.611270000            40.062390000
## 1355                    NA           34.135639190            27.889539720
## 1356                    NA           23.811440000            24.636310000
## 1357                    NA           65.864360000            72.110460000
## 1358                    NA           54.288818360            56.775909420
## 1359                    NA                     NA                      NA
## 1360                    NA                     NA                      NA
## 1361                    NA                     NA                      NA
## 1362      6800000.00000000     12000000.000000000      20000000.000000000
## 1363                    NA                     NA                      NA
## 1364        13047.38620000        14548.550490000         15850.901410000
## 1365   4550476190.00000000   4717880795.000000000    5147574924.000000000
## 1366                    NA                     NA                      NA
## 1367            0.00000000            0.000000000             0.000000000
## 1368                    NA                     NA                      NA
## 1369                    NA                     NA                      NA
## 1370                    NA                     NA                      NA
## 1371  65375000000.00000000  65269000000.000000000   73324000000.000000000
## 1372           86.22612973           86.386520720            84.827715240
## 1373   3735141243.00000000   3899102281.000000000    4168915593.000000000
## 1374                    NA                     NA                      NA
## 1375                    NA                     NA                      NA
## 1376                    NA                     NA                      NA
## 1377                    NA                     NA                      NA
## 1378                    NA                     NA                      NA
## 1379                    NA                     NA                      NA
## 1380                    NA                     NA                      NA
## 1381                    NA                     NA                      NA
## 1382                    NA                     NA                      NA
## 1383                    NA                     NA                      NA
## 1384            0.83490439            1.312135518             1.303088803
## 1385           -1.51107713           -1.068600966            -0.658255334
## 1386                    NA                     NA                      NA
## 1387                    NA                     NA                      NA
## 1388                    NA                     NA                      NA
## 1389       584727.00000000       612668.000000000        641986.000000000
## 1390                    NA                     NA                      NA
## 1391         4120.00000000         4050.000000000          4050.000000000
## 1392            0.10061638            0.132709649             0.134496750
## 1393            3.86075136            3.874717122             3.986274891
## 1394                    NA                     NA             5.700000000
## 1395    425779998.80000001    393829986.600000024     423420013.399999976
## 1396                    NA                     NA                      NA
## 1397            0.00000000            0.000000000             0.000000000
## 1398                    NA                     NA                      NA
## 1399                    NA                     NA                      NA
## 1400         9999.99977600       170000.001800000        250000.000000000
## 1401      1610000.01400000      1710000.038000000       1320000.052000000
## 1402           33.45244296           26.415014330            31.193811490
## 1403    279675011.60000002   -222744579.400000006     -76971373.609999999
## 1404   1461769917.00000000   1735064238.000000000    1825235417.000000000
## 1405                    NA                     NA                      NA
## 1406      2347100.00000000      2350400.000000000       2354000.000000000
## 1407   1055286521.00000000    960544518.000000000    1061589692.000000000
## 1408                    NA                     NA                      NA
## 1409            9.31210424            8.925668643             8.949953622
## 1410                    NA                     NA                      NA
## 1411                    NA                     NA                      NA
## 1412                    NA                     NA                      NA
## 1413                    NA                     NA                      NA
## 1414                    NA                     NA                      NA
## 1415                    NA                     NA                      NA
## 1416                    NA                     NA                      NA
## 1417                    NA                     NA                      NA
## 1418                    NA                     NA                      NA
## 1419                    NA                     NA                      NA
## 1420            1.18562028            1.336747759             1.249592524
## 1421  10783000000.00000000  10242000000.000000000   12863000000.000000000
## 1422                    NA                     NA                      NA
## 1423           50.63224333           54.404908790            55.753508660
## 1424           28.21230202           28.449022910            30.281062910
## 1425                    NA                     NA                      NA
## 1426          161.24388110          164.405391600           167.011503300
## 1427                    NA                     NA           100.000000000
## 1428                    NA                     NA             0.000000000
## 1429            0.31869721            0.406240056             0.397152589
## 1430            0.00000000            0.000000000             0.000000000
## 1431     80026100.00000000     99397400.000000000      95222761.400000006
## 1432    307730011.00000000    292230011.000000000     311239990.199999988
## 1433     86685000.00000000     52476022.100000001      67464023.900000006
## 1434                    NA                     NA                      NA
## 1435     30914321.50000000     42540000.000000000      29000000.000000000
## 1436                    NA                     NA                      NA
## 1437     13039999.96000000      5710000.038000000       5550000.191000000
## 1438                    NA                     NA                      NA
## 1439   1047184779.00000000   1267395219.000000000    1282076584.000000000
## 1440     64694314.68000000    -20010163.829999998      15048527.250000000
## 1441           31.80523898           31.673547190            30.943248600
## 1442                    NA                     NA                      NA
##                        X2001                   X2002                   X2003
## 1                         NA                      NA                      NA
## 2        737000000.000000000     568000000.000000000     662000000.000000000
## 3               26.278800130            15.036074680            17.168704800
## 4                         NA                      NA            58.554990830
## 5                         NA            15.450000000            15.860000000
## 6               36.790074080            32.838221500            38.164604180
## 7                1.044559412             1.201619435             1.078479860
## 8               73.462343910            72.629731360            71.666128670
## 9                1.441724769             1.504901562             1.589528399
## 10               7.529743381             7.508394535             7.428843662
## 11              40.720276980            40.412811370            40.055317850
## 12              61.787000000            62.380000000            62.944000000
## 13                        NA                      NA                      NA
## 14                        NA                      NA                      NA
## 15               1.978999972             1.871000051             1.850999951
## 16              81.294998170            81.031997680            80.764999390
## 17                        NA                      NA            94.199996950
## 18              14.430000310            14.600000380            14.850000380
## 19              49.450000760            49.090000150            48.549999240
## 20              80.043998720            79.916999820            79.647003170
## 21              65.559997560            65.199996950            64.519996640
## 22                        NA                      NA                      NA
## 23                        NA                      NA            19.200000000
## 24              26.805194850            21.638555530            22.678461070
## 25                        NA                      NA                      NA
## 26              56.100000000                      NA                      NA
## 27              65.957758800            62.872978070            59.800403480
## 28              16.512688240            19.076523250            21.709875860
## 29              46.000000000            48.000000000            55.000000000
## 30            1000.000000000          1000.000000000          1000.000000000
## 31              37.800000000            36.300000000            34.900000000
## 32                        NA                      NA                      NA
## 33              28.800000000                      NA                      NA
## 34              22.826650000            23.076710000            22.066860000
## 35                        NA                      NA                      NA
## 36                        NA                      NA                      NA
## 37              31.506330490            35.573921200            37.432350160
## 38              10.755069730                      NA                      NA
## 39                        NA                      NA            73.995430000
## 40               6.572209835                      NA            14.724729540
## 41              37.016620000            39.868180000            35.659230000
## 42              12.292220120            12.179759980            17.222610470
## 43                        NA                      NA                      NA
## 44                        NA                      NA                      NA
## 45     16994308361.000000000   15100747604.000000000    4375589965.000000000
## 46           44370.247430000         43519.725840000         44594.313660000
## 47     51501492700.000000000   43599607300.000000000   42140781000.000000000
## 48     14077102964.000000000   14094015643.000000000   14650029882.000000000
## 49               0.003055141             0.002557438             0.002328474
## 50               1.628877200             1.597098000             1.521975200
## 51               5.716403348            -1.776643171             3.678763988
## 52      1000829932.000000000    1025431318.000000000    1074363584.000000000
## 53             458.529764400           466.688314700           477.530960200
## 54     98648692700.000000000   93019800000.000000000  105000000000.000000000
## 55      2128211995.000000000    1634706151.000000000    1557123846.000000000
## 56     48047919295.000000000   49753008834.000000000   51324908316.000000000
## 57                        NA                      NA                      NA
## 58                        NA                      NA                      NA
## 59              91.666666670            70.646766170            82.338308460
## 60                        NA             0.049488309             0.186582912
## 61               2.114578373             7.282669018             0.294823912
## 62                        NA                      NA            17.273581570
## 63                        NA            18.448880000            19.350490000
## 64       144000000.000000000     103000000.000000000     199000000.000000000
## 65                        NA                      NA                      NA
## 66               0.339230329             0.358286245             0.373098051
## 67               2.544938021             2.565299875             2.580014125
## 68              55.430136130            55.642241150            55.891561510
## 69              39.612639250            39.296743570            38.912456880
## 70              55.800000000            53.100000000            50.600000000
## 71             300.000000000           899.000000000          1232.000000000
## 72                        NA                      NA                      NA
## 73                        NA                      NA                      NA
## 74                        NA                      NA                      NA
## 75                        NA                      NA                      NA
## 76                        NA                      NA                      NA
## 77                        NA                      NA                      NA
## 78              75.250000000            75.349998470            75.080001830
## 79                        NA                      NA                      NA
## 80                        NA                      NA                      NA
## 81               6.088817410             6.242470840             6.824915640
## 82              76.000000000            85.000000000            90.000000000
## 83              87.000000000            86.000000000            87.000000000
## 84              11.354432840            12.914343360            14.515763210
## 85             521.000000000           520.000000000           470.000000000
## 86              27.900000000                      NA                      NA
## 87               7.892205976            11.873038450            10.007036630
## 88            3800.000000000          3700.000000000          3500.000000000
## 89              76.900000000            72.800000000            68.800000000
## 90            3456.000000000          3739.000000000          3323.000000000
## 91               8.700000000                      NA                      NA
## 92                        NA                      NA                      NA
## 93                        NA                      NA                      NA
## 94                        NA            27.876899720            25.795450210
## 95              27.205570000                      NA            28.109080000
## 96              12.099229810                      NA                      NA
## 97              15.371020320            14.681509970            16.227209090
## 98                        NA                      NA                      NA
## 99              30.931039810                      NA                      NA
## 100              0.679799974             0.693499982             0.721819997
## 101                       NA                      NA                      NA
## 102                       NA                      NA                      NA
## 103    66320388207.000000000   66006375707.000000000   70331721108.000000000
## 104            240.000000000           240.000000000           260.000000000
## 105           2136.328983000          2106.152373000          2158.231649000
## 106              0.000000000             0.000000000             0.000000000
## 107             14.719223000            21.345852000            22.079608000
## 108              0.000000000             0.000000000             0.000000000
## 109           3736.347698000          3562.174264000          3567.623258000
## 110      994450265.500000000     941503018.500000000     941917276.100000024
## 111   -47147000000.000000000  -49419800000.000000000  -63242600000.000000000
## 112      189090368.699999988      41232714.340000004      94019995.939999998
## 113  1180000000000.000000000 1190000000000.000000000 1240000000000.000000000
## 114   940000000000.000000000  974000000000.000000000 1000000000000.000000000
## 115       64701738.380000003      85405885.719999999     102934146.200000003
## 116                       NA                      NA                      NA
## 117             47.504646770            53.831295870            65.956609450
## 118              0.260731448             0.319591728             0.513867473
## 119             34.887510690            47.976518950            44.639417210
## 120              7.726466481             5.779103701             2.641761942
## 121                       NA                      NA                      NA
## 122                       NA                      NA                      NA
## 123              5.705035888             3.621730584             3.497656099
## 124                       NA            60.665798190                      NA
## 125              4.369130514             4.424025571             4.481887100
## 126              6.508466589             6.590499764             6.657831627
## 127             14.195671410            14.254913770            14.318512790
## 128             65.136150000            66.286320000            67.209190800
## 129                       NA                      NA                      NA
## 130              1.537999988             1.376000047             1.383999944
## 131              3.551000118             3.400000095             3.377000093
## 132             90.785741780            90.769776410            90.755351410
## 133                       NA                      NA            86.099998470
## 134                       NA                      NA                      NA
## 135              5.750000000             5.949999809             6.139999866
## 136             87.804000850            87.750999450            87.392997740
## 137                       NA                      NA                      NA
## 138                       NA                      NA                      NA
## 139                       NA                      NA            36.900000000
## 140             14.544591150            12.148038690            13.010413170
## 141                       NA                      NA             3.900210142
## 142             14.300000000            13.800000000            13.500000000
## 143             32.200000000                      NA                      NA
## 144             10.900000000                      NA                      NA
## 145             50.500000000            49.800000000            49.200000000
## 146              0.340000000             0.320000000             0.310000000
## 147             78.621614270            79.253421270            79.882756480
## 148                       NA                      NA                      NA
## 149                       NA                      NA                      NA
## 150             11.940820000            12.071630000            10.281110000
## 151                       NA                      NA                      NA
## 152          45373.000000000                      NA         52528.000000000
## 153                       NA                      NA                      NA
## 154              8.473349571                      NA                      NA
## 155                       NA                      NA        688699.000000000
## 156                       NA            63.750110630            70.040168760
## 157            101.200988800           107.216346700           106.787742600
## 158             13.685640340            13.125479700            18.465799330
## 159             60.143791200                      NA                      NA
## 160                       NA                      NA                      NA
## 161             74.949250000            77.876619170            76.141447500
## 162           2144.056681000          2102.957823000          2154.883997000
## 163  1090000000000.000000000 1090000000000.000000000 1120000000000.000000000
## 164  1080000000000.000000000 1080000000000.000000000 1120000000000.000000000
## 165              3.412486587             3.934857896             3.070304967
## 166             18.479012000            25.164621000            25.161321000
## 167             44.452945850            43.552954340            44.126639730
## 168     2076165642.000000000    2094115933.000000000    2158889388.000000000
## 169   156000000000.000000000  166000000000.000000000  173000000000.000000000
## 170                       NA           -14.030552740             6.473445891
## 171   170000000000.000000000  131000000000.000000000  125000000000.000000000
## 172     5306354461.000000000    5476667888.000000000    5788509912.000000000
## 173    35785000000.000000000   38586000000.000000000   42652000000.000000000
## 174                       NA                      NA                      NA
## 175                       NA                      NA                      NA
## 176                       NA                      NA                      NA
## 177                       NA                      NA                      NA
## 178                       NA                      NA                      NA
## 179                       NA                      NA                      NA
## 180                       NA                      NA                      NA
## 181                       NA                      NA             7.000000000
## 182                       NA                      NA                      NA
## 183                       NA                      NA                      NA
## 184                       NA                      NA                      NA
## 185                       NA                      NA                      NA
## 186             23.728236830            23.041080430            21.896123990
## 187                       NA                      NA                      NA
## 188                       NA                      NA                      NA
## 189              2.866024997             2.874577100             2.573762668
## 190                       NA                      NA                      NA
## 191                       NA             1.481204951                      NA
## 192                       NA                      NA                      NA
## 193                       NA                      NA                      NA
## 194          27149.999620000         26659.999850000         27180.000310000
## 195             64.484031430            67.541265390            70.531815470
## 196             99.035886450            99.811587380            99.823555360
## 197        4553517.000000000       4587108.200000000       3316898.100000000
## 198        7159999.847000000       7510000.229000000       6280000.210000000
## 199        -170000.000000000       -321000.000000000       -384000.000000000
## 200                       NA                      NA                      NA
## 201                       NA                      NA                      NA
## 202                       NA                      NA                      NA
## 203       26049999.239999998      25370000.840000000      40049999.240000002
## 204              2.446875396            11.213019630            12.180323880
## 205             53.764209120            54.201394050            36.594123380
## 206     -164687682.000000000     215187101.199999988     180266177.599999994
## 207           2177.000000000          2165.600000000          2200.900000000
## 208                       NA                      NA                      NA
## 209             15.620640550            18.851061990            11.874943680
## 210             50.271888130            38.266310910            42.272040560
## 211      205338661.300000012     231066279.400000006     257693083.099999994
## 212                       NA                      NA             3.931416664
## 213                       NA            15.450000000            15.860000000
## 214             98.557405750            94.392434180           106.105215000
## 215             86.053000000            85.760000000            85.462000000
## 216              1.681667436             1.542687538             1.426564762
## 217         534949.000000000        550518.000000000        565846.000000000
## 218              6.538745386             6.584784019             6.646697039
## 219             13.407011790            13.420391240            13.413043920
## 220              3.772000000             3.593000000             3.422000000
## 221                       NA                      NA                      NA
## 222                       NA                      NA                      NA
## 223                       NA                      NA                      NA
## 224                       NA                      NA           102.396510800
## 225             78.973999020            78.426002500            77.861999510
## 226                       NA                      NA                      NA
## 227           4299.002233000          4221.191302000          4315.958411000
## 228                       NA                      NA            90.000000000
## 229             74.589996340            74.190002440            73.610000610
## 230                       NA                      NA                      NA
## 231                       NA                      NA            51.200000000
## 232              2.820293220             2.319554560             2.571092630
## 233                       NA                      NA             1.206190884
## 234              2.000000000             2.300000000             2.300000000
## 235             42.600000000                      NA                      NA
## 236             68.300000000                      NA                      NA
## 237              2.181862893             2.085911860             1.816033227
## 238              0.130000000             0.130000000             0.120000000
## 239             52.800000000                      NA                      NA
## 240          55536.000000000         51406.000000000         47500.000000000
## 241              3.100000000                      NA                      NA
## 242            102.637010000            77.433540000            63.428020000
## 243                       NA                      NA                      NA
## 244                       NA                      NA                      NA
## 245             46.346260070            51.295860290            51.858348850
## 246              6.694359779                      NA                      NA
## 247                       NA                      NA            85.469310000
## 248                       NA            67.405197140            64.958351140
## 249            112.245430000           117.251632700           114.842742900
## 250             10.814789770            11.176759720            15.897919650
## 251                       NA                      NA                      NA
## 252                       NA                      NA                      NA
## 253             73.500000000            75.930000000            77.755800000
## 254           1430.000000000          1420.000000000          1490.000000000
## 255             11.664627280             9.489666248             8.561179812
## 256              4.799892146             0.120143179             3.945037761
## 257             11.017148290             3.934857896             3.070304967
## 258              0.001406940             0.001183830             0.001077910
## 259   483000000000.000000000  475000000000.000000000  492000000000.000000000
## 260    73561000000.000000000   77861000000.000000000   83538000000.000000000
## 261     2117346939.000000000    2187409456.000000000    2222367978.000000000
## 262             36.874712690            27.268153830            21.981863960
## 263                       NA                      NA            74.032431680
## 264     1568634269.000000000    1403331852.000000000    1597423346.000000000
## 265                       NA                      NA            15.570465850
## 266                       NA            14.660000000            14.870000000
## 267       80000000.000000000      69000000.000000000      81000000.000000000
## 268                       NA                      NA                      NA
## 269                       NA             1.071000000                      NA
## 270              2.270996531             2.294198126             2.321805808
## 271              9.178466349             9.174992416             9.136294608
## 272        5063786.000000000       5101887.000000000       5133116.000000000
## 273             59.800000000            56.900000000            54.200000000
## 274                       NA                      NA                      NA
## 275                       NA                      NA                      NA
## 276             48.812137270            48.849857780            48.872808910
## 277                       NA                      NA                      NA
## 278                       NA                      NA                      NA
## 279                       NA                      NA                      NA
## 280                       NA                      NA                      NA
## 281             83.949996950            83.970001220            83.790000920
## 282                       NA                      NA                      NA
## 283                       NA                      NA                      NA
## 284             31.400763290            32.693250050            34.535890020
## 285              3.803862330             3.929912330             3.847534660
## 286             30.000000000            31.000000000            35.000000000
## 287             56.300000000                      NA                      NA
## 288                       NA                      NA                      NA
## 289             26.000000000                      NA                      NA
## 290                       NA                      NA                      NA
## 291            500.000000000           500.000000000           500.000000000
## 292             18.800000000            18.500000000            18.500000000
## 293           3740.000000000          4646.000000000          3617.000000000
## 294              5.000000000                      NA                      NA
## 295             13.566010000            11.795080000            11.068620000
## 296                       NA                      NA                      NA
## 297                       NA                      NA                      NA
## 298          20856.000000000         20546.000000000         15708.000000000
## 299             33.854549410                      NA                      NA
## 300          97879.000000000         96659.000000000        110173.000000000
## 301                       NA                      NA            23.219860000
## 302              5.000000000             5.000000000             5.000000000
## 303                       NA             0.246189997             0.298599988
## 304                       NA                      NA                      NA
## 305                       NA                      NA                      NA
## 306      892448979.600000024     898011326.200000048     971413065.000000000
## 307          18204.211730000         18557.185110000         19598.793980000
## 308              0.000000000             0.000000000             0.000000000
## 309     6007055042.000000000    6050875807.000000000    6330473097.000000000
## 310      985800000.000000000    1386000000.000000000    1492000000.000000000
## 311          84841.151000000         71538.038000000         68142.989000000
## 312     2670312925.000000000    2635335177.000000000    2793425056.000000000
## 313              3.600000069            -5.324273007             0.043999614
## 314                       NA                      NA                      NA
## 315    13898142100.000000000    3130800000.000000000    7310600000.000000000
## 316            110.678418900           110.756544900           112.848199100
## 317            532.728164200           543.188560800           552.413083000
## 318     4849350000.000000000    6651120000.000000000    7837550000.000000000
## 319                       NA                      NA                      NA
## 320                       NA                      NA                      NA
## 321              0.057515295             0.054185167             0.194249126
## 322            101.436449500            99.843480440            95.445929320
## 323             44.395073840            35.295528870            27.969760310
## 324                       NA            22.927460000            23.143350000
## 325                       NA            17.522970000            18.561960000
## 326             13.947000000            14.240000000            14.538000000
## 327       24347113.000000000      24725625.000000000      25080880.000000000
## 328              3.325255358             3.460999202             3.619601842
## 329              5.452538035             5.578335423             5.711044744
## 330             12.292022300            12.318764350            12.425533130
## 331              2.500000000                      NA                      NA
## 332            108.913200000           104.870000000           101.675600000
## 333              1.945000052             1.703999996             1.796000004
## 334              2.763000011             2.625999928             2.598999977
## 335             89.545997620            89.272003170            88.991996770
## 336                       NA                      NA            90.599998470
## 337                       NA                      NA                      NA
## 338             10.979999540            11.210000040            11.539999960
## 339             83.829002380            83.734001160            83.419998170
## 340                       NA                      NA                      NA
## 341                       NA                      NA            89.700000000
## 342                       NA                      NA             2.700000000
## 343              0.582913280             0.790972050             0.658775090
## 344                       NA                      NA                      NA
## 345             15.300000000            15.300000000            15.400000000
## 346              0.600000000                      NA                      NA
## 347                       NA                      NA                      NA
## 348                       NA                      NA                      NA
## 349                       NA                      NA             2.000000000
## 350             80.531100650            81.092452300            81.647768340
## 351              8.400000000             7.700000000             7.100000000
## 352                       NA                      NA                      NA
## 353              3.708379984             3.152839899             3.114350080
## 354             22.464110000                      NA                      NA
## 355             10.003749850                      NA            13.539449690
## 356                       NA                      NA                      NA
## 357             16.941860200                      NA                      NA
## 358                       NA                      NA            26.004570010
## 359                       NA            67.405197140            64.958351140
## 360            103.155610000           111.224460000           107.370180000
## 361                       NA                      NA                      NA
## 362             80.615966800                      NA                      NA
## 363                       NA                      NA                      NA
## 364              0.173443968             0.171821678             0.169591614
## 365    81902676996.000000000  115000000000.000000000  124000000000.000000000
## 366     6030204082.000000000    6042907942.000000000    6321779211.000000000
## 367    52013443158.000000000   52075933762.000000000   54130349013.000000000
## 368             41.026463560            42.640796600            43.949999100
## 369             14.710143000            21.526110000            22.214241000
## 370              2.760000000             2.350000000             2.400000000
## 371   161000000000.000000000  163000000000.000000000  168000000000.000000000
## 372              4.299999995             3.082409635             3.328097130
## 373             22.343046220            20.246211170            21.409378930
## 374    66687000000.000000000   72450000000.000000000   83354000000.000000000
## 375    13841622869.000000000   14387160972.000000000   14942745109.000000000
## 376                       NA             7.827194258            10.537430010
## 377                       NA                      NA                      NA
## 378                       NA                      NA                      NA
## 379                       NA                      NA                      NA
## 380              0.070998171             0.088495228             0.326412096
## 381                       NA                      NA                      NA
## 382                       NA                      NA                      NA
## 383                       NA                      NA                      NA
## 384                       NA                      NA                      NA
## 385                       NA                      NA                      NA
## 386                       NA                      NA                      NA
## 387                       NA                      NA                      NA
## 388                       NA                      NA                      NA
## 389              8.802574747             8.560583141             8.651811853
## 390              0.000000000             0.000000000             0.000000000
## 391                       NA                      NA                      NA
## 392                       NA                      NA                      NA
## 393     1079959914.000000000    1070003807.000000000    1286240900.000000000
## 394                       NA             8.346175194                      NA
## 395                       NA                      NA                      NA
## 396                       NA                      NA                      NA
## 397             73.765292250            73.363028950            73.033216780
## 398              0.000000000             0.000000000             0.000000000
## 399              0.964113551             0.188412624             0.176444640
## 400              7.326102580             9.732106081             9.752448751
## 401                       NA                      NA                      NA
## 402                       NA                      NA                      NA
## 403       -4273771.500000000      -4346870.200000000       6842929.600000000
## 404              4.484793938             4.023581378             4.893150370
## 405       13640000.340000000       3599999.905000000       1210000.038000000
## 406       33150001.530000001      36919998.170000002      53099998.469999999
## 407                       NA                      NA                      NA
## 408      720510374.500000000     632023022.299999952     703211811.399999976
## 409     -566643510.600000024    -724926798.700000048    -856816709.200000048
## 410     1700446879.000000000    1662168673.000000000    1932123606.000000000
## 411             40.452647370            40.579100100            40.705552840
## 412          28971.000000000         28971.000000000         28971.000000000
## 413             16.178000000             5.477000000             5.751000000
## 414                       NA                      NA                      NA
## 415                       NA                      NA                      NA
## 416                       NA                      NA                      NA
## 417                       NA                      NA            78.000000000
## 418                       NA                      NA                      NA
## 419                       NA                      NA                      NA
## 420                       NA                      NA                      NA
## 421     4698000000.000000000    5770000000.000000000    6621800000.000000000
## 422              6.371072049             6.391161382             6.722882993
## 423    13354000000.000000000    9264000000.000000000    3866900000.000000000
## 424                       NA                      NA                      NA
## 425             29.415910450            22.868900820            26.142574030
## 426                       NA                      NA                      NA
## 427                       NA             0.660000000                      NA
## 428             37.910447760            23.970037450            26.551724140
## 429             15.689981100            15.992292870            16.054158610
## 430           1118.435000000           520.714000000           663.727000000
## 431              1.852051822             2.011958023             2.144487323
## 432             85.699996950            86.215194700            86.786880490
## 433                       NA                      NA                      NA
## 434                       NA                      NA                      NA
## 435                       NA                      NA                      NA
## 436      -14291354.800000001     -19407140.300000001     -25141630.600000001
## 437     2740752758.000000000    2997587655.000000000    3213264261.000000000
## 438           9999.999776000        119999.997300000        620000.004800000
## 439       11100000.380000001      13409999.850000000      16209999.080000000
## 440                       NA                      NA                      NA
## 441      183660000.000000000     205250000.000000000     219460000.000000000
## 442              0.000000000                      NA                      NA
## 443             63.319999690            64.879997250            67.379997250
## 444        3270617.000000000       3334259.000000000       3347199.000000000
## 445   276000000000.000000000  234000000000.000000000  235000000000.000000000
## 446                       NA             0.131653047             3.780255002
## 447     6648513546.000000000    6701740981.000000000    7143824885.000000000
## 448   354000000000.000000000  377000000000.000000000  407000000000.000000000
## 449       11000000.000000000       9000000.000000000       9000000.000000000
## 450         298062.000000000        327673.000000000        371816.000000000
## 451                       NA                      NA                      NA
## 452                       NA                      NA                      NA
## 453              5.000000000             5.000000000             1.000000000
## 454                       NA                      NA                      NA
## 455                       NA                      NA             2.000000000
## 456                       NA                      NA                      NA
## 457                       NA                      NA                      NA
## 458                       NA                      NA                      NA
## 459     8517000000.000000000    8068000000.000000000    6879300000.000000000
## 460              0.000000000             0.000000000             0.000000000
## 461                       NA                      NA                      NA
## 462                       NA                      NA                      NA
## 463             39.403770040            35.695496870            40.029104220
## 464                       NA             9.536340000                      NA
## 465                       NA                      NA                      NA
## 466                       NA                      NA                      NA
## 467           2240.000000000          2320.000000000          2370.000000000
## 468              0.245954094             0.197518292             0.205686742
## 469             99.035886450            99.811587380            99.823555360
## 470       59311819.899999999      66840761.000000000      73642636.400000006
## 471                       NA                      NA                      NA
## 472        6039999.962000000       3259999.990000000       4199999.809000000
## 473                       NA                      NA                      NA
## 474              1.970200000             1.334400000             1.711600000
## 475      282959998.199999988     294929994.100000024     338099994.399999976
## 476                       NA                      NA          9999.999776000
## 477                       NA                      NA                      NA
## 478      413292994.000000000     305218852.199999988     372095085.300000012
## 479     -765214899.799999952    -793375078.700000048    -962722593.399999976
## 480                       NA             6.874592949             6.477789497
## 481             27.424278000            27.540674370            27.631890230
## 482                       NA                      NA                      NA
## 483             47.717930180            60.103697260            53.953457260
## 484                       NA                      NA                      NA
## 485              0.036690133             0.090873801             0.098709650
## 486                       NA                      NA             4.616464875
## 487                       NA                      NA                      NA
## 488       48000000.000000000      39000000.000000000      38000000.000000000
## 489                       NA                      NA                      NA
## 490              0.541227616             0.567502356             0.585710786
## 491              2.687083586             2.650214062             2.620859136
## 492       13495638.000000000      13757892.000000000      14018095.000000000
## 493        4850105.000000000       4890018.000000000       4912765.000000000
## 494             51.700000000            49.100000000            46.800000000
## 495         130945.000000000        132432.000000000        123662.000000000
## 496                       NA                      NA                      NA
## 497                       NA                      NA                      NA
## 498                       NA                      NA                      NA
## 499                       NA                      NA                      NA
## 500                       NA                      NA                      NA
## 501                       NA                      NA                      NA
## 502             93.120002750            93.040000920            92.940002440
## 503                       NA                      NA                      NA
## 504                       NA                      NA                      NA
## 505             57.870555880            58.234478000            60.199535370
## 506                       NA                      NA                      NA
## 507              2.800000000                      NA                      NA
## 508             17.859984790            18.918290050            20.001742160
## 509             42.800000000                      NA                      NA
## 510                       NA                      NA                      NA
## 511                       NA                      NA                      NA
## 512              0.000000000             0.000000000             0.000000000
## 513             72.200000000            67.900000000            63.900000000
## 514           2752.000000000          2638.000000000          2541.000000000
## 515                       NA                      NA                      NA
## 516                       NA                      NA                      NA
## 517                       NA                      NA                      NA
## 518                       NA            28.154150010            26.547330860
## 519             33.092430000                      NA            34.687460000
## 520             46.176319120            48.538131710            47.732009890
## 521             15.980250360            15.508359910            17.324230190
## 522                       NA                      NA                      NA
## 523             44.935939790                      NA                      NA
## 524              0.772679985             0.788039982             0.812870026
## 525                       NA                      NA                      NA
## 526                       NA                      NA                      NA
## 527    28090335300.000000000   29046000000.000000000   31906000000.000000000
## 528    52201590292.000000000   51996946517.000000000   54046386949.000000000
## 529           1422.508725000          1424.272228000          1488.295004000
## 530              1.057559999             1.139219606             1.207725045
## 531      887600000.000000000    1290000000.000000000    1396000000.000000000
## 532              0.000000000             0.000000000             0.000000000
## 533             19.263820250                      NA                      NA
## 534    38409000000.000000000   37736000000.000000000   38826000000.000000000
## 535     -641455782.299999952    -650860002.600000024    -813348972.000000000
## 536             19.195116680            19.564777350            19.924181940
## 537    16063865985.000000000   16297611096.000000000   16976867188.000000000
## 538                       NA                      NA                      NA
## 539              0.232413277             0.289022764             0.116962240
## 540             93.642720920            90.209790210           111.506675100
## 541                       NA             7.044304824             6.691361639
## 542                       NA             0.290924600             0.290718300
## 543              7.527433028             6.497535523             6.159026246
## 544       20951421.000000000      21204696.000000000      21434622.000000000
## 545              6.944932874             7.089843415             7.251755677
## 546              1.744347685             1.756469574             1.780118181
## 547              7.807563841             7.890612412             7.989244979
## 548        9914212.000000000       9992320.000000000      10046226.000000000
## 549             62.945000000            63.570000000            64.165000000
## 550             23.500000000            21.700000000            19.800000000
## 551                       NA                      NA                      NA
## 552                       NA                      NA                      NA
## 553                       NA                      NA            94.000000000
## 554                       NA                      NA                      NA
## 555             18.489999770            18.590000150            18.819999690
## 556             30.940000530            30.379999160            29.639999390
## 557                       NA                      NA            93.000000000
## 558             84.099998470            83.650001530            83.190002440
## 559                       NA                      NA                      NA
## 560                       NA                      NA            13.400000000
## 561             54.260345460            56.140708920            57.369033810
## 562                       NA                      NA             2.291762590
## 563             56.200000000            54.400000000            52.700000000
## 564             18.989070380            18.212240820            17.435411260
## 565             33.840867710            35.734179810            37.666187600
## 566           3800.000000000          3800.000000000          3300.000000000
## 567              0.180000000             0.170000000             0.160000000
## 568             18.800000000            18.000000000            18.100000000
## 569          41193.000000000         38383.000000000         35707.000000000
## 570             25.200000000                      NA                      NA
## 571             13.497220000            10.480570000             9.325930000
## 572                       NA                      NA                      NA
## 573                       NA                      NA                      NA
## 574             38.965518950            43.430439000            44.653079990
## 575              2.691950083                      NA                      NA
## 576                       NA                      NA            79.868050000
## 577                       NA                      NA            22.808380000
## 578             44.093400000            44.795640000            45.393470000
## 579             21.889520000            20.339560000            20.338800000
## 580                       NA                      NA                      NA
## 581                       NA                      NA                      NA
## 582    65595071894.000000000   65629076057.000000000   70521653472.000000000
## 583                       NA            -1.916873684             2.469197143
## 584      700700581.000000000     574207919.100000024     541963184.700000048
## 585   442000000000.000000000  459000000000.000000000  492000000000.000000000
## 586   187000000000.000000000  146000000000.000000000  129000000000.000000000
## 587       98224618.000000000      96511162.000000000      96215913.000000000
## 588     6541971709.000000000    6425744215.000000000    6662132179.000000000
## 589              8.699294828             8.213423646             7.887760015
## 590             55.799921080            46.230718500            44.247883620
## 591     1342159084.000000000    1225073094.000000000    1355314973.000000000
## 592    99610000000.000000000   81492000000.000000000   77279600000.000000000
## 593    20664895315.000000000   21699752381.000000000   22673765846.000000000
## 594              7.462490190             9.768130416            11.673965180
## 595                       NA             3.548727111             3.159405871
## 596              0.698391677             0.726243478             0.808148839
## 597                       NA                      NA                      NA
## 598                       NA                      NA                      NA
## 599                       NA                      NA                      NA
## 600            114.020000000           123.980000000           234.040000000
## 601                       NA                      NA                      NA
## 602                       NA                      NA          1025.000000000
## 603                       NA                      NA                      NA
## 604                       NA                      NA                      NA
## 605                       NA                      NA                      NA
## 606             21.914318800            20.513081280            16.153558960
## 607             10.451656100            10.502935080            10.905205080
## 608                       NA                      NA                      NA
## 609                       NA                      NA                      NA
## 610     1037710714.000000000    1017630236.000000000    1222483431.000000000
## 611                       NA           198.199996900                      NA
## 612         672511.000000000        700027.000000000        728669.000000000
## 613                       NA                      NA                      NA
## 614          18829.999920000         19110.000610000         19409.999850000
## 615           2005.849000000          1961.845000000          2031.518000000
## 616              0.000000000             0.000000000             0.000000000
## 617              3.300000000             3.900000000             4.500000000
## 618             25.914961300            27.304493240            33.415111160
## 619        8409999.846999999       6489999.771000000       5429999.828000000
## 620       64558000.000000000      19668000.000000000      88107000.000000000
## 621     1122067000.000000000    1209560000.000000000    1387939000.000000000
## 622                       NA                      NA                      NA
## 623         159999.996400000        340000.003600000        310000.002400000
## 624                       NA                      NA                      NA
## 625     1204068699.000000000     994139206.799999952    1124020229.000000000
## 626              0.000000000       5952541.127000000     -14778085.609999999
## 627      214721604.800000012     236770572.199999988     266189201.099999994
## 628         143350.000000000        143350.000000000        143350.000000000
## 629          42590.000000000         42410.000000000         42270.000000000
## 630                       NA       4900000.000000000                      NA
## 631                       NA                      NA            31.000000000
## 632                       NA                      NA                      NA
## 633                       NA                      NA                      NA
## 634                       NA                      NA                      NA
## 635                       NA                      NA                      NA
## 636             30.940434840            29.780580200            31.380541900
## 637                       NA                      NA                      NA
## 638                       NA                      NA                      NA
## 639   227000000000.000000000  234000000000.000000000  257000000000.000000000
## 640                       NA                      NA                      NA
## 641          16700.000000000         17900.000000000         18888.000000000
## 642             22.388059700            29.588014980            26.896551720
## 643             19.169781350            18.134813420            21.163756270
## 644            -84.549706460           -94.615042210           -76.541052340
## 645            161.008010500           162.598044600           160.852038800
## 646              0.000000000             0.000000000             0.000000000
## 647              7.870383568            10.294110690            10.290152430
## 648        3259999.990000000       4619999.886000000       5289999.962000000
## 649                       NA                      NA                      NA
## 650                       NA                      NA                      NA
## 651       17920718.500000000      14822574.699999999      23470599.000000000
## 652       11489999.770000000      13109999.660000000      20219999.309999999
## 653                       NA                      NA                      NA
## 654      146985151.900000006     655029251.500000000     744395717.600000024
## 655                       NA       8084787.894000000      17171679.730000000
## 656       24304800.750000000      33176249.449999999      25417686.020000000
## 657             68.000000000            69.430000310            71.040000920
## 658                       NA                      NA                      NA
## 659                       NA                      NA                      NA
## 660                       NA                      NA                      NA
## 661                       NA                      NA                      NA
## 662                       NA                      NA                      NA
## 663                       NA                      NA      30550000.000000000
## 664                       NA                      NA             7.000000000
## 665                       NA                      NA                      NA
## 666                       NA                      NA                      NA
## 667                       NA                      NA                      NA
## 668                       NA                      NA                      NA
## 669      605000000.000000000     839000000.000000000    1252600000.000000000
## 670                       NA                      NA                      NA
## 671                       NA                      NA                      NA
## 672             16.775265380             2.659166980            10.217592900
## 673                       NA                      NA                      NA
## 674                       NA            97.731414780                      NA
## 675                       NA                      NA                      NA
## 676                       NA                      NA                      NA
## 677             18.812645450            15.116787260            18.825651890
## 678            343.966079300           342.456257400           347.155961000
## 679             20.996250670            19.642016020            19.497132770
## 680              7.704280088            10.193521160            10.047541140
## 681                       NA                      NA                      NA
## 682        -170000.000000000       -321000.000000000       -384000.000000000
## 683        2089999.914000000       -709999.978500000       -409999.996400000
## 684     2668832039.000000000    2942765080.000000000    3134793662.000000000
## 685                       NA                      NA                      NA
## 686          29999.999330000         19999.999550000         39999.999110000
## 687                       NA                      NA                      NA
## 688       70265330.189999998      56897332.289999999      48713332.509999998
## 689             -2.741571051             3.556296775             2.847594088
## 690             10.454617020             8.957206225            10.082726470
## 691                       NA                      NA                      NA
## 692     2222243117.000000000    1910450124.000000000    2034122079.000000000
## 693                       NA           -23.188753970            -4.745948087
## 694             80.230604930            82.111903480            82.773782840
## 695      486870748.300000012     508178585.500000000     548537858.299999952
## 696                       NA                      NA                      NA
## 697         641142.000000000        352544.000000000        356369.000000000
## 698                       NA                      NA                      NA
## 699                       NA                      NA                      NA
## 700                       NA                      NA      30550000.000000000
## 701                       NA                      NA            31.000000000
## 702                       NA                      NA                      NA
## 703                       NA                      NA                      NA
## 704                       NA                      NA                      NA
## 705              8.881075257            10.502175060            10.184579940
## 706    12025000000.000000000   11713000000.000000000   13364000000.000000000
## 707              3.024561512             2.016354586             0.785586442
## 708             29.415910450            22.868900820            26.142574030
## 709              6.922116831           -10.904397610            10.110331980
## 710                       NA                      NA                      NA
## 711          16570.000000000         17100.000000000         17680.000000000
## 712              5.970149254             7.865168539             6.551724138
## 713           4840.000000000          4750.000000000          4740.000000000
## 714             32.231556200            18.663584230            21.977715230
## 715             12.352462770            10.157727630            10.610042960
## 716             24.600000380            35.887409210            39.298950200
## 717       94764825.000000000     102337790.400000006     115663394.900000006
## 718                       NA                      NA                      NA
## 719                       NA                      NA                      NA
## 720                       NA                      NA                      NA
## 721             45.450414620            49.605052460            50.828479660
## 722       13420000.080000000       7289999.962000000       9899999.619000001
## 723       12399999.619999999      14399999.619999999      14439999.580000000
## 724      414777316.300000012     987611057.799999952    1082791555.000000000
## 725      119170000.000000000     127790000.000000000     146960000.000000000
## 726              0.000000000                      NA                      NA
## 727             64.559997560            66.069999690            68.339996340
## 728              0.823160098             0.837111964             0.871991629
## 729                       NA                      NA                      NA
## 730              0.013731600             0.016807330             0.015588356
## 731                       NA                      NA             1.075561732
## 732              0.520168924             0.627079047             0.813810129
## 733                       NA             8.960000000             9.390000000
## 734                       NA            18.590000000            18.990000000
## 735      191000000.000000000     134000000.000000000     232000000.000000000
## 736             49.711360030            49.672354090            49.662160980
## 737              0.983584534             1.008101418             1.032610995
## 738              4.116379683             4.099325832             4.048947201
## 739             56.018230240            56.279230860            56.605656020
## 740             21.400000000                      NA                      NA
## 741              8.225000000             7.963000000             7.733000000
## 742                       NA                      NA                      NA
## 743                       NA                      NA                      NA
## 744                       NA                      NA                      NA
## 745             87.890000000            87.650000000            87.380000000
## 746                       NA                      NA                      NA
## 747                       NA                      NA                      NA
## 748              6.880000114             6.960000038             7.059999943
## 749              0.270000011             0.270000011             0.270000011
## 750                       NA                      NA             1.530000000
## 751                       NA                      NA            43.800000000
## 752             51.265018460            51.956195830            53.809379580
## 753                       NA                      NA             9.970285416
## 754             11.300000000                      NA                      NA
## 755              1.200000000             1.300000000             1.200000000
## 756                       NA                      NA                      NA
## 757                       NA                      NA                      NA
## 758                       NA                      NA                      NA
## 759            500.000000000           560.000000000           690.000000000
## 760             18.600000000            20.900000000            22.900000000
## 761                       NA                      NA                      NA
## 762             39.375000000            44.375000000            44.375000000
## 763                       NA                      NA                      NA
## 764                       NA                      NA                      NA
## 765             89.723460000            87.894530000            85.605610000
## 766        1480647.000000000       1669652.000000000       1806355.000000000
## 767             11.000000000            11.000000000            10.000000000
## 768             24.301290000            21.780180000            21.583890000
## 769                       NA                      NA            73.995430000
## 770             73.855102540            79.459579470            79.379783630
## 771             48.608970640                      NA                      NA
## 772                       NA                      NA                      NA
## 773                       NA                      NA                      NA
## 774     1701000000.000000000    -605000000.000000000    -676000000.000000000
## 775                       NA            -0.392025941             3.941463047
## 776            578.183662400           570.016557400           584.111477800
## 777   413000000000.000000000  430000000000.000000000  460000000000.000000000
## 778            238.344480500           235.504663700           244.608642100
## 779              0.000000000             0.000000000             0.000000000
## 780              0.527238182                      NA                      NA
## 781                       NA                      NA                      NA
## 782                       NA           -15.057189200             0.059221937
## 783     3129376273.000000000    3133496192.000000000    3251950338.000000000
## 784             41.411549430            42.593218370            44.622948710
## 785   354000000000.000000000  377000000000.000000000  407000000000.000000000
## 786                       NA                      NA                      NA
## 787                       NA                      NA                      NA
## 788                       NA                      NA                      NA
## 789                       NA                      NA                      NA
## 790                       NA                      NA                      NA
## 791                       NA                      NA                      NA
## 792                       NA                      NA                      NA
## 793                       NA                      NA                      NA
## 794                       NA                      NA                      NA
## 795      493000000.000000000     917000000.000000000     855600000.000000000
## 796    -7191000000.000000000   -9118000000.000000000   -4548400000.000000000
## 797                       NA                      NA                      NA
## 798              5.986759477            -0.945028106             2.638955682
## 799                       NA          8015.975206000                      NA
## 800             19.804829180            19.881883450            19.984021980
## 801                       NA                      NA                      NA
## 802              4.642186368             5.652257502             7.538808126
## 803             57.805446690            70.317025090            67.268807950
## 804             87.760000000            89.950000000            89.440000000
## 805             29.700000000            35.400000000            40.900000000
## 806              5.767964112             5.535414460             7.163806102
## 807                       NA                      NA                      NA
## 808        4256064.100000000       3121634.000000000      -2811324.500000000
## 809     1122067000.000000000    1209560000.000000000    1387939000.000000000
## 810                       NA                      NA                      NA
## 811                       NA                      NA                      NA
## 812        4530000.210000000       3480000.019000000       3240000.010000000
## 813             11.441257550            11.870348480             9.650848534
## 814              0.000000000                      NA                      NA
## 815                       NA                      NA                      NA
## 816                       NA                      NA                      NA
## 817             29.710498780            29.584931980            29.487268920
## 818                       NA                      NA                      NA
## 819                       NA                      NA                      NA
## 820                       NA                      NA                      NA
## 821                       NA                      NA                      NA
## 822                       NA                      NA            78.000000000
## 823                       NA                      NA                      NA
## 824                       NA                      NA                      NA
## 825                       NA                      NA                      NA
## 826                       NA                      NA                      NA
## 827    17191000000.000000000   17765000000.000000000   20218600000.000000000
## 828   260000000000.000000000  294000000000.000000000  308000000000.000000000
## 829             10.888104360             9.995384193            10.581672430
## 830   188000000000.000000000  163000000000.000000000  195000000000.000000000
## 831                       NA                      NA                      NA
## 832              2.762179647             2.831180203             2.905276848
## 833             33.432835820            38.576779030            39.655172410
## 834             76.937618150            76.300578030            76.015473890
## 835              0.099901886             0.079225304             0.080904960
## 836              6.210871106             6.150135461             6.216893534
## 837              6.730000000             6.790000000             6.720000000
## 838             19.771162700            19.297480400            22.631237120
## 839        4889999.866000000       3299999.952000000       2829999.924000000
## 840       50266519.700000003        260819.300000000      62965044.899999999
## 841                       NA                      NA                      NA
## 842                       NA                      NA                      NA
## 843       84389999.390000001      97449996.950000003      60610000.609999999
## 844        2309999.943000000        -90000.003580000       1870000.005000000
## 845       20850000.000000000      -5952541.127000000      14778085.609999999
## 846      390472515.600000024     954434808.399999976    1057373869.000000000
## 847             33.362989940            46.820665360            43.214634560
## 848            123.019108300           124.072805100           125.144708400
## 849              0.096726047             0.094436440             0.092301387
## 850      965251636.500000000    1040803757.000000000    1150477725.000000000
## 851                       NA                      NA                      NA
## 852                       NA                      NA                      NA
## 853                       NA                      NA                      NA
## 854                       NA                      NA                      NA
## 855                       NA                      NA                      NA
## 856                       NA                      NA            31.000000000
## 857                       NA                      NA                      NA
## 858                       NA                      NA                      NA
## 859                       NA                      NA                      NA
## 860              0.000000000             0.000000000             0.000000000
## 861    12552000000.000000000   12659000000.000000000   14236400000.000000000
## 862                       NA                      NA                      NA
## 863                       NA                      NA                      NA
## 864             51.525948860            50.832450380            52.294335040
## 865                       NA                      NA                      NA
## 866          33270.000000000         35000.000000000         36568.000000000
## 867                       NA                      NA                      NA
## 868                       NA                      NA                      NA
## 869            309.987749900            76.182546060           192.658972800
## 870             85.118670410            87.117329960            86.548121120
## 871              0.964113551             0.188412624             0.176444640
## 872              1.571502784             1.693518938             1.829601937
## 873                       NA                      NA                      NA
## 874                       NA                      NA                      NA
## 875                       NA                      NA                      NA
## 876     2668832039.000000000    2942765080.000000000    3134793662.000000000
## 877         469999.998800000        519999.980900000        779999.971400000
## 878       37919998.170000002      34520000.460000001      63049999.240000002
## 879      146985151.900000006     678485892.000000000     771072126.500000000
## 880                       NA             2.648849452             4.614863353
## 881       24304800.750000000      34089615.100000001      26189754.760000002
## 882         147180.000000000        147180.000000000        147180.000000000
## 883                       NA                      NA                      NA
## 884              3.482959150             3.470084174             3.018235405
## 885              1.749450237             1.310400104             3.260634700
## 886                       NA                      NA            20.594120200
## 887              0.025500017             0.049881502             0.050088037
## 888                       NA             8.960000000             9.390000000
## 889                       NA            18.590000000            18.990000000
## 890             16.845954540            14.297269860            21.575235940
## 891                       NA                      NA                      NA
## 892              0.798434673             0.817096030             0.837271695
## 893              3.076128454             3.197393085             3.332176121
## 894        6637030.000000000       6754840.000000000       6871744.000000000
## 895             14.237846450            13.856985290            13.384949260
## 896             35.400000000                      NA                      NA
## 897                       NA                      NA                      NA
## 898                       NA                      NA                      NA
## 899                       NA                      NA                      NA
## 900                       NA                      NA                      NA
## 901                       NA                      NA                      NA
## 902                       NA                      NA                      NA
## 903             24.760000230            24.649999620            24.920000080
## 904              1.570000052             1.580000043             1.590000033
## 905                       NA                      NA                      NA
## 906                       NA                      NA            70.600000000
## 907              5.393819710             5.569467450             6.100454000
## 908                       NA                      NA                      NA
## 909              2.000000000                      NA                      NA
## 910              3.400000000             3.000000000             2.800000000
## 911             43.500000000                      NA                      NA
## 912                       NA                      NA                      NA
## 913                       NA                      NA                      NA
## 914              0.100000000             0.100000000             0.100000000
## 915              0.200000000             0.200000000             0.200000000
## 916             13.400000000                      NA                      NA
## 917                       NA                      NA                      NA
## 918                       NA                      NA                      NA
## 919                       NA                      NA                      NA
## 920                       NA                      NA                      NA
## 921             40.497700000            41.234820000            42.040850000
## 922             36.474189760            40.110221860            40.844860080
## 923             23.997710000            21.598120000            21.684540000
## 924                       NA                      NA            85.469310000
## 925             66.506500240            71.565063480            72.627281190
## 926                       NA                      NA                      NA
## 927                       NA                      NA                      NA
## 928                       NA                      NA                      NA
## 929                       NA                      NA                      NA
## 930  1080000000000.000000000 1080000000000.000000000 1120000000000.000000000
## 931              3.052242500            -1.412545100             2.472721223
## 932    13065701954.000000000   13086686566.000000000   13579919754.000000000
## 933            569.453155800           565.144493900           573.764100100
## 934      227300000.000000000     219900000.000000000     186300000.000000000
## 935             24.385357770                      NA                      NA
## 936           1584.163886000          1537.004610000          1512.349819000
## 937      302714320.300000012     192193635.599999994     302404239.100000024
## 938                       NA                      NA             4.294310598
## 939             39.556703130            41.757763860            57.548927480
## 940                       NA                      NA             4.490312190
## 941                       NA            13.620000000            13.720000000
## 942      128000000.000000000     108000000.000000000     119000000.000000000
## 943                       NA                      NA                      NA
## 944             80.407276780            79.719574770            78.917884350
## 945              2.030738607             2.126593822             2.224305694
## 946              8.728748841             8.546874237             8.328607922
## 947             41.838126370            41.540222120            41.210956550
## 948             64.043000000            64.710000000            65.347000000
## 949                       NA                      NA                      NA
## 950                       NA                      NA                      NA
## 951       12314007.000000000      12530233.000000000      12745177.000000000
## 952                       NA                      NA                      NA
## 953                       NA                      NA                      NA
## 954             10.149999620            10.409999850            10.670000080
## 955             68.949996950            68.769996640            68.440002440
## 956                       NA                      NA                      NA
## 957                       NA                      NA                      NA
## 958                       NA                      NA                      NA
## 959                       NA                      NA             9.700000000
## 960             10.521443370            10.719544410            11.337157250
## 961            405.000000000           393.000000000           382.000000000
## 962             55.800000000                      NA                      NA
## 963             73.570185450            70.288662510            67.007139560
## 964             13.704231280            16.310607010            18.995535900
## 965                       NA                      NA                      NA
## 966           4200.000000000          4100.000000000          4000.000000000
## 967             18.800000000            17.300000000            17.600000000
## 968                       NA                      NA                      NA
## 969             12.200000000                      NA                      NA
## 970             55.361800000            59.213550000            56.471000000
## 971                       NA                      NA                      NA
## 972                       NA                      NA                      NA
## 973             20.128500000            20.130440000            22.192510000
## 974             22.898239140                      NA                      NA
## 975             25.306760790            25.271310810            28.635869980
## 976                       NA                      NA            22.466320000
## 977        3623150.000000000       3853618.000000000       3928684.000000000
## 978              3.000000000             3.000000000             2.000000000
## 979                       NA                      NA                      NA
## 980                       NA                      NA                      NA
## 981    65595000000.000000000   68186000000.000000000   75533000000.000000000
## 982            580.619219900           569.489482800           583.551300900
## 983              1.060615140             1.141777044             1.210053519
## 984   442000000000.000000000  459000000000.000000000  492000000000.000000000
## 985             16.348100000            22.942950000            23.601584000
## 986              0.001406940             0.001183830             0.001077910
## 987   196000000000.000000000  200000000000.000000000  217000000000.000000000
## 988    77096264101.000000000   72991448522.000000000   73023564478.000000000
## 989            -10.678373640           -10.756459450           -12.848154630
## 990     7223781895.000000000     -28067699.980000000    1158050499.000000000
## 991     1355238095.000000000    1073251679.000000000     993875698.000000000
## 992                       NA             1.963552381             1.698217321
## 993              1.098334384             1.447649980             1.592251101
## 994                       NA                      NA                      NA
## 995                       NA                      NA                      NA
## 996              0.122894673             0.068955165             0.046766782
## 997             12.132547470             9.184799918             9.184799918
## 998             13.933644660            15.664038240            14.186488290
## 999                       NA            14.180000000            14.190000000
## 1000                      NA            14.710000000            14.950000000
## 1001            27.800000000                      NA                      NA
## 1002      12243832.000000000      12443825.000000000      12625173.000000000
## 1003        937263.000000000        975413.000000000       1016558.000000000
## 1004             4.523387776             4.549453243             4.612815999
## 1005            10.468144290            10.440841140            10.456926020
## 1006            16.100000000                      NA                      NA
## 1007           210.302000000           202.514000000           196.386000000
## 1008                      NA                      NA                      NA
## 1009                      NA                      NA                      NA
## 1010                      NA                      NA            93.000000000
## 1011            80.486000060            79.856002810            79.210998540
## 1012                      NA                      NA                      NA
## 1013                      NA                      NA                      NA
## 1014            92.849996570            92.769996640            92.670001980
## 1015            79.152999880            78.608001710            77.941001890
## 1016                      NA                      NA            55.100000000
## 1017                      NA                      NA             6.500000000
## 1018             4.527613640             6.101346970             5.521545410
## 1019                      NA                      NA             1.791203022
## 1020                      NA                      NA                      NA
## 1021             0.900000000             0.900000000             1.000000000
## 1022                      NA                      NA                      NA
## 1023                      NA                      NA                      NA
## 1024            72.000000000            72.000000000            78.000000000
## 1025            25.341507460            25.586719590            25.831931720
## 1026             4.600000000             4.400000000             4.100000000
## 1027            44.400000000            43.200000000            42.000000000
## 1028            17.400000000                      NA                      NA
## 1029             4.496520042             5.183740139             5.236159801
## 1030                      NA                      NA                      NA
## 1031            15.909529690            16.592729570                      NA
## 1032             7.000000000             7.000000000             7.000000000
## 1033                      NA                      NA        254420.000000000
## 1034                      NA            63.750110630            70.040168760
## 1035           116.356620000           123.472590000           117.541960000
## 1036                      NA                      NA                      NA
## 1037            70.053619380                      NA                      NA
## 1038                      NA                      NA                      NA
## 1039            17.141775680            17.385331690            17.969587490
## 1040            18.479012000            25.164620690            25.161321130
## 1041  443000000000.000000000  459000000000.000000000  492000000000.000000000
## 1042             0.000000000             0.000000000             0.000000000
## 1043       -200000.000000000       -392700.000000000       -219000.000000000
## 1044    5803000000.000000000    5823000000.000000000    6135000000.000000000
## 1045      67576626.000000000      56318473.000000000      63949828.000000000
## 1046            16.660908300            16.946824740            16.971300060
## 1047  348000000000.000000000  359000000000.000000000  371000000000.000000000
## 1048    1996693878.000000000    1724111682.000000000    1807224670.000000000
## 1049            15.104008800            15.769094320            16.933919240
## 1050                      NA             3.941287148             3.861666233
## 1051   69456082957.000000000   74892545495.000000000   82784295062.000000000
## 1052             0.240015303             0.312956060             0.382810917
## 1053         12306.000000000          4324.000000000          4912.000000000
## 1054                      NA                      NA                      NA
## 1055                      NA                      NA                      NA
## 1056                      NA                      NA                      NA
## 1057                      NA                      NA            78.000000000
## 1058                      NA                      NA                      NA
## 1059                      NA                      NA                      NA
## 1060                      NA                      NA                      NA
## 1061                      NA                      NA                      NA
## 1062            32.497778790            32.334686300            31.096974830
## 1063            58.989141590            63.935460980            62.588195380
## 1064                      NA                      NA                      NA
## 1065   17055348185.000000000   17233577414.000000000    9527735835.000000000
## 1066                      NA                      NA                      NA
## 1067                      NA             0.340000000                      NA
## 1068             0.298507463             0.000000000             0.000000000
## 1069           380.000000000           390.000000000           400.000000000
## 1070             0.066521264             0.053575611             0.055791253
## 1071            12.378362570            10.036120700            10.485809250
## 1072            14.697245600            27.530742650            31.220746990
## 1073            14.285882980            13.528475010            18.056782890
## 1074                      NA                      NA                      NA
## 1075                      NA                      NA                      NA
## 1076                      NA                      NA                      NA
## 1077                      NA                      NA                      NA
## 1078       1620000.005000000       2130000.114000000       1529999.971000000
## 1079       4340000.153000000       4150000.095000000       6079999.924000000
## 1080             0.347091875            -0.098374869             0.233443621
## 1081             0.000000000     102411842.799999997      24832057.280000001
## 1082            37.136727600            29.221710290            30.495095770
## 1083       7120004.000000000       7220775.000000000       7366903.000000000
## 1084            16.428322290            16.288803630            16.149284970
## 1085     754646215.000000000     611584353.000000000     641478820.000000000
## 1086                      NA                      NA             0.003575791
## 1087            39.556703130            41.757763860            57.548927480
## 1088            49.439324380            49.728373350            54.682945880
## 1089                      NA                      NA                      NA
## 1090      47000000.000000000      31000000.000000000      33000000.000000000
## 1091                      NA                      NA                      NA
## 1092             0.560715727             0.589709977             0.624364398
## 1093             3.052915982             3.219560651             3.397205795
## 1094            54.836618270            54.998778680            55.169441610
## 1095            15.350432660            14.966543990            14.466910630
## 1096            39.300000000                      NA                      NA
## 1097                      NA       -772525.000000000                      NA
## 1098                      NA                      NA                      NA
## 1099                      NA                      NA                      NA
## 1100                      NA                      NA                      NA
## 1101                      NA                      NA                      NA
## 1102                      NA                      NA                      NA
## 1103            16.049999240            16.030000690            16.219999310
## 1104             0.939999998             0.939999998             0.949999988
## 1105                      NA                      NA             3.780000000
## 1106                      NA                      NA            30.300000000
## 1107            27.816576630            29.168577110            30.869921260
## 1108                      NA                      NA             0.799710035
## 1109             3.700000000                      NA                      NA
## 1110            10.300048290            11.917419810            13.582539040
## 1111            42.100000000                      NA                      NA
## 1112                      NA                      NA                      NA
## 1113             0.052000000                      NA                      NA
## 1114             0.100000000             0.100000000             0.100000000
## 1115            74.600000000            70.400000000            66.400000000
## 1116          5660.000000000          5298.000000000          4960.000000000
## 1117                      NA                      NA                      NA
## 1118                      NA                      NA                      NA
## 1119                      NA                      NA                      NA
## 1120                      NA            26.176469800            21.814929960
## 1121            37.731860000            39.674940000            40.380010000
## 1122            55.710788730            56.899360660            54.539958950
## 1123            13.572870250            12.236459730            13.493300440
## 1124                      NA                      NA                      NA
## 1125            17.127210620                      NA                      NA
## 1126             0.824000001             0.844959974             0.871550024
## 1127                      NA                      NA                      NA
## 1128                      NA                      NA                      NA
## 1129     382181432.699999988     382536546.800000012     410335949.199999988
## 1130   34767447625.000000000   35169648125.000000000   37276484751.000000000
## 1131         44201.539550000         43577.172870000         44654.714880000
## 1132 1010000000000.000000000 1010000000000.000000000 1050000000000.000000000
## 1133                      NA            -0.756631483             1.525203967
## 1134             3.768869200             3.638510700             2.947080100
## 1135            12.120105230            11.858588600            11.858588600
## 1136     522571428.600000024     496984064.300000012     499332525.699999988
## 1137            33.239147360            28.493588980            28.548019120
## 1138  250000000000.000000000  250000000000.000000000  260000000000.000000000
## 1139  489000000000.000000000  509000000000.000000000  555000000000.000000000
## 1140   12970390848.000000000   13430674624.000000000   13855004147.000000000
## 1141         86000.000000000         91000.000000000        103000.000000000
## 1142             1.224219421             1.325236363             1.482468393
## 1143                      NA                      NA                      NA
## 1144             0.007142022             0.011056529             0.007839542
## 1145            95.111414060            74.038240310            82.088135820
## 1146            13.016213280            14.251370100            12.883652320
## 1147                      NA            11.980000000            12.060000000
## 1148                      NA            13.900000000            14.010000000
## 1149        361000.000000000        275000.000000000        338000.000000000
## 1150            50.288639970            50.327645910            50.337839020
## 1151             3.849586887             3.944947483             4.053120641
## 1152             4.581650215             4.617034962             4.701692164
## 1153            10.290498920            10.146859580            10.090948670
## 1154            14.100000000                      NA                      NA
## 1155           248.724000000           241.052000000           235.083000000
## 1156             1.746000051             1.544000030             1.595000029
## 1157                      NA                      NA                      NA
## 1158            85.319000240            85.046997070            84.772003170
## 1159            84.310000000            84.020000000            83.730000000
## 1160                      NA                      NA                      NA
## 1161                      NA                      NA                      NA
## 1162            73.680002210            73.769998550            73.500000000
## 1163                      NA                      NA                      NA
## 1164                      NA                      NA                      NA
## 1165                      NA                      NA            40.300000000
## 1166             1.612331940             2.157519100             1.941148750
## 1167                      NA                      NA             1.960873365
## 1168            10.300000000                      NA                      NA
## 1169             0.700000000                      NA                      NA
## 1170                      NA                      NA                      NA
## 1171                      NA                      NA            80.800000000
## 1172            71.000000000            71.000000000            75.000000000
## 1173            37.991591230            37.978677150            37.965763070
## 1174             6.800000000             7.300000000             6.400000000
## 1175            59.800000000            58.000000000            56.300000000
## 1176                      NA                      NA                      NA
## 1177                      NA             2.080929995             2.449800014
## 1178                      NA                      NA                      NA
## 1179            88.016730000            85.399370000            82.862720000
## 1180       1501503.000000000       1690198.000000000       1822063.000000000
## 1181                      NA                      NA            14.530690190
## 1182                      NA            65.342277530            67.687637330
## 1183           109.927330000           117.504030000           112.603560000
## 1184             6.000000000             6.000000000             5.000000000
## 1185            34.886760710                      NA                      NA
## 1186                      NA                      NA                      NA
## 1187                      NA                      NA                      NA
## 1188            18.550223500            25.131483620            25.126766110
## 1189  443000000000.000000000  459000000000.000000000  492000000000.000000000
## 1190           246.725558100           244.720843500           252.402351800
## 1191                      NA                      NA                      NA
## 1192   13864540331.000000000   13973550827.000000000   14390508544.000000000
## 1193             1.120635800             0.931976350             1.011579600
## 1194            10.400040770                      NA                      NA
## 1195            35.247670010            36.150295030            35.105875090
## 1196  147000000000.000000000  131000000000.000000000  141000000000.000000000
## 1197                      NA                      NA                      NA
## 1198                      NA                      NA                      NA
## 1199                      NA                      NA             1.000000000
## 1200                      NA                      NA                      NA
## 1201                      NA                      NA                      NA
## 1202                      NA                      NA                      NA
## 1203                      NA                      NA                      NA
## 1204                      NA                      NA                      NA
## 1205            16.100493390            14.684843740            10.580624720
## 1206   46146000000.000000000   48255000000.000000000   53678800000.000000000
## 1207                      NA                      NA                      NA
## 1208                      NA                      NA                      NA
## 1209             7.366590552             7.407489686             7.713095519
## 1210                      NA             4.811473259                      NA
## 1211                      NA                      NA                      NA
## 1212                      NA                      NA                      NA
## 1213            24.830086090            25.211581290            25.524475520
## 1214          3460.000000000          2789.999962000          3019.999981000
## 1215             0.000000000             0.000000000             0.000000000
## 1216            67.238340800            69.085570750            67.180235770
## 1217     347820007.300000012     334500000.000000000     452880004.899999976
## 1218       4690000.057000000       5159999.847000000       4630000.114000000
## 1219      26203000.000000000      14458000.000000000      79319000.000000000
## 1220                      NA                      NA                      NA
## 1221      20229999.539999999      32599998.469999999      37799999.240000002
## 1222                      NA                      NA                      NA
## 1223                      NA                      NA                      NA
## 1224                      NA                      NA                      NA
## 1225     256775046.199999988     -66723328.369999997     309528421.199999988
## 1226    1485725274.000000000    1425398101.000000000    1665934405.000000000
## 1227                      NA          1500.000000000                      NA
## 1228            30.796602970            16.680942180             5.058747300
## 1229         17286.000000000         21881.000000000         81867.000000000
## 1230                      NA                      NA                      NA
## 1231                      NA                      NA                      NA
## 1232                      NA                      NA                      NA
## 1233                      NA                      NA                      NA
## 1234                      NA                      NA                      NA
## 1235                      NA                      NA                      NA
## 1236                      NA                      NA                      NA
## 1237                      NA                      NA                      NA
## 1238   38865000000.000000000   39331000000.000000000   42586900000.000000000
## 1239            26.529802080            28.412296830            34.499730070
## 1240                      NA                      NA                      NA
## 1241             2.688303735             3.029399487             5.707009319
## 1242            11.418266890            19.871245550            10.883466740
## 1243                      NA             0.377922767                      NA
## 1244                      NA                      NA                      NA
## 1245                      NA                      NA                      NA
## 1246         16280.000000000         16470.000000000         16710.000000000
## 1247             0.000000000             0.000000000             0.000000000
## 1248             0.000000000             0.000000000             0.000000000
## 1249             1.462824588             1.601061660             1.733997553
## 1250     502950012.199999988     455929992.699999988     563840026.899999976
## 1251                      NA                      NA                      NA
## 1252                      NA                      NA                      NA
## 1253             5.000185591             3.738304455             4.276026365
## 1254                      NA                      NA                      NA
## 1255       -610000.014300000      -1919999.957000000       -870000.004800000
## 1256                      NA                      NA                      NA
## 1257                      NA             0.031162355             0.151637218
## 1258      11483313.010000000     -14320908.520000000     -20290982.289999999
## 1259      58782017.170000002      71218240.810000002      69004314.799999997
## 1260         57988.870000000         58170.140000000         58351.410000000
## 1261           429.000000000          3946.000000000          1341.000000000
## 1262             0.059447857             0.168587537             0.249423668
## 1263            38.833689170            29.943101540            31.500516350
## 1264    1473000000.000000000    1419000000.000000000    1754000000.000000000
## 1265                      NA                      NA                      NA
## 1266                      NA                      NA                      NA
## 1267       3395692.000000000       3520929.000000000       3646258.000000000
## 1268                      NA           141.553540000                      NA
## 1269        402465.000000000        425073.000000000        450847.000000000
## 1270             5.443157012             5.500792562             5.548486345
## 1271            11.967781000            12.019367040            12.114463700
## 1272            59.607607200            60.652003000            61.490537200
## 1273            96.000000000            83.000000000            96.000000000
## 1274                      NA                      NA                      NA
## 1275                      NA                      NA                      NA
## 1276                      NA                      NA            91.800003050
## 1277            82.066001890            81.375000000            80.665000920
## 1278                      NA                      NA                      NA
## 1279            15.949999810            16.209999080            16.659999850
## 1280                      NA                      NA            91.599998470
## 1281            77.411003110            76.958999630            76.420997620
## 1282                      NA                      NA            30.900000000
## 1283                      NA                      NA            10.300000000
## 1284            15.324248310            20.126966480            17.122005460
## 1285                      NA                      NA             5.731849670
## 1286             8.100000000             8.000000000             7.800000000
## 1287             0.700000000                      NA                      NA
## 1288            26.697001000            26.246759000            25.817543000
## 1289                      NA                      NA                      NA
## 1290             0.000000000             0.000000000             0.000000000
## 1291            92.312621700            92.167981710            92.023418740
## 1292         27891.000000000         26220.000000000         24582.000000000
## 1293                      NA                      NA                      NA
## 1294            21.656200410            20.444049840            21.312650680
## 1295                      NA                      NA                      NA
## 1296          4539.000000000                      NA          7112.000000000
## 1297                      NA                      NA                      NA
## 1298            25.533720020                      NA                      NA
## 1299                      NA                      NA        434279.000000000
## 1300                      NA            65.342277530            67.687637330
## 1301           122.816688500           126.888923600           122.525543200
## 1302                      NA                      NA                      NA
## 1303             0.746050000                      NA                      NA
## 1304                      NA                      NA                      NA
## 1305            12.748131670            13.046419980            13.186731620
## 1306    1114322136.000000000    1520674862.000000000    1590643169.000000000
## 1307    5780042578.000000000    5863501890.000000000    6396159225.000000000
## 1308   34633980664.000000000   35216021000.000000000   37327748401.000000000
## 1309            41.026463560            42.640796600            43.949999100
## 1310     887100000.000000000    1301000000.000000000    1404000000.000000000
## 1311     166400000.000000000     142000000.000000000     151700000.000000000
## 1312             3.599999915             0.864588577             3.093116960
## 1313    4149949412.000000000    4277867853.000000000    4420239450.000000000
## 1314  177000000000.000000000  152000000000.000000000  162000000000.000000000
## 1315            22.560773720            17.737129520            15.699864490
## 1316  390000000000.000000000  416000000000.000000000  450000000000.000000000
## 1317                      NA                      NA                      NA
## 1318            47.717930180            60.103697260            53.953457260
## 1319            59.678613390            59.084847930            62.109991640
## 1320             0.335072305             0.644833792             0.340228156
## 1321                      NA             1.727116000             1.727116000
## 1322                      NA             0.008506300             0.008499100
## 1323        200000.000000000        238000.000000000        258000.000000000
## 1324      12103281.000000000      12281800.000000000      12455707.000000000
## 1325             1.285120541             1.282957612             1.278786437
## 1326             4.024557018             3.995949798             3.940349966
## 1327       6858778.000000000       7003289.000000000       7146562.000000000
## 1328            56.100000000                      NA                      NA
## 1329            30.398000000            29.236000000            28.105000000
## 1330                      NA                      NA                      NA
## 1331                      NA                      NA                      NA
## 1332                      NA                      NA                      NA
## 1333            91.600000000            91.410000000            91.180000000
## 1334                      NA                      NA                      NA
## 1335                      NA                      NA                      NA
## 1336            83.020000460            83.029998780            82.840000150
## 1337            78.263000490            77.758003230            77.152000430
## 1338                      NA                      NA                      NA
## 1339                      NA                      NA            11.500000000
## 1340             8.314989630            11.299421830             9.822729450
## 1341                      NA                      NA                      NA
## 1342            12.400000000                      NA                      NA
## 1343             2.300000000             2.200000000             2.000000000
## 1344                      NA                      NA                      NA
## 1345                      NA                      NA            84.500000000
## 1346             0.200000000             0.150000000                      NA
## 1347            27.105815160            27.351333570            27.595948920
## 1348             8.500000000            10.500000000             8.200000000
## 1349            43.900000000            42.600000000            41.500000000
## 1350             5.853658537             5.853658537             5.853658537
## 1351                      NA             8.452679634             8.204290390
## 1352                      NA                      NA                      NA
## 1353            91.042420000            89.820030000            87.796230000
## 1354            40.214770000            40.978280000            41.869740000
## 1355                      NA                      NA            20.131950380
## 1356            23.612800000            21.373750000            21.805620000
## 1357                      NA                      NA            79.868050000
## 1358            58.898979190            63.439331050            65.636268620
## 1359            62.708011630                      NA                      NA
## 1360                      NA                      NA                      NA
## 1361                      NA                      NA                      NA
## 1362      23142857.140000001      -7967865.139000000      -8693885.215000000
## 1363   14136401756.000000000   14080983394.000000000   14635980151.000000000
## 1364         18134.328520000         18581.653650000         19625.746780000
## 1365    5624870748.000000000    5668339260.000000000    5920137147.000000000
## 1366                      NA             0.786253947             2.983906683
## 1367             0.000000000             0.000000000             0.000000000
## 1368            45.423543030                      NA                      NA
## 1369   12026000000.000000000   13655000000.000000000   13221000000.000000000
## 1370    3538417254.000000000    3005631074.000000000    3007411066.000000000
## 1371   84750000000.000000000   89889000000.000000000   98073000000.000000000
## 1372            88.335372720            90.510333750            91.438820190
## 1373    4819496599.000000000    4968489302.000000000    5239972054.000000000
## 1374                      NA                      NA                      NA
## 1375                      NA                      NA                      NA
## 1376                      NA                      NA                      NA
## 1377                      NA                      NA                      NA
## 1378                      NA                      NA                      NA
## 1379                      NA                      NA                      NA
## 1380                      NA                      NA                      NA
## 1381                      NA                      NA                      NA
## 1382                      NA                      NA                      NA
## 1383                      NA                      NA                      NA
## 1384             1.268493503             2.331494241             2.009068516
## 1385            -1.628697157            -1.984576977            -0.924037698
## 1386                      NA                      NA                      NA
## 1387                      NA           -10.352955130            11.129279700
## 1388                      NA                      NA                      NA
## 1389        672511.000000000        700027.000000000        728669.000000000
## 1390                      NA                      NA                      NA
## 1391          4070.000000000          3960.000000000          3930.000000000
## 1392             0.142111305             0.112838400             0.120410447
## 1393             4.135607580             4.158990227             4.287107730
## 1394             6.900000000             8.300000000             9.900000000
## 1395     508700012.199999988     462649993.899999976     568989990.200000048
## 1396                      NA                      NA                      NA
## 1397          9700.000000000      -2999100.000000000      -3080200.000000000
## 1398                      NA                      NA                      NA
## 1399                      NA                      NA                      NA
## 1400        360000.014300000         70000.000300000        270000.010700000
## 1401       1269999.981000000       1840000.033000000       2329999.924000000
## 1402            34.794533340            33.897095110            53.603390870
## 1403    -299609036.199999988    -313418023.399999976     100571865.799999997
## 1404    1759228896.000000000    1733386914.000000000    2001127921.000000000
## 1405                      NA                      NA                      NA
## 1406       2355000.000000000       2335000.000000000       2315000.000000000
## 1407    1153061224.000000000    1183840379.000000000    1261294977.000000000
## 1408 1000000000000.000000000 1040000000000.000000000 1080000000000.000000000
## 1409             8.104982306             8.398430273             8.665037350
## 1410                      NA                      NA                      NA
## 1411                      NA                      NA                      NA
## 1412                      NA                      NA                      NA
## 1413                      NA                      NA                      NA
## 1414                      NA       4900000.000000000                      NA
## 1415                      NA                      NA             7.000000000
## 1416                      NA                      NA                      NA
## 1417                      NA                      NA                      NA
## 1418                      NA                      NA                      NA
## 1419                      NA                      NA                      NA
## 1420             1.143688917             1.527092699             1.926546382
## 1421   14034000000.000000000   15610000000.000000000   22431000000.000000000
## 1422                      NA                      NA                      NA
## 1423            57.252332320            58.986734180            62.353112600
## 1424            29.083806620            22.509182640            25.812667950
## 1425                      NA             1.890662455                      NA
## 1426           169.843829800           172.484304200           174.962539200
## 1427                      NA                      NA                      NA
## 1428                      NA                      NA                      NA
## 1429             0.414349088             0.329497269             0.346848280
## 1430             0.000000000             0.000000000             0.000000000
## 1431      88211308.000000000      96750682.200000003     109619496.799999997
## 1432     347820007.300000012     334500000.000000000     452880004.899999976
## 1433      34098810.399999999       2088325.600000000      11599000.000000000
## 1434                      NA                      NA                      NA
## 1435      54000000.000000000      40000000.000000000      55000000.000000000
## 1436                      NA                      NA                      NA
## 1437       4679999.828000000       5599999.905000000       5300000.191000000
## 1438                      NA                      NA                      NA
## 1439    1133803368.000000000     937241874.500000000    1075306897.000000000
## 1440      92087364.170000002     250875615.699999988     514626656.199999988
## 1441            29.500282460            17.083031400            19.812480180
## 1442                      NA                      NA                      NA
##                        X2004                   X2005                   X2006
## 1                         NA                      NA                      NA
## 2        772000000.000000000     863000000.000000000     838000000.000000000
## 3               16.573304570            17.336089690            18.013867180
## 4                         NA                      NA                      NA
## 5               15.490000000            15.400000000            13.130000000
## 6               37.256296150            38.694958810            36.821150040
## 7                0.985262073             0.908753124             0.874147974
## 8               70.650044620            69.588991270            67.828566650
## 9                1.689288413             1.795645521             1.861091960
## 10               7.284178560             7.079203399             7.038015815
## 11              39.672825550            39.267626090            38.627815200
## 12              63.482000000            63.996000000            64.488000000
## 13                        NA                      NA                      NA
## 14                        NA                      NA                      NA
## 15               1.797999978             1.723999977             1.659999967
## 16              80.495002750            80.223999020            79.944999690
## 17                        NA                      NA                      NA
## 18              15.119999890            15.390000340            15.670000080
## 19              47.930000310            47.369998930            46.790000920
## 20              79.425003050            79.228996280            79.010002140
## 21              63.900001530            63.380001070            62.849998470
## 22                        NA                      NA                      NA
## 23                        NA                      NA                      NA
## 24              25.475940700            23.732818600            26.372468950
## 25                        NA                      NA                      NA
## 26                        NA                      NA            49.100000000
## 27              56.740396990            53.693342620            50.659616340
## 28              24.412273030            27.183235510            30.022271010
## 29              60.000000000            68.000000000            76.000000000
## 30            1000.000000000          1000.000000000           500.000000000
## 31              33.500000000            32.200000000            31.000000000
## 32                        NA                      NA                      NA
## 33                        NA                      NA            23.200000000
## 34                        NA                      NA                      NA
## 35                        NA                      NA                      NA
## 36                        NA                      NA                      NA
## 37                        NA            43.148441310            41.419490810
## 38                        NA                      NA                      NA
## 39              74.781980000                      NA                      NA
## 40                        NA            15.221050260                      NA
## 41              35.828520000            39.711530000                      NA
## 42              17.840339660            36.088371280                      NA
## 43                        NA                      NA                      NA
## 44                        NA                      NA                      NA
## 45      4162456096.000000000   -1110072690.000000000   -9582463000.000000000
## 46           45981.892570000         47252.637810000         48459.710340000
## 47     63063943200.000000000   68110445300.000000000   58756878000.000000000
## 48     15336032658.000000000   15869600999.000000000   16403551941.000000000
## 49               0.004864822             0.004762176             0.007805739
## 50               1.442177800             1.408553200             1.354782000
## 51               6.819469080             3.327940236             5.628250641
## 52      1211643202.000000000    1338816847.000000000    1453141181.000000000
## 53             495.507522500           507.490626000           509.060708600
## 54    132000000000.000000000  156000000000.000000000  176000000000.000000000
## 55      1748277789.000000000    1695227084.000000000    1673295577.000000000
## 56     51821764780.000000000   54253818473.000000000   57184853061.000000000
## 57                        NA                      NA                      NA
## 58                        NA                      NA                      NA
## 59              95.994527360           107.368656700           104.211194000
## 60               0.046300259             1.423183039             0.637690297
## 61               3.880686382             4.244411615            11.400928230
## 62                        NA                      NA                      NA
## 63              21.484680000            21.650960000            19.453060000
## 64       230000000.000000000     131000000.000000000     128000000.000000000
## 65                        NA                      NA            41.900000000
## 66               0.385068697             0.396107707             0.435308793
## 67               2.615908727             2.687579919             2.794556004
## 68              56.153998310            56.427928300            56.949184160
## 69              38.487470650            38.027728650            37.384501090
## 70              48.200000000            45.900000000            43.800000000
## 71            1414.000000000          2061.000000000          2651.000000000
## 72                        NA                      NA                      NA
## 73                        NA                      NA                      NA
## 74                        NA                      NA                      NA
## 75                        NA                      NA                      NA
## 76                        NA                      NA                      NA
## 77                        NA                      NA                      NA
## 78              74.680000310            74.379997250            74.099998470
## 79                        NA                      NA                      NA
## 80                        NA                      NA                      NA
## 81               7.743375230             8.270015380             6.932856980
## 82              90.000000000            88.000000000            86.000000000
## 83              88.000000000            89.000000000            89.000000000
## 84              16.158400420            17.841960370            19.566140710
## 85             447.000000000           415.000000000           386.000000000
## 86                        NA                      NA            43.700000000
## 87               4.712602787             4.821283982             4.700503011
## 88            3300.000000000          3100.000000000          2800.000000000
## 89              65.300000000            62.000000000            58.900000000
## 90            3500.000000000          3274.000000000          3257.000000000
## 91                        NA                      NA             8.200000000
## 92                        NA                      NA                      NA
## 93                        NA                      NA                      NA
## 94                        NA                      NA                      NA
## 95                        NA                      NA                      NA
## 96                        NA                      NA                      NA
## 97              17.386079790            30.514469150                      NA
## 98                        NA                      NA                      NA
## 99                        NA                      NA                      NA
## 100                       NA             0.812160015             0.841750026
## 101                       NA                      NA                      NA
## 102                       NA                      NA                      NA
## 103    76378232809.000000000   81629088709.000000000   80394287609.000000000
## 104            280.000000000           310.000000000           340.000000000
## 105           2229.210718000          2277.633610000          2325.168216000
## 106              0.000000000             0.000000000             0.000000000
## 107             24.196748000            26.960109000            25.875826000
## 108              0.000000000             0.000000000             0.000000000
## 109           3678.849863000          3673.386386000          3733.438151000
## 110      962189986.899999976     987382001.799999952    1007111001.000000000
## 111   -68606700000.000000000  -87796300000.000000000 -117000000000.000000000
## 112      304776889.199999988     529232607.000000000     554471708.799999952
## 113  1290000000000.000000000 1360000000000.000000000 1420000000000.000000000
## 114  1010000000000.000000000 1060000000000.000000000 1120000000000.000000000
## 115      130650327.900000006     159326023.800000012     157247689.500000000
## 116                       NA                      NA             0.003694370
## 117             64.718026970            48.382357470            50.791763340
## 118              1.020786267             0.973353810             1.323916955
## 119             37.647048670            37.950093740            38.164895720
## 120              2.329047327             2.826831288             2.310206404
## 121             99.580000000            99.580000000            99.580000000
## 122             99.600000000            99.600000000            99.600000000
## 123              3.403223420             3.325160061             3.288804708
## 124                       NA                      NA                      NA
## 125              4.541492914             4.603079952             4.659932430
## 126              6.694341870             6.679842627             6.590857211
## 127             14.341981240            14.283118090            14.150704740
## 128             68.132061600            69.054932400            69.977803200
## 129                       NA                      NA                      NA
## 130              1.330000043             1.240000010             1.169999957
## 131              3.289999962             3.176000118             3.052999973
## 132             90.744604120            90.737784260            90.732144270
## 133                       NA                      NA                      NA
## 134                       NA                      NA                      NA
## 135              6.300000191             6.409999847             6.460000038
## 136             87.137001040            86.940002440            86.695999150
## 137                       NA                      NA                      NA
## 138                       NA                      NA                      NA
## 139                       NA                      NA                      NA
## 140             16.267134820            15.589363870            16.343428030
## 141                       NA                      NA                      NA
## 142             13.400000000            13.500000000            13.200000000
## 143                       NA                      NA            29.300000000
## 144             15.800000000                      NA            18.700000000
## 145             48.500000000            47.900000000            47.300000000
## 146              0.280000000             0.260000000             0.230000000
## 147             80.509619910            81.134011550            81.755931400
## 148                       NA                      NA                      NA
## 149                       NA             0.690000000                      NA
## 150                       NA                      NA                      NA
## 151                       NA                      NA                      NA
## 152                       NA                      NA                      NA
## 153                       NA                      NA                      NA
## 154                       NA                      NA                      NA
## 155         677338.000000000                      NA                      NA
## 156             57.295970920                      NA                      NA
## 157            107.922836300           109.150947600           124.629760700
## 158             19.259050370            37.669738770                      NA
## 159                       NA                      NA                      NA
## 160                       NA                      NA                      NA
## 161             73.673596670            71.367500000            72.755605830
## 162           2221.934510000          2283.339392000          2341.667485000
## 163  1180000000000.000000000 1210000000000.000000000 1240000000000.000000000
## 164  1170000000000.000000000 1210000000000.000000000 1250000000000.000000000
## 165              4.166427154             6.119390412             7.360039272
## 166             27.662623000            30.600780000            29.282380000
## 167             45.171951880            45.834153360            47.933904510
## 168     2189822593.000000000    2255781446.000000000    2356624825.000000000
## 169   186000000000.000000000  199000000000.000000000  212000000000.000000000
## 170             17.442246750             9.463639127             4.435581138
## 171   140000000000.000000000  136000000000.000000000  134000000000.000000000
## 172     6419305641.000000000    7190753085.000000000    8231311322.000000000
## 173    46397000000.000000000   52453000000.000000000   56794000000.000000000
## 174                       NA                      NA                      NA
## 175                       NA                      NA                      NA
## 176                       NA             3.333333333             3.333333333
## 177                       NA             3.833333333             3.833333333
## 178                       NA             2.500000000             3.000000000
## 179                       NA             3.500000000             3.500000000
## 180                       NA                      NA                      NA
## 181              7.000000000             7.000000000             7.000000000
## 182                       NA                      NA                      NA
## 183                       NA                      NA                      NA
## 184                       NA             6.000000000             6.000000000
## 185              0.000000000                      NA                      NA
## 186             21.888438590            19.042230910            18.244528700
## 187                       NA                      NA                      NA
## 188                       NA                      NA                      NA
## 189              2.579831792             2.815286478             2.669692604
## 190                       NA                      NA                      NA
## 191                       NA                      NA                      NA
## 192                       NA                      NA                      NA
## 193                       NA            93.218247560                      NA
## 194          27399.999620000         28090.000150000         27899.999620000
## 195             74.431524320            77.065004180            83.823464030
## 196             99.421009100            99.368337940            99.526928680
## 197        1124738.700000000        489863.700000000        612490.600000000
## 198        9630000.114000000       5510000.229000000       7510000.229000000
## 199        -296000.000000000       -680000.000000000       -457000.000000000
## 200                       NA                      NA                      NA
## 201                       NA                      NA                      NA
## 202                       NA          9999.999776000         29999.999330000
## 203       34250000.000000000      27540000.920000002      32689998.629999999
## 204             11.308989980            14.905101980            16.068964680
## 205             42.961441510            55.885745460            57.333759170
## 206       99960063.219999999     153094707.199999988     150080619.400000006
## 207           2311.200000000          2311.600000000          2273.500000000
## 208                       NA                      NA                      NA
## 209              9.122868876            12.018314120            13.958170680
## 210             35.515070370            28.198897110            28.012385110
## 211      375746364.699999988     423837025.100000024     488274369.100000024
## 212                       NA                      NA                      NA
## 213             15.490000000            15.490000000            13.260000000
## 214            104.165932800           105.735737300           103.593638700
## 215             85.159000000            84.851000000            84.538000000
## 216              1.340438073             1.271082847             1.243712687
## 217         581053.000000000        596401.000000000        611052.000000000
## 218              6.723946265             6.813442206             6.885215422
## 219             13.354788690            13.219477020            13.072652000
## 220              3.263000000             3.118000000             2.986000000
## 221                       NA                      NA                      NA
## 222                       NA                      NA                      NA
## 223                       NA                      NA                      NA
## 224                       NA                      NA                      NA
## 225             77.281997680            76.691001890            76.074996950
## 226                       NA                      NA                      NA
## 227           4442.469201000          4519.497454000          4578.355778000
## 228                       NA                      NA                      NA
## 229             73.080001830            72.639999390            72.209999080
## 230                       NA                      NA                      NA
## 231                       NA                      NA                      NA
## 232              3.370056830             3.431145040             3.676908530
## 233                       NA                      NA                      NA
## 234              2.100000000             2.400000000             2.300000000
## 235                       NA                      NA            36.800000000
## 236                       NA                      NA            53.200000000
## 237              1.658380704             1.478310727             1.318712013
## 238              0.120000000             0.110000000             0.100000000
## 239                       NA                      NA            60.900000000
## 240          43856.000000000         40538.000000000         37562.000000000
## 241                       NA                      NA             2.500000000
## 242                       NA                      NA                      NA
## 243                       NA                      NA                      NA
## 244                       NA                      NA                      NA
## 245                       NA            53.128170010            49.206138610
## 246                       NA                      NA                      NA
## 247             85.967150000                      NA                      NA
## 248             67.033607480                      NA                      NA
## 249            115.779678300           114.509269700           127.219741800
## 250             16.322509770            34.392459870                      NA
## 251                       NA                      NA                      NA
## 252                       NA                      NA                      NA
## 253             73.790700000            72.496100000            72.324700000
## 254           1570.000000000          1670.000000000          1760.000000000
## 255             11.749242790            11.555659760             8.983078320
## 256              4.682603249             3.479181044             3.364614787
## 257              4.166427154             6.119390412             7.360039272
## 258              0.002256030             0.002195410             0.003581370
## 259   526000000000.000000000  543000000000.000000000  574000000000.000000000
## 260    89408000000.000000000   97059000000.000000000  105000000000.000000000
## 261     2522336826.000000000    2750051382.000000000    2927132778.000000000
## 262             26.112803900            38.176145370            34.612375690
## 263                       NA                      NA                      NA
## 264     1850549128.000000000    2079906263.000000000    2416427420.000000000
## 265                       NA                      NA                      NA
## 266             14.820000000            14.720000000            13.110000000
## 267      154000000.000000000     163000000.000000000     185000000.000000000
## 268                       NA                      NA            35.000000000
## 269                       NA                      NA                      NA
## 270              2.343665551             2.355308089             2.389373391
## 271              9.080015760             9.037264818             9.133361407
## 272        5160184.000000000       5182166.000000000       5167590.000000000
## 273             51.800000000            49.400000000            47.200000000
## 274                       NA        679457.000000000                      NA
## 275                       NA                      NA                      NA
## 276             48.894143330            48.925302870            48.893818790
## 277                       NA                      NA                      NA
## 278                       NA                      NA                      NA
## 279                       NA                      NA                      NA
## 280                       NA                      NA                      NA
## 281             83.519996640            83.309997560            83.099998470
## 282                       NA                      NA                      NA
## 283                       NA                      NA                      NA
## 284             37.376974720            37.574709750            30.815737750
## 285              4.037343980             3.942210670             3.536180500
## 286             34.000000000            36.000000000            36.000000000
## 287                       NA                      NA            49.300000000
## 288                       NA                      NA           390.000000000
## 289                       NA                      NA            43.000000000
## 290                       NA                      NA                      NA
## 291            500.000000000           500.000000000           500.000000000
## 292             18.200000000            18.400000000            18.500000000
## 293           4083.000000000          3467.000000000          3487.000000000
## 294                       NA                      NA             3.000000000
## 295                       NA                      NA                      NA
## 296                       NA                      NA                      NA
## 297                       NA                      NA                      NA
## 298                       NA         21602.000000000         21588.000000000
## 299                       NA                      NA                      NA
## 300         112360.000000000        101483.000000000                      NA
## 301             23.219850000                      NA                      NA
## 302              5.000000000             5.000000000             5.000000000
## 303              0.352450013             0.539150000             0.519299984
## 304                       NA                      NA                      NA
## 305                       NA                      NA                      NA
## 306     1150402422.000000000    1347713877.000000000    1744162091.000000000
## 307          21049.526190000         22958.224090000         25282.844730000
## 308              0.000000000             0.000000000             0.000000000
## 309     7273938315.000000000    8130258041.000000000    9043715356.000000000
## 310     1859000000.000000000    2313000000.000000000    2481000000.000000000
## 311         163587.550000000        178987.800000000        326343.210000000
## 312     3285779915.000000000    3726434939.000000000    4335005883.000000000
## 313              2.152281439             2.618195501             1.998112062
## 314                       NA                      NA                      NA
## 315    22489700000.000000000   38367300000.000000000   40102000000.000000000
## 316            112.781906800           114.895498300           117.868824500
## 317            550.334226600           568.884881200           592.207244800
## 318     9625480000.000000000   11370700000.000000000   11440650000.000000000
## 319                       NA                      NA                      NA
## 320                       NA                      NA                      NA
## 321              0.512327250             0.424872974             0.571317455
## 322             91.348955730            83.289194760            83.119173010
## 323             23.724598680            20.671306380            14.059664160
## 324             24.222800000            23.895320000            18.420070000
## 325             20.908940000            21.163750000            19.602440000
## 326             14.841000000            15.149000000            15.462000000
## 327       25419337.000000000      25744500.000000000      26066687.000000000
## 328              3.800350415             4.001881148             4.181979749
## 329              5.834089768             5.939527692             5.947887233
## 330             12.587481050            12.780420550            12.832264650
## 331                       NA                      NA             2.000000000
## 332             98.481200000            95.286800000            92.092400000
## 333              1.768000007             1.666000009             1.605999947
## 334              2.525000095             2.427999973             2.336999893
## 335             88.705001830            88.413002010            88.111000060
## 336                       NA                      NA                      NA
## 337                       NA                      NA                      NA
## 338             11.800000190            11.970000270            12.119999890
## 339             83.179000850            82.980003360            82.750999450
## 340                       NA                      NA                      NA
## 341                       NA                      NA                      NA
## 342                       NA                      NA                      NA
## 343              0.645491480             0.751561700             0.845214720
## 344                       NA                      NA                      NA
## 345             15.900000000            16.000000000            15.900000000
## 346                       NA                      NA             0.600000000
## 347                       NA                      NA                      NA
## 348                       NA            40.800000000                      NA
## 349             27.000000000            41.000000000            69.000000000
## 350             82.196938950            82.739880900            83.276504070
## 351              6.600000000             6.100000000             5.700000000
## 352                       NA             3.270000000                      NA
## 353              3.171940088             3.364639997             3.605360031
## 354                       NA            27.152910000            23.866300000
## 355                       NA                      NA                      NA
## 356                       NA                      NA                      NA
## 357                       NA                      NA                      NA
## 358             25.218019490                      NA                      NA
## 359             67.033607480                      NA                      NA
## 360            109.262770000           106.057200000           154.270510000
## 361                       NA                      NA                      NA
## 362                       NA                      NA                      NA
## 363                       NA                      NA                      NA
## 364              0.181283719             0.189858914             0.198200034
## 365   148000000000.000000000  181000000000.000000000  193000000000.000000000
## 366     7251117011.000000000    8152824773.000000000    9112239664.000000000
## 367    56665058494.000000000   58636538468.000000000   60609432112.000000000
## 368             45.781143790            48.582670720            52.158374360
## 369             23.893953000            26.477045000            24.936017000
## 370              2.602000000             2.804000000             3.006000000
## 371   170000000000.000000000  175000000000.000000000  183000000000.000000000
## 372              4.809937208             3.497876068             1.781870969
## 373             24.531149570            26.451158100            26.851902810
## 374    94226000000.000000000  100000000000.000000000  118000000000.000000000
## 375    15205656611.000000000   15862439574.000000000   16641936412.000000000
## 376              8.780431630             1.241459488             0.755753385
## 377                       NA                      NA                      NA
## 378                       NA                      NA                      NA
## 379                       NA                      NA                      NA
## 380              0.459406033             0.882969178             4.439005746
## 381             80.000000000            80.000000000            80.000000000
## 382                       NA             3.500000000             3.500000000
## 383                       NA                      NA                      NA
## 384                       NA                      NA                      NA
## 385                       NA                      NA                      NA
## 386                       NA                      NA                      NA
## 387                       NA                      NA                      NA
## 388                       NA                      NA                      NA
## 389              8.974958500             9.179453421             8.779758410
## 390              0.000000000             0.000000000             0.000000000
## 391                       NA                      NA                      NA
## 392                       NA                      NA                      NA
## 393     1529099986.000000000    1565203520.000000000    1935487673.000000000
## 394                       NA                      NA                      NA
## 395                       NA                      NA                      NA
## 396                       NA           100.000000000                      NA
## 397             72.727272730            72.374525520            72.109407380
## 398              0.000000000             0.000000000             0.000000000
## 399              0.578990902             0.631662061             0.473071325
## 400              8.877058493             8.145741968             9.637878773
## 401                       NA                      NA                      NA
## 402                       NA        250000.000000000        119999.997300000
## 403        9736822.100000000             0.000000000      20982270.899999999
## 404              2.775733405             3.302676983             5.816253939
## 405        1049999.952000000       1149999.976000000       2109999.895000000
## 406       65790000.920000002      61630001.070000000      74809997.560000002
## 407                       NA                      NA                      NA
## 408      773061293.200000048     902880578.600000024     848777042.700000048
## 409    -1059082837.000000000   -1427964920.000000000   -1699390032.000000000
## 410     2293009792.000000000    2711192466.000000000    2933864708.000000000
## 411             40.832005580            40.958458320            41.084911060
## 412          28971.000000000         28971.000000000         28971.000000000
## 413              6.730000000             6.936000000             7.212000000
## 414                       NA             3.500000000             3.500000000
## 415                       NA             3.000000000             3.000000000
## 416                       NA            11.000000000            11.000000000
## 417             74.100000000            69.900000000            78.500000000
## 418                       NA                      NA                      NA
## 419                       NA                      NA                      NA
## 420                       NA                      NA                      NA
## 421     6543900000.000000000    6218000000.000000000    6158700000.000000000
## 422              6.961713693             7.607887563             7.440960428
## 423     2442000000.000000000    4670900000.000000000    5783700000.000000000
## 424                       NA                      NA                      NA
## 425             27.097330410            28.726150810            33.151386280
## 426                       NA                      NA                      NA
## 427              0.720000000                      NA             0.940000000
## 428             24.444444440            33.224755700            24.800000000
## 429             15.530303030            15.442561210            16.727272730
## 430            586.720000000           938.752000000           590.387000000
## 431              2.323785613             2.372974204             2.597440867
## 432             87.400001530            87.974891660            90.099998470
## 433             40.467967520                      NA                      NA
## 434                       NA                      NA                      NA
## 435                       NA                      NA                      NA
## 436       -9331355.800000001      86321432.799999997     -29786685.699999999
## 437     3366391763.000000000    3189016423.000000000    3402732072.000000000
## 438        1159999.967000000        689999.997600000        850000.023800000
## 439       22139999.390000001       9789999.961999999      24370000.840000000
## 440                       NA                      NA                      NA
## 441      266580000.000000000     320420000.000000000     316060000.000000000
## 442                       NA                      NA                      NA
## 443             70.589996340            72.029998780            72.870002750
## 444        3355024.000000000       3363295.000000000       3370934.000000000
## 445   255000000000.000000000  272000000000.000000000  290000000000.000000000
## 446              3.268990597             0.525569266            11.094096930
## 447     8203686329.000000000    9341300493.000000000   10659720981.000000000
## 448   427000000000.000000000  469000000000.000000000  539000000000.000000000
## 449       34000000.000000000       6000000.000000000                      NA
## 450         417944.000000000        484640.000000000        611544.000000000
## 451                       NA                      NA                      NA
## 452                       NA             3.341666667             3.416666667
## 453                       NA                      NA                      NA
## 454                       NA            11.300000000            11.300000000
## 455              2.000000000             2.000000000             2.000000000
## 456                       NA                      NA                      NA
## 457              0.000000000             0.100000000             0.100000000
## 458                       NA                      NA                      NA
## 459     8123300000.000000000    8790400000.000000000    9162391000.000000000
## 460              0.000000000             0.000000000             0.000000000
## 461                       NA                      NA                      NA
## 462                       NA                      NA                      NA
## 463             45.422520410            49.081074300            56.880401750
## 464                       NA                      NA                      NA
## 465                       NA                      NA                      NA
## 466                       NA             0.000000000                      NA
## 467           2410.000000000          2470.000000000          2510.000000000
## 468              0.182823140             0.200568415             0.159368051
## 469             99.421009100            99.368337940            99.526928680
## 470       82887681.799999997      86460710.099999994      93208195.700000003
## 471                       NA                      NA                      NA
## 472        5429999.828000000       4860000.134000000       6320000.172000000
## 473                       NA                      NA                      NA
## 474              1.069300000             1.473800000             2.380400000
## 475      342289999.699999988     357070002.399999976     359929992.399999976
## 476           9999.999776000          9999.999776000         19999.999550000
## 477                       NA                      NA                      NA
## 478      460865662.100000024     380346966.899999976     385697633.699999988
## 479    -1134940556.000000000   -1373580774.000000000   -1592247110.000000000
## 480              4.734149333             6.053140920             5.823192206
## 481             27.690848740            27.796287480            24.635603350
## 482                       NA                      NA                      NA
## 483             58.396890100            67.177322060            68.247006450
## 484                       NA                      NA                      NA
## 485              0.242047343             0.148626169             0.069339927
## 486                       NA                      NA                      NA
## 487             25.940000000            25.940000000            25.940000000
## 488       51000000.000000000      58000000.000000000      76000000.000000000
## 489                       NA                      NA            34.000000000
## 490              0.595975541             0.599364152             0.640407831
## 491              2.622273624             2.663715473             2.761876974
## 492       14273974.000000000      14527088.000000000      14844766.000000000
## 493        4924209.000000000       4927087.000000000       4902190.000000000
## 494             44.400000000            42.300000000            40.300000000
## 495         124920.000000000        126432.000000000        128172.000000000
## 496                       NA                      NA                      NA
## 497                       NA                      NA                      NA
## 498                       NA                      NA                      NA
## 499                       NA                      NA                      NA
## 500                       NA                      NA                      NA
## 501                       NA                      NA                      NA
## 502             92.809997560            92.680000310            92.550003050
## 503                       NA                      NA                      NA
## 504                       NA                      NA                      NA
## 505             58.536033630            57.202709200            49.725620270
## 506                       NA            24.000000000                      NA
## 507                       NA                      NA             2.700000000
## 508             21.110341140            22.244086980            23.402979680
## 509                       NA                      NA            38.600000000
## 510                       NA                      NA                      NA
## 511                       NA                      NA                      NA
## 512              0.000000000             1.000000000             2.000000000
## 513             60.100000000            56.700000000            53.600000000
## 514           2460.000000000          2384.000000000          2295.000000000
## 515                       NA                      NA                      NA
## 516                       NA                      NA                      NA
## 517                       NA                      NA                      NA
## 518                       NA                      NA                      NA
## 519                       NA                      NA                      NA
## 520                       NA                      NA                      NA
## 521             18.454929350            32.008289340                      NA
## 522                       NA                      NA                      NA
## 523                       NA                      NA                      NA
## 524                       NA             0.867730021             0.910690010
## 525                       NA                      NA                      NA
## 526                       NA                      NA                      NA
## 527    36050000000.000000000   40927000000.000000000   42966000000.000000000
## 528    56480102093.000000000   58783430980.000000000   61039513389.000000000
## 529           1578.507295000          1663.370047000          1750.480683000
## 530              0.896832452             0.787905770             1.074015242
## 531     1755000000.000000000    2198000000.000000000    2358000000.000000000
## 532              0.000000000             0.000000000             0.000000000
## 533                       NA                      NA            12.321005820
## 534    41673000000.000000000   44885000000.000000000   47840000000.000000000
## 535     -929747244.600000024   -1211048594.000000000   -1616003938.000000000
## 536             20.341165050            19.941738550            20.720886000
## 537    17594575282.000000000   18477436887.000000000   19372924053.000000000
## 538                       NA                      NA                      NA
## 539              0.158978131             0.292443482             0.327211182
## 540            123.176223800           145.153210400           158.411379500
## 541              4.850838946             6.208727724             5.877648843
## 542              0.297218900             0.585547000             0.558104900
## 543              8.940214764             8.151394739             8.896115736
## 544       21646853.000000000      21844466.000000000      22036256.000000000
## 545              7.431665491             7.628218401             7.766575775
## 546              1.811499590             1.847194982             1.859467483
## 547              8.077422187             8.129894623             8.131957751
## 548       10084569.000000000      10109254.000000000      10068992.000000000
## 549             64.729000000            65.264000000            65.773000000
## 550             17.600000000            16.800000000            15.900000000
## 551                       NA                      NA                      NA
## 552                       NA                      NA                      NA
## 553                       NA                      NA                      NA
## 554                       NA                      NA                      NA
## 555             19.069999690            19.340000150            19.639999390
## 556             28.819999690            28.059999470            27.329999920
## 557                       NA                      NA                      NA
## 558             82.730003360            82.349998470            82.029998780
## 559                       NA                      NA                      NA
## 560                       NA                      NA                      NA
## 561             63.852931980            65.686943050            61.971553800
## 562                       NA                      NA                      NA
## 563             51.100000000            49.500000000            48.000000000
## 564             16.658581700            15.881752140            15.104922580
## 565             39.636891080            41.646290240            43.694385100
## 566           3100.000000000          2800.000000000          2500.000000000
## 567              0.150000000             0.140000000             0.130000000
## 568             18.100000000            18.400000000            18.800000000
## 569          33215.000000000         30906.000000000         28843.000000000
## 570                       NA                      NA            19.900000000
## 571                       NA                      NA                      NA
## 572                       NA                      NA                      NA
## 573                       NA                      NA                      NA
## 574                       NA            48.149078370            45.331569670
## 575                       NA                      NA                      NA
## 576             80.519630000                      NA                      NA
## 577             22.808400000                      NA                      NA
## 578             45.398080000            46.277700000            47.408160000
## 579             21.110100000                      NA                      NA
## 580                       NA                      NA                      NA
## 581                       NA                      NA                      NA
## 582    76175577419.000000000   82833714278.000000000   99971068829.000000000
## 583              3.111560181             2.763577513             2.554508238
## 584      854632673.200000048     939504956.799999952     812404033.500000000
## 585   537000000000.000000000  589000000000.000000000  654000000000.000000000
## 586   144000000000.000000000  135000000000.000000000  124000000000.000000000
## 587      104600000.000000000     114800000.000000000     123500000.000000000
## 588     7116454223.000000000    7353285567.000000000    7767146909.000000000
## 589              7.763964162             7.615216521             7.314045291
## 590             46.147286720            44.062947480            44.761987760
## 591     1784380688.000000000    2150547409.000000000    2428409658.000000000
## 592    89544200000.000000000   85958000000.000000000   87952000000.000000000
## 593    23740349135.000000000   25209836609.000000000   27956217989.000000000
## 594             13.324492310            14.036861470            13.728834920
## 595              0.968061085             4.693112446             5.402448474
## 596              1.011063661             0.994977415             0.975783729
## 597                       NA                      NA           963.000000000
## 598                       NA                      NA                      NA
## 599                       NA             3.000000000             3.000000000
## 600            223.350000000           297.900000000           366.000000000
## 601                       NA             1.300000000             1.300000000
## 602           1025.000000000          1025.000000000          1025.000000000
## 603                       NA                      NA                      NA
## 604                       NA                      NA                      NA
## 605                       NA                      NA                      NA
## 606             16.862765450            16.246987330            15.954850150
## 607             11.137533560            11.547949480            10.743673900
## 608                       NA                      NA                      NA
## 609                       NA                      NA                      NA
## 610     1462174024.000000000    1498984967.000000000    1935487673.000000000
## 611                       NA                      NA                      NA
## 612         758524.000000000        789516.000000000        821820.000000000
## 613                       NA                      NA                      NA
## 614          19719.999310000         19979.999540000         20260.000230000
## 615           1943.510000000          2002.182000000          1826.166000000
## 616              0.000000000             0.000000000             0.000000000
## 617              5.100000000             5.900000000             6.600000000
## 618             24.078942720            18.936109440            18.634006340
## 619        7380000.114000000       6309999.943000000       7800000.191000000
## 620       38921000.000000000      25304000.000000000      88799000.000000000
## 621     1490945000.000000000    1395638000.000000000    1467969000.000000000
## 622                       NA                      NA                      NA
## 623         550000.011900000        519999.980900000        949999.988100000
## 624                       NA                      NA                      NA
## 625     1296954525.000000000    1423088005.000000000    1392648960.000000000
## 626         417346.383900000      -2451784.707000000       6647983.904000000
## 627      385007943.600000024     434731112.899999976     492840555.199999988
## 628         143350.000000000        143350.000000000        143350.000000000
## 629          42180.000000000         42020.000000000         41850.000000000
## 630        5000000.000000000                      NA                      NA
## 631             31.000000000            31.000000000            31.000000000
## 632                       NA                      NA                      NA
## 633                       NA                      NA                      NA
## 634                       NA                      NA                      NA
## 635              8.352596250                      NA                      NA
## 636             31.043115440            27.517521550            25.419601010
## 637                       NA                      NA                      NA
## 638                       NA                      NA                      NA
## 639   291000000000.000000000  319000000000.000000000  374000000000.000000000
## 640                       NA                      NA                      NA
## 641          19947.000000000         19983.000000000         20016.000000000
## 642             31.111111110            27.361563520            35.200000000
## 643             23.567747670            26.020941050            27.159492100
## 644           -118.271493000          -113.873123200          -110.700348900
## 645            155.871311800           155.732589900           150.652838700
## 646              0.000000000             0.000000000             0.000000000
## 647              9.146978420             8.455059711            10.194479240
## 648        5300000.191000000       7269999.981000000       4699999.809000000
## 649                       NA                      NA                      NA
## 650                       NA                      NA                      NA
## 651       34732758.000000000      31965337.699999999      55098349.100000001
## 652       23020000.460000001      25120000.840000000      40959999.079999998
## 653                       NA         19999.999550000         29999.999330000
## 654      792590043.899999976    1126343962.000000000    1373289505.000000000
## 655       31769466.489999998      39700950.460000001      34669693.930000000
## 656       62777426.180000000      60495691.689999998      68886315.129999995
## 657             72.419998170            74.300003050            75.559997560
## 658                       NA                      NA                      NA
## 659                       NA                      NA                      NA
## 660                       NA                      NA                      NA
## 661             50.000000000            60.000000000            70.000000000
## 662                       NA             3.000000000             3.000000000
## 663         500000.000000000      17500000.000000000                      NA
## 664              7.000000000             7.000000000             7.000000000
## 665                       NA                      NA                      NA
## 666                       NA                      NA                      NA
## 667                       NA                      NA                      NA
## 668    78345700000.000000000                      NA                      NA
## 669     1391200000.000000000    1675900000.000000000    1771133000.000000000
## 670                       NA                      NA                      NA
## 671                       NA                      NA                      NA
## 672             13.085077100             9.743586536            16.985020270
## 673                       NA                      NA                      NA
## 674                       NA                      NA                      NA
## 675                       NA                      NA                      NA
## 676                       NA            99.997235170                      NA
## 677             21.138058440            22.868483730            23.201240670
## 678            347.469998900           354.701781000           350.293192200
## 679             27.129859390            28.345834980            29.657933040
## 680              8.963780015             8.180164554             9.681859030
## 681                       NA                      NA                      NA
## 682        -296000.000000000       -680000.000000000       -457000.000000000
## 683        -629999.995200000         90000.003580000        170000.001800000
## 684     3295659005.000000000    3110051085.000000000    3266633722.000000000
## 685                       NA                      NA          9999.999776000
## 686          90000.003580000        100000.001500000        189999.997600000
## 687                       NA                      NA                      NA
## 688       63027569.590000004     139860460.000000000     158174283.699999988
## 689              1.374222036             1.883023964             1.659501804
## 690             11.628825670            10.025242440             9.714350290
## 691                       NA                      NA                      NA
## 692     2388918672.000000000    2614997314.000000000    2730987641.000000000
## 693             12.276091160            -3.034455091            -1.293720936
## 694             79.606679620            79.545132220            82.333939070
## 695      628764871.500000000     723528576.000000000     785264232.000000000
## 696                       NA                      NA                      NA
## 697         444691.000000000        480266.000000000        509792.000000000
## 698                       NA             3.200000000             3.300000000
## 699                       NA             3.500000000             3.500000000
## 700         500000.000000000      17500000.000000000                      NA
## 701             31.000000000            31.000000000            31.000000000
## 702                       NA                      NA                      NA
## 703                       NA                      NA                      NA
## 704                       NA                      NA                      NA
## 705              9.208459980             7.540973268             7.323054715
## 706    14954400000.000000000   14888300000.000000000   14597713000.000000000
## 707              0.454961257             0.792467748             0.884244226
## 708             27.097330410            28.726150810            33.151386280
## 709              6.512127041             8.200433204            14.876183630
## 710                       NA                      NA                      NA
## 711          20000.000000000         22480.000000000         25409.000000000
## 712              7.777777778             6.840390879             8.400000000
## 713           4860.000000000          4900.000000000          5000.000000000
## 714             20.879715300            29.427962380            22.533854960
## 715              9.705238305            10.646796520             8.831053568
## 716             37.200000760            46.115730290            51.200000760
## 717      118632150.500000000     120322940.599999994     141973309.099999994
## 718                       NA                      NA                      NA
## 719                       NA                      NA                      NA
## 720                       NA                      NA                      NA
## 721             46.425836990            39.115478520            37.342433880
## 722       14100000.380000001      12039999.960000001       4199999.809000000
## 723       15560000.420000000      15979999.539999999      17319999.690000001
## 724     1236815224.000000000    1593277459.000000000    1856238620.000000000
## 725      113680000.000000000     118570000.000000000     123160000.000000000
## 726                       NA                      NA                      NA
## 727             71.050003050            72.589996340            73.540000920
## 728              0.906871294             0.927799093             0.941750959
## 729                       NA                      NA                      NA
## 730              0.028427712             0.077778520             0.111432605
## 731                       NA                      NA                      NA
## 732              1.032125963             1.266216005             1.315923323
## 733              9.510000000             9.350000000            11.590000000
## 734             18.380000000            18.280000000            14.340000000
## 735      260000000.000000000     160000000.000000000     157000000.000000000
## 736             49.666991710            49.672497040            49.694819290
## 737              1.065416134             1.115848562             1.173864674
## 738              4.005062962             4.000700348             4.082827323
## 739             56.971036440            57.369191400            57.955566480
## 740                       NA                      NA            18.500000000
## 741              7.534000000             7.363000000             7.218000000
## 742                       NA                      NA                      NA
## 743                       NA                      NA                      NA
## 744                       NA                      NA                      NA
## 745             87.100000000            86.780000000            86.470000000
## 746                       NA                      NA                      NA
## 747                       NA                      NA                      NA
## 748              7.190000057             7.329999924             7.449999809
## 749              0.280000001             0.280000001             0.280000001
## 750                       NA                      NA                      NA
## 751                       NA                      NA                      NA
## 752             51.602848050            49.217956540            42.501873020
## 753                       NA                      NA                      NA
## 754                       NA                      NA            12.700000000
## 755              1.000000000             1.200000000             1.200000000
## 756                       NA            46.363887890            46.469084000
## 757                       NA                      NA                      NA
## 758              0.684000000                      NA                      NA
## 759            820.000000000           940.000000000          1100.000000000
## 760             24.500000000            26.000000000            27.400000000
## 761                       NA                      NA             7.700000000
## 762             44.375000000            44.375000000            44.375000000
## 763                       NA                      NA                      NA
## 764                       NA                      NA                      NA
## 765                       NA                      NA                      NA
## 766        1721151.000000000       2032563.000000000       1961973.000000000
## 767             10.000000000            10.000000000            10.000000000
## 768             21.583860000            22.898680000            20.751160000
## 769             74.781980000                      NA                      NA
## 770             79.443542480            81.706367490            80.799476620
## 771                       NA                      NA                      NA
## 772                       NA                      NA                      NA
## 773                       NA                      NA                      NA
## 774    -1684000000.000000000    1636500000.000000000    4955500000.000000000
## 775              4.503011730             4.078124511             3.837956328
## 776            603.321505100           616.426848400           629.291783100
## 777   501000000000.000000000  548000000000.000000000  611000000000.000000000
## 778            274.515421100           303.598826900           334.373140700
## 779              0.000000000             0.000000000             0.000000000
## 780                       NA                      NA             0.687642232
## 781                       NA                      NA                      NA
## 782              8.489191559             6.890329929             6.457290644
## 783     3358256289.000000000    3375906252.000000000    3750432564.000000000
## 784             46.849083700            49.877391000            54.160725350
## 785   427000000000.000000000  469000000000.000000000  539000000000.000000000
## 786                       NA            55.843750000            58.306250000
## 787                       NA             3.500000000             3.500000000
## 788                       NA                      NA                      NA
## 789                       NA            34.000000000            34.000000000
## 790              6.000000000             6.000000000             6.000000000
## 791                       NA                      NA                      NA
## 792                       NA                      NA                      NA
## 793                       NA                      NA                      NA
## 794                       NA                      NA                      NA
## 795      527100000.000000000     697900000.000000000     625284000.000000000
## 796    -4386900000.000000000   -1090100000.000000000   -4747500000.000000000
## 797                       NA                      NA                      NA
## 798              2.768533572             1.227814793             0.772268532
## 799                       NA                      NA                      NA
## 800             20.106751940            20.243823520            20.390375120
## 801                       NA                      NA                      NA
## 802              8.340357986            10.012964800            11.148740250
## 803             69.164056940            62.764326020            69.700992370
## 804             90.300000000            89.520000000            91.250000000
## 805             46.200000000            50.700000000            54.600000000
## 806              5.925431944             4.994956010             4.965958167
## 807                       NA                      NA                      NA
## 808       -1888592.900000000       5185972.600000000       1284690.500000000
## 809     1490945000.000000000    1395638000.000000000    1467969000.000000000
## 810                       NA                      NA                      NA
## 811                       NA                      NA                      NA
## 812        3759999.990000000       3119999.886000000       2390000.105000000
## 813              7.042563765             8.575637533             9.107880549
## 814                       NA                      NA                      NA
## 815                       NA                      NA                      NA
## 816                       NA                      NA                      NA
## 817             29.424485520            29.312870600            29.194279730
## 818                       NA                      NA                      NA
## 819                       NA             3.000000000             3.000000000
## 820            565.000000000           419.000000000           303.000000000
## 821                       NA            32.500000000            32.500000000
## 822             74.100000000            69.900000000            78.500000000
## 823                       NA                      NA                      NA
## 824                       NA                      NA                      NA
## 825                       NA                      NA                      NA
## 826                       NA                      NA                      NA
## 827    23103700000.000000000   27937000000.000000000   31149795000.000000000
## 828   319000000000.000000000  305000000000.000000000  325000000000.000000000
## 829             11.031734500            10.652444130             9.976367737
## 830   225000000000.000000000  249000000000.000000000  292000000000.000000000
## 831                       NA                      NA                      NA
## 832              2.984043211             3.066736585             3.152759689
## 833             36.296296300            32.247557000            31.200000000
## 834             76.325757580            76.271186440            75.090909090
## 835              0.070031834             0.074493324             0.057419329
## 836              6.415548753             6.421263529             6.637777347
## 837              6.510000000             6.510000000             6.290000000
## 838             18.121221330            14.529660740            14.934714890
## 839        3319999.933000000       4809999.943000000       3930000.067000000
## 840       29590051.300000001     111625405.400000006      59012004.799999997
## 841                       NA                      NA                      NA
## 842                       NA                      NA                      NA
## 843       56430000.310000002      63380001.070000000      41659999.850000001
## 844        -550000.011900000       -330000.013100000        610000.014300000
## 845        -417346.383900000       2451784.707000000      -6647983.904000000
## 846     1174037798.000000000    1532756320.000000000    1787352305.000000000
## 847             36.741428110            36.999088300            37.811296540
## 848            125.960869600           127.065789500           128.190265500
## 849              0.090482297             0.088562606             0.086700700
## 850     1251494635.000000000    1267031434.000000000    1276607067.000000000
## 851                       NA                      NA                      NA
## 852                       NA                      NA                      NA
## 853                       NA             4.000000000             4.000000000
## 854                       NA             3.000000000             3.000000000
## 855                       NA                      NA                      NA
## 856             31.000000000            31.000000000            31.000000000
## 857                       NA                      NA                      NA
## 858                       NA                      NA                      NA
## 859                       NA                      NA                      NA
## 860              0.000000000                      NA                      NA
## 861    15554800000.000000000   15701500000.000000000   15343676000.000000000
## 862                       NA                      NA                      NA
## 863                       NA                      NA                      NA
## 864             54.232254750            54.198726320            57.135335660
## 865              2.560000000             2.510000000             2.550000000
## 866          39947.000000000         42463.000000000         45425.000000000
## 867                       NA                      NA                      NA
## 868                       NA             0.000000000                      NA
## 869            460.405135400           253.041648700           102.382477400
## 870             87.166775900            86.138779320            87.630784110
## 871              0.578990902             0.631662061             0.473071325
## 872              1.636053457             1.475843575             1.558050648
## 873                       NA                      NA                      NA
## 874                       NA                      NA                      NA
## 875                       NA                      NA                      NA
## 876     3295659005.000000000    3110051085.000000000    3266633722.000000000
## 877        1570000.052000000       1399999.976000000       1240000.010000000
## 878       52549999.240000002      63069999.689999998      33029998.780000001
## 879      822608955.200000048    1211823253.000000000    1453231426.000000000
## 880              6.893433185            10.438087830             8.988827232
## 881       63611104.500000000      65787634.350000001      79166536.170000002
## 882         147180.000000000        147180.000000000        147180.000000000
## 883                       NA                      NA                      NA
## 884              3.682236087             3.410437181             2.340151627
## 885              5.067253264             3.650427023             2.416691487
## 886                       NA                      NA                      NA
## 887              0.048643345             0.129594110             0.179755740
## 888              9.510000000             9.390000000            11.650000000
## 889             18.380000000            18.410000000            14.500000000
## 890             21.070939320            12.468560280            12.717960360
## 891                       NA                      NA            33.900000000
## 892              0.855450119             0.868455557             0.866589786
## 893              3.437190121             3.489312444             3.494995079
## 894        6985041.000000000       7094012.000000000       7244478.000000000
## 895             12.902728610            12.465226120            11.979521840
## 896             37.900000000                      NA            44.200000000
## 897                       NA                      NA                      NA
## 898                       NA                      NA                      NA
## 899                       NA                      NA                      NA
## 900                       NA                      NA                      NA
## 901                       NA                      NA                      NA
## 902                       NA                      NA                      NA
## 903             25.319999690            25.620000840            25.899999620
## 904              1.590000033             1.600000024             1.610000014
## 905                       NA                      NA                      NA
## 906                       NA                      NA                      NA
## 907              6.826225650             7.115629640             5.925705950
## 908                       NA                      NA                      NA
## 909                       NA                      NA             2.200000000
## 910              2.400000000             3.000000000             3.000000000
## 911                       NA                      NA            39.600000000
## 912                       NA                      NA                      NA
## 913              0.465200000                      NA                      NA
## 914              0.100000000             0.100000000             0.100000000
## 915              0.200000000             0.200000000             0.200000000
## 916                       NA                      NA            23.900000000
## 917                       NA                      NA                      NA
## 918                       NA                      NA                      NA
## 919                       NA                      NA                      NA
## 920                       NA                      NA                      NA
## 921             43.670020000            44.949700000            45.720970000
## 922                       NA                      NA                      NA
## 923             21.684550000            23.100730000            20.566450000
## 924             85.967150000                      NA                      NA
## 925             72.823173520            76.155479430            77.010208130
## 926                       NA                      NA                      NA
## 927                       NA                      NA                      NA
## 928                       NA                      NA                      NA
## 929                       NA                      NA                      NA
## 930  1170000000000.000000000 1220000000000.000000000 1260000000000.000000000
## 931              3.288760449             2.172198934             2.087017249
## 932    14178960894.000000000   14637556830.000000000   15183346358.000000000
## 933            582.041995800           594.015873800           601.063836700
## 934      273300000.000000000     336200000.000000000     396100000.000000000
## 935                       NA                      NA            36.952647040
## 936           1474.560440000          1472.862272000          1488.811590000
## 937      355773590.100000024     271395612.800000012     251672519.099999994
## 938                       NA                      NA                      NA
## 939             58.398882130            59.440178680            61.509261970
## 940                       NA                      NA                      NA
## 941             13.790000000            13.760000000            12.510000000
## 942      205000000.000000000     221000000.000000000     261000000.000000000
## 943                       NA                      NA                      NA
## 944             78.081710110            77.217209670            75.595142420
## 945              2.309826044             2.375332501             2.404955830
## 946              8.104557458             7.918103437             8.042378012
## 947             40.872679810            40.523865620            39.892485540
## 948             65.953000000            66.528000000            67.075000000
## 949                       NA             2.663821993                      NA
## 950                       NA                      NA                      NA
## 951       12956652.000000000      13166128.000000000      13425106.000000000
## 952                       NA                      NA                      NA
## 953                       NA                      NA                      NA
## 954             10.970000270            11.250000000            11.510000230
## 955             68.019996640            67.620002750            67.199996950
## 956                       NA                      NA                      NA
## 957                       NA                      NA                      NA
## 958                       NA                      NA                      NA
## 959                       NA                      NA                      NA
## 960             13.228389740            14.457385060            13.942223550
## 961            371.000000000           360.000000000           350.000000000
## 962                       NA                      NA            49.000000000
## 963             63.725616610            60.444093660            57.162570710
## 964             21.759017950            24.601053170            27.521641550
## 965                       NA                      NA             0.100000000
## 966           3800.000000000          3600.000000000          3200.000000000
## 967             17.900000000            18.400000000            19.100000000
## 968                       NA                      NA                      NA
## 969                       NA                      NA             8.800000000
## 970                       NA                      NA                      NA
## 971                       NA                      NA                      NA
## 972                       NA                      NA                      NA
## 973                       NA            22.192390000            22.192880000
## 974                       NA                      NA                      NA
## 975             29.137590410            30.095680240                      NA
## 976             22.466310000                      NA                      NA
## 977        4025692.000000000       4030045.000000000       4502697.000000000
## 978              2.000000000             2.000000000             2.000000000
## 979                       NA                      NA                      NA
## 980                       NA                      NA                      NA
## 981    84889000000.000000000   97704000000.000000000  126000000000.000000000
## 982            601.708850800           618.337541300           634.133024700
## 983              0.901697274             0.792667946             1.081820981
## 984   537000000000.000000000  589000000000.000000000  654000000000.000000000
## 985             25.638925000            28.368663000            27.230608000
## 986              0.002256030             0.002195410             0.003581370
## 987   242000000000.000000000  270000000000.000000000  314000000000.000000000
## 988    74595237102.000000000   76548286244.000000000   78077806784.000000000
## 989            -12.781896190           -14.895573890           -17.868805840
## 990     7848027294.000000000   12816001591.000000000   10220783393.000000000
## 991     1213488963.000000000    1185691368.000000000    1216071411.000000000
## 992             -0.376322800             3.370797911             4.099663093
## 993              1.793292398             1.929161376             1.749109863
## 994                       NA                      NA                      NA
## 995                       NA                      NA                      NA
## 996              0.031272262             0.161549659             0.244868846
## 997              9.184799918             9.184799918             9.184799918
## 998             13.995832810            15.644103330            13.030145640
## 999             14.350000000            14.080000000            14.990000000
## 1000            14.860000000            14.800000000            12.740000000
## 1001                      NA                      NA            24.700000000
## 1002      12794317.000000000      12956564.000000000      13112894.000000000
## 1003       1060794.000000000       1108158.000000000       1152930.000000000
## 1004             4.692685041             4.766263648             4.845284344
## 1005            10.514918460            10.609649290            10.634387800
## 1006                      NA                      NA            23.400000000
## 1007           190.257000000           184.128000000           178.000000000
## 1008                      NA                      NA                      NA
## 1009                      NA                      NA                      NA
## 1010                      NA                      NA                      NA
## 1011            78.555999760            77.894996640            77.236000060
## 1012                      NA                      NA                      NA
## 1013                      NA                      NA                      NA
## 1014            92.539997100            92.400003430            92.259996410
## 1015            77.313003540            76.700996400            76.103996280
## 1016                      NA                      NA                      NA
## 1017                      NA                      NA                      NA
## 1018             5.482848640             6.251472950             7.584030150
## 1019                      NA                      NA                      NA
## 1020                      NA                      NA                      NA
## 1021             1.000000000             1.000000000             1.100000000
## 1022                      NA                      NA                      NA
## 1023                      NA            66.200000000                      NA
## 1024            80.000000000            75.000000000            89.000000000
## 1025            26.077143850            26.322355980            26.567568110
## 1026             3.900000000             3.700000000             3.500000000
## 1027            41.000000000            40.000000000            39.200000000
## 1028                      NA                      NA            38.100000000
## 1029             6.140979767             7.736219883             8.218429565
## 1030                      NA                      NA                      NA
## 1031                      NA                      NA                      NA
## 1032             7.000000000             7.000000000             7.000000000
## 1033        250291.000000000                      NA                      NA
## 1034            57.295970920                      NA                      NA
## 1035           119.011050000           115.058350000           153.530510000
## 1036                      NA                      NA                      NA
## 1037                      NA                      NA                      NA
## 1038                      NA                      NA                      NA
## 1039            17.998389760            18.597841870            19.263446940
## 1040            27.662623070            30.600780430            29.282380010
## 1041  535000000000.000000000  591000000000.000000000  659000000000.000000000
## 1042             0.000000000             0.000000000             0.000000000
## 1043        -56800.000020000        445300.000000000       -122000.000000000
## 1044    6978000000.000000000    7816000000.000000000    8716000000.000000000
## 1045      61980506.000000000      74205939.000000000      64498994.000000000
## 1046            16.657320270            16.467089230            16.067966810
## 1047  389000000000.000000000  402000000000.000000000  409000000000.000000000
## 1048    2143236207.000000000    2396739963.000000000    2832075349.000000000
## 1049            17.554946540            17.021370450            18.044012700
## 1050             1.759459188             4.319333125             4.914104384
## 1051   90053113490.000000000   91171086411.000000000   91860114983.000000000
## 1052             0.449843651             0.826551266             1.141389164
## 1053          5846.000000000          6255.000000000          6920.000000000
## 1054                      NA             3.000000000             3.200000000
## 1055           609.000000000           585.000000000           420.000000000
## 1056                      NA           150.000000000           150.000000000
## 1057            74.100000000            69.900000000            78.500000000
## 1058                      NA                      NA                      NA
## 1059                      NA                      NA                      NA
## 1060                      NA                      NA                      NA
## 1061                      NA                      NA                      NA
## 1062            32.511116740            33.881018040            37.038929180
## 1063            59.415667290            51.764623050            49.686968030
## 1064                      NA                      NA                      NA
## 1065  119000000000.000000000  132000000000.000000000  162000000000.000000000
## 1066                      NA                      NA                      NA
## 1067             0.490000000                      NA             0.730000000
## 1068             0.370370370             0.325732899             0.400000000
## 1069           400.000000000           410.000000000           420.000000000
## 1070             0.049589642             0.054402940             0.043227593
## 1071             9.770678759            10.727110850             8.936978636
## 1072            28.451444630            38.642341610            44.085189820
## 1073            16.902880030            15.818136340            17.359705500
## 1074                      NA                      NA                      NA
## 1075                      NA                      NA                      NA
## 1076                      NA                      NA                      NA
## 1077                      NA                      NA                      NA
## 1078       1679999.948000000       1779999.971000000       2039999.962000000
## 1079       7730000.019000000      10180000.310000001      11069999.689999999
## 1080            -0.005737557             0.030156296            -0.073509433
## 1081      15661183.890000001      40282087.460000001      46311172.740000002
## 1082            39.944242720            37.540175590            37.592039480
## 1083       7754058.000000000       7774590.000000000       7663744.000000000
## 1084            16.044645970            15.905127310            15.765608650
## 1085     730695469.000000000     815019361.000000000     833625852.000000000
## 1086                      NA                      NA                      NA
## 1087            58.398882130            59.440178680            61.509261970
## 1088            61.530287610            71.431967800            79.568478660
## 1089            99.350000000            99.350000000            99.350000000
## 1090      30000000.000000000      29000000.000000000      29000000.000000000
## 1091                      NA                      NA            36.000000000
## 1092             0.660577171             0.694279358             0.711714322
## 1093             3.538418157             3.616298987             3.661969896
## 1094            55.326969780            55.474253230            55.925534710
## 1095            13.943217520            13.460326980            12.909516150
## 1096            38.300000000                      NA            48.000000000
## 1097                      NA                      NA                      NA
## 1098                      NA                      NA                      NA
## 1099                      NA                      NA                      NA
## 1100                      NA                      NA                      NA
## 1101                      NA                      NA                      NA
## 1102                      NA                      NA                      NA
## 1103            16.479999540            16.690000530            16.899999620
## 1104             0.949999988             0.959999979             0.959999979
## 1105                      NA                      NA                      NA
## 1106                      NA                      NA                      NA
## 1107            32.949928900            32.329772820            26.339069320
## 1108                      NA                      NA                      NA
## 1109                      NA                      NA             3.100000000
## 1110            15.295405990            17.056020660            18.864383050
## 1111                      NA                      NA            37.600000000
## 1112                      NA                      NA                      NA
## 1113             0.211800000                      NA                      NA
## 1114             0.100000000             0.100000000             0.100000000
## 1115            62.700000000            59.400000000            56.300000000
## 1116          4638.000000000          4317.000000000          4025.000000000
## 1117                      NA                      NA                      NA
## 1118                      NA                      NA                      NA
## 1119                      NA                      NA                      NA
## 1120                      NA                      NA                      NA
## 1121            40.476970000                      NA                      NA
## 1122                      NA                      NA                      NA
## 1123            14.786649700            27.044729230                      NA
## 1124                      NA                      NA                      NA
## 1125                      NA                      NA                      NA
## 1126             0.875720024             0.912899971             0.961290002
## 1127                      NA                      NA                      NA
## 1128                      NA                      NA                      NA
## 1129     488543949.300000012     564540713.200000048     594070905.200000048
## 1130   39998721663.000000000   42941490694.000000000   45974965144.000000000
## 1131         46123.301480000         47125.191340000         48108.702210000
## 1132 1100000000000.000000000 1130000000000.000000000 1170000000000.000000000
## 1133             1.442735029             2.057218918             1.186494024
## 1134             3.768669800             4.123735600             4.346362900
## 1135             9.185972844             9.185972841             9.133916192
## 1136     564745963.899999976     619136753.600000024     661461437.100000024
## 1137            29.464591460            29.479260690            31.315396800
## 1138  268000000000.000000000  270000000000.000000000  300000000000.000000000
## 1139  605000000000.000000000  677000000000.000000000  771000000000.000000000
## 1140   13989129050.000000000   14645654607.000000000   15436878550.000000000
## 1141        131000.000000000        131000.000000000        131000.000000000
## 1142             1.644196640             1.882499175             2.346074356
## 1143                      NA                      NA                      NA
## 1144             0.008436620             0.022511735             0.019756945
## 1145            88.867243420            93.903981880            81.989808160
## 1146            12.383641840            13.138369690            10.265902250
## 1147            12.110000000            11.910000000            11.810000000
## 1148            14.070000000            14.090000000            12.500000000
## 1149        385000.000000000        375000.000000000        384000.000000000
## 1150            50.333008290            50.327502960            50.305180710
## 1151             4.173176145             4.304445610             4.423000647
## 1152             4.820515136             4.954294422             5.041805130
## 1153            10.120071100            10.223369900            10.320282250
## 1154                      NA                      NA            10.200000000
## 1155           229.113000000           223.143000000           217.174000000
## 1156             1.554000020             1.457999945             1.393000007
## 1157                      NA                      NA                      NA
## 1158            84.491996770            84.208000180            83.918998720
## 1159            83.420000000            83.110000000            82.800000000
## 1160                      NA                      NA                      NA
## 1161                      NA                      NA                      NA
## 1162            73.079998020            72.769998550            72.489999770
## 1163                      NA                      NA                      NA
## 1164                      NA                      NA                      NA
## 1165                      NA                      NA                      NA
## 1166             2.114958030             2.756224450             3.332457880
## 1167                      NA                      NA                      NA
## 1168                      NA                      NA            12.400000000
## 1169                      NA                      NA             0.600000000
## 1170                      NA            41.272506030            41.272506030
## 1171            79.800000000            73.400000000            70.900000000
## 1172            73.000000000            74.000000000            85.000000000
## 1173            37.952848980            37.939934900            37.927020820
## 1174             6.600000000             6.100000000             5.900000000
## 1175            54.600000000            53.100000000            51.700000000
## 1176                      NA                      NA                      NA
## 1177             3.261130095             5.490829945             5.698840141
## 1178                      NA                      NA                      NA
## 1179                      NA                      NA                      NA
## 1180                      NA       2054165.000000000       1983561.000000000
## 1181            14.032850270                      NA                      NA
## 1182            61.558471680                      NA                      NA
## 1183           114.290110000           110.711280000           153.887100000
## 1184             5.000000000             5.000000000             5.000000000
## 1185                      NA                      NA                      NA
## 1186                      NA                      NA                      NA
## 1187                      NA                      NA                      NA
## 1188            27.575834170            30.685717410            29.504252850
## 1189  535000000000.000000000  591000000000.000000000  659000000000.000000000
## 1190           286.157672600           315.805630000           346.945331300
## 1191                      NA                      NA                      NA
## 1192   14795121639.000000000   15292641664.000000000   15667742898.000000000
## 1193             0.854771840             0.910186860             0.707828110
## 1194                      NA                      NA             7.318769668
## 1195            34.676357110            33.824896680            32.366485040
## 1196  158000000000.000000000  174000000000.000000000  205000000000.000000000
## 1197            30.000000000            30.000000000            30.000000000
## 1198                      NA             4.500000000             4.500000000
## 1199                      NA                      NA                      NA
## 1200                      NA                      NA                      NA
## 1201                      NA                      NA                      NA
## 1202                      NA                      NA                      NA
## 1203             0.000000000             0.000000000             0.000000000
## 1204                      NA                      NA                      NA
## 1205            11.430963640            10.660690160            10.894619090
## 1206   59780600000.000000000   68065000000.000000000   70272652000.000000000
## 1207                      NA                      NA                      NA
## 1208                      NA                      NA                      NA
## 1209             7.738907708             6.701434235             7.665498471
## 1210                      NA                      NA                      NA
## 1211                      NA            60.700000760                      NA
## 1212                      NA                      NA                      NA
## 1213            25.814751290            26.149304090            26.440116040
## 1214          2809.999943000          3190.000057000          2619.999886000
## 1215             0.000000000             0.000000000             0.000000000
## 1216            71.993976710            74.585841000            69.443401040
## 1217     429660003.699999988     407230011.000000000     452510009.800000012
## 1218                      NA        970000.028600000        140000.000600000
## 1219      45296000.000000000       2521000.000000000      12351000.000000000
## 1220                      NA                      NA                      NA
## 1221      35369998.930000000      52049999.240000002      61529998.780000001
## 1222                      NA                      NA                      NA
## 1223                      NA                      NA                      NA
## 1224                      NA                      NA                      NA
## 1225     424515156.000000000     139085624.199999988     108357461.400000006
## 1226    1908001849.000000000    2276461353.000000000    2441024153.000000000
## 1227                      NA                      NA                      NA
## 1228             8.025217391             3.568859649             5.642035398
## 1229        116778.000000000        227316.000000000       1157102.000000000
## 1230            86.666670000            86.666670000            90.000000000
## 1231                      NA             3.000000000             3.500000000
## 1232                      NA                      NA                      NA
## 1233                      NA           408.000000000           408.000000000
## 1234                      NA                      NA                      NA
## 1235                      NA                      NA                      NA
## 1236                      NA                      NA          5596.000000000
## 1237                      NA                      NA                      NA
## 1238   48173000000.000000000   54104800000.000000000   57426995000.000000000
## 1239            32.211809070            34.383587890            31.715951760
## 1240                      NA                      NA                      NA
## 1241             2.841811312             6.836332659             6.920335807
## 1242             9.876417532            10.560912430            11.103477010
## 1243                      NA                      NA                      NA
## 1244                      NA                      NA                      NA
## 1245                      NA           100.000000000                      NA
## 1246         16960.000000000         17160.000000000         17400.000000000
## 1247             0.000000000             0.000000000             0.000000000
## 1248             0.000000000             0.000000000             0.000000000
## 1249             1.587774844             1.421851691             1.472983849
## 1250     486799987.800000012     451839996.300000012     492489990.199999988
## 1251                      NA                      NA                      NA
## 1252                      NA                      NA                      NA
## 1253             2.354326096             3.002804389             4.184991780
## 1254                      NA                      NA                      NA
## 1255      -2240000.010000000      -2230000.019000000      -2380000.114000000
## 1256                      NA                      NA                      NA
## 1257             0.035742323             1.015508645             0.416100876
## 1258     -14994897.689999999      48303307.750000000      62118346.829999998
## 1259      78022467.269999996      91557152.230000004      96055936.849999994
## 1260         58532.680000000         58713.950000000         58895.220000000
## 1261          1880.000000000          1104.000000000           457.000000000
## 1262             0.440322424             0.286640921             0.376541106
## 1263            40.928807810            38.505088850            37.943588250
## 1264    1938000000.000000000    2283000000.000000000    2492000000.000000000
## 1265            32.410000000            32.410000000            32.410000000
## 1266            24.070000000            24.070000000            24.070000000
## 1267       3772484.000000000       3900034.000000000       4030431.000000000
## 1268                      NA                      NA                      NA
## 1269        479795.000000000        511758.000000000        541725.000000000
## 1270             5.587340067             5.628452111             5.746938853
## 1271            12.229953350            12.343025510            12.332327250
## 1272            62.329071400            63.167605600            64.006139800
## 1273            95.000000000            96.000000000            97.000000000
## 1274                      NA                      NA                      NA
## 1275                      NA                      NA                      NA
## 1276                      NA                      NA                      NA
## 1277            79.943000790            79.217002870            78.500999450
## 1278                      NA                      NA                      NA
## 1279            17.030000690            17.280000690            17.510000230
## 1280                      NA                      NA                      NA
## 1281            75.892997740            75.367996220            74.811996460
## 1282                      NA                      NA                      NA
## 1283                      NA                      NA                      NA
## 1284            15.988023760            19.064474110            23.901910780
## 1285                      NA                      NA                      NA
## 1286             7.700000000             7.900000000             7.700000000
## 1287                      NA                      NA             0.600000000
## 1288            25.404219000            25.022816000            24.638218000
## 1289                      NA            53.500000000                      NA
## 1290             0.000000000             0.000000000             8.000000000
## 1291            91.878932790            91.734523880            91.590191980
## 1292         23049.000000000         21633.000000000         20339.000000000
## 1293                      NA             1.950000000                      NA
## 1294            21.613359450            22.294219970            25.500640870
## 1295                      NA                      NA                      NA
## 1296                      NA                      NA                      NA
## 1297                      NA                      NA                      NA
## 1298                      NA                      NA                      NA
## 1299        427047.000000000                      NA                      NA
## 1300            61.558471680                      NA                      NA
## 1301           123.239242600           119.565467800           129.648452800
## 1302                      NA                      NA                      NA
## 1303                      NA                      NA                      NA
## 1304                      NA                      NA                      NA
## 1305            13.377052510            13.764030790            14.334758010
## 1306    2005849167.000000000    2494828008.000000000    2668280646.000000000
## 1307    7206823183.000000000    8016609037.000000000    8846408919.000000000
## 1308   40124608887.000000000   42822630163.000000000   45629232067.000000000
## 1309            45.781143790            48.582670720            52.158374360
## 1310    1733000000.000000000    2159000000.000000000    2272000000.000000000
## 1311     188700000.000000000     228600000.000000000     273900000.000000000
## 1312             1.432829555             3.012063734             4.470441032
## 1313    4632850192.000000000    4794901550.000000000    4880340509.000000000
## 1314  190000000000.000000000  208000000000.000000000  218000000000.000000000
## 1315            16.682695260            14.583686790            13.446590960
## 1316  474000000000.000000000  521000000000.000000000  595000000000.000000000
## 1317                      NA                      NA                      NA
## 1318            58.396890100            67.177322060            68.247006450
## 1319            66.887457640            70.800028870            78.703568690
## 1320             0.289374322             0.961297360             1.199224391
## 1321             1.727116000             3.174603000             3.369524000
## 1322             0.016957800             0.068657700             0.000000000
## 1323        286000.000000000        373000.000000000        415000.000000000
## 1324      12625020.000000000      12787936.000000000      12953793.000000000
## 1325             1.278567664             1.288065262             1.293467331
## 1326             3.891579363             3.875888700             3.932175460
## 1327       7289055.000000000       7433076.000000000       7599652.000000000
## 1328                      NA                      NA            51.400000000
## 1329            27.037000000            26.061000000            25.196000000
## 1330                      NA                      NA                      NA
## 1331                      NA                      NA                      NA
## 1332                      NA                      NA                      NA
## 1333            90.930000000            90.630000000            90.310000000
## 1334                      NA                      NA                      NA
## 1335                      NA                      NA                      NA
## 1336            82.569999690            82.349998470            82.139999390
## 1337            76.571998600            76.003997800            75.430000310
## 1338                      NA                      NA                      NA
## 1339                      NA                      NA                      NA
## 1340            10.208821140            12.522870770            14.812385210
## 1341                      NA                      NA                      NA
## 1342                      NA                      NA            13.000000000
## 1343             1.700000000             2.100000000             2.100000000
## 1344                      NA            74.881212090            74.881212090
## 1345            83.600000000            82.200000000            81.800000000
## 1346                      NA                      NA             5.000000000
## 1347            27.839617090            28.082302310            28.323966510
## 1348             9.300000000             7.900000000             7.800000000
## 1349            40.400000000            39.500000000            38.700000000
## 1350             5.853658537             5.853658537             5.882352941
## 1351             9.252820015            10.184209820            10.973979950
## 1352                      NA                      NA                      NA
## 1353                      NA                      NA                      NA
## 1354                      NA            44.710380000            45.464900000
## 1355            19.480369570                      NA                      NA
## 1356            21.805640000            23.335290000            20.361550000
## 1357            80.519630000                      NA                      NA
## 1358            65.943679810            70.349449160            73.016113280
## 1359                      NA                      NA                      NA
## 1360                      NA                      NA                      NA
## 1361                      NA                      NA                      NA
## 1362     -22821304.039999999      22573628.100000001      68517394.469999999
## 1363   15295040054.000000000   15918790832.000000000   16529747072.000000000
## 1364         21115.774970000         22894.676530000         25092.717000000
## 1365    6785394365.000000000    7565717328.000000000    8449644451.000000000
## 1366             2.811666413             3.362730210             2.452821704
## 1367             0.000000000             0.000000000             0.000000000
## 1368                      NA                      NA            42.719935240
## 1369   17294000000.000000000   18094000000.000000000   19212000000.000000000
## 1370    3262715953.000000000    3487527847.000000000    3712727656.000000000
## 1371  109000000000.000000000  118000000000.000000000  136000000000.000000000
## 1372            88.250757210            88.444340240            91.016921680
## 1373    5790540770.000000000    6467224509.000000000    7446047090.000000000
## 1374                      NA                      NA                      NA
## 1375                      NA                      NA                      NA
## 1376                      NA             2.500000000             3.000000000
## 1377                      NA                      NA                      NA
## 1378                      NA            19.900000000            19.900000000
## 1379             4.000000000             4.000000000             4.000000000
## 1380                      NA                      NA                      NA
## 1381                      NA                      NA                      NA
## 1382                      NA                      NA                      NA
## 1383                      NA                      NA                      NA
## 1384             1.094181388             1.289904038             1.088832874
## 1385            -0.817309394            -0.184947032            -0.725824206
## 1386                      NA                      NA                      NA
## 1387             8.901672366             6.994222780            12.605632440
## 1388                      NA                      NA                      NA
## 1389        758524.000000000        789516.000000000        821820.000000000
## 1390                      NA                      NA                      NA
## 1391          4030.000000000          4050.000000000          4130.000000000
## 1392             0.110545761             0.123909964             0.100511426
## 1393             4.542859239             4.689488849             4.997187276
## 1394            11.400000000            13.100000000            14.700000000
## 1395     491049987.800000012     456399993.899999976     494160003.699999988
## 1396                      NA                      NA                      NA
## 1397      -3420100.000000000      -3797826.260000000      -4217590.150000000
## 1398                      NA                      NA                      NA
## 1399                      NA                      NA                      NA
## 1400        280000.001200000          9999.999776000          9999.999776000
## 1401       1750000.000000000       1080000.043000000       2069999.933000000
## 1402            49.960252400            34.523108360            33.142259400
## 1403    -101943444.700000003     170889380.199999988     307726412.100000024
## 1404    2371032260.000000000    2802749618.000000000    3029920645.000000000
## 1405                      NA                      NA                      NA
## 1406       2300000.000000000       2280000.000000000       2260000.000000000
## 1407    1479603798.000000000    1621314802.000000000    1873937949.000000000
## 1408 1100000000000.000000000 1150000000000.000000000 1210000000000.000000000
## 1409             8.644077586             8.899208024             8.682982614
## 1410                      NA                      NA                      NA
## 1411                      NA                      NA                      NA
## 1412            72.222222220            75.555555560            80.000000000
## 1413                      NA             3.500000000             3.500000000
## 1414       5000000.000000000                      NA                      NA
## 1415             7.000000000             7.000000000             7.000000000
## 1416                      NA                      NA                      NA
## 1417                      NA                      NA                      NA
## 1418                      NA                      NA             0.376967882
## 1419            14.596338330                      NA                      NA
## 1420             1.957671958             2.032472998             2.105980786
## 1421   22891000000.000000000   28351400000.000000000   26673163000.000000000
## 1422                      NA                      NA                      NA
## 1423            64.125070410            68.508873540            73.249917640
## 1424            26.553979250            28.214974920            32.614162860
## 1425                      NA                      NA                      NA
## 1426           177.323592600           179.591907900           181.839462900
## 1427                      NA           100.000000000                      NA
## 1428                      NA             0.000000000                      NA
## 1429             0.318144770             0.349335605             0.286935153
## 1430             0.000000000             0.000000000             0.000000000
## 1431     115131411.799999997     115921076.900000006     134221818.500000000
## 1432     429660003.699999988     407230011.000000000     452510009.800000012
## 1433      -4486000.000000000      17597000.000000000      75163000.000000000
## 1434                      NA                      NA                      NA
## 1435      36000000.000000000      47000000.000000000      81000000.000000000
## 1436                      NA                      NA                      NA
## 1437       6239999.771000000       8960000.038000001       8119999.886000000
## 1438                      NA                      NA                      NA
## 1439    1233926955.000000000    1283227546.000000000    1234474676.000000000
## 1440     540136403.100000024     332462418.899999976     304749253.600000024
## 1441            18.580179840            19.407595190            18.773471770
## 1442                      NA                      NA                      NA
##                        X2007                   X2008                   X2009
## 1                         NA                      NA             0.428628769
## 2        868000000.000000000     939000000.000000000     823000000.000000000
## 3               17.384113320            11.546058240            11.574618380
## 4                         NA                      NA            59.440661870
## 5               13.290000000           421.500000000            12.650000000
## 6               38.641754840            36.100770510            40.505685630
## 7                0.826543276             0.685242899             0.417348437
## 8               66.300597980            64.893231660            63.435024480
## 9                1.937502334             2.024310007             2.110031121
## 10               7.005863920             6.988649973             6.987996050
## 11              38.052656790            37.505876270            36.930206540
## 12              64.962000000            65.420000000            65.863000000
## 13                        NA                      NA                      NA
## 14                        NA            23.129999160                      NA
## 15               1.597000003             1.562999964             1.967000008
## 16              79.663002010            79.384002690            79.497001650
## 17                        NA            75.000000000                      NA
## 18              15.970000270            16.309999470            16.649999620
## 19              46.209999080            45.500000000            44.779998780
## 20              78.785003660            78.533996580            78.458000180
## 21              62.360000610            61.569999690            61.009998320
## 22                        NA                      NA                      NA
## 23                        NA                      NA                      NA
## 24              14.272128110            14.823469160            15.755729680
## 25                        NA                      NA                      NA
## 26                        NA                      NA                      NA
## 27              47.639196750            44.632903100            41.641112730
## 28              32.929026290            35.902811520            38.943097210
## 29              84.000000000            92.000000000           100.000000000
## 30             500.000000000           500.000000000           500.000000000
## 31              29.800000000            28.700000000            27.600000000
## 32                        NA                      NA                      NA
## 33                        NA                      NA                      NA
## 34                        NA            24.163270000            23.509260000
## 35                        NA                      NA                      NA
## 36                        NA            63.870429990                      NA
## 37              41.920898440            48.373519900            48.789001460
## 38                        NA                      NA                      NA
## 39                        NA                      NA                      NA
## 40                        NA            10.246109960                      NA
## 41              40.017540000            37.816550000            33.309050000
## 42              40.645610810            62.241130830            68.815376280
## 43                        NA                      NA                      NA
## 44                        NA                      NA                      NA
## 45    -11855098580.000000000   -9735926628.000000000   -8630946880.000000000
## 46           49635.332420000         52073.678830000         54106.129390000
## 47     71452294100.000000000   80188121600.000000000   93230276400.000000000
## 48     16963169002.000000000   17998709258.000000000   18814604917.000000000
## 49               0.006617356             0.012369547             0.006176697
## 50               1.303520600             1.222998900             1.159635200
## 51               4.511362796             7.349897197             6.001979743
## 52      1638999823.000000000    2013541220.000000000    1936835396.000000000
## 53             507.442789800           533.181859100           546.767267600
## 54    209000000000.000000000  247000000000.000000000  313000000000.000000000
## 55      1657485179.000000000    1669535266.000000000    1734186974.000000000
## 56     58994856263.000000000   59745325189.000000000   63133236525.000000000
## 57                        NA                      NA                      NA
## 58               4.900000000                      NA                      NA
## 59             108.009950200           116.761691500           102.312935300
## 60               0.921670394             0.146638952             0.249677070
## 61               1.980068054             1.345494762             0.621245219
## 62                        NA                      NA            14.686930820
## 63              45.037130000            22.366300000            45.411850000
## 64       200000000.000000000     335000000.000000000     413000000.000000000
## 65                        NA                      NA                      NA
## 66               0.470523759             0.499085819             0.519470342
## 67               2.936068559             3.085257791             3.208684922
## 68              57.394138200            57.796284010            58.217377290
## 69              36.793226700            36.216160310            35.598975040
## 70              41.900000000            40.100000000            38.300000000
## 71            3364.000000000          4190.000000000          5101.000000000
## 72                        NA             1.929999948                      NA
## 73                        NA            30.579999920                      NA
## 74                        NA            80.709999080                      NA
## 75                        NA            10.237134360                      NA
## 76                        NA             4.170000000                      NA
## 77                        NA            91.970000000                      NA
## 78              73.830001830            73.220001220            72.610000610
## 79                        NA            88.930000000                      NA
## 80                        NA                      NA                      NA
## 81              11.705286490            12.705439610            13.462334550
## 82              84.000000000            81.000000000            81.000000000
## 83              88.000000000            90.000000000            91.000000000
## 84              21.330670040            23.135178600            24.979343040
## 85             361.000000000           342.000000000           323.000000000
## 86                        NA                      NA                      NA
## 87               5.503152969             4.005154523             3.285983881
## 88            2400.000000000          2100.000000000          2000.000000000
## 89              56.100000000            53.500000000            50.900000000
## 90            3240.000000000          3230.000000000          3233.000000000
## 91                        NA                      NA                      NA
## 92                        NA                      NA                      NA
## 93                        NA                      NA                      NA
## 94              46.445171360            52.345630650                      NA
## 95                        NA            29.819040000                      NA
## 96                        NA                      NA                      NA
## 97              61.360309600            66.436157230                      NA
## 98                        NA                      NA                      NA
## 99                        NA                      NA                      NA
## 100              0.872780025             0.901679993             0.891680002
## 101                       NA                      NA                      NA
## 102                       NA                      NA                      NA
## 103    90633928910.000000000   99768623911.000000000  112000000000.000000000
## 104            370.000000000           430.000000000           480.000000000
## 105           2375.701890000          2493.884530000          2585.896329000
## 106              0.000000000             0.000000000             0.000000000
## 107             27.379751000            33.351451000            34.612970000
## 108              0.000000000             0.000000000             0.000000000
## 109           3757.113217000          3885.610592000          3986.886675000
## 110     1032820837.000000000    1023862526.000000000    1013169512.000000000
## 111  -137000000000.000000000 -167000000000.000000000 -220000000000.000000000
## 112      786550806.899999976    1058596075.000000000    1326638787.000000000
## 113  1480000000000.000000000 1560000000000.000000000 1670000000000.000000000
## 114  1150000000000.000000000 1170000000000.000000000 1240000000000.000000000
## 115      169575397.099999994     187069695.800000012     209703502.000000000
## 116              0.041531191             0.045000153             0.063525872
## 117             58.878282110            67.726907120            68.769487750
## 118              2.006475841             3.467308532             4.834599646
## 119             40.122490030            39.506946960            32.779922910
## 120              3.701566726             4.251777171             4.843051401
## 121             99.570000000            99.570000000            99.570000000
## 122             99.610000000            99.610000000            99.610000000
## 123              3.246737676             3.103006566             2.832517193
## 124                       NA                      NA                      NA
## 125              4.728743270             4.815649143             4.918217011
## 126              6.505849056             6.441680463             6.404038543
## 127             13.920075980            13.582808340            13.187035820
## 128             70.900674000            71.649354200            72.398034400
## 129                       NA                      NA                      NA
## 130              1.101999998             1.070999980             1.307000041
## 131              2.933000088             2.842999935             3.388000011
## 132             90.730279770            90.732873430            91.123444360
## 133                       NA            77.080001830                      NA
## 134                       NA            36.200000000                      NA
## 135              6.519999981             6.690000057             6.849999905
## 136             86.441001890            86.111999510            85.681999210
## 137                       NA            73.809997560                      NA
## 138                       NA                      NA                      NA
## 139                       NA                      NA                      NA
## 140              9.617281680            11.110478750            12.610495740
## 141                       NA                      NA                      NA
## 142             13.700000000            14.100000000            14.700000000
## 143                       NA                      NA                      NA
## 144                       NA                      NA                      NA
## 145             46.700000000            46.200000000            45.700000000
## 146              0.190000000             0.170000000             0.150000000
## 147             82.375379470            82.992355750            83.606860240
## 148                       NA                      NA                      NA
## 149                       NA                      NA                      NA
## 150                       NA            13.457530000            11.982270000
## 151                       NA                      NA                      NA
## 152                       NA         56799.000000000         64529.000000000
## 153             44.287900000            47.411530000                      NA
## 154                       NA                      NA                      NA
## 155                       NA                      NA                      NA
## 156             59.823928830                      NA                      NA
## 157            127.245552100           126.913490300           141.299667400
## 158             40.939258580            64.854782100            70.210411070
## 159                       NA                      NA                      NA
## 160                       NA                      NA                      NA
## 161             66.415027500            69.761695000            77.573430740
## 162           2398.475831000          2516.301474000          2614.513439000
## 163  1280000000000.000000000 1370000000000.000000000 1430000000000.000000000
## 164  1300000000000.000000000 1380000000000.000000000 1440000000000.000000000
## 165              7.603288946             5.619854520            15.908330210
## 166             30.744927000            36.303208000            36.810561000
## 167             48.776975850            49.204323380            48.613771010
## 168     2449593785.000000000    2492296285.000000000    2477591722.000000000
## 169   227000000000.000000000  247000000000.000000000  310000000000.000000000
## 170              5.026684155            29.615085560             8.586057492
## 171   133000000000.000000000  134000000000.000000000  139000000000.000000000
## 172     9311930568.000000000   11312084483.000000000   11642289113.000000000
## 173    66949000000.000000000   80663000000.000000000  107000000000.000000000
## 174              1.830000000                      NA                      NA
## 175                       NA                      NA                      NA
## 176              3.333333333             3.200000000             3.166666667
## 177              3.833333333             3.700000000             3.333333333
## 178              3.000000000             3.000000000             3.000000000
## 179              3.500000000             3.000000000             3.000000000
## 180                       NA                      NA                      NA
## 181              7.000000000             7.000000000             7.000000000
## 182                       NA                      NA             6.500000000
## 183                       NA                      NA            32.200000000
## 184              6.000000000             6.000000000             6.000000000
## 185                       NA                      NA                      NA
## 186             16.349880950            17.457467810            16.147515760
## 187                       NA                      NA                      NA
## 188                       NA                      NA                      NA
## 189              3.120202483             3.848496034             3.677728610
## 190                       NA                      NA                      NA
## 191              1.790103371                      NA                      NA
## 192                       NA                      NA                      NA
## 193                       NA                      NA                      NA
## 194          28129.999160000         29219.999310000         30850.000380000
## 195             87.633562530            83.475268160            96.936671010
## 196             99.677650430            99.679943100            99.582664530
## 197         705926.500000000        500715.700000000       2826119.000000000
## 198       12380000.109999999      10069999.689999999       9810000.420000000
## 199        -308000.000000000       -536000.000000000       -507000.000000000
## 200                       NA                      NA                      NA
## 201                       NA                      NA                      NA
## 202          29999.999330000         50000.000750000         39999.999110000
## 203       49479999.539999999      46340000.149999999      43069999.689999998
## 204             16.791813480            21.738103970            23.207625440
## 205             53.051069090            49.863728100            35.789379980
## 206        5659482.662000000     733341812.299999952      21414155.629999999
## 207           2213.300000000          2356.200000000          2369.100000000
## 208                       NA                      NA                      NA
## 209             10.911234040             5.522145090             6.374063721
## 210             24.050374480            23.514271070            23.529775380
## 211      716177331.399999976     840164651.299999952     827537969.399999976
## 212                       NA                      NA             3.135470257
## 213             13.460000000           421.500000000            12.900000000
## 214            116.549393500           110.078612500           149.687136700
## 215             84.219000000            83.895000000            83.566000000
## 216              1.204603236             1.070696221             0.810273513
## 217         627191.000000000        645853.000000000        666984.000000000
## 218              6.947771065             7.006030476             7.064690484
## 219             12.830519170            12.481901790            12.067625260
## 220              2.865000000             2.751000000             2.644000000
## 221                       NA                      NA                      NA
## 222                       NA             1.080000043                      NA
## 223                       NA             2.910000086                      NA
## 224                       NA            90.732925370                      NA
## 225             75.446998600            74.805000310            74.694999690
## 226                       NA            45.400000000                      NA
## 227           4647.737679000          4853.434008000          5002.507378000
## 228                       NA            86.339996340                      NA
## 229             71.779998780            71.129997250            70.610000610
## 230                       NA                      NA                      NA
## 231                       NA                      NA                      NA
## 232              2.483735090             2.830180210             3.323026840
## 233                       NA                      NA                      NA
## 234              2.400000000             2.500000000             2.500000000
## 235                       NA                      NA                      NA
## 236                       NA                      NA                      NA
## 237              1.188380715             1.082887307             0.987080875
## 238              0.080000000             0.080000000             0.070000000
## 239                       NA                      NA                      NA
## 240          34856.000000000         32435.000000000         30221.000000000
## 241                       NA                      NA                      NA
## 242                       NA            47.408140000            51.517130000
## 243                       NA                      NA                      NA
## 244                       NA            58.208770750                      NA
## 245             48.031261440            53.648330690            54.716060640
## 246                       NA                      NA                      NA
## 247                       NA                      NA                      NA
## 248             63.736911770                      NA                      NA
## 249            127.295272800           125.273307800           137.679916400
## 250             40.329898830            59.427078250            67.312721250
## 251                       NA                      NA                      NA
## 252                       NA                      NA                      NA
## 253             70.487500000            65.016300000            76.878500000
## 254           1860.000000000          1980.000000000          2080.000000000
## 255              9.817208499             9.831096072             9.433665671
## 256              3.411560275             6.104639147             4.533078721
## 257              7.603288946             5.619854520            15.908330210
## 258              0.003028210             0.005663130             0.002821870
## 259   600000000000.000000000  644000000000.000000000  682000000000.000000000
## 260   116000000000.000000000  131000000000.000000000  149000000000.000000000
## 261     3217918071.000000000    3801985041.000000000    4026522370.000000000
## 262             29.288813450            26.604308830            24.606771460
## 263                       NA                      NA            66.519741650
## 264     3113908124.000000000    3587064652.000000000    3778784011.000000000
## 265                       NA                      NA            16.420563390
## 266             13.050000000            15.070000000            12.770000000
## 267      274000000.000000000     381000000.000000000     434000000.000000000
## 268                       NA                      NA                      NA
## 269              1.054000000             1.054000000             1.054000000
## 270              2.415961065             2.441590254             2.480499945
## 271              9.192810337             9.189328359             9.143944254
## 272        5160902.000000000       5146571.000000000       5102176.000000000
## 273             45.200000000            43.300000000            41.400000000
## 274                       NA                      NA                      NA
## 275                       NA             1.820000052                      NA
## 276             48.863863930            48.900643140            49.186830920
## 277                       NA            91.419998170                      NA
## 278                       NA            29.200000000                      NA
## 279                       NA             3.090000000                      NA
## 280                       NA            92.260000000                      NA
## 281             82.900001530            82.500000000            82.129997250
## 282                       NA            89.030000000                      NA
## 283                       NA                      NA                      NA
## 284             45.324091750            49.877925110            51.087975150
## 285              3.664843320             3.809113030             3.893147470
## 286             37.000000000            37.000000000            41.000000000
## 287                       NA                      NA                      NA
## 288                       NA                      NA                      NA
## 289                       NA                      NA                      NA
## 290                       NA                      NA                      NA
## 291            500.000000000           500.000000000           500.000000000
## 292             18.600000000            18.800000000            19.100000000
## 293           3486.000000000          3464.000000000          3413.000000000
## 294                       NA                      NA                      NA
## 295                       NA            14.172140000            16.376810000
## 296                       NA                      NA                      NA
## 297                       NA            57.908439640                      NA
## 298          18469.000000000         15053.000000000                      NA
## 299                       NA                      NA                      NA
## 300         112827.000000000        116846.000000000        143574.000000000
## 301                       NA                      NA                      NA
## 302              5.000000000             5.000000000             5.000000000
## 303                       NA             0.615260005             0.616909981
## 304                       NA                      NA                      NA
## 305                       NA                      NA                      NA
## 306     1829998227.000000000    2811856411.000000000    3245211600.000000000
## 307          27869.102750000         30885.286720000         37198.275780000
## 308              0.000000000             0.000000000             0.000000000
## 309    10325618017.000000000   12545438605.000000000   12854985464.000000000
## 310     2992000000.000000000    4380000000.000000000    4653000000.000000000
## 311         315874.240000000        717386.650000000        367063.790000000
## 312     5036524206.000000000    6172898181.000000000    6249293196.000000000
## 313              2.552830465            -0.867363522            -1.044379879
## 314                       NA                      NA                      NA
## 315    55442000000.000000000   68826000000.000000000  102000000000.000000000
## 316            118.868042300           120.484550900           122.240711400
## 317            603.636272300           604.804669900           633.943111900
## 318    11262350000.000000000   13050300000.000000000   16261500000.000000000
## 319                       NA                      NA                      NA
## 320                       NA                      NA          5000.000000000
## 321              0.341101429             0.556438911             0.796748966
## 322             80.666482370            71.696660560            75.898256350
## 323             17.695063310            17.672671960            20.495174160
## 324             44.805680000            29.095430000            45.964130000
## 325             45.070950000            20.783730000            45.290710000
## 326             15.781000000            16.105000000            16.434000000
## 327       26382586.000000000      26666581.000000000      26883531.000000000
## 328              4.373998129             4.577151249             4.784765926
## 329              5.927757845             5.881583866             5.821559791
## 330             12.920252060            13.051991190            13.187801470
## 331                       NA                      NA                      NA
## 332             88.898000000            86.332200000            83.766400000
## 333              1.549999952             1.577000022             1.786999941
## 334              2.249000072             2.188999891             2.660000086
## 335             87.802001950            87.491996770            87.240997310
## 336                       NA            75.919998170                      NA
## 337                       NA            83.759185460                      NA
## 338             12.250000000            12.569999690            12.739999770
## 339             82.513999940            82.222000120            81.959999080
## 340                       NA            74.839996340                      NA
## 341                       NA                      NA                      NA
## 342                       NA                      NA                      NA
## 343              0.676769550             0.709637460             0.794756530
## 344                       NA                      NA                      NA
## 345             16.000000000            15.900000000            15.700000000
## 346                       NA                      NA                      NA
## 347                       NA                      NA                      NA
## 348                       NA                      NA                      NA
## 349             82.000000000            82.000000000            89.000000000
## 350             83.806805750            84.330586740            84.847759940
## 351              5.300000000             4.900000000             4.600000000
## 352                       NA                      NA                      NA
## 353              3.517210007             3.805170059             4.663760185
## 354             25.653640000                      NA                      NA
## 355                       NA            14.813639640            20.896030430
## 356             47.070930000            49.917420000                      NA
## 357                       NA                      NA                      NA
## 358                       NA                      NA                      NA
## 359             63.736911770                      NA                      NA
## 360            140.885590000           133.854080000           160.492970000
## 361                       NA                      NA                      NA
## 362                       NA                      NA                      NA
## 363                       NA                      NA                      NA
## 364              0.213070182             0.239390819             0.233165742
## 365   226000000000.000000000  299000000000.000000000  368000000000.000000000
## 366    10431055152.000000000   12667669492.000000000   13007811026.000000000
## 367    62677159421.000000000   66503373831.000000000   69518024119.000000000
## 368             56.124126270            59.278220520            68.708395580
## 369             26.147815000            31.805332000            32.399709000
## 370              3.208000000             3.410000000             4.200000000
## 371   190000000000.000000000  194000000000.000000000  192000000000.000000000
## 372              0.973144277             5.824260248             3.019549099
## 373             28.685250750            30.315647000            31.674377090
## 374   129000000000.000000000  145000000000.000000000  167000000000.000000000
## 375    17235865159.000000000   17491101065.000000000   18557969795.000000000
## 376              7.164891830             3.270963463             9.706365338
## 377              2.090000000                      NA                      NA
## 378                       NA                      NA                      NA
## 379              2.330000000                      NA                      NA
## 380             12.390353320            15.750053550            20.822708030
## 381             80.000000000            70.000000000            70.000000000
## 382              4.000000000             4.000000000             4.000000000
## 383                       NA                      NA                      NA
## 384                       NA                      NA            14.900000000
## 385                       NA                      NA                      NA
## 386                       NA                      NA            15.100000000
## 387                       NA                      NA                      NA
## 388                       NA                      NA                      NA
## 389              9.772473404            10.440086410            11.844036860
## 390              0.000000000             0.000000000             0.000000000
## 391                       NA                      NA                      NA
## 392                       NA                      NA                      NA
## 393     2014032856.000000000    2457914115.000000000    2819466154.000000000
## 394              8.311832428                      NA                      NA
## 395                       NA                      NA                      NA
## 396                       NA                      NA                      NA
## 397             71.563397620            71.667329880                      NA
## 398              0.000000000             0.000000000             0.000000000
## 399              0.322349570             0.320056899             0.417335474
## 400              8.563952921             8.214322411             9.810790747
## 401                       NA                      NA                      NA
## 402         759999.990500000        550000.011900000        589999.973800000
## 403       32730487.800000001             0.000000000      -2199580.000000000
## 404              3.312184141             2.929280189             2.511365026
## 405      -17739999.770000000       2529999.971000000       1320000.052000000
## 406       95000000.000000000      98620002.750000000     103220001.200000003
## 407                       NA                      NA                      NA
## 408      924931909.000000000     986573075.600000024     837065298.500000000
## 409    -2218897887.000000000   -2660852936.000000000   -3559207098.000000000
## 410     3655163051.000000000    4371089323.000000000    5101053816.000000000
## 411             41.211363790            41.337816530            41.464269270
## 412          28971.000000000         28971.000000000                      NA
## 413              7.643000000             7.233000000             6.282000000
## 414              3.500000000             3.500000000             3.500000000
## 415              3.000000000             3.000000000             3.000000000
## 416             11.000000000            11.000000000            11.000000000
## 417             73.900000000            60.200000000            53.600000000
## 418                       NA                      NA            26.900000000
## 419                       NA                      NA                      NA
## 420                       NA                      NA                      NA
## 421     6164000000.000000000    6373700000.000000000    8154200000.000000000
## 422              8.221876521             8.457497576            10.009751730
## 423    11193600000.000000000   13089400000.000000000   30970400000.000000000
## 424                       NA                      NA                      NA
## 425             37.281505650            51.652645530            59.178454630
## 426                       NA                      NA                      NA
## 427                       NA             1.130000000                      NA
## 428             31.395348840            26.041666670            22.157434400
## 429             17.939609240            18.909710390                      NA
## 430            748.068000000           748.068000000           704.064000000
## 431              2.713235918             2.595074322             2.847693983
## 432             89.251884460            89.915840150            90.589195250
## 433                       NA                      NA                      NA
## 434                       NA                      NA        899999.976200000
## 435                       NA                      NA                      NA
## 436      -25068144.600000001     -30201285.399999999     -10773880.500000000
## 437     3613195511.000000000    3696697652.000000000    3777036974.000000000
## 438        2059999.943000000       1960000.038000000       1350000.024000000
## 439       24700000.760000002      46159999.850000001      43979999.539999999
## 440                       NA                      NA                      NA
## 441      452690000.000000000     641740000.000000000     633600000.000000000
## 442                       NA                      NA                      NA
## 443             71.519996640            77.620002750            81.519996640
## 444        3314830.000000000       3428011.000000000       3428424.000000000
## 445   298000000000.000000000  323000000000.000000000  363000000000.000000000
## 446              5.286994188             1.853375718             0.493013364
## 447    12273859988.000000000   15115315366.000000000   15714025685.000000000
## 448   589000000000.000000000  655000000000.000000000  789000000000.000000000
## 449                       NA       1000000.000000000                      NA
## 450         701126.000000000        805061.000000000        812615.000000000
## 451                       NA                      NA                      NA
## 452              3.441666667             3.300000000             3.300000000
## 453              2.000000000                      NA                      NA
## 454             11.300000000            11.300000000            11.300000000
## 455              2.000000000             2.000000000             2.000000000
## 456                       NA                      NA             5.400000000
## 457              0.200000000             0.200000000             0.300000000
## 458             92.837520000            95.475790000            93.070770000
## 459    13723900000.000000000   16626800000.000000000   24051800000.000000000
## 460              0.000000000             0.000000000             0.000000000
## 461                       NA                      NA                      NA
## 462                       NA                      NA                      NA
## 463             55.741042790            66.489454830            74.647565610
## 464              9.497100000                      NA                      NA
## 465                       NA                      NA                      NA
## 466                       NA             0.000000000                      NA
## 467           2560.000000000          2620.000000000          2650.000000000
## 468              0.158227934             0.165755403             0.205766415
## 469             99.677650430            99.679943100            99.582664530
## 470      106219067.799999997     122457011.200000003     134031678.799999997
## 471                       NA                      NA                      NA
## 472        7710000.038000000       6039999.962000000       7360000.134000000
## 473                       NA                      NA                      NA
## 474              1.522100000             1.541900000             1.164900000
## 475      410309999.500000000     482300005.300000012     548859999.399999976
## 476          39999.999110000         29999.999330000         50000.000750000
## 477                       NA                      NA                      NA
## 478      511333255.000000000     723663310.899999976     704781419.500000000
## 479    -2007642247.000000000   -2532770344.000000000   -3422290507.000000000
## 480              4.247863230             3.581894821             3.197039451
## 481             25.420067210            25.867052020            26.400966180
## 482                       NA                      NA                      NA
## 483             72.281353030            70.642113810            69.914481640
## 484                       NA                      NA             0.033502856
## 485              0.162860457             0.154059420             0.168181669
## 486                       NA                      NA             1.867529748
## 487             26.000000000            26.000000000            26.000000000
## 488      128000000.000000000     164000000.000000000     138000000.000000000
## 489                       NA                      NA                      NA
## 490              0.672015933             0.691009075             0.695144342
## 491              2.869156390             2.959889934             3.014452679
## 492       15142058.000000000      15412293.000000000      15650887.000000000
## 493        4880024.000000000       4857147.000000000       4827755.000000000
## 494             38.400000000            36.600000000            35.000000000
## 495         130678.000000000        124826.000000000        108457.000000000
## 496                       NA             1.659999967                      NA
## 497                       NA            26.860000610                      NA
## 498                       NA            73.059997560                      NA
## 499                       NA            32.800000000                      NA
## 500                       NA             2.190000000                      NA
## 501                       NA            92.510000000                      NA
## 502             92.410003660            92.230003360            91.980003360
## 503                       NA                      NA                      NA
## 504                       NA                      NA                      NA
## 505             67.261337280            66.546539310            63.830028530
## 506                       NA                      NA                      NA
## 507                       NA                      NA                      NA
## 508             24.587019240            25.796205660            27.030538940
## 509                       NA                      NA                      NA
## 510                       NA                      NA                      NA
## 511                       NA                      NA                      NA
## 512              4.000000000             8.000000000            11.000000000
## 513             50.700000000            47.900000000            45.500000000
## 514           2223.000000000          2162.000000000          2103.000000000
## 515                       NA                      NA                      NA
## 516                       NA                      NA                      NA
## 517                       NA                      NA                      NA
## 518             45.135940550            51.269748690                      NA
## 519                       NA            40.584620000            36.901630000
## 520                       NA            60.561820980                      NA
## 521             63.488521580            66.841362000                      NA
## 522                       NA                      NA                      NA
## 523                       NA                      NA                      NA
## 524              0.946439981             0.970969975             0.984860003
## 525                       NA                      NA                      NA
## 526                       NA                      NA                      NA
## 527    51968000000.000000000   60401000000.000000000   78744000000.000000000
## 528    63277994887.000000000   67101157064.000000000   70287353084.000000000
## 529           1836.859826000          1965.219302000          2050.786913000
## 530              1.350313271             1.062004323             0.998674343
## 531     2856000000.000000000    4225000000.000000000    4502000000.000000000
## 532              0.000000000             0.000000000             0.000000000
## 533                       NA            20.772636650                      NA
## 534    52172000000.000000000   57185000000.000000000   65447000000.000000000
## 535    -1948231956.000000000   -2569878630.000000000   -2859043816.000000000
## 536             21.067781220            21.877551620            21.354343740
## 537    20104130924.000000000   21208806189.000000000   22594879219.000000000
## 538                       NA                      NA       2526185.000000000
## 539              0.358510955             0.778070568             1.542078717
## 540            198.444373800           228.229370600           278.729307100
## 541              4.285892140             3.631269459             3.251744142
## 542              0.365099000             0.000000000             0.364580100
## 543             10.998141380            12.468287870            11.213369250
## 544       22219150.000000000      22371928.000000000      22465492.000000000
## 545              7.933221495             8.128271374             8.334997243
## 546              1.902404033             1.979637545             2.076363234
## 547              8.146319610             8.200724957             8.290439848
## 548       10039275.000000000      10001535.000000000       9928144.000000000
## 549             66.260000000            66.727000000            67.178000000
## 550             14.900000000            13.000000000            11.600000000
## 551                       NA            21.899999620                      NA
## 552                       NA             1.590000033                      NA
## 553                       NA            79.599998470                      NA
## 554                       NA            40.600000000                      NA
## 555             19.940000530            20.260000230            20.559999470
## 556             26.600000380            25.719999310            24.739999770
## 557                       NA            78.739997860                      NA
## 558             81.680000310            81.150001530            80.540000920
## 559                       NA                      NA                      NA
## 560                       NA                      NA                      NA
## 561             67.385055540            74.951942440            80.037528990
## 562                       NA                      NA                      NA
## 563             46.600000000            45.300000000            44.100000000
## 564             14.328093020            13.551263460            12.774433900
## 565             45.781175650            47.906661880            50.070843810
## 566           2300.000000000          2100.000000000          2000.000000000
## 567              0.110000000             0.100000000             0.090000000
## 568             19.000000000            19.400000000            20.000000000
## 569          26953.000000000         25264.000000000         23702.000000000
## 570                       NA                      NA                      NA
## 571                       NA            10.523130000            12.278420000
## 572                       NA                      NA                      NA
## 573                       NA            63.785850520                      NA
## 574             44.999710080            51.039440160            51.790611270
## 575                       NA                      NA                      NA
## 576                       NA                      NA                      NA
## 577                       NA                      NA                      NA
## 578             48.310490000            48.877650000            49.460980000
## 579                       NA                      NA                      NA
## 580                       NA                      NA                      NA
## 581                       NA                      NA                      NA
## 582    95226928470.000000000  110000000000.000000000  130000000000.000000000
## 583              2.425978353             4.912521557             3.903028568
## 584     1013687450.000000000    1233354122.000000000    1212696351.000000000
## 585   728000000000.000000000  816000000000.000000000  988000000000.000000000
## 586   121000000000.000000000  124000000000.000000000  130000000000.000000000
## 587      136000000.000000000     154900000.000000000     150800000.000000000
## 588     8117551085.000000000    8714182744.000000000    9237206227.000000000
## 589              7.168186946             7.010904080             6.622367122
## 590             44.579275020            46.036206350            47.079447760
## 591     2961929420.000000000    3803230882.000000000    4071736571.000000000
## 592    93567000000.000000000  104000000000.000000000  123000000000.000000000
## 593    30772707686.000000000   32298485246.000000000   34884944447.000000000
## 594             10.352090670            10.475101140             8.495282575
## 595              3.165179423             1.272092133             5.670588161
## 596              0.958483682             0.943329447             1.117571294
## 597          10957.000000000         12000.000000000         17078.000000000
## 598                       NA                      NA                      NA
## 599              3.000000000             3.000000000             3.000000000
## 600            391.720000000           354.060000000           391.430000000
## 601              2.700000000             2.700000000             2.900000000
## 602           1025.000000000          1025.000000000          1025.000000000
## 603                       NA                      NA            13.400000000
## 604                       NA                      NA             5.600000000
## 605                       NA                      NA                      NA
## 606             19.295004550            19.525244440            20.548084470
## 607             11.869180450            12.300388150            14.129854940
## 608                       NA             0.054389998             0.259240001
## 609                       NA                      NA                      NA
## 610     2014032856.000000000    2457914115.000000000    2768556666.000000000
## 611            198.199996900                      NA                      NA
## 612         855445.000000000        890495.000000000        926879.000000000
## 613                       NA                      NA                      NA
## 614          20360.000610000         21000.000000000         21450.000760000
## 615           1719.823000000          2530.230000000          3032.609000000
## 616              0.000000000             0.000000000             0.000000000
## 617              7.400000000             8.500000000             9.300000000
## 618             18.804295840            16.161521410            17.412472000
## 619        8409999.846999999       9920000.075999999      14119999.890000001
## 620       54456000.000000000       8469000.000000000     -13820000.000000000
## 621     1524062000.000000000    1506561000.000000000    1482628000.000000000
## 622                       NA                      NA                      NA
## 623        1679999.948000000       2359999.895000000       1210000.038000000
## 624                       NA                      NA                      NA
## 625     1660535697.000000000    1945870532.000000000    1752035230.000000000
## 626       -5741706.053000000       -995123.930700000     -38271269.969999999
## 627      722588894.600000024     851745903.200000048     841698010.000000000
## 628         143350.000000000        143350.000000000        143350.000000000
## 629          41660.000000000         41520.000000000         41400.000000000
## 630                       NA                      NA                      NA
## 631             31.000000000            31.000000000            31.000000000
## 632                       NA                      NA            17.100000000
## 633                       NA                      NA                      NA
## 634                       NA                      NA                      NA
## 635                       NA                      NA                      NA
## 636             22.394825010            24.091836810            22.011630800
## 637                       NA                      NA                      NA
## 638                       NA                      NA                      NA
## 639   443000000000.000000000  615000000000.000000000  797000000000.000000000
## 640                       NA                      NA                      NA
## 641          20100.000000000         21500.000000000         21500.000000000
## 642             35.271317830            46.527777780            51.020408160
## 643             27.928596710            29.298483370            26.464622050
## 644            -47.043879510           -67.989634510          -161.860993400
## 645            148.507862900           144.859989000           142.677832500
## 646              0.000000000             0.000000000             0.000000000
## 647              8.870054531             8.423622857            10.085563700
## 648        5519999.981000000       1139999.986000000                      NA
## 649                       NA                      NA                      NA
## 650                       NA                      NA                      NA
## 651       91662085.200000003      89343053.299999997     182751265.500000000
## 652       40900001.530000001      41900001.530000001      45310001.369999997
## 653         109999.999400000         29999.999330000         29999.999330000
## 654     1647145905.000000000    2581293774.000000000    2856158161.000000000
## 655       38158255.320000000      44562315.310000002      39119298.170000002
## 656       41415751.780000001      51051662.109999999     108983491.900000006
## 657             78.010002140            79.669998170            83.239997860
## 658                       NA                      NA                      NA
## 659              2.080000000                      NA                      NA
## 660                       NA                      NA                      NA
## 661             60.000000000            50.000000000            60.000000000
## 662              3.000000000             3.000000000             3.000000000
## 663                       NA       4600000.000000000                      NA
## 664              7.000000000             7.000000000             7.000000000
## 665                       NA                      NA                      NA
## 666                       NA                      NA            17.500000000
## 667                       NA                      NA                      NA
## 668                       NA                      NA                      NA
## 669     2007900000.000000000    2451000000.000000000    3195600000.000000000
## 670                       NA                      NA                      NA
## 671                       NA                      NA                      NA
## 672             18.528592720            38.841264640            29.619835830
## 673                       NA                      NA                      NA
## 674             98.135220230                      NA                      NA
## 675                       NA                      NA                      NA
## 676                       NA                      NA                      NA
## 677             24.465301420            27.502760050            30.618783570
## 678            352.810410600           361.264085600           368.950083200
## 679             30.265042980            31.863442390            34.446227930
## 680              8.606464895             8.240054632             9.972095665
## 681                       NA                      NA                      NA
## 682        -308000.000000000       -536000.000000000       -507000.000000000
## 683        3369999.886000000        -79999.998210000       1389999.986000000
## 684     3466533426.000000000    3550354599.000000000    3550285709.000000000
## 685           9999.999776000                      NA                      NA
## 686         140000.000600000       2849999.905000000      49619998.930000000
## 687                       NA                      NA                      NA
## 688      224270532.699999988     235634145.400000006     210188511.800000012
## 689              0.054810111             5.845485641             0.166582496
## 690             11.950104560            12.557625630            12.030191970
## 691                       NA                      NA                      NA
## 692     2868265764.000000000    3717705125.000000000    4036909424.000000000
## 693             -0.944865795             0.727010222             3.872437380
## 694             80.984314390            80.279587570            79.787216840
## 695      949799609.899999976    1240658112.000000000    1385653986.000000000
## 696              8.700000000                      NA                      NA
## 697         528226.000000000        520303.000000000        484394.000000000
## 698              3.400000000             3.400000000             3.700000000
## 699              3.500000000             3.500000000             3.000000000
## 700                       NA       4600000.000000000                      NA
## 701             31.000000000            31.000000000            31.000000000
## 702                       NA                      NA                      NA
## 703                       NA                      NA                      NA
## 704                       NA                      NA                      NA
## 705              6.032025318             5.282810249             4.911449709
## 706    15928700000.000000000   20515500000.000000000   25764900000.000000000
## 707              1.537947891             1.604765723             3.133793126
## 708             37.281505650            51.652645530            59.178454630
## 709             14.585239930            33.855231330            26.590784290
## 710                       NA                      NA                      NA
## 711          26679.000000000         27250.000000000         26730.000000000
## 712              6.976744186             8.680555556             9.620991254
## 713           5050.000000000          5200.000000000          5490.000000000
## 714             27.809219330            25.018996660            18.145979380
## 715              8.615627482             9.886058056            11.039139180
## 716             52.940235140            56.361980440            59.793666840
## 717      147290421.800000012     163912794.900000006     176702629.199999988
## 718                       NA                      NA                      NA
## 719                       NA                      NA                      NA
## 720                       NA                      NA                      NA
## 721             34.638830480            29.182144780            29.036683930
## 722        3299999.952000000       2440000.057000000       3059999.943000000
## 723       18649999.620000001      22500000.000000000      24459999.079999998
## 724     2129414168.000000000    3294358980.000000000    3532110976.000000000
## 725       97120000.000000000     101980000.000000000     116750000.000000000
## 726                       NA                      NA                      NA
## 727             73.110000610            78.099998470            81.940002440
## 728              0.941750959             0.976630624             1.025462156
## 729                       NA                      NA                      NA
## 730              0.171089694             0.253492604             0.299927998
## 731                       NA                      NA             2.894775849
## 732              1.835623330             2.068082073             2.395253334
## 733             11.620000000           917.750000000            11.180000000
## 734             14.560000000           150.920000000            13.790000000
## 735      234000000.000000000     353000000.000000000     439000000.000000000
## 736             49.726778110            49.706540930            49.554617660
## 737              1.239205714             1.305715149             1.373184014
## 738              4.181936260             4.280735585             4.364327031
## 739             58.478030030            58.968190540            59.482807950
## 740                       NA                      NA                      NA
## 741              7.095000000             6.989000000             6.897000000
## 742                       NA             2.540000000                      NA
## 743                       NA             1.080000043                      NA
## 744                       NA            81.949996950                      NA
## 745             86.150000000            85.810000000            85.670000000
## 746                       NA            86.505977040                      NA
## 747                       NA             5.710000000                      NA
## 748              7.590000153             7.769999981             8.020000458
## 749              0.289999992             0.289999992             0.300000012
## 750                       NA                      NA                      NA
## 751                       NA                      NA                      NA
## 752             60.961532590            61.625091550            57.623226170
## 753                       NA                      NA                      NA
## 754                       NA                      NA                      NA
## 755              1.200000000             1.200000000             1.200000000
## 756             46.576296880            46.685189030            46.795761560
## 757                       NA                      NA                      NA
## 758                       NA                      NA                      NA
## 759           1200.000000000          1200.000000000          1300.000000000
## 760             29.100000000            31.000000000            33.100000000
## 761                       NA                      NA                      NA
## 762             46.875000000            46.875000000            49.375000000
## 763                       NA                      NA                      NA
## 764                       NA                      NA                      NA
## 765             87.925620000                      NA                      NA
## 766        1980521.000000000       2290113.000000000       2365251.000000000
## 767             10.000000000            10.000000000            10.000000000
## 768             19.110100000            16.772390000            14.656340000
## 769                       NA                      NA                      NA
## 770                       NA            78.261886600                      NA
## 771                       NA                      NA                      NA
## 772                       NA                      NA                      NA
## 773                       NA                      NA                      NA
## 774     7432000000.000000000    7947000000.000000000   11749500000.000000000
## 775              3.667266290             6.041851015             4.748347360
## 776            642.968396000           674.953765500           699.856165400
## 777   676000000000.000000000  755000000000.000000000  910000000000.000000000
## 778            377.180614500           453.751457700           462.364858200
## 779              0.000000000             0.000000000             0.000000000
## 780                       NA             0.712468890                      NA
## 781                       NA                      NA                      NA
## 782              2.945703221             8.191871222            12.632573200
## 783     3948717715.000000000    4021902291.000000000    4041730807.000000000
## 784             58.557487060            62.850085230            72.497203240
## 785   589000000000.000000000  655000000000.000000000  789000000000.000000000
## 786             59.893750000            63.287500000            65.675000000
## 787              3.500000000             3.500000000             4.000000000
## 788                       NA                      NA                      NA
## 789             34.000000000            34.000000000            34.000000000
## 790              6.000000000             6.000000000             6.000000000
## 791                       NA                      NA            27.300000000
## 792                       NA                      NA             8.900000000
## 793                       NA                      NA                      NA
## 794                       NA                      NA                      NA
## 795      698600000.000000000     445600000.000000000     793800000.000000000
## 796    -3152000000.000000000     289700000.000000000     703200000.000000000
## 797                       NA                      NA                      NA
## 798              4.671412598             2.520258889            -1.646578451
## 799           7512.531067000                      NA                      NA
## 800             20.546611020            20.734969740            20.979420960
## 801                       NA                      NA                      NA
## 802             12.424515790            13.695361760            15.933391500
## 803             63.933940520            84.623076920            78.160025770
## 804             91.310000000            90.470000000            88.930000000
## 805             58.300000000            60.700000000            63.200000000
## 806              5.339536246             4.852194585             5.450494236
## 807                       NA                      NA                      NA
## 808       -2952530.800000000       2654488.600000000       4720979.500000000
## 809     1524062000.000000000    1506561000.000000000    1482628000.000000000
## 810                       NA                      NA                      NA
## 811                       NA         50000.000750000                      NA
## 812        4900000.095000000       5389999.866000000       8069999.695000000
## 813              7.244550662             3.772152878             5.428638506
## 814                       NA                      NA                      NA
## 815                       NA                      NA                      NA
## 816                       NA                      NA                      NA
## 817             29.061737010            28.964073940            28.880362750
## 818                       NA                      NA                      NA
## 819              3.000000000             3.000000000             3.000000000
## 820            520.000000000                      NA                      NA
## 821             32.800000000            34.100000000            32.500000000
## 822             73.900000000            60.200000000            53.600000000
## 823                       NA                      NA                      NA
## 824                       NA                      NA            98.700000000
## 825                       NA                      NA                      NA
## 826                       NA                      NA                      NA
## 827    38687300000.000000000   45015200000.000000000   62995100000.000000000
## 828   313000000000.000000000  357000000000.000000000                      NA
## 829             11.364171080            11.509133150             8.474245342
## 830   364000000000.000000000  527000000000.000000000  683000000000.000000000
## 831                       NA                      NA                      NA
## 832              3.242460766             3.339366978             3.447757662
## 833             25.968992250            18.402777780            16.618075800
## 834             73.889875670            73.253833050                      NA
## 835              0.055508426             0.057054885             0.070376051
## 836              6.733650194             6.903217424             7.008797250
## 837              6.210000000             6.050000000             5.960000000
## 838             14.881216110            13.794870070            13.757853680
## 839        4289999.962000000       5599999.905000000       4360000.134000000
## 840       29388324.600000001     -21731796.800000001     -24593901.000000000
## 841                       NA                      NA                      NA
## 842                       NA                      NA                      NA
## 843       48639999.390000001      33930000.310000002      45279998.780000001
## 844         800000.011900000       2150000.095000000        740000.009500000
## 845        5741706.053000000        995123.930700000      38271269.969999999
## 846     2087895657.000000000    3243185396.000000000    3422726291.000000000
## 847             39.766481400            38.969768090            32.228460230
## 848            129.334821400           130.500000000                      NA
## 849              0.084904490             0.083250267             0.081834488
## 850     1368074582.000000000    1412823802.000000000    1549957641.000000000
## 851              1.770000000                      NA                      NA
## 852                       NA                      NA                      NA
## 853              4.000000000             3.500000000             3.500000000
## 854              3.000000000             3.000000000             3.500000000
## 855                       NA                      NA                      NA
## 856             31.000000000            31.000000000            31.000000000
## 857                       NA                      NA             8.800000000
## 858                       NA                      NA                      NA
## 859                       NA                      NA                      NA
## 860                       NA                      NA                      NA
## 861    16707600000.000000000   21062400000.000000000   26808800000.000000000
## 862                       NA                      NA                      NA
## 863                       NA                      NA                      NA
## 864             60.860185880            75.400095790            80.663112120
## 865              3.500000000             3.480000000             4.590000000
## 866          46779.000000000         48750.000000000         48230.000000000
## 867                       NA                      NA                      NA
## 868                       NA             0.000000000                      NA
## 869             65.526779720           247.854345100           487.339851600
## 870             87.720898820            86.551501930            85.011676450
## 871              0.322349570             0.320056899             0.417335474
## 872              1.412037609             1.293945939             1.358434781
## 873                       NA                      NA                      NA
## 874                       NA                      NA                      NA
## 875                       NA                      NA                      NA
## 876     3466533426.000000000    3550354599.000000000    3550285709.000000000
## 877        1679999.948000000       1889999.986000000       1769999.981000000
## 878       48889999.390000001      62250000.000000000      59610000.609999999
## 879     1733858518.000000000    2727140487.000000000    2983336877.000000000
## 880              7.462502183             6.157879588             5.550557532
## 881        3953399.498000000       5286468.443000000      12297855.770000000
## 882         147180.000000000        147180.000000000        147180.000000000
## 883                       NA                      NA                      NA
## 884              3.187708741             3.345010746             2.998118067
## 885              1.661796643             2.376306596             1.721143331
## 886                       NA                      NA            25.113849520
## 887              0.229723926             0.040813204             0.189224919
## 888             11.700000000           917.750000000            11.300000000
## 889             14.780000000           150.920000000            14.110000000
## 890             16.292256180            20.640421570            28.472350390
## 891                       NA                      NA                      NA
## 892              0.858687863             0.851579676             0.848637688
## 893              3.469787783             3.446813663             3.454411385
## 894        7384474.000000000       7501761.000000000       7582427.000000000
## 895             11.605687720            11.309904170            11.037672820
## 896                       NA                      NA                      NA
## 897                       NA             2.080000000                      NA
## 898                       NA             1.000000000                      NA
## 899                       NA            77.699996950                      NA
## 900                       NA            63.099998470                      NA
## 901                       NA            27.400000000                      NA
## 902                       NA             5.170000000                      NA
## 903             26.170000080            26.780000690            27.389999390
## 904              1.620000005             1.629999995             1.639999986
## 905                       NA                      NA                      NA
## 906                       NA                      NA                      NA
## 907             10.608950290            11.765809020            12.153263370
## 908                       NA                      NA                      NA
## 909                       NA                      NA                      NA
## 910              3.300000000             3.100000000             3.200000000
## 911                       NA                      NA                      NA
## 912                       NA                      NA                      NA
## 913                       NA                      NA                      NA
## 914              0.100000000             0.100000000             0.100000000
## 915              0.200000000             0.200000000             0.200000000
## 916                       NA                      NA                      NA
## 917                       NA                      NA                      NA
## 918                       NA                      NA                      NA
## 919                       NA                      NA                      NA
## 920                       NA            59.935821530                      NA
## 921             46.442980000            47.038290000            46.661090000
## 922                       NA            57.665679930                      NA
## 923             19.409490000            16.753430000            14.535620000
## 924                       NA                      NA                      NA
## 925                       NA            77.778938290                      NA
## 926                       NA                      NA                      NA
## 927                       NA                      NA                      NA
## 928                       NA                      NA                      NA
## 929                       NA                      NA                      NA
## 930  1310000000000.000000000 1390000000000.000000000 1450000000000.000000000
## 931              2.173334102             4.974641005             3.689497146
## 932    15601015982.000000000   16505155680.000000000   17149610807.000000000
## 933            611.175710600           631.860866700           660.017593700
## 934      479500000.000000000     569800000.000000000     573800000.000000000
## 935                       NA            48.156394850                      NA
## 936           1502.545480000          1465.839529000          1420.702906000
## 937      339501440.100000024     494331205.800000012     600245576.399999976
## 938                       NA                      NA             5.465154191
## 939             61.902918170            60.629517750            56.788799430
## 940                       NA                      NA             5.133119209
## 941             12.560000000            15.410000000            12.430000000
## 942      402000000.000000000     545000000.000000000     572000000.000000000
## 943                       NA                      NA                      NA
## 944             74.233819470            73.021503030            71.770021720
## 945              2.412210796             2.413000041             2.435964907
## 946              8.142098495             8.193792019             8.207104457
## 947             39.338512000            38.827290910            38.298784920
## 948             67.595000000            68.090000000            68.563000000
## 949                       NA                      NA                      NA
## 950                       NA            24.110000610                      NA
## 951       13667421.000000000      13886983.000000000      14115699.000000000
## 952                       NA            86.629997250                      NA
## 953                       NA            13.494022960                      NA
## 954             11.800000190            12.159999850            12.600000380
## 955             66.790000920            66.230003360            65.510002140
## 956                       NA                      NA                      NA
## 957                       NA            88.970000000                      NA
## 958                       NA                      NA                      NA
## 959                       NA                      NA                      NA
## 960             17.402696610            19.092561720            21.090909960
## 961            339.000000000           329.000000000           320.000000000
## 962                       NA                      NA                      NA
## 963             53.881047760            50.599524810            47.318001860
## 964             30.520783100            33.598477800            36.754725680
## 965                       NA                      NA                      NA
## 966           2800.000000000          2500.000000000          2300.000000000
## 967             19.300000000            20.000000000            20.900000000
## 968                       NA                      NA                      NA
## 969                       NA                      NA                      NA
## 970                       NA            62.379200000            62.974320000
## 971                       NA                      NA                      NA
## 972                       NA            64.542083740                      NA
## 973             22.193950000                      NA                      NA
## 974                       NA                      NA                      NA
## 975             32.037540440            35.495441440            38.610748290
## 976                       NA                      NA                      NA
## 977        4515059.000000000       4418713.000000000       4782313.000000000
## 978              2.000000000             2.000000000             2.000000000
## 979                       NA                      NA                      NA
## 980                       NA                      NA                      NA
## 981   129000000000.000000000  183000000000.000000000  249000000000.000000000
## 982            649.516954600           681.424615000           708.020812400
## 983              1.356930627             1.074373869             1.004851040
## 984   728000000000.000000000  816000000000.000000000  988000000000.000000000
## 985             28.683272000            34.574450000            35.772606000
## 986              0.003028210             0.005663130             0.002821870
## 987   355000000000.000000000  401000000000.000000000  480000000000.000000000
## 988    80071000823.000000000   79376494170.000000000   78547502036.000000000
## 989            -18.867945270           -20.484565840           -22.240739390
## 990    10596058292.000000000   29165928479.000000000   36251970974.000000000
## 991     1327426849.000000000    1602782687.000000000    1596506175.000000000
## 992              1.929903358             0.193559880             4.817826883
## 993              1.547393889             1.599971653             1.645448600
## 994                       NA                      NA                      NA
## 995                       NA        250000.000000000         18000.000000000
## 996              0.260391686             0.289500490             0.262204106
## 997             20.798819590            20.798819590            20.798819590
## 998             18.421950460            20.352315520            22.094781190
## 999             14.880000000            22.360000000            16.020000000
## 1000            12.690000000            13.780000000            12.180000000
## 1001                      NA                      NA                      NA
## 1002      13263376.000000000      13411546.000000000      13561500.000000000
## 1003       1201253.000000000       1252753.000000000       1304501.000000000
## 1004             4.929830836             5.032454871             5.148818346
## 1005            10.652099440            10.688342720            10.758662390
## 1006                      NA                      NA                      NA
## 1007           171.871000000           166.899000000           161.927000000
## 1008                      NA             1.330000043                      NA
## 1009                      NA             5.900000095                      NA
## 1010                      NA            83.330001830                      NA
## 1011            76.559997560            75.865997310            75.522003170
## 1012                      NA            16.200000000                      NA
## 1013                      NA             1.480000000                      NA
## 1014            92.130001070            91.940002440            91.680002210
## 1015            75.483001710            74.818000790            73.822998050
## 1016                      NA                      NA                      NA
## 1017                      NA                      NA                      NA
## 1018             5.175884250             5.311275960             4.690781590
## 1019                      NA                      NA                      NA
## 1020                      NA                      NA                      NA
## 1021             1.100000000             1.200000000             1.200000000
## 1022                      NA                      NA                      NA
## 1023                      NA                      NA                      NA
## 1024            82.000000000            82.000000000            89.000000000
## 1025            26.812780240            27.057992360            27.303204490
## 1026             3.300000000             3.200000000             3.000000000
## 1027            38.500000000            37.800000000            37.100000000
## 1028                      NA                      NA                      NA
## 1029            10.131850240            11.145130160            11.157010080
## 1030                      NA                      NA                      NA
## 1031                      NA                      NA                      NA
## 1032             7.000000000             7.000000000             7.000000000
## 1033                      NA                      NA                      NA
## 1034            59.823928830                      NA                      NA
## 1035           146.656330000           129.225000000           151.720460000
## 1036                      NA                      NA                      NA
## 1037                      NA                      NA                      NA
## 1038                      NA                      NA                      NA
## 1039            19.154171020            20.273609530            22.603295950
## 1040            30.744926510            36.303208000            36.810560930
## 1041  735000000000.000000000  824000000000.000000000 1000000000000.000000000
## 1042             0.000000000             0.000000000             0.000000000
## 1043       -705900.000000000        121600.000000000        276400.000000000
## 1044    9951000000.000000000   12100000000.000000000   12430000000.000000000
## 1045      69837477.000000000      80467424.000000000     107200000.000000000
## 1046            15.873140180            16.049986640            15.066803470
## 1047  413000000000.000000000  437000000000.000000000  451000000000.000000000
## 1048    3275658805.000000000    4172661317.000000000    4455549991.000000000
## 1049            17.681674350            17.832596500            16.873998250
## 1050             3.568868023             1.480841857             6.099494400
## 1051   98441792856.000000000  102000000000.000000000  112000000000.000000000
## 1052             1.410000000             1.730000000             1.970000000
## 1053          6918.000000000          6952.000000000          6804.000000000
## 1054             3.200000000             3.000000000             3.000000000
## 1055           612.000000000                      NA                      NA
## 1056           150.000000000           150.000000000           140.000000000
## 1057            73.900000000            60.200000000            53.600000000
## 1058                      NA                      NA            63.400000000
## 1059                      NA                      NA            74.000000000
## 1060                      NA                      NA                      NA
## 1061                      NA                      NA                      NA
## 1062            37.858983300            37.310629610            37.943301070
## 1063            42.978661140            43.799987250                      NA
## 1064                      NA                      NA                      NA
## 1065  156000000000.000000000  228000000000.000000000  241000000000.000000000
## 1066                      NA                      NA                      NA
## 1067                      NA             0.820000000                      NA
## 1068             0.387596899             0.347222222             0.291545190
## 1069           430.000000000           440.000000000           460.000000000
## 1070             0.042918347             0.044960125             0.055812865
## 1071             8.862617964            10.069373300            11.437417940
## 1072            46.136138920            49.920776370            53.737453460
## 1073            21.111272820            23.049823040            26.372651350
## 1074                      NA                      NA                      NA
## 1075                      NA                      NA                      NA
## 1076                      NA                      NA                      NA
## 1077                      NA                      NA                      NA
## 1078       4980000.019000000       4690000.057000000      18069999.690000001
## 1079      14750000.000000000       9420000.075999999       5460000.038000000
## 1080             0.055606415             0.007932157             0.297715389
## 1081      75388140.000000000     113588767.700000003     132002061.099999994
## 1082            37.868487630            44.699564090            51.512285460
## 1083       7336809.000000000       8077057.000000000       8122431.000000000
## 1084            15.626089990            15.486571330            15.347052670
## 1085     881666783.000000000     898011605.000000000     900307413.000000000
## 1086                      NA                      NA             0.001687473
## 1087            61.902918170            60.629517750            56.788799430
## 1088            88.596494640           107.883829100            96.891553820
## 1089            99.370000000            99.370000000            99.370000000
## 1090      34000000.000000000      18000000.000000000      26000000.000000000
## 1091                      NA                      NA                      NA
## 1092             0.726766322             0.748040273             0.782080450
## 1093             3.669085257             3.666946183             3.687335662
## 1094            56.287489870            56.595557840            56.916449150
## 1095            12.498183960            12.192491380            11.923947630
## 1096                      NA                      NA                      NA
## 1097       -971580.000000000                      NA                      NA
## 1098                      NA             1.029999971                      NA
## 1099                      NA            34.049999240                      NA
## 1100                      NA            79.629997250                      NA
## 1101                      NA            16.240814540                      NA
## 1102                      NA             5.460000000                      NA
## 1103            17.100000380            17.500000000            17.870000840
## 1104             0.970000029             0.970000029             0.980000019
## 1105                      NA                      NA                      NA
## 1106                      NA                      NA                      NA
## 1107            41.078963500            46.189203960            46.120204100
## 1108                      NA                      NA                      NA
## 1109                      NA                      NA                      NA
## 1110            20.720493150            22.624350970            24.575956510
## 1111                      NA                      NA                      NA
## 1112                      NA                      NA                      NA
## 1113                      NA                      NA                      NA
## 1114             0.100000000             0.100000000             0.100000000
## 1115            53.400000000            50.800000000            48.300000000
## 1116          3728.000000000          3435.000000000          3150.000000000
## 1117                      NA                      NA                      NA
## 1118                      NA                      NA                      NA
## 1119                      NA                      NA                      NA
## 1120            51.708301540            57.062908170                      NA
## 1121            47.610010000            51.733330000                      NA
## 1122                      NA            63.360321040                      NA
## 1123            56.845661160            65.699821470                      NA
## 1124                      NA                      NA                      NA
## 1125                      NA                      NA                      NA
## 1126             0.999239981             1.025609970             1.052019954
## 1127                      NA                      NA                      NA
## 1128                      NA                      NA                      NA
## 1129     737265472.600000024     929013185.899999976    1024265562.000000000
## 1130   48955959300.000000000   52916271058.000000000   55787831009.000000000
## 1131         49154.265040000         51599.513270000         53503.275840000
## 1132 1210000000000.000000000 1280000000000.000000000 1330000000000.000000000
## 1133             1.682329441             3.384485954             4.456159350
## 1134             4.597111600             4.497875800             4.410852300
## 1135             9.185972839             1.900977521             1.900977512
## 1136     740159602.799999952     879548667.000000000     851304330.899999976
## 1137            31.723610140            33.260386090            34.660093580
## 1138  316000000000.000000000  321000000000.000000000  323000000000.000000000
## 1139  865000000000.000000000  983000000000.000000000 1210000000000.000000000
## 1140   15925483454.000000000   16128070276.000000000   17042626720.000000000
## 1141        131000.000000000        131000.000000000        157753.000000000
## 1142             2.657533772             3.018989015             3.022723760
## 1143                      NA                      NA         60000.000000000
## 1144             0.036394362             0.042000459             0.428433327
## 1145            78.639704740            78.547589940            72.393669650
## 1146            15.494543440            17.109887650            18.222404910
## 1147            11.860000000            19.200000000            12.200000000
## 1148            12.570000000            14.090000000            12.300000000
## 1149        527000.000000000        500000.000000000        510000.000000000
## 1150            50.273221890            50.293459070            50.445382340
## 1151             4.553205011             4.697839723             4.852416172
## 1152             5.105688529             5.149047136             5.173625553
## 1153            10.400931150            10.494864780            10.625812240
## 1154                      NA                      NA                      NA
## 1155           211.204000000           206.610000000           202.017000000
## 1156             1.330999970             1.330000043             1.550999999
## 1157                      NA             4.590000153                      NA
## 1158            83.626998900            83.330001830            83.251998900
## 1159            82.490000000            82.180000000            82.230000000
## 1160                      NA            89.762865640                      NA
## 1161                      NA             1.270000000                      NA
## 1162            72.210000990            71.600000380            70.969999310
## 1163                      NA            74.260002140                      NA
## 1164                      NA                      NA                      NA
## 1165                      NA                      NA                      NA
## 1166             3.213674710             3.556942540             4.305549490
## 1167                      NA                      NA                      NA
## 1168                      NA                      NA                      NA
## 1169                      NA                      NA                      NA
## 1170            41.272506030            41.272506030            41.272506030
## 1171            81.900000000            82.700000000            77.600000000
## 1172            81.000000000            79.000000000            90.000000000
## 1173            37.914106740            37.901192660            37.888278580
## 1174             5.800000000             5.700000000             5.600000000
## 1175            50.400000000            49.300000000            48.300000000
## 1176                      NA                      NA                      NA
## 1177                      NA             8.562419891             8.579489708
## 1178                      NA                      NA                      NA
## 1179            87.998000000                      NA                      NA
## 1180       1998990.000000000       2305166.000000000       2381225.000000000
## 1181                      NA                      NA                      NA
## 1182            61.686698910                      NA                      NA
## 1183           143.877700000           131.450980000           155.935690000
## 1184             5.000000000             5.000000000             5.000000000
## 1185                      NA                      NA                      NA
## 1186                      NA                      NA                      NA
## 1187                      NA                      NA                      NA
## 1188            31.058869650            36.656912120            37.248180620
## 1189  735000000000.000000000  824000000000.000000000 1000000000000.000000000
## 1190           391.380057200           470.455459000           478.173252800
## 1191                      NA                      NA                      NA
## 1192   16124395745.000000000   16849568981.000000000   17743603442.000000000
## 1193             0.669514980             0.635218850             0.824281160
## 1194                      NA             1.151330918                      NA
## 1195            31.164411320            30.305716370            31.322652060
## 1196  231000000000.000000000  271000000000.000000000  343000000000.000000000
## 1197            30.000000000            20.000000000            20.000000000
## 1198             4.500000000             4.000000000             3.500000000
## 1199             2.000000000                      NA                      NA
## 1200                      NA                      NA             2.000000000
## 1201                      NA                      NA                      NA
## 1202                      NA                      NA            14.500000000
## 1203             0.000000000             0.000000000             0.000000000
## 1204                      NA                      NA                      NA
## 1205            13.430063640            13.781042320            14.486915470
## 1206   86387100000.000000000  100000000000.000000000  140000000000.000000000
## 1207                      NA                      NA                      NA
## 1208                      NA                      NA                      NA
## 1209             6.457351692             6.619582993             6.565362559
## 1210             4.791675076                      NA                      NA
## 1211                      NA                      NA                      NA
## 1212                      NA                      NA                      NA
## 1213            26.959376280            26.860326300                      NA
## 1214          2690.000057000          2990.000010000          3880.000114000
## 1215             0.000000000             0.000000000             0.000000000
## 1216            74.693016410            76.612206280            77.975938380
## 1217     556969970.700000048     614659973.100000024     708989990.200000048
## 1218       3240000.010000000       1360000.014000000       1500000.000000000
## 1219        312000.000000000      -7877000.000000000     -33461000.000000000
## 1220                      NA                      NA                      NA
## 1221      54029998.780000001      77650001.530000001      73500000.000000000
## 1222                      NA                      NA                      NA
## 1223                      NA                      NA                      NA
## 1224                      NA                      NA                      NA
## 1225      17724581.870000001    -107245490.299999997       7031526.953000000
## 1226    2932574156.000000000    3519343419.000000000    4259355806.000000000
## 1227          1500.000000000                      NA                      NA
## 1228             1.608928571             1.364864865            18.202727270
## 1229       3268895.000000000       4200000.000000000       5597880.000000000
## 1230            83.333330000            83.333330000            73.333330000
## 1231             3.500000000             3.500000000             4.000000000
## 1232                      NA                      NA                      NA
## 1233           408.000000000           408.000000000           338.000000000
## 1234                      NA                      NA                      NA
## 1235                      NA                      NA            49.400000000
## 1236          7178.000000000          8510.000000000          9893.000000000
## 1237                      NA                      NA                      NA
## 1238   71126700000.000000000   85155400000.000000000  117000000000.000000000
## 1239            30.396162360            29.419360830            29.497489220
## 1240                      NA                      NA                      NA
## 1241             2.269219244             9.907830053            11.094823740
## 1242            12.406432970            12.519272610            10.691749800
## 1243             0.310621137                      NA                      NA
## 1244                      NA                      NA                      NA
## 1245                      NA                      NA                      NA
## 1246         17440.000000000         18010.000000000         18420.000000000
## 1247             0.000000000             0.000000000             0.000000000
## 1248             0.000000000             0.000000000             0.000000000
## 1249             1.363308824             1.261795465             1.321425333
## 1250     559200012.200000048     592739990.200000048     708719970.700000048
## 1251                      NA                      NA                      NA
## 1252                      NA                      NA                      NA
## 1253             2.730839263             2.319039532             1.560579117
## 1254                      NA                      NA                      NA
## 1255      -2420000.076000000      -2769999.981000000      -3410000.086000000
## 1256                      NA                      NA                      NA
## 1257             0.611946168             0.100168419             0.212644024
## 1258     136661712.699999988     151009352.400000006     157894962.800000012
## 1259      87608819.959999993      84624793.019999996      52293548.909999996
## 1260         59076.490000000         59257.760000000         59439.030000000
## 1261                      NA                      NA                      NA
## 1262             1.197498670             2.325876067             3.047285250
## 1263            38.207504510            45.315725340            52.393714570
## 1264    3122000000.000000000    3590000000.000000000    4384000000.000000000
## 1265            32.320000000            32.320000000            32.320000000
## 1266            24.140000000            24.140000000            24.140000000
## 1267       4163436.000000000       4294653.000000000       4418039.000000000
## 1268                      NA                      NA                      NA
## 1269        573834.000000000        606703.000000000        637428.000000000
## 1270             5.839516274             5.895353153             5.925834163
## 1271            12.357019810            12.424354360            12.493676950
## 1272            64.844674000            65.590702400            66.336730800
## 1273            95.000000000            93.000000000            95.000000000
## 1274                      NA             1.590000033                      NA
## 1275                      NA             2.180000067                      NA
## 1276                      NA            87.730003360                      NA
## 1277            77.763999940            77.007003780            76.412002560
## 1278                      NA            16.500000000                      NA
## 1279            17.700000760            18.170000080            18.440000530
## 1280                      NA            82.220001220                      NA
## 1281            74.241996770            73.636001590            73.224998470
## 1282                      NA                      NA                      NA
## 1283                      NA                      NA                      NA
## 1284            18.466533660            18.629989620            20.414241790
## 1285                      NA                      NA                      NA
## 1286             8.000000000             8.300000000             8.500000000
## 1287                      NA                      NA                      NA
## 1288            24.278379000            23.919334000            23.561062000
## 1289                      NA                      NA                      NA
## 1290             6.000000000            10.000000000            17.000000000
## 1291            91.445937120            91.301759270            91.157658460
## 1292         19134.000000000         18038.000000000         17021.000000000
## 1293                      NA                      NA                      NA
## 1294            21.146139140            22.230030060            19.872930530
## 1295                      NA                      NA                      NA
## 1296                      NA          8414.000000000         13484.000000000
## 1297            41.461500000            44.850880000                      NA
## 1298                      NA                      NA                      NA
## 1299                      NA                      NA                      NA
## 1300            61.686698910                      NA                      NA
## 1301           127.341789200           123.744323700           134.312545800
## 1302                      NA                      NA                      NA
## 1303                      NA                      NA                      NA
## 1304                      NA                      NA                      NA
## 1305            15.018784440            15.564305340            17.925432520
## 1306    3207020241.000000000    4598770405.000000000    4788248204.000000000
## 1307    9830014198.000000000   11581142548.000000000   12953637106.000000000
## 1308   48461112328.000000000   52405679687.000000000   55132393547.000000000
## 1309            56.124126270            59.278220520            68.708395580
## 1310    2727000000.000000000    4029000000.000000000    4214000000.000000000
## 1311     334600000.000000000     432000000.000000000     546300000.000000000
## 1312             3.945004714             1.743248214            -0.590000601
## 1313    4927833263.000000000    5214843097.000000000    5372307845.000000000
## 1314  229000000000.000000000  296000000000.000000000  322000000000.000000000
## 1315            12.855664880            12.775820260            12.419354190
## 1316  656000000000.000000000  735000000000.000000000  895000000000.000000000
## 1317                      NA                      NA                      NA
## 1318            72.281353030            70.642113810            69.914481640
## 1319            85.047551550            92.046533420            87.512456820
## 1320             0.699199306             0.979473174             1.119716366
## 1321             2.204783000             0.000000000             2.204783000
## 1322             0.000000000             0.000000000             0.000000000
## 1323        469000.000000000        561000.000000000        589000.000000000
## 1324      13119210.000000000      13255035.000000000      13322031.000000000
## 1325             1.295635440             1.293422846             1.298071747
## 1326             4.014777233             4.107662159             4.201054456
## 1327       7756161.000000000       7908546.000000000       8066761.000000000
## 1328                      NA                      NA                      NA
## 1329            24.434000000            23.767000000            23.189000000
## 1330                      NA             1.690000000                      NA
## 1331                      NA             5.039999962                      NA
## 1332                      NA            72.150001530                      NA
## 1333            89.990000000            89.650000000            89.340000000
## 1334                      NA            16.400000000                      NA
## 1335                      NA             1.390000000                      NA
## 1336            81.939998630            81.529998780            81.149997710
## 1337            74.837997440            74.205001830            73.513000490
## 1338                      NA                      NA                      NA
## 1339                      NA                      NA                      NA
## 1340            12.443684090            13.963539960            16.339053570
## 1341                      NA                      NA                      NA
## 1342                      NA                      NA                      NA
## 1343             2.200000000             2.200000000             2.200000000
## 1344            74.881212090            74.881212090            74.881212090
## 1345            82.200000000            82.500000000            82.000000000
## 1346                      NA                      NA                      NA
## 1347            28.564681130            28.804290310            29.042756080
## 1348             7.600000000             7.400000000             7.300000000
## 1349            37.900000000            37.200000000            36.600000000
## 1350            17.325227960            33.164983160            33.164983160
## 1351                      NA            13.916760440            13.907130240
## 1352                      NA                      NA                      NA
## 1353            87.861080000                      NA                      NA
## 1354            46.218940000            46.876060000            46.496950000
## 1355                      NA                      NA                      NA
## 1356            19.729820000            16.733590000            14.412280000
## 1357                      NA                      NA                      NA
## 1358                      NA            77.265808110                      NA
## 1359                      NA                      NA                      NA
## 1360                      NA                      NA                      NA
## 1361                      NA                      NA                      NA
## 1362     105437134.200000003     122230886.700000003     152832066.199999988
## 1363   17135936914.000000000   18171264692.000000000   19034099460.000000000
## 1364         27587.401780000         30587.273260000         36761.242410000
## 1365    9588352545.000000000   11616425419.000000000   11830719902.000000000
## 1366             2.914605188             4.497366893             5.305978221
## 1367             0.000000000             0.000000000             0.000000000
## 1368                      NA            29.207168700                      NA
## 1369   21505000000.000000000   24185000000.000000000   29361985500.000000000
## 1370    3822093594.000000000    4135194579.000000000    4657576061.000000000
## 1371  153000000000.000000000  178000000000.000000000  211000000000.000000000
## 1372            90.182791500            90.168903930            90.566334330
## 1373    8362130958.000000000   10071426372.000000000   10256635127.000000000
## 1374             2.750000000                      NA                      NA
## 1375                      NA                      NA                      NA
## 1376             3.000000000             2.500000000             2.500000000
## 1377                      NA                      NA                      NA
## 1378            18.800000000            20.100000000            18.400000000
## 1379             4.000000000             4.000000000             4.000000000
## 1380                      NA                      NA            94.000000000
## 1381                      NA                      NA            51.300000000
## 1382                      NA                      NA                      NA
## 1383                      NA                      NA                      NA
## 1384             0.982190935             0.523278618             0.678164190
## 1385            -0.433069947             0.035517337             0.071154500
## 1386                      NA                      NA                      NA
## 1387            14.714187260            34.268444630            26.940423080
## 1388                      NA                      NA                      NA
## 1389        855445.000000000        890495.000000000        926879.000000000
## 1390                      NA                      NA             0.703796514
## 1391          4160.000000000          4300.000000000          4560.000000000
## 1392             0.101961197             0.112125361             0.144326283
## 1393             5.206365149             5.439841324             5.558440033
## 1394            16.500000000            18.100000000            19.800000000
## 1395     562109985.399999976     595830017.100000024     709830017.100000024
## 1396                      NA                      NA                      NA
## 1397      -4683856.360000000       4797883.200000000      -5778033.730000000
## 1398                      NA                      NA                      NA
## 1399                      NA                      NA                      NA
## 1400        100000.001500000        119999.997300000        319999.992800000
## 1401       3289999.962000000       2539999.962000000       2779999.971000000
## 1402            39.092434080            46.263950600            58.569337490
## 1403     -31991296.010000002     831153763.899999976       2849180.613000000
## 1404    3742771871.000000000    4455714116.000000000    5153347365.000000000
## 1405                      NA                      NA                      NA
## 1406       2240000.000000000       2220000.000000000       2200000.000000000
## 1407    2175378613.000000000    2744634807.000000000    2745097784.000000000
## 1408 1250000000000.000000000 1270000000000.000000000 1340000000000.000000000
## 1409             9.198477111             9.889316356            10.779117490
## 1410             2.140000000                      NA                      NA
## 1411                      NA                      NA                      NA
## 1412            74.444444440            67.777777780            67.777777780
## 1413             3.500000000             3.500000000             3.500000000
## 1414                      NA                      NA                      NA
## 1415             7.000000000             7.000000000             7.000000000
## 1416                      NA                      NA                      NA
## 1417                      NA                      NA            15.100000000
## 1418             0.474043885             0.552156645             0.632104749
## 1419                      NA                      NA                      NA
## 1420             1.964909740             2.031499431             1.924778481
## 1421   31061200000.000000000   35494400000.000000000   48973000000.000000000
## 1422                      NA                      NA                      NA
## 1423            74.912118870            82.334284300            91.469128020
## 1424            36.771218830            51.197868150            58.774929810
## 1425             1.554158638                      NA                      NA
## 1426           184.043153100           186.024283200           187.537711900
## 1427                      NA                      NA                      NA
## 1428                      NA             0.000000000                      NA
## 1429             0.288997127             0.310369518             0.391181045
## 1430             0.000000000             0.000000000             0.000000000
## 1431     142207495.300000012     159840079.199999988     171888510.199999988
## 1432     556969970.700000048     614659973.100000024     708989990.200000048
## 1433      57097000.000000000      13692000.000000000      14920000.000000000
## 1434                      NA                      NA                      NA
## 1435      55000000.000000000      57000000.000000000      44000000.000000000
## 1436                      NA                      NA                      NA
## 1437      12310000.420000000      17219999.309999999      19950000.760000002
## 1438                      NA                      NA                      NA
## 1439    1436265164.000000000    1710236387.000000000    1541846718.000000000
## 1440      98772204.540000007     739685089.799999952     160447743.699999988
## 1441            18.117167740            12.748773000            13.062214860
## 1442                      NA                      NA                      NA
##                        X2010                   X2011                   X2012
## 1                0.686184565             0.415308033             0.136727858
## 2        856000000.000000000     919000000.000000000     911000000.000000000
## 3               15.694241180            16.868353560            11.013321610
## 4               59.982713630            54.374974190            50.884445430
## 5               13.050000000            12.450000000            12.450000000
## 6               37.425036430            31.023651930            32.147471600
## 7                0.080713479            -0.305684330            -0.615838196
## 8               61.822216990            60.661806870            59.239202480
## 9                2.182157708             2.186827062             2.163440666
## 10               6.987766055             6.716324994             6.415248290
## 11              36.289009240            35.816571890            35.249214660
## 12              66.290000000            66.698000000            67.085000000
## 13                        NA                      NA                      NA
## 14                        NA                      NA                      NA
## 15               2.410000086             2.838999987             3.328999996
## 16              79.664001460            79.915000920            80.292999270
## 17                        NA                      NA                      NA
## 18              16.969999310            17.309999470            17.729999540
## 19              44.020000460            43.330001830            42.560001370
## 20              78.411003110            78.474998470            78.611999510
## 21              60.400001530            59.709999080            58.549999240
## 22                        NA            47.500000000                      NA
## 23              21.800000000                      NA                      NA
## 24              13.854639050            10.728940960            13.466715810
## 25                        NA                      NA                      NA
## 26                        NA            40.100000000                      NA
## 27              38.664200830            35.702249860            32.754625040
## 28              42.049340330            45.221102180            48.458181650
## 29             110.000000000           120.000000000           140.000000000
## 30             500.000000000           500.000000000           500.000000000
## 31              26.500000000            25.400000000            24.300000000
## 32               8.965504757                      NA                      NA
## 33                        NA             0.800000000                      NA
## 34              30.503770000            31.807310000            32.170800000
## 35                        NA             1.393159986                      NA
## 36              72.303390500            74.264030460                      NA
## 37              56.928050990            60.123771670            64.534881590
## 38                        NA            14.049909590                      NA
## 39                        NA                      NA                      NA
## 40              13.154399870            11.884460450            14.033499720
## 41              31.918670000            29.614130000            27.533100000
## 42              75.246597290            82.969856260            87.675849910
## 43              12.184940940                      NA                      NA
## 44                        NA                      NA                      NA
## 45     -1657605410.000000000             0.000000000   -8987905755.000000000
## 46           56224.594460000         57940.147070000         60891.355200000
## 47    137000000000.000000000  111000000000.000000000  160000000000.000000000
## 48     19720794305.000000000   20395606013.000000000   21348105727.000000000
## 49               0.007851147             0.007641003             0.005754710
## 50               1.098676900             1.063204900             1.019254600
## 51               5.825803629             3.424821412             4.480978267
## 52      2272499195.000000000    2889488381.000000000    3033478313.000000000
## 53             556.756325000           584.284747200           620.449585200
## 54    456000000000.000000000  434000000000.000000000  503000000000.000000000
## 55      1553157919.000000000    1520319296.000000000    1827316786.000000000
## 56     67067938406.000000000   67451677580.000000000   69498989468.000000000
## 57                        NA                      NA                      NA
## 58               1.820000000                      NA                      NA
## 59             106.437562200           114.331218900           113.309204000
## 60               0.067407343             0.212863651             0.160771492
## 61               0.368230085             0.450661215             0.395524427
## 62              13.650096570            14.179519270            16.847268100
## 63              45.863650000            48.904060000            22.649350000
## 64       344000000.000000000     383000000.000000000     351000000.000000000
## 65                        NA            44.200000000                      NA
## 66               0.533075724             0.582209375             0.620528448
## 67               3.293704185             3.345829452             3.368667983
## 68              58.698976630            59.043035040            59.503190220
## 69              34.913244150            34.092649490            33.162911330
## 70              36.600000000            35.000000000            33.500000000
## 71            5883.000000000          6845.000000000          7601.000000000
## 72                        NA                      NA                      NA
## 73                        NA                      NA                      NA
## 74                        NA                      NA                      NA
## 75                        NA                      NA                      NA
## 76                        NA                      NA                      NA
## 77                        NA                      NA                      NA
## 78              71.849998470            71.080001830            70.029998780
## 79                        NA                      NA                      NA
## 80                        NA                      NA                      NA
## 81              20.393367680            24.755663700            23.692605450
## 82              81.000000000            82.000000000            82.000000000
## 83              91.000000000            91.000000000            91.000000000
## 84              26.862832210            28.785320190            30.746442320
## 85             305.000000000           285.000000000           266.000000000
## 86                        NA            58.300000000                      NA
## 87               3.850846399             2.358359264             1.743844753
## 88            1700.000000000          1600.000000000          1400.000000000
## 89              48.500000000            46.200000000            44.000000000
## 90            3241.000000000          3266.000000000          3307.000000000
## 91                        NA             0.500000000                      NA
## 92              87.168701170            86.122550960            86.516616820
## 93                        NA                      NA                      NA
## 94              57.182239530            63.575340270            77.280540470
## 95              24.763890000            23.039090000            22.721880000
## 96                        NA            17.231449130                      NA
## 97              73.660896300            80.728523250            92.559028630
## 98                        NA                      NA                      NA
## 99                        NA            41.217868800                      NA
## 100              0.976180017             0.995389998             1.024739981
## 101              0.568781964                      NA                      NA
## 102                       NA                      NA                      NA
## 103   125000000000.000000000  123000000000.000000000  125000000000.000000000
## 104            540.000000000           630.000000000           770.000000000
## 105           2697.432423000          2786.843939000          2922.619609000
## 106              0.000000000             0.000000000             0.000000000
## 107             33.853651000            25.659406000            30.299282000
## 108              0.000000000             0.000000000             0.000000000
## 109           4098.737924000          4143.309715000          4220.860686000
## 110     1043177267.000000000    1085431500.000000000    1195039253.000000000
## 111  -320000000000.000000000 -323000000000.000000000 -359000000000.000000000
## 112     2570596759.000000000     825830990.500000000    1001011913.000000000
## 113  1850000000000.000000000 1880000000000.000000000 1940000000000.000000000
## 114  1310000000000.000000000 1320000000000.000000000 1360000000000.000000000
## 115      254950072.099999994     284518851.100000024     256686839.500000000
## 116              0.222768770             0.350043378             0.854483705
## 117             58.966463420            49.382381460            45.631293670
## 118              3.260027291             3.607403614             5.644015635
## 119             33.231876940            36.631683820            38.621583680
## 120              4.981412779             7.118353520             7.109644742
## 121             99.570000000            99.570000000            99.570000000
## 122             99.610000000            99.610000000            99.610000000
## 123              2.493218363             2.111027458             1.832481846
## 124                       NA                      NA                      NA
## 125              5.031685337             5.132892698             5.222268456
## 126              6.385462159             6.176360192             5.908079748
## 127             12.811671550            12.674465870            12.527675610
## 128             73.146714600            73.895394800            74.644075000
## 129                       NA                      NA                      NA
## 130              1.572999954             1.802000046             2.094000101
## 131              3.982000113             4.551000118             5.182000160
## 132             91.599402490            92.132722740            92.859699770
## 133                       NA                      NA                      NA
## 134                       NA                      NA                      NA
## 135              7.070000172             7.269999981             7.480000019
## 136             85.175003050            84.775001530            84.232002260
## 137                       NA                      NA                      NA
## 138                       NA             0.185725000                      NA
## 139             26.400000000                      NA                      NA
## 140             13.080149010            10.906180630            15.151642990
## 141                       NA                      NA                      NA
## 142             15.000000000            15.600000000            15.600000000
## 143                       NA            39.000000000                      NA
## 144                       NA            36.000000000                      NA
## 145             45.200000000            44.800000000            44.400000000
## 146              0.140000000             0.120000000             0.110000000
## 147             84.218892940            84.828453850            85.435542980
## 148             54.214886190                      NA                      NA
## 149              0.710000000                      NA                      NA
## 150             12.745990000            11.769260000            11.941240000
## 151                       NA             7.303639889                      NA
## 152          84268.000000000         95966.000000000        102685.000000000
## 153                       NA                      NA                      NA
## 154                       NA            10.214079860                      NA
## 155                       NA         22049.000000000          2895.000000000
## 156                       NA                      NA            54.608058930
## 157            149.945526100           156.027572600           154.648132300
## 158             76.019531250            83.640419010            88.643676760
## 159                       NA            80.206832890                      NA
## 160             15.733031670                      NA                      NA
## 161             73.262359020            74.020000000            85.225755990
## 162           2716.881793000          2799.780633000          2942.388751000
## 163  1510000000000.000000000 1560000000000.000000000 1620000000000.000000000
## 164  1510000000000.000000000 1560000000000.000000000 1630000000000.000000000
## 165             15.146932440            26.397306670             7.741150029
## 166             37.464125000            29.309277000            34.315467000
## 167             46.398837910            47.902914440            47.987452590
## 168     2576685232.000000000    2688310075.000000000    2845627686.000000000
## 169   396000000000.000000000  480000000000.000000000  529000000000.000000000
## 170             34.438213230             0.263157882             4.593671368
## 171   124000000000.000000000  122000000000.000000000  146000000000.000000000
## 172    14170128078.000000000   20036546561.000000000   19723645647.000000000
## 173   119000000000.000000000  128000000000.000000000  139000000000.000000000
## 174              2.070000000                      NA             2.200000000
## 175                       NA                      NA                      NA
## 176              3.166666667             3.166666667             3.166666667
## 177              3.500000000             3.166666667             3.000000000
## 178              2.500000000             3.000000000             3.000000000
## 179              2.500000000             2.500000000             2.500000000
## 180                       NA                      NA                      NA
## 181              7.000000000             7.000000000             7.000000000
## 182                       NA                      NA                      NA
## 183                       NA                      NA                      NA
## 184              6.000000000             6.000000000             6.000000000
## 185              0.742220291             0.856423805             0.820529858
## 186             16.286235520            14.461863630            15.221372670
## 187   -16381315000.000000000  -13676516000.000000000   -9554770000.000000000
## 188                       NA            21.220000000                      NA
## 189              3.903351776             3.874229415             3.326793771
## 190                       NA                      NA                      NA
## 191                       NA                      NA             2.247855211
## 192                       NA                      NA                      NA
## 193            100.784427900           100.766060700            96.963291490
## 194          31940.000530000         33189.998630000         34240.001680000
## 195            102.542434200           115.823176600           120.900391100
## 196             99.906483790            99.942726230            99.465090090
## 197        4695190.700000000       4611804.900000000      10377452.199999999
## 198        9819999.695000000       7130000.114000000       6705588.341000000
## 199        -490000.000000000       -516000.000000000       -497000.000000000
## 200          19999.999550000                      NA        109999.999400000
## 201                       NA                      NA                      NA
## 202          70000.000300000         59999.998660000                      NA
## 203       38119998.930000000      33169998.170000002      41409999.850000001
## 204             21.646985270            19.546309870            22.082120820
## 205             42.778012340            50.776564140            58.328387970
## 206     -127615743.000000000     288604650.199999988     577455898.399999976
## 207           2289.900000000          2476.500000000          2714.200000000
## 208                       NA                      NA                      NA
## 209              6.833955232             5.244184056             4.326436122
## 210             21.772058370            24.590357720            18.877748810
## 211      845187133.700000048     761399869.200000048     881349615.100000024
## 212              3.452465824             4.000434592             3.536407679
## 213             13.350000000            12.800000000            12.870000000
## 214            160.256898400           152.875953500           161.989687500
## 215             83.232000000            82.892000000            82.542000000
## 216              0.481202592             0.103647394            -0.192706459
## 217         690176.000000000        712312.000000000        733444.000000000
## 218              7.133905006             7.259789821             7.395488983
## 219             11.655500270            11.238215460            10.873044830
## 220              2.542000000             2.444000000             2.351000000
## 221                       NA            97.300000000                      NA
## 222                       NA                      NA                      NA
## 223                       NA                      NA                      NA
## 224                       NA                      NA                      NA
## 225             74.656997680            74.814002990            75.234001160
## 226                       NA                      NA                      NA
## 227           5184.357147000          5330.549688000          5557.784694000
## 228                       NA                      NA                      NA
## 229             70.040000920            69.540000920            68.860000610
## 230                       NA                      NA                      NA
## 231             41.500000000                      NA                      NA
## 232              4.154009820             3.721039890             4.623133010
## 233              0.526176952                      NA                      NA
## 234              2.500000000             2.600000000             2.600000000
## 235                       NA            46.700000000                      NA
## 236                       NA            69.600000000                      NA
## 237              0.899278597             0.808890889             0.726474052
## 238              0.060000000             0.060000000             0.050000000
## 239                       NA            55.900000000                      NA
## 240          28204.000000000         26381.000000000         24696.000000000
## 241                       NA             0.200000000                      NA
## 242             33.020380000            31.694260000                      NA
## 243                       NA             2.236969948                      NA
## 244             65.079269410            69.136993410                      NA
## 245             58.317371370            60.402511600            62.977119450
## 246                       NA             9.340929985                      NA
## 247                       NA                      NA                      NA
## 248                       NA                      NA            55.913330080
## 249            144.451934800           149.956756600           148.189834600
## 250             74.413597110            82.255500790            86.654541020
## 251                       NA                      NA                      NA
## 252              2.512116200                      NA                      NA
## 253             74.536000000            72.273700000            81.019700000
## 254           2180.000000000          2290.000000000          2520.000000000
## 255             11.451400990             7.125826025             9.120633745
## 256              4.816414651             3.421828238             4.670122149
## 257             15.146932440            26.397306670             7.741150029
## 258              0.003601970             0.003515370             0.002641870
## 259   722000000000.000000000  747000000000.000000000  780000000000.000000000
## 260   169000000000.000000000  209000000000.000000000  246000000000.000000000
## 261     5309581947.000000000    6645931813.000000000    6527438674.000000000
## 262             34.132174010            45.160570830            49.881498720
## 263             71.902427570            73.848388110            68.575799210
## 264     5143376595.000000000    5947055816.000000000    6042711494.000000000
## 265             17.538141860            20.709441800            22.490317640
## 266             12.980000000            13.150000000            12.850000000
## 267      402000000.000000000     320000000.000000000     413000000.000000000
## 268                       NA            42.300000000                      NA
## 269              1.054000000             1.054000000             1.054000000
## 270              2.535490399             2.535619247             2.558309459
## 271              9.102789854             9.200139017             9.359959466
## 272        5013918.000000000       4955242.000000000       4856579.000000000
## 273             39.600000000            37.900000000            36.300000000
## 274         578657.000000000                      NA                      NA
## 275                       NA                      NA                      NA
## 276             49.681151940            50.651858270            51.868185270
## 277                       NA                      NA                      NA
## 278                       NA                      NA                      NA
## 279                       NA                      NA                      NA
## 280                       NA                      NA                      NA
## 281             81.699996950            81.330001830            80.839996340
## 282                       NA                      NA                      NA
## 283                       NA                      NA                      NA
## 284             64.214650310            72.557604380            77.649052810
## 285              4.351662640             4.442349910             4.490785120
## 286             42.000000000            43.000000000            45.000000000
## 287                       NA            39.100000000                      NA
## 288                       NA           461.000000000                      NA
## 289                       NA            50.000000000                      NA
## 290                       NA                      NA                      NA
## 291            500.000000000           200.000000000           200.000000000
## 292             19.200000000            19.400000000            19.500000000
## 293           3351.000000000          3295.000000000          3251.000000000
## 294                       NA             0.100000000                      NA
## 295             11.097090000            11.425690000            11.534450000
## 296                       NA                      NA                      NA
## 297             64.742088320            68.839393620                      NA
## 298                       NA                      NA                      NA
## 299                       NA            37.637260440                      NA
## 300         153536.000000000        167216.000000000        173714.000000000
## 301                       NA            33.480550000            31.236160000
## 302              5.000000000             5.000000000             5.000000000
## 303              0.641830027             0.663869977                      NA
## 304              2.730737456                      NA                      NA
## 305                       NA                      NA                      NA
## 306     3792100462.000000000    4259622795.000000000    5218139539.000000000
## 307          44492.717950000         57940.147070000         65606.731660000
## 308              0.000000000             0.000000000             0.000000000
## 309    16002656434.000000000   21573862467.000000000   21703106502.000000000
## 310     5636000000.000000000    5806000000.000000000    6845000000.000000000
## 311         580816.360000000        763755.020000000        577376.350000000
## 312     7425046620.000000000   10334508878.000000000   10414767943.000000000
## 313              2.961770468             4.050532367            10.098081110
## 314                       NA                      NA                      NA
## 315   192000000000.000000000   59685861258.000000000   81101684900.000000000
## 316            126.819805500           120.684480400           119.482071500
## 317            670.219954400           673.356439200           695.132509500
## 318    18651000000.000000000   21060000000.000000000   21869000000.000000000
## 319             24.000000000            35.000000000            63.000000000
## 320                       NA                      NA                      NA
## 321              1.142771594             1.154128963             1.232739319
## 322             72.548009360            71.194768840            71.244651750
## 323             16.296637910            15.075858050            13.690627240
## 324             48.294140000            51.066390000            24.601980000
## 325             45.333810000            48.473820000            22.241800000
## 326             16.768000000            17.108000000            17.458000000
## 327       27013207.000000000      27041220.000000000      26989160.000000000
## 328              4.991708413             5.148330413             5.275167769
## 329              5.765243923             5.676596484             5.554179608
## 330             13.263012150            13.413977600            13.489975600
## 331                       NA             1.800000000                      NA
## 332             81.200600000            78.634800000            76.069000000
## 333              2.062999964             2.263999939             2.585000038
## 334              3.171000004             3.654000044             4.193999767
## 335             86.970001220            86.738998410            86.467002870
## 336                       NA                      NA                      NA
## 337                       NA                      NA                      NA
## 338             12.989999770            13.159999850            13.409999850
## 339             81.666000370            81.455001830            81.212997440
## 340                       NA                      NA                      NA
## 341             80.400000000                      NA                      NA
## 342              3.500000000                      NA                      NA
## 343              0.788890840             0.794852440             0.786746860
## 344                       NA                      NA                      NA
## 345             15.800000000            16.100000000            15.700000000
## 346                       NA             1.500000000                      NA
## 347                       NA             3.600000000                      NA
## 348             27.700000000                      NA                      NA
## 349             82.000000000            92.000000000            90.000000000
## 350             85.358235150            85.861991210            86.359119220
## 351              4.400000000             4.200000000             4.000000000
## 352              3.300000000                      NA                      NA
## 353              3.631720066             3.842619896             3.290080070
## 354                       NA                      NA                      NA
## 355             18.054300310            20.658359530            21.502649310
## 356                       NA                      NA                      NA
## 357                       NA            16.583940510                      NA
## 358                       NA                      NA                      NA
## 359                       NA                      NA            55.913330080
## 360            172.449890000           188.219130000           172.858670000
## 361             67.630416870            74.238159180            51.038318630
## 362                       NA            89.884017940                      NA
## 363             48.945499860                      NA                      NA
## 364              0.273632534             0.349430180             0.320964411
## 365   450000000000.000000000  460000000000.000000000  608000000000.000000000
## 366    16124973167.000000000   21678318168.000000000   21854815284.000000000
## 367    72866300418.000000000   75359660061.000000000   78879048237.000000000
## 368             79.115609850           100.000000000           107.741150000
## 369             32.640389000            24.145615000            29.352902000
## 370              3.141709400             3.293451400             2.826706900
## 371   200000000000.000000000  209000000000.000000000  221000000000.000000000
## 372              2.011773807             4.510575774             5.289865960
## 373             38.271206450            27.810306420            28.602705240
## 374   211000000000.000000000  302000000000.000000000  354000000000.000000000
## 375    19614376088.000000000   19985638577.000000000   20553146965.000000000
## 376              1.319132578            13.108897350             0.818575237
## 377              2.210000000                      NA             1.860000000
## 378                       NA                      NA                      NA
## 379              2.260000000                      NA             1.950000000
## 380             34.040979650            49.385630530            61.538114390
## 381             70.000000000            80.000000000            80.000000000
## 382              4.000000000             4.500000000             4.500000000
## 383                       NA                      NA                      NA
## 384                       NA                      NA                      NA
## 385                       NA                      NA                      NA
## 386                       NA                      NA                      NA
## 387                       NA                      NA                      NA
## 388             55.866239650            53.531939610            56.081512900
## 389             13.396115440            11.624675550            12.040804550
## 390              0.000000000             0.000000000             0.000000000
## 391                       NA            41.530000000                      NA
## 392                       NA                      NA                      NA
## 393     3002724838.000000000    3702502162.000000000    4417738496.000000000
## 394                       NA                      NA             8.311832428
## 395                       NA                      NA                      NA
## 396            100.000000000           100.000000000           100.000000000
## 397                       NA                      NA                      NA
## 398              0.000000000             0.000000000             0.000000000
## 399              0.093516209             0.057273769             0.534909910
## 400             10.149040200             8.782871583             9.552012441
## 401                       NA                      NA                      NA
## 402         569999.992800000        939999.997600000        608409.881600000
## 403       39167636.000000000      -4496944.200000000     -10346244.100000000
## 404              3.424877501             3.906710322             5.192448766
## 405        1759999.990000000       1840000.033000000       1570000.052000000
## 406      105190002.400000006     104069999.700000003     110150001.500000000
## 407                       NA                      NA                      NA
## 408      900586741.299999952     998964290.600000024    1003958965.000000000
## 409    -4307317702.000000000   -4584800479.000000000   -4916709708.000000000
## 410     5878849339.000000000    6447235614.000000000    6845293891.000000000
## 411             41.590722010            41.590722010            41.590722010
## 412                       NA                      NA                      NA
## 413              6.463516539             6.486564880             5.762374931
## 414              3.500000000             3.500000000             3.500000000
## 415              3.000000000             3.000000000             3.000000000
## 416             12.000000000            12.000000000            12.000000000
## 417             46.600000000            37.400000000            33.000000000
## 418                       NA                      NA                      NA
## 419                       NA                      NA                      NA
## 420                       NA                      NA                      NA
## 421     9981258000.000000000   12519199000.000000000   15160827000.000000000
## 422             12.407214130            10.487460790            10.473829000
## 423    22705061000.000000000   23656100000.000000000   -9076191000.000000000
## 424                       NA                      NA                      NA
## 425             54.589987790            46.424644350            48.754349650
## 426                       NA                      NA                      NA
## 427              1.180000000                      NA             1.440000000
## 428             29.854368930            32.954545450            34.808853120
## 429                       NA                      NA                      NA
## 430           1103.767000000          1114.768000000           832.409000000
## 431              3.002815877             3.481109220             4.309270291
## 432             95.500000000            94.110000610            95.569129940
## 433             30.668881450            24.919648020            25.619548610
## 434        4530000.210000000       3650000.095000000        265012.890100000
## 435                       NA                      NA                      NA
## 436       -3120621.600000000      -3857352.600000000      -9505635.800000001
## 437     3787483272.000000000    3826237147.000000000    3809944151.000000000
## 438         779999.971400000       1019999.981000000       1919999.957000000
## 439       46159999.850000001      33110000.609999999      27479999.539999999
## 440                       NA                      NA                      NA
## 441      649430000.000000000     610130000.000000000     651810000.000000000
## 442              0.000000000             0.000000000             0.000000000
## 443             81.989997860            89.260002140            98.379997250
## 444        3393553.000000000       3478813.000000000       3484532.000000000
## 445   466000000000.000000000  444000000000.000000000  458000000000.000000000
## 446             16.616267270            -0.723871302             1.933842792
## 447    20294537759.000000000   26036303818.000000000   25931321228.000000000
## 448   937000000000.000000000 1320000000000.000000000 1460000000000.000000000
## 449                       NA       3000000.000000000                      NA
## 450         841698.000000000        845542.000000000        831703.000000000
## 451                       NA                      NA                      NA
## 452              3.291666667             3.283333333             3.266666667
## 453                       NA                      NA            13.000000000
## 454             11.300000000            11.300000000            11.300000000
## 455              2.000000000             2.000000000             2.000000000
## 456                       NA                      NA                      NA
## 457              0.300000000             0.300000000             0.500000000
## 458             90.822610000            87.411480000            88.118320000
## 459    33821327000.000000000   43121246000.000000000   51303230000.000000000
## 460              0.000000000             0.000000000             0.000000000
## 461                       NA            23.650000000                      NA
## 462                       NA                      NA                      NA
## 463             79.280213880            96.766144380           115.952841300
## 464                       NA                      NA             9.497100000
## 465                       NA                      NA                      NA
## 466              0.000000000                      NA                      NA
## 467           2670.000000000          2740.000000000          2530.000000000
## 468              0.234763970             0.254392672             0.281055382
## 469             99.906483790            99.942726230            99.465090090
## 470      141994885.900000006     153670130.699999988     160744326.300000012
## 471                       NA                      NA                      NA
## 472        8020000.458000000       7980000.019000000       6462714.195000000
## 473                       NA                      NA                      NA
## 474              1.610500000             2.195300000             2.965900000
## 475      521420002.100000024     525040001.100000024     546020004.100000024
## 476          59999.998660000        100000.001500000         70000.000300000
## 477                       NA                      NA                      NA
## 478      670944895.799999952     863470844.200000048     924625218.000000000
## 479    -4108603329.000000000   -4666117423.000000000   -4945525853.000000000
## 480              3.442969971             4.340687340             3.453358820
## 481             29.738245270                      NA                      NA
## 482                       NA                      NA                      NA
## 483             73.020763890            69.668064510            73.315718810
## 484              0.401537450             0.153536610             0.003494578
## 485              0.046222437             0.101929344             0.112743112
## 486              1.815183886             2.209148186             1.326941836
## 487             26.000000000            26.000000000            26.000000000
## 488      126000000.000000000     100000000.000000000     149000000.000000000
## 489                       NA            42.100000000                      NA
## 490              0.684382577             0.712820897             0.731686061
## 491              3.035475927             3.043005393             3.049510743
## 492       15856476.000000000      15965957.000000000      16059411.000000000
## 493        4788909.000000000       4731173.000000000       4657581.000000000
## 494             33.500000000            32.000000000            30.600000000
## 495          89804.000000000         72651.000000000         56263.000000000
## 496                       NA                      NA                      NA
## 497                       NA                      NA                      NA
## 498                       NA                      NA                      NA
## 499                       NA                      NA                      NA
## 500                       NA                      NA                      NA
## 501                       NA                      NA                      NA
## 502             91.690002440            91.330001830            90.870002750
## 503              4.680000000                      NA                      NA
## 504                       NA            39.100000000                      NA
## 505             68.016868590            71.378448490            69.014144900
## 506             37.000000000                      NA                      NA
## 507                       NA             2.900000000                      NA
## 508             28.290019090            29.574646100            30.884419960
## 509                       NA            28.900000000                      NA
## 510                       NA                      NA                      NA
## 511                       NA                      NA                      NA
## 512             16.000000000            21.000000000            26.000000000
## 513             43.200000000            40.900000000            38.800000000
## 514           2040.000000000          1974.000000000          1890.000000000
## 515                       NA                      NA                      NA
## 516             82.369621280            82.375640870            82.433456420
## 517                       NA                      NA                      NA
## 518             55.664390560            63.477321620            77.670448300
## 519             31.972470000            29.701780000            29.565740000
## 520             66.621162410            67.249229430            73.630508420
## 521             74.457641600            81.370178220            92.738037110
## 522                       NA                      NA                      NA
## 523                       NA            57.263130190                      NA
## 524              1.028959990             1.038490057             1.052230000
## 525              5.258961216                      NA                      NA
## 526                       NA                      NA                      NA
## 527   109000000000.000000000  123000000000.000000000  140000000000.000000000
## 528    73391690264.000000000   75709484040.000000000   79412600784.000000000
## 529           2164.951653000          2283.185580000          2505.391810000
## 530              1.464463107             1.106345791             0.955331469
## 531     5459000000.000000000    5575000000.000000000    6622000000.000000000
## 532              0.000000000             0.000000000             0.000000000
## 533                       NA             5.405651875             5.544167072
## 534    70924000000.000000000   84149722200.000000000  102000000000.000000000
## 535    -4291885800.000000000   -4462442049.000000000   -4432061585.000000000
## 536             22.207727530            23.982382730            23.990407400
## 537    25041524987.000000000   25427069446.000000000   26244539286.000000000
## 538        4313163.000000000       2783697.000000000        816353.000000000
## 539              0.437181552             1.003627897             0.954238172
## 540            326.345963100           367.075651600           385.609726600
## 541              3.542660113             4.459004622             3.510014767
## 542              0.381365900             0.281743900             0.339047800
## 543              8.981349403             6.514419902             8.210020036
## 544       22483632.000000000      22415008.000000000      22277392.000000000
## 545              8.538505025             8.706180281             8.819015841
## 546              2.172258906             2.180682418             2.164761728
## 547              8.373957476             8.374134087             8.336081731
## 548        9802825.000000000       9685238.000000000       9513467.000000000
## 549             67.611000000            68.028000000            68.426000000
## 550             10.500000000             9.200000000             8.100000000
## 551                       NA                      NA                      NA
## 552                       NA                      NA                      NA
## 553                       NA                      NA                      NA
## 554                       NA                      NA                      NA
## 555             20.780000690            21.100000380            21.659999850
## 556             23.709999080            22.590000150            21.290000920
## 557                       NA                      NA                      NA
## 558             79.830001830            79.120002750            78.440002440
## 559                       NA                      NA                      NA
## 560             16.200000000                      NA                      NA
## 561             94.409889220           101.651977500           112.511795000
## 562              0.999736190                      NA                      NA
## 563             42.800000000            41.600000000            40.300000000
## 564             11.997604340            11.220774780            10.443945220
## 565             52.273721420            54.515294730            56.795563720
## 566           1900.000000000          1700.000000000          1600.000000000
## 567              0.080000000             0.070000000             0.060000000
## 568             20.200000000            20.800000000            21.100000000
## 569          22280.000000000         20984.000000000         19781.000000000
## 570                       NA             0.700000000                      NA
## 571             11.053850000            11.583270000            10.777510000
## 572                       NA             2.328520060                      NA
## 573             71.848289490            73.194183350                      NA
## 574             57.631320950            60.264350890            63.748798370
## 575                       NA             5.343929768                      NA
## 576                       NA            99.332290000            99.910320000
## 577                       NA            30.808630000            28.651140000
## 578             50.073510000            50.373470000            50.426660000
## 579             24.891030000            24.854640000            23.432480000
## 580              6.430067962                      NA                      NA
## 581                       NA                      NA                      NA
## 582                       NA                      NA                      NA
## 583              3.915388325             3.051249417             5.093546141
## 584     1832528357.000000000    1537315906.000000000    1979460855.000000000
## 585  1190000000000.000000000 1560000000000.000000000 1760000000000.000000000
## 586   123000000000.000000000  122000000000.000000000  137000000000.000000000
## 587      177200000.000000000     231000000.000000000     222800000.000000000
## 588     9775347723.000000000   10110135925.000000000   10563168918.000000000
## 589              5.946139000             5.396901505             5.785222834
## 590             45.984905770            36.296752030            37.921906060
## 591     6124409681.000000000    5999757258.000000000    6207675581.000000000
## 592   114000000000.000000000  122000000000.000000000  154000000000.000000000
## 593    38539421542.000000000   51287138632.000000000   56592679289.000000000
## 594              8.331248772             8.263327853             7.416966536
## 595              6.232377900             0.572164858             3.035227531
## 596              1.101965996             1.093187078             1.085594087
## 597          60177.000000000         94656.000000000        230618.000000000
## 598                       NA                      NA                      NA
## 599              3.000000000             3.000000000             3.000000000
## 600            388.880000000           398.920000000           413.180000000
## 601              2.800000000             3.000000000             3.000000000
## 602           1025.000000000           910.000000000           910.000000000
## 603                       NA                      NA                      NA
## 604                       NA                      NA                      NA
## 605                       NA                      NA                      NA
## 606             21.166721620            23.790428620            24.231297500
## 607             14.898355770            13.056688610            13.890901470
## 608              0.302199990                      NA                      NA
## 609                       NA                      NA                      NA
## 610     2936928714.000000000    3630830966.000000000    4306561132.000000000
## 611                       NA                      NA           198.199996900
## 612         964802.000000000       1004278.000000000       1045369.000000000
## 613                       NA             2.750000000                      NA
## 614          21600.000380000         22030.000690000         22200.000760000
## 615           3274.631000000          3369.973000000          3670.667000000
## 616              0.000000000             0.000000000             0.000000000
## 617             10.100000000            11.200000000            12.200000000
## 618             12.529370430            12.489172060            12.395944180
## 619        9430000.305000000      10100000.380000001       9457553.864000000
## 620      -18738000.000000000      23989000.000000000      -5892000.000000000
## 621     1426265000.000000000    1426053000.000000000    1458676000.000000000
## 622                       NA                      NA                      NA
## 623         469999.998800000        889999.985700000        660000.026200000
## 624                       NA                      NA                      NA
## 625     1781085600.000000000    2150146621.000000000    2176237169.000000000
## 626      -87741711.629999995     -94022157.120000005     -91954196.099999994
## 627      869659268.500000000     782153901.100000024     895809073.200000048
## 628         143350.000000000        143350.000000000        143350.000000000
## 629          41260.000000000         41266.000000000         41210.000000000
## 630                       NA                      NA                      NA
## 631             31.000000000            29.000000000            29.000000000
## 632                       NA                      NA                      NA
## 633                       NA                      NA                      NA
## 634                       NA                      NA                      NA
## 635              5.352093011             5.760641242             6.230101336
## 636             20.993441060            19.390285370            19.320512650
## 637    46138389000.000000000   49263814000.000000000   51271770000.000000000
## 638                       NA            14.440000000                      NA
## 639   874000000000.000000000 1040000000000.000000000 1190000000000.000000000
## 640                       NA                      NA                      NA
## 641          21500.000000000         21500.000000000         21500.000000000
## 642             47.087378640            44.545454550            43.460764590
## 643             25.527194880            26.782466830            28.037738780
## 644           -123.970480400          -180.415121600          -147.961630300
## 645            140.127932100           140.240176100           128.072539200
## 646              0.000000000             0.000000000             0.000000000
## 647             10.559474750             9.175951982            10.255265400
## 648                       NA                      NA                      NA
## 649                       NA                      NA                      NA
## 650                       NA                      NA                      NA
## 651      219056329.699999988     214000669.699999988     203821103.300000012
## 652       47209999.079999998      49400001.530000001      40630001.070000000
## 653          29999.999330000         39999.999110000         50000.000750000
## 654     3331808782.000000000    4010460830.000000000    4632396812.000000000
## 655       57811080.570000000      98366707.230000004     231265406.599999994
## 656       53272708.439999998      52063277.829999998      77999239.890000001
## 657             85.069999690            88.879997250            93.150001530
## 658                       NA                      NA                      NA
## 659              2.070000000                      NA             2.120000000
## 660                       NA                      NA                      NA
## 661             50.000000000            40.000000000            50.000000000
## 662              3.000000000             3.000000000             3.000000000
## 663       39100000.000000000     107300000.000000000     970700000.000000000
## 664              7.000000000             7.000000000             7.000000000
## 665                       NA                      NA                      NA
## 666                       NA                      NA                      NA
## 667                       NA                      NA                      NA
## 668   186000000000.000000000  217000000000.000000000  243000000000.000000000
## 669     1063759000.000000000    1324195000.000000000    2908351000.000000000
## 670             -1.373379618            -0.877136702            -0.543385074
## 671                       NA            29.560000000                      NA
## 672              9.589222667            18.670188560            14.856498250
## 673                       NA                      NA                      NA
## 674                       NA                      NA            98.135220230
## 675                       NA                      NA                      NA
## 676             99.993081710            99.994809910            99.993338080
## 677             30.337832080            32.018992590            62.282719270
## 678            377.985627500           390.827484900           374.307314500
## 679             34.320448880            31.557846510            30.264639640
## 680             10.412654180             8.997359510            10.028865440
## 681                       NA       3230000.019000000       3066632.509000000
## 682        -490000.000000000       -516000.000000000       -497000.000000000
## 683        2950000.048000000       6050000.191000000       2690000.057000000
## 684     3507426942.000000000    3528236478.000000000    3493123048.000000000
## 685                       NA                      NA                      NA
## 686         239999.994600000        219999.998800000         70000.000300000
## 687                       NA                      NA                      NA
## 688      209553963.199999988     287711486.500000000     247652985.500000000
## 689             -0.797465993             1.337751414             2.660706191
## 690              9.627177654             7.627863336             8.387897332
## 691                       NA                      NA                      NA
## 692     5427148899.000000000    5441430869.000000000    5691392321.000000000
## 693            -10.438842950            -2.114313196            20.192961490
## 694             78.556010310            84.676897040            82.982980000
## 695     1599079639.000000000    1768469252.000000000    1713761119.000000000
## 696              6.320000000                      NA             5.000000000
## 697         917939.000000000        901116.117900000        776864.121600000
## 698              3.700000000             3.900000000             3.900000000
## 699              3.000000000             3.000000000             3.000000000
## 700       39100000.000000000     107300000.000000000     970700000.000000000
## 701             31.000000000            29.000000000            29.000000000
## 702                       NA                      NA                      NA
## 703                       NA                      NA                      NA
## 704                       NA                      NA                      NA
## 705              4.615617359             4.950054843             5.318375458
## 706    33544450000.000000000   35145784000.000000000   40905969000.000000000
## 707              1.903550966             1.517172468            -0.516168021
## 708             54.589987790            46.424644350            48.754349650
## 709              8.315792696             8.325019303            12.869707080
## 710                       NA             7.350000000             7.600000000
## 711          28230.000000000         30950.000000000         34500.000000000
## 712              8.495145631             7.727272727             7.444668008
## 713           5670.000000000          5930.000000000          6000.000000000
## 714             23.788081900            21.437846150            13.873483330
## 715             12.596904160            12.986830990            15.191581270
## 716             68.599998470            67.260002140            74.965972900
## 717      188073284.199999988     197296421.500000000     223178897.300000012
## 718                       NA                      NA                      NA
## 719                       NA                      NA                      NA
## 720                       NA                      NA                      NA
## 721             23.488307440            17.611193800            17.432973470
## 722                       NA        300000.011900000        140000.000600000
## 723       27940000.530000001      40380001.070000000      40150001.530000001
## 724     4139507778.000000000    4778077721.000000000    5446411442.000000000
## 725      122510000.000000000     146070000.000000000     141620000.000000000
## 726              0.000000000             0.000000000             0.000000000
## 727             82.750000000            89.230003360            97.120002750
## 728              1.060341821             1.176142309             1.450994070
## 729                       NA                      NA                      NA
## 730              0.103348670             0.212310700             0.441899995
## 731              3.932306774             3.236040398             3.306873713
## 732              1.923676503             2.257200137             2.501863495
## 733             11.130000000            11.080000000            10.900000000
## 734             14.250000000            13.700000000            13.780000000
## 735      378000000.000000000     415000000.000000000     379000000.000000000
## 736             49.222626550            48.680573580            47.962263370
## 737              1.447963052             1.515882053             1.593975934
## 738              4.428444543             4.490641433             4.542669954
## 739             60.055070510            60.774457810            61.614820210
## 740                       NA            16.700000000                      NA
## 741              6.815000000             6.740000000             6.672000000
## 742                       NA                      NA                      NA
## 743                       NA                      NA                      NA
## 744                       NA                      NA                      NA
## 745             85.520000000            85.340000000            85.200000000
## 746                       NA                      NA                      NA
## 747                       NA                      NA                      NA
## 748              8.310000420             8.670000076             9.130000114
## 749              0.310000002             0.319999993             0.340000004
## 750              2.650000000                      NA                      NA
## 751             32.800000000                      NA                      NA
## 752             56.203887940            58.379669190            56.075431820
## 753                       NA                      NA                      NA
## 754                       NA            11.200000000                      NA
## 755              1.200000000             1.100000000             1.100000000
## 756             48.236029900            49.667726680            51.091722590
## 757                       NA           209.000000000                      NA
## 758                       NA                      NA                      NA
## 759           1400.000000000          1400.000000000          1500.000000000
## 760             35.500000000            38.000000000            40.500000000
## 761                       NA             8.500000000                      NA
## 762             49.375000000            49.375000000            49.375000000
## 763                       NA                      NA                      NA
## 764                       NA             2.236969948                      NA
## 765                       NA                      NA            86.218710000
## 766        2675217.000000000       2830263.000000000       3014587.000000000
## 767             10.000000000            10.000000000            10.000000000
## 768             14.144150000            12.121710000            11.913400000
## 769                       NA                      NA                      NA
## 770                       NA                      NA            99.758132930
## 771                       NA            59.627250670                      NA
## 772             28.686774110                      NA                      NA
## 773             43.485383300                      NA                      NA
## 774     9117000000.000000000    7549400000.000000000   12291400000.000000000
## 775              4.416636911             3.158114723             4.891219101
## 776            730.042690000           754.241340200           790.988149600
## 777  1080000000000.000000000 1440000000000.000000000 1620000000000.000000000
## 778            568.240564700           761.799948400           769.568226700
## 779              0.000000000             0.000000000             0.000000000
## 780                       NA             0.824103255             0.845220195
## 781                       NA                      NA                      NA
## 782             28.257797350            -4.684334163             3.041987450
## 783     4713315600.000000000    4679197261.000000000    4769685580.000000000
## 784             81.602893060           100.000000000           108.141332500
## 785   937000000000.000000000 1320000000000.000000000 1460000000000.000000000
## 786             67.243750000            70.493750000            70.837500000
## 787              4.000000000             4.000000000             4.000000000
## 788                       NA            15.000000000            13.000000000
## 789             34.000000000            34.000000000            34.000000000
## 790              6.000000000             6.000000000             6.000000000
## 791                       NA                      NA                      NA
## 792                       NA                      NA                      NA
## 793                       NA                      NA                      NA
## 794    51560948000.000000000   59472349000.000000000   65965530000.000000000
## 795      915461000.000000000     292395000.000000000     861574000.000000000
## 796    12135582000.000000000    2294900000.000000000  -18630284000.000000000
## 797                       NA                      NA                      NA
## 798              6.234454209             3.692344725            -1.072164787
## 799                       NA                      NA          7343.688983000
## 800             21.300055740            21.708430140            22.186342790
## 801                       NA                      NA                      NA
## 802             15.904306970            17.063350040            18.222393110
## 803             70.573943970            64.807173080            61.177783330
## 804             87.290000000            86.950000000            84.700000000
## 805             64.300000000            65.400000000            66.700000000
## 806              4.758767457             3.456541239             3.520963184
## 807                       NA                      NA                      NA
## 808       -2126668.400000000      15197245.400000000        168791.300000000
## 809     1426265000.000000000    1426053000.000000000    1458676000.000000000
## 810                       NA                      NA                      NA
## 811                       NA                      NA                      NA
## 812       23559999.469999999      28450000.760000002      43599998.469999999
## 813              5.936927415             4.707137938             3.597265739
## 814                       NA                      NA                      NA
## 815                       NA                      NA                      NA
## 816                       NA                      NA                      NA
## 817             28.782699690            28.786885250            28.747820020
## 818                       NA                      NA                      NA
## 819              3.000000000             3.500000000             3.500000000
## 820                       NA          1379.000000000          1490.000000000
## 821             31.700000000            31.500000000            31.500000000
## 822             46.600000000            37.400000000            33.000000000
## 823                       NA                      NA                      NA
## 824                       NA                      NA                      NA
## 825                       NA                      NA                      NA
## 826    19379810000.000000000   27133034000.000000000   23751004000.000000000
## 827    89681363000.000000000  100000000000.000000000  114000000000.000000000
## 828   404000000000.000000000                      NA                      NA
## 829             11.188024880            10.627388540             8.791581518
## 830   803000000000.000000000  912000000000.000000000 1040000000000.000000000
## 831                       NA                      NA                      NA
## 832              3.571593702             3.713878294             3.873292092
## 833             14.563106800            15.000000000            13.883299800
## 834                       NA                      NA                      NA
## 835              0.079340260             0.084223994             0.088733217
## 836              7.136335952             7.130624245             7.808075064
## 837              5.850000000             5.860000000             5.390000000
## 838             12.799968550            11.374779360            11.044619370
## 839        3339999.914000000       3049999.952000000       4257996.082000000
## 840      -21858290.000000000      20131892.800000001     -15397844.500000000
## 841                       NA                      NA                      NA
## 842                       NA                      NA                      NA
## 843       81209999.079999998      67330001.829999998      47540000.920000002
## 844        1129999.995000000        430000.007200000        490000.009500000
## 845       87741711.629999995      94022157.120000005      91954196.099999994
## 846     4086235070.000000000    4726014443.000000000    5368412203.000000000
## 847             32.296734860            35.659681850            37.998183910
## 848                       NA                      NA                      NA
## 849              0.080701266             0.079977900             0.078475951
## 850     1570403638.000000000    1776266238.000000000    1790806314.000000000
## 851              1.800000000                      NA             1.870000000
## 852                       NA                      NA                      NA
## 853              3.500000000             3.500000000             3.500000000
## 854              3.500000000             3.500000000             3.500000000
## 855                       NA                      NA                      NA
## 856             31.000000000            29.000000000            29.000000000
## 857                       NA                      NA                      NA
## 858                       NA                      NA                      NA
## 859                       NA                      NA                      NA
## 860     1384186000.000000000    1861206000.000000000    1996743000.000000000
## 861    35218933000.000000000   36575544000.000000000   43390806000.000000000
## 862              3.868158511             3.159510750             2.915854023
## 863                       NA            32.540000000                      NA
## 864             73.242160620            66.489451330            67.717978110
## 865              5.100000000             7.350000000             8.540000000
## 866          49730.000000000         52450.000000000         56000.000000000
## 867                       NA                      NA                      NA
## 868              0.000000000                      NA                      NA
## 869            343.365281200           343.365281200          4333.652812000
## 870             83.312270260            82.474746540            79.425968890
## 871              0.093516209             0.057273769             0.534909910
## 872              1.166347889             0.910109447             1.021188669
## 873                       NA                      NA                      NA
## 874                       NA                      NA                      NA
## 875                       NA                      NA                      NA
## 876     3507426942.000000000    3528236478.000000000    3493123048.000000000
## 877         560000.002400000       1620000.005000000       1279999.971000000
## 878       41950000.759999998      40419998.170000002      64779998.780000001
## 879     3464092682.000000000    4216894010.000000000    4792506200.000000000
## 880              8.616367891            11.392012580            25.011799600
## 881       32360885.520000000      39162790.859999999      50325791.469999999
## 882         147180.000000000        147180.000000000        147180.000000000
## 883                       NA                      NA                      NA
## 884              3.009638952             2.510981383             2.378732795
## 885              1.947150458             2.134174156             2.162516746
## 886             20.204931230            18.625299510            23.981293550
## 887              0.356951035             0.893990550             0.189840174
## 888             11.300000000            11.290000000            11.170000000
## 889             14.620000000            14.150000000            14.310000000
## 890             24.052967890            22.282655230            19.651721890
## 891                       NA            40.400000000                      NA
## 892              0.847600903             0.847197663             0.845189179
## 893              3.497172076             3.546759735             3.616442480
## 894        7618964.000000000       7530862.000000000       7405183.000000000
## 895             10.760380290            10.538480590            10.268468590
## 896                       NA            43.200000000                      NA
## 897                       NA                      NA                      NA
## 898                       NA                      NA                      NA
## 899                       NA                      NA                      NA
## 900                       NA                      NA                      NA
## 901                       NA                      NA                      NA
## 902                       NA                      NA                      NA
## 903             28.149999620            28.930000310            29.969999310
## 904              1.649999976             1.669999957             1.710000038
## 905              8.280000000                      NA                      NA
## 906             40.000000000                      NA                      NA
## 907             16.851505600            20.247393060            19.250736300
## 908                       NA                      NA                      NA
## 909                       NA             2.200000000                      NA
## 910              3.100000000             3.100000000             3.000000000
## 911                       NA            28.200000000                      NA
## 912                       NA                      NA                      NA
## 913                       NA                      NA             1.598000000
## 914              0.100000000             0.100000000             0.100000000
## 915              0.200000000             0.200000000             0.200000000
## 916                       NA            36.000000000                      NA
## 917                       NA                      NA                      NA
## 918             88.055297850            86.254058840            87.778953550
## 919                       NA             7.303639889                      NA
## 920             66.609703060            70.279953000                      NA
## 921             48.967170000            49.643370000            50.346600000
## 922             66.284606930            67.271049500            74.789192200
## 923             14.068340000            11.974020000            11.867270000
## 924                       NA                      NA                      NA
## 925                       NA                      NA           104.314056400
## 926                       NA                      NA                      NA
## 927             18.245541270                      NA                      NA
## 928                       NA                      NA                      NA
## 929                       NA                      NA                      NA
## 930  1520000000000.000000000 1570000000000.000000000 1640000000000.000000000
## 931              4.313246946             3.314689740             4.872022710
## 932    17879868977.000000000   18561742448.000000000   19480713938.000000000
## 933            698.682403500           741.153687000           776.127530300
## 934      777800000.000000000    1122000000.000000000    1085000000.000000000
## 935                       NA            43.324126530            41.871855850
## 936           1434.787066000          1473.148072000          1503.366340000
## 937      582876388.700000048     775044568.500000000     768790414.100000024
## 938              3.960006692             4.288050483             4.123279225
## 939             63.618533230            63.541402370            65.608188230
## 940              6.729447408             5.272071044             4.697431937
## 941             12.330000000            12.350000000            12.200000000
## 942      528000000.000000000     420000000.000000000     562000000.000000000
## 943                       NA                      NA                      NA
## 944             70.360722020            69.367987150            68.058218320
## 945              2.496846941             2.560449584             2.664606710
## 946              8.217823942             8.171973776             8.222950213
## 947             37.708242930            37.642885000            37.518150410
## 948             69.013000000            69.440000000            69.843000000
## 949              2.153069422                      NA                      NA
## 950                       NA                      NA                      NA
## 951       14315596.000000000      14430284.000000000      14531214.000000000
## 952                       NA                      NA                      NA
## 953                       NA                      NA                      NA
## 954             13.100000380            13.609999660            14.090000150
## 955             64.629997250            63.549999240            62.290000920
## 956                       NA                      NA                      NA
## 957                       NA                      NA                      NA
## 958                       NA                      NA                      NA
## 959             12.100000000                      NA                      NA
## 960             29.982807160            34.682266240            34.330070500
## 961            311.000000000           302.000000000           293.000000000
## 962                       NA            41.000000000                      NA
## 963             44.036478920            40.754955970            37.473433020
## 964             39.989526710            43.302880910            46.694788270
## 965                       NA            24.200000000                      NA
## 966           2100.000000000          1800.000000000          1600.000000000
## 967             21.200000000            22.200000000            22.700000000
## 968             36.819610830                      NA                      NA
## 969                       NA             0.500000000                      NA
## 970             55.701240000            54.507370000            54.241890000
## 971                       NA             0.599219978                      NA
## 972             75.644432070            79.941902160                      NA
## 973                       NA                      NA                      NA
## 974                       NA            26.599950790                      NA
## 975             39.625228880            42.247749330            42.243568420
## 976                       NA            28.096500000            26.021620000
## 977        4900665.000000000       4951956.000000000       4782885.000000000
## 978              2.000000000             2.000000000             2.000000000
## 979              4.371793941                      NA                      NA
## 980                       NA                      NA                      NA
## 981   283000000000.000000000  308000000000.000000000  423000000000.000000000
## 982            735.742576700           758.191917700           796.810772900
## 983              1.472314254             1.113986794             0.961086179
## 984  1190000000000.000000000 1560000000000.000000000 1760000000000.000000000
## 985             34.952328000            26.722611000            31.318537000
## 986              0.003601970             0.003515370             0.002641870
## 987   553000000000.000000000  747000000000.000000000  844000000000.000000000
## 988    80873898754.000000000   84149722200.000000000   92647229400.000000000
## 989            -26.819833430           -20.684483620           -20.421323480
## 990    58876057458.000000000   59685861258.000000000   72373764500.000000000
## 991     1533460341.000000000    1684084657.000000000    1899085037.000000000
## 992              5.722412914             0.467978432             3.233958869
## 993              1.563666433             1.540651621             1.431832398
## 994              0.888454303             1.294320301             2.334270500
## 995                       NA         46000.000000000           600.000000000
## 996              0.182407281             0.220491203             0.226370068
## 997             20.058457350            19.597213670            22.663257510
## 998             19.716598780            20.932078370            20.305660100
## 999             16.580000000            17.940000000            17.290000000
## 1000            12.290000000            12.380000000            12.130000000
## 1001                      NA            27.500000000                      NA
## 1002      13716597.000000000      13877399.000000000      14044548.000000000
## 1003       1353906.000000000       1390025.000000000       1416282.000000000
## 1004             5.256609930             5.302376908             5.329285072
## 1005            10.869292140            11.081161530            11.314903120
## 1006                      NA            28.200000000                      NA
## 1007           156.955000000           151.983000000           147.011000000
## 1008                      NA                      NA                      NA
## 1009                      NA                      NA                      NA
## 1010                      NA                      NA                      NA
## 1011            75.192001340            75.011001590            74.990997310
## 1012                      NA                      NA                      NA
## 1013                      NA                      NA                      NA
## 1014            91.389997480            91.009998320            90.530000690
## 1015            72.753997800            71.806999210            70.844001770
## 1016            35.700000000                      NA                      NA
## 1017             8.300000000                      NA                      NA
## 1018             4.805063720             4.873637200             4.691861150
## 1019             2.090612799                      NA                      NA
## 1020                      NA                      NA                      NA
## 1021             1.300000000             1.300000000             1.400000000
## 1022                      NA                      NA                      NA
## 1023            59.500000000                      NA                      NA
## 1024            82.000000000            92.000000000            90.000000000
## 1025            27.548416620            27.793628750            28.038840880
## 1026             2.900000000             2.800000000             2.700000000
## 1027            36.600000000            36.200000000            35.900000000
## 1028                      NA            45.500000000                      NA
## 1029            14.339900020            14.450160030                      NA
## 1030                      NA                      NA                      NA
## 1031                      NA                      NA                      NA
## 1032             7.000000000             7.000000000             7.000000000
## 1033                      NA                      NA                      NA
## 1034                      NA                      NA            54.608058930
## 1035           159.910290000           172.852810000           161.998800000
## 1036            81.548728940            83.696929930            84.655311580
## 1037                      NA            84.757148740                      NA
## 1038            46.513584250                      NA                      NA
## 1039            24.312655170            25.743326190            25.783466340
## 1040            37.464125350            29.373985570            34.315466600
## 1041 1200000000000.000000000 1570000000000.000000000 1770000000000.000000000
## 1042             0.000000000             0.000000000             0.000000000
## 1043        333600.000000000         50385.231810000   16515611357.000000000
## 1044   15350000000.000000000   20600000000.000000000   20770000000.000000000
## 1045     133200000.000000000     154900000.000000000     187600000.000000000
## 1046            14.200762260            13.393468070            13.977161810
## 1047  460000000000.000000000  480000000000.000000000  506000000000.000000000
## 1048    5825346141.000000000    6146526706.000000000    6331146622.000000000
## 1049            17.708551660            19.363798620            20.135551460
## 1050             5.692466928             1.892808046             2.839580963
## 1051  113000000000.000000000  128000000000.000000000  129000000000.000000000
## 1052             7.930000000             9.000000000            11.149300000
## 1053         45990.000000000         44126.000000000         34745.000000000
## 1054             2.800000000             2.900000000             3.000000000
## 1055                      NA          2204.000000000          2471.000000000
## 1056           119.000000000           119.000000000           119.000000000
## 1057            46.600000000            37.400000000            33.000000000
## 1058                      NA                      NA                      NA
## 1059            74.000000000            70.000000000            70.000000000
## 1060                      NA                      NA                      NA
## 1061            10.391730750            12.485117830             9.760098295
## 1062            41.471210930            39.632079210            40.032974940
## 1063            33.862521230                      NA                      NA
## 1064                      NA                      NA                      NA
## 1065  242000000000.000000000  338000000000.000000000  394000000000.000000000
## 1066                      NA                      NA                      NA
## 1067             0.910000000                      NA             1.090000000
## 1068             0.000000000             0.000000000             0.201207243
## 1069           470.000000000           480.000000000           450.000000000
## 1070             0.063678269             0.069002432             0.076065827
## 1071            13.067170170            13.505459460            15.765661870
## 1072            63.180698390            61.718452450            70.608314510
## 1073            28.406474490            27.710288490            28.511446820
## 1074                      NA                      NA                      NA
## 1075                      NA                      NA                      NA
## 1076                      NA                      NA                      NA
## 1077                      NA                      NA                      NA
## 1078      20780000.690000001      20969999.309999999      20770000.460000001
## 1079      11840000.150000000      11850000.380000001      15390000.340000000
## 1080             0.548294666             0.435815132             0.423691401
## 1081     185117147.699999988     189545545.800000012     201593721.000000000
## 1082            46.193697400            40.925423860            46.098781430
## 1083       7770976.000000000       8615383.000000000       9457722.000000000
## 1084            15.207534010            15.086850370            14.775026160
## 1085     891323520.000000000     928133627.000000000     890643369.000000000
## 1086             0.000045200             0.000005180             0.012744540
## 1087            63.618533230            63.541402370            65.608188230
## 1088           105.961788000           124.940766500           123.864934900
## 1089            99.370000000            99.370000000            99.370000000
## 1090      34000000.000000000      32000000.000000000      28000000.000000000
## 1091                      NA            44.000000000                      NA
## 1092             0.828511929             0.863411923             0.897222721
## 1093             3.738554413             3.784250789             3.841273883
## 1094            57.300048660            57.208784590            57.206681820
## 1095            11.633559230            11.554441530            11.500499200
## 1096                      NA            49.700000000                      NA
## 1097                      NA                      NA      -2040239.000000000
## 1098                      NA                      NA                      NA
## 1099                      NA                      NA                      NA
## 1100                      NA                      NA                      NA
## 1101                      NA                      NA                      NA
## 1102                      NA                      NA                      NA
## 1103            18.299999240            18.670000080            19.159999850
## 1104             0.990000010             0.990000010             1.000000000
## 1105             5.190000000                      NA                      NA
## 1106            10.900000000                      NA                      NA
## 1107            53.062032530            59.344090030            63.091475620
## 1108                      NA                      NA                      NA
## 1109                      NA             3.700000000                      NA
## 1110            26.575309770            28.622410740            30.717259430
## 1111                      NA            29.600000000                      NA
## 1112                      NA                      NA                      NA
## 1113                      NA                      NA             0.515900000
## 1114             0.100000000             0.100000000             0.100000000
## 1115            45.900000000            43.600000000            41.500000000
## 1116          2899.000000000          2699.000000000          2513.000000000
## 1117                      NA                      NA                      NA
## 1118            87.724647520            86.867973330            86.134651180
## 1119                      NA             4.563119888                      NA
## 1120            61.813240050            63.856231690            76.231491090
## 1121            39.852510000            36.929240000            37.108580000
## 1122            66.945556640            67.228042600            72.510566710
## 1123            72.446952820            79.851371770            92.314300540
## 1124                      NA                      NA                      NA
## 1125                      NA            27.598609920                      NA
## 1126             1.076169968             1.081580043             1.087910056
## 1127             0.464775747                      NA                      NA
## 1128                      NA                      NA                      NA
## 1129    1467183643.000000000    1703933395.000000000    1727421573.000000000
## 1130   58929298074.000000000   62039055112.000000000   68091085867.000000000
## 1131         55811.004250000         57660.965880000         60470.221230000
## 1132 1380000000000.000000000 1440000000000.000000000 1510000000000.000000000
## 1133             5.858148348             6.078768167             4.718838188
## 1134             4.823736500             5.163662400             4.962564800
## 1135             8.226993094             8.383786534             8.598613879
## 1136     951540195.299999952    1164320108.000000000    1255573073.000000000
## 1137            36.402369600            28.490617830            29.171614770
## 1138  377000000000.000000000  374000000000.000000000  381000000000.000000000
## 1139 1510000000000.000000000 1880000000000.000000000 2100000000000.000000000
## 1140   18104787621.000000000   18208376853.000000000   18761042520.000000000
## 1141        157753.000000000        157750.000000000        157750.000000000
## 1142             3.115875298             3.126863359             3.081618352
## 1143         50000.000000000         50000.000000000         50000.000000000
## 1144             0.088683512             0.102808903             0.046959312
## 1145            72.045673730            66.880629120            66.811667030
## 1146            16.499871190            17.179532490            15.840480950
## 1147            12.020000000            12.270000000            12.080000000
## 1148            12.220000000            12.170000000            12.050000000
## 1149        603000.000000000        736000.000000000        803000.000000000
## 1150            50.777373450            51.319426420            52.037736630
## 1151             5.012014121             5.140393074             5.247595118
## 1152             5.178425178             5.173368735             5.131996231
## 1153            10.807777320            11.112989150            11.557009200
## 1154                      NA            10.100000000                      NA
## 1155           197.423000000           192.829000000           188.236000000
## 1156             1.820000052             2.029999971             2.329999924
## 1157                      NA                      NA                      NA
## 1158            83.180000310            83.142997740            83.151000980
## 1159            82.320000000            82.450000000            82.720000000
## 1160                      NA                      NA                      NA
## 1161                      NA                      NA                      NA
## 1162            70.200000760            69.400001530            68.330001830
## 1163                      NA                      NA                      NA
## 1164                      NA             5.583695699             5.384293204
## 1165             8.200000000                      NA                      NA
## 1166             5.435431660             6.205563430             6.014333470
## 1167                      NA                      NA                      NA
## 1168                      NA            10.000000000                      NA
## 1169                      NA             1.500000000                      NA
## 1170            42.861687470            44.450868920            46.040050370
## 1171            75.300000000            76.600000000            69.000000000
## 1172            86.000000000            88.000000000            86.000000000
## 1173            37.875364500            37.862450420            37.849536340
## 1174             5.500000000             5.400000000             5.300000000
## 1175            47.500000000            46.700000000            46.000000000
## 1176                      NA            59.500000000                      NA
## 1177            11.291640280            11.615790370                      NA
## 1178                      NA                      NA                      NA
## 1179                      NA                      NA            86.488120000
## 1180       2694256.000000000       2850361.000000000       3035958.000000000
## 1181                      NA                      NA                      NA
## 1182                      NA                      NA            55.261768340
## 1183           165.942580000           180.272290000           167.252340000
## 1184             5.000000000             5.000000000             5.000000000
## 1185                      NA            48.837589260                      NA
## 1186            39.846871960                      NA                      NA
## 1187             5.954941676                      NA                      NA
## 1188            37.750483390            29.516207680            34.555338150
## 1189 1200000000000.000000000 1570000000000.000000000 1770000000000.000000000
## 1190           592.401207100           797.813947300           804.141607300
## 1191                      NA                      NA                      NA
## 1192   18873652393.000000000   20041699905.000000000   20947030094.000000000
## 1193             0.826168150             0.712940020             0.858429960
## 1194                      NA             6.678867176             6.850007423
## 1195            33.179378490            30.805479660            30.076056960
## 1196  434000000000.000000000  444000000000.000000000  513000000000.000000000
## 1197            20.000000000            20.000000000            20.000000000
## 1198             3.500000000             3.000000000             3.000000000
## 1199                      NA            21.000000000             3.000000000
## 1200                      NA                      NA                      NA
## 1201                      NA                      NA                      NA
## 1202                      NA                      NA                      NA
## 1203             0.000000000             0.000000000             0.000000000
## 1204                      NA                      NA                      NA
## 1205            15.639942780            17.050015150            17.997028750
## 1206  178000000000.000000000  204000000000.000000000  244000000000.000000000
## 1207                      NA            25.310000000                      NA
## 1208                      NA                      NA                      NA
## 1209             6.010522144             6.744538210             7.608926343
## 1210                      NA                      NA             4.791675076
## 1211            58.099998470                      NA                      NA
## 1212                      NA                      NA                      NA
## 1213                      NA                      NA                      NA
## 1214          4639.999866000          5199.999809000          6000.000000000
## 1215             0.000000000             0.000000000             0.000000000
## 1216            78.553029350            81.373847700            77.327603310
## 1217     767349975.600000024     749320007.299999952     769500000.000000000
## 1218       3789999.962000000       7530000.210000000       6016200.066000000
## 1219     -32443000.000000000       4036000.000000000      30667000.000000000
## 1220                      NA                      NA                      NA
## 1221      51290000.920000002      63799999.240000002      64860000.609999999
## 1222                      NA                      NA                      NA
## 1223                      NA                      NA                      NA
## 1224                      NA                      NA                      NA
## 1225    -175131659.699999988     278652109.899999976      56376389.329999998
## 1226    5009190071.000000000    5665081713.000000000    5949484818.000000000
## 1227                      NA                      NA          1500.000000000
## 1228            25.086697250            35.809867300            26.694995280
## 1229       9195562.000000000      13354477.000000000      16608622.000000000
## 1230            73.333330000            70.000000000            70.000000000
## 1231             4.000000000             4.000000000             4.000000000
## 1232                      NA                      NA                      NA
## 1233           338.000000000           326.000000000           326.000000000
## 1234                      NA                      NA                      NA
## 1235                      NA                      NA                      NA
## 1236          9750.000000000         10000.000000000         10456.000000000
## 1237  104000000000.000000000  116000000000.000000000  136000000000.000000000
## 1238  160000000000.000000000  181000000000.000000000  212000000000.000000000
## 1239            26.110698380            28.332459160            25.728455620
## 1240                      NA            18.970000000                      NA
## 1241             9.326504107             9.227075461             9.459809804
## 1242            10.734219770            14.870156060            11.849601440
## 1243                      NA                      NA             0.310621137
## 1244                      NA                      NA                      NA
## 1245           100.000000000           100.000000000           100.000000000
## 1246         18540.000000000         18890.000000000         19280.000000000
## 1247             0.000000000             0.000000000             0.000000000
## 1248             0.000000000             0.000000000             0.000000000
## 1249             1.121013298             0.871122082             0.951160842
## 1250     751760009.799999952     688299987.799999952     724809997.600000024
## 1251                      NA                      NA                      NA
## 1252                      NA                      NA                      NA
## 1253             2.031488174             2.268736015             2.557869826
## 1254                      NA                      NA          9999.999776000
## 1255      -3160000.086000000      -3349999.905000000      -2079999.924000000
## 1256                      NA                      NA                      NA
## 1257             0.058559427             0.191064722             0.133675331
## 1258      93466889.049999997     147390686.300000012     125753403.799999997
## 1259     116087074.099999994     140320800.199999988     121899581.700000003
## 1260         59620.300000000         59620.300000000         59620.300000000
## 1261                      NA                      NA                      NA
## 1262             1.742816234             1.917663845             3.696046942
## 1263            47.531221770            42.040958000            46.855079940
## 1264    5133000000.000000000    5774000000.000000000    6066000000.000000000
## 1265            32.320000000            32.320000000            32.320000000
## 1266            24.140000000            24.140000000            24.140000000
## 1267       4529575.000000000       4626212.000000000       4711768.000000000
## 1268                      NA                      NA                      NA
## 1269        663728.000000000        677717.000000000        682850.000000000
## 1270             5.951716741             6.032996529             6.143864509
## 1271            12.497363600            12.315953440            12.021397910
## 1272            67.082759200            67.828787600            68.574816000
## 1273            91.000000000            91.000000000            95.000000000
## 1274                      NA                      NA                      NA
## 1275                      NA                      NA                      NA
## 1276                      NA                      NA                      NA
## 1277            75.771003720            75.231002810            74.716003420
## 1278                      NA                      NA                      NA
## 1279            18.819999690            19.190000530            19.799999240
## 1280                      NA                      NA                      NA
## 1281            72.858001710            72.689002990            72.728996280
## 1282            25.200000000                      NA                      NA
## 1283             7.200000000                      NA                      NA
## 1284            18.128494260            17.892612460            17.519140240
## 1285             6.689960957                      NA                      NA
## 1286             8.700000000             8.900000000             8.900000000
## 1287                      NA             1.600000000                      NA
## 1288            23.220467000            22.878691000            22.583490000
## 1289            43.600000000                      NA                      NA
## 1290            16.000000000            24.000000000            31.000000000
## 1291            91.013634670            90.869687900            90.725818160
## 1292         16079.000000000         15190.000000000         14374.000000000
## 1293             1.940000000                      NA                      NA
## 1294            16.032350540            17.983840940            17.437080380
## 1295                      NA             4.563119888                      NA
## 1296         15214.000000000         19825.000000000         22080.000000000
## 1297                      NA                      NA                      NA
## 1298                      NA            24.088470460                      NA
## 1299                      NA                      NA                      NA
## 1300                      NA                      NA            55.261768340
## 1301           139.332168600           144.259353600           142.151245100
## 1302            82.818641660            84.795989990            88.540817260
## 1303                      NA             0.892340004                      NA
## 1304            40.137612040                      NA                      NA
## 1305            20.395474560            25.254611970            26.004440310
## 1306    6041080160.000000000    6367786051.000000000    7499581840.000000000
## 1307   14614765670.000000000   17130919898.000000000   20688273074.000000000
## 1308   58482287147.000000000   61740123574.000000000   67618420433.000000000
## 1309            79.115609850           100.000000000           107.741150000
## 1310    5263000000.000000000    5246000000.000000000    6415000000.000000000
## 1311     506600000.000000000     715500000.000000000     617800000.000000000
## 1312             3.999589942             4.332110168             5.851914662
## 1313    5480386527.000000000    5727583514.000000000    6030565005.000000000
## 1314  432000000000.000000000  434000000000.000000000  454000000000.000000000
## 1315             9.582536172             7.806134205             8.750291287
## 1316 1060000000000.000000000 1450000000000.000000000 1600000000000.000000000
## 1317                      NA                      NA                      NA
## 1318            73.020763890            69.668064510            73.315718810
## 1319            91.480164180           105.853301400           105.015354700
## 1320             0.889877616             0.499425849             1.660732373
## 1321             2.153031000             1.772304000             1.862421000
## 1322             0.000000000             0.000000000             0.045472600
## 1323        765000.000000000        774000.000000000        862000.000000000
## 1324      13296610.000000000      13163821.000000000      12944612.000000000
## 1325             1.327442951             1.392191721             1.480631488
## 1326             4.298660958             4.398475536             4.510974650
## 1327       8237512.000000000       8433914.000000000       8653523.000000000
## 1328                      NA            40.700000000                      NA
## 1329            22.692000000            22.262000000            21.879000000
## 1330                      NA                      NA                      NA
## 1331                      NA                      NA                      NA
## 1332                      NA                      NA                      NA
## 1333            88.990000000            88.580000000            88.090000000
## 1334                      NA                      NA                      NA
## 1335                      NA                      NA                      NA
## 1336            80.709999080            80.340000150            79.850002290
## 1337            72.807998660            72.271003720            71.846000670
## 1338                      NA                      NA                      NA
## 1339             1.600000000                      NA                      NA
## 1340            17.115090970            18.188194100            19.711099220
## 1341                      NA                      NA                      NA
## 1342                      NA            12.300000000                      NA
## 1343             2.100000000             2.100000000             2.000000000
## 1344            74.912873240            74.944534390            74.976195550
## 1345            79.400000000            81.000000000            73.100000000
## 1346                      NA                      NA             0.300000000
## 1347            29.280039110            29.516203720            29.751592090
## 1348             7.100000000             7.000000000             6.800000000
## 1349            36.100000000            35.700000000            35.400000000
## 1350            33.164983160            33.164983160            33.164983160
## 1351            17.592920300            17.497119900                      NA
## 1352                      NA                      NA                      NA
## 1353                      NA                      NA            85.941960000
## 1354            48.777990000            49.449840000            50.148420000
## 1355                      NA             0.667710006             0.089680001
## 1356            13.992740000            11.828520000            11.821930000
## 1357                      NA            99.143330000            99.713190000
## 1358                      NA                      NA           109.165870700
## 1359                      NA            71.708381650                      NA
## 1360            36.708444530                      NA                      NA
## 1361             5.922944772                      NA                      NA
## 1362     122316732.900000006     104455701.000000000     151708781.900000006
## 1363   19874766522.000000000   20502434450.000000000   21505253440.000000000
## 1364         44155.216370000         57660.965880000         65151.311780000
## 1365   14535459375.000000000   19869929072.000000000   19975684930.000000000
## 1366             6.368768075             6.188773044             4.517232539
## 1367             0.000000000             0.000000000             0.000000000
## 1368                      NA            43.767251160            44.888749460
## 1369   35156285900.000000000                      NA                      NA
## 1370    5973704466.000000000    5693876187.000000000    5867083186.000000000
## 1371  265000000000.000000000  374000000000.000000000  422000000000.000000000
## 1372            88.548599010            92.874173970            90.879366260
## 1373   12571048438.000000000   18268077309.000000000   18009884528.000000000
## 1374             2.740000000                      NA             2.210000000
## 1375                      NA                      NA                      NA
## 1376             2.500000000             2.500000000             3.000000000
## 1377                      NA             8.000000000             4.000000000
## 1378            17.600000000            17.200000000            17.200000000
## 1379             4.000000000             4.000000000             4.000000000
## 1380                      NA                      NA                      NA
## 1381                      NA                      NA                      NA
## 1382                      NA                      NA                      NA
## 1383            27.647716290            27.365877510            27.107488040
## 1384             0.572931634             0.161317286             0.406934532
## 1385             1.017425095             0.147182295            -1.059514594
## 1386                      NA                      NA                      NA
## 1387             8.920463259             8.760927663            13.661179860
## 1388                      NA                      NA                      NA
## 1389        964802.000000000       1004278.000000000       1045369.000000000
## 1390                      NA                      NA                      NA
## 1391          4720.000000000          4960.000000000          5050.000000000
## 1392             0.171767827             0.192299009             0.222311476
## 1393             5.727603102             5.841926857             6.693408633
## 1394            21.600000000            23.200000000            24.600000000
## 1395     754820007.299999952     691320007.299999952     728239990.200000048
## 1396                      NA                      NA                      NA
## 1397      -7024117.540000000      -8341363.800000000       2535268.370000000
## 1398                      NA                      NA                      NA
## 1399                      NA                      NA                      NA
## 1400        289999.991700000        389999.985700000        330000.013100000
## 1401       1509999.990000000       2440000.057000000        959999.978500000
## 1402            51.226500820            44.325233200            37.940670960
## 1403     162266520.599999994     999649342.899999976     717671084.299999952
## 1404    5994936413.000000000    6587556414.000000000    6967193473.000000000
## 1405                      NA                      NA                      NA
## 1406       2180000.000000000       2162700.000000000       2118000.000000000
## 1407    3553826339.000000000    5173926267.000000000    5206663668.000000000
## 1408 1420000000000.000000000 1450000000000.000000000 1490000000000.000000000
## 1409             9.992588705             8.197276933             7.896386254
## 1410             2.200000000                      NA             2.040000000
## 1411                      NA                      NA                      NA
## 1412            64.444444440            63.333333330            66.666666670
## 1413             4.000000000             3.500000000             3.000000000
## 1414                      NA                      NA                      NA
## 1415             7.000000000             7.000000000             7.000000000
## 1416                      NA                      NA                      NA
## 1417                      NA                      NA                      NA
## 1418             0.614890724             0.626332640             0.651082409
## 1419            15.635200880            13.937905610            13.839335850
## 1420             0.491912393             0.523582848             1.020241348
## 1421   56464303000.000000000   71655710000.000000000   73342822000.000000000
## 1422                      NA            26.570000000                      NA
## 1423           100.000000000           109.227075500           119.559749100
## 1424            54.212607180            46.025578610            48.392988770
## 1425                      NA                      NA             1.554158638
## 1426           188.442323000           188.637739800           188.274572700
## 1427           100.000000000           100.000000000           100.000000000
## 1428             0.000000000                      NA                      NA
## 1429             0.454429532             0.492030432             0.593927683
## 1430             0.000000000             0.000000000             0.000000000
## 1431     180763093.500000000     188844616.599999994     207874445.099999994
## 1432     767349975.600000024     749320007.299999952     769500000.000000000
## 1433      15832000.000000000       4756000.000000000     -36728000.000000000
## 1434                      NA                      NA        778348.863100000
## 1435      61000000.000000000      84000000.000000000     113000000.000000000
## 1436                      NA                      NA                      NA
## 1437      22430000.309999999      26090000.149999999      23790000.920000002
## 1438                      NA                      NA                      NA
## 1439    1571531637.000000000    1862435135.000000000    1928584183.000000000
## 1440    -117630255.000000000     756802306.000000000     835426008.700000048
## 1441            18.066597770            19.074206950            12.449675840
## 1442                      NA                      NA                      NA
##                        X2013                   X2014                   X2015
## 1                0.321841426             0.719637873             0.635275667
## 2        879000000.000000000     889000000.000000000     721000000.000000000
## 3               14.072218910            16.441765070            17.439811780
## 4               51.179195600            53.147062560            59.206644190
## 5               15.040000000            10.550000000            12.310000000
## 6               33.615782680            37.300493110            30.265842620
## 7               -0.701929233            -0.487735286            -0.054903027
## 8               57.639514520            56.045948610            54.582853910
## 9                2.133936909             2.129296556             2.165702543
## 10               6.113699745             5.862120437             5.709308860
## 11              34.610449320            33.962883640            33.353413510
## 12              67.449000000            67.792000000            68.114000000
## 13                        NA                      NA            29.500000000
## 14                        NA                      NA                      NA
## 15               3.788000107             4.357999802             4.808000088
## 16              80.746002200            81.190002440            81.572998050
## 17                        NA                      NA                      NA
## 18              18.120000840            18.549999240            18.940000530
## 19              41.819999690            40.950000760            40.250000000
## 20              78.864997860            79.004997250            79.224998470
## 21              57.400001530            56.130001070            55.209999080
## 22                        NA            44.200000000                      NA
## 23                        NA                      NA                      NA
## 24              11.905935290            13.721768380            14.373217580
## 25                        NA                      NA                      NA
## 26                        NA            37.100000000                      NA
## 27              29.822818530            26.906693330            24.007390000
## 28              51.759563880            55.124810640            58.552991930
## 29             150.000000000           170.000000000           170.000000000
## 30             500.000000000           500.000000000           500.000000000
## 31              23.300000000            22.400000000            21.300000000
## 32                        NA                      NA            12.624098360
## 33                        NA                      NA                      NA
## 34              32.124490000            33.053050000            33.318760000
## 35                        NA                      NA                      NA
## 36              80.092826840            80.453727720            83.030448910
## 37              66.351699830            68.105911250            69.436920170
## 38                        NA                      NA                      NA
## 39                        NA                      NA                      NA
## 40              15.103569980            15.396880150            15.447319980
## 41              25.634850000            23.932860000            23.099230000
## 42              89.115890500            90.362342830            89.679992680
## 43                        NA                      NA                      NA
## 44                        NA                      NA                      NA
## 45    -16144443789.000000000  -16212784462.000000000   -5075151934.000000000
## 46           63183.506040000         67531.981650000         69884.267020000
## 47    159000000000.000000000  209000000000.000000000  185000000000.000000000
## 48     22100659154.000000000   23429236486.000000000   24360795411.000000000
## 49               0.004958637             0.004321669             0.003273018
## 50               1.005698700             0.945976140             0.918936850
## 51               4.302539137             6.049451315             5.372742921
## 52      3058016404.000000000    3083443113.000000000    3206283757.000000000
## 53             633.287888700           666.259188100           674.409739000
## 54    578000000000.000000000  692000000000.000000000  758000000000.000000000
## 55      2063913792.000000000    2432029723.000000000    2488355029.000000000
## 56     71339478921.000000000   73510856104.000000000   75409423867.000000000
## 57                        NA                      NA                      NA
## 58                        NA             3.000000000                      NA
## 59             109.295024900           110.566666700            89.635447760
## 60               0.239721725             0.333445492             1.734642570
## 61               0.493806876             0.355923156             0.310033621
## 62              18.427446400            17.935725450            17.913589890
## 63              40.187240000            48.158470000            48.411490000
## 64       436000000.000000000     487000000.000000000     483000000.000000000
## 65                        NA            56.600000000                      NA
## 66               0.646609357             0.659780679             0.659019550
## 67               3.375349682             3.386446228             3.412915493
## 68              60.046395570            60.598284140            61.106030190
## 69              32.178592170            31.218142260            30.325715070
## 70              32.000000000            30.500000000            29.200000000
## 71            8098.000000000          8542.000000000          9051.000000000
## 72                        NA                      NA                      NA
## 73                        NA                      NA                      NA
## 74                        NA                      NA                      NA
## 75                        NA             7.136226177                      NA
## 76                        NA                      NA                      NA
## 77                        NA                      NA                      NA
## 78              68.970001220            67.650001530            66.779998780
## 79                        NA                      NA                      NA
## 80                        NA            35.900000000                      NA
## 81              25.845754100            29.815100060            33.038619940
## 82              82.000000000            82.000000000            82.000000000
## 83              91.000000000            92.000000000            92.000000000
## 84              32.745748660            34.782781880            36.857088540
## 85             248.000000000           231.000000000           236.000000000
## 86                        NA            68.300000000                      NA
## 87               1.300840978             0.625586728             0.557261274
## 88            1200.000000000          1100.000000000          1000.000000000
## 89              41.800000000            39.900000000            38.000000000
## 90            3344.000000000          3368.000000000          4157.000000000
## 91                        NA                      NA                      NA
## 92              87.919227600            87.327293400            89.025627140
## 93                        NA                      NA                      NA
## 94              79.408203130            79.900489810            80.579963680
## 95              22.906670000            23.006870000            22.797320000
## 96                        NA                      NA                      NA
## 97              92.185241700            93.581520080            94.423072810
## 98                        NA                      NA                      NA
## 99                        NA                      NA                      NA
## 100              1.030740023             1.037019968             1.047520041
## 101                       NA                      NA                      NA
## 102                       NA                      NA                      NA
## 103   136000000000.000000000  148000000000.000000000  162000000000.000000000
## 104            860.000000000           880.000000000           890.000000000
## 105           3033.780787000          3217.448510000          3331.871770000
## 106              0.000000000             0.000000000             0.000000000
## 107             32.588299000            35.179327000            34.223916000
## 108              0.000000000             0.000000000             0.000000000
## 109           4301.060072000          4436.245526000          4542.029313000
## 110     1229582668.000000000    1303958165.000000000    1304777736.000000000
## 111  -454000000000.000000000 -575000000000.000000000 -636000000000.000000000
## 112     1096226535.000000000    1303430918.000000000     907105242.500000000
## 113  2010000000000.000000000 2150000000000.000000000 2240000000000.000000000
## 114  1400000000000.000000000 1440000000000.000000000 1480000000000.000000000
## 115      281038425.699999988     328115662.199999988     323797729.600000024
## 116              1.157110359             0.931398963             1.120505840
## 117             45.052395540            44.324217000            45.568115770
## 118              5.505960808             6.874609819             5.156053610
## 119             39.412886710            37.085519850            34.584614800
## 120              7.089611989             6.463589613             5.071881503
## 121             99.550000000            99.550000000            99.550000000
## 122             99.640000000            99.640000000            99.640000000
## 123              1.755783905             1.998957269             2.445982339
## 124                       NA                      NA                      NA
## 125              5.305533796             5.389567670             5.478567182
## 126              5.585967577             5.218618979             4.814984526
## 127             12.370348290            12.201612640            12.021079590
## 128             75.234972600            75.825870200            76.416767800
## 129                       NA                      NA            10.400000000
## 130              2.329999924             2.690999985             2.878999949
## 131              5.736000061             6.420000076             6.870999813
## 132             93.727220860            94.620425930            95.455021060
## 133                       NA                      NA                      NA
## 134                       NA            41.504912730                      NA
## 135              7.679999828             7.940000057             8.119999886
## 136             83.736999510            83.019996640            82.571998600
## 137                       NA                      NA                      NA
## 138                       NA             0.133000000                      NA
## 139                       NA                      NA                      NA
## 140             14.896294480            20.526514350            23.540174930
## 141              1.110858679             1.691435337             1.220851660
## 142             15.400000000            15.300000000            15.400000000
## 143                       NA            44.000000000                      NA
## 144                       NA            55.600000000                      NA
## 145             44.100000000            43.700000000            43.500000000
## 146              0.090000000             0.080000000             0.080000000
## 147             86.040160320            86.642305870            87.241979640
## 148                       NA                      NA            59.849241730
## 149                       NA                      NA             0.760000000
## 150             11.341480000            11.413650000            10.797790000
## 151                       NA                      NA                      NA
## 152         106620.000000000        109705.000000000        111171.000000000
## 153                       NA                      NA                      NA
## 154                       NA                      NA                      NA
## 155                       NA         30866.000000000         49866.000000000
## 156             58.827888490            68.441810610            75.391822810
## 157            151.268112200           148.464706400           148.564315800
## 158             90.904747010            93.613273620            92.709976200
## 159                       NA                      NA                      NA
## 160                       NA                      NA                      NA
## 161             93.084393810            97.554842160           102.405134300
## 162           3053.149940000          3263.276741000          3376.943747000
## 163  1670000000000.000000000 1770000000000.000000000 1860000000000.000000000
## 164  1690000000000.000000000 1790000000000.000000000 1860000000000.000000000
## 165              7.082650999             8.035366199             4.409045432
## 166             36.834185000            39.017310000            39.529731000
## 167             48.755217010            49.564019750            50.539896980
## 168     2924753930.000000000    3143354866.000000000    3206283757.000000000
## 169   558000000000.000000000  613000000000.000000000  643000000000.000000000
## 170              8.897659487            14.915621090             6.980951029
## 171   165000000000.000000000  195000000000.000000000  199000000000.000000000
## 172    20349569227.000000000   20602852630.000000000   22503219015.000000000
## 173   147000000000.000000000  179000000000.000000000  214000000000.000000000
## 174                       NA             2.312500000                      NA
## 175                       NA                      NA                      NA
## 176              3.500000000             3.500000000             3.500000000
## 177              3.000000000             3.166670000             3.166670000
## 178              3.000000000             3.000000000             3.000000000
## 179              3.000000000             3.000000000             3.000000000
## 180                       NA                      NA                      NA
## 181              7.000000000             7.000000000             7.000000000
## 182              1.400000000                      NA                      NA
## 183             13.700000000                      NA                      NA
## 184              6.000000000             6.000000000             6.000000000
## 185              0.919679109             1.099128450             0.002734861
## 186             17.204310160            16.800614430            16.631597320
## 187    29278490000.000000000   34902931000.000000000   22527625907.000000000
## 188                       NA            31.270000000                      NA
## 189              3.030809275             2.755783626             2.583395110
## 190                       NA                      NA                      NA
## 191                       NA                      NA                      NA
## 192                       NA                      NA                      NA
## 193             95.313985610            98.116016570            96.252768180
## 194          34869.998930000         36310.001370000         36259.998320000
## 195            136.643311400           146.473003700                      NA
## 196             99.715666760            99.789307350            99.800171280
## 197       15359524.699999999      13050598.100000000      14010834.000000000
## 198       10939044.000000000       6326379.776000000       5672826.767000000
## 199        -503000.000000000       -497000.000000000       -393000.000000000
## 200         400000.006000000        670000.016700000        376816.421700000
## 201                       NA      43025000.000000000      56555000.000000000
## 202          19999.999550000          9999.999776000        159999.996400000
## 203       27309999.469999999      27309999.469999999      21479999.539999999
## 204             25.194700310            25.905124960            27.626091670
## 205             60.697077370            62.497751490            62.740474340
## 206     1159387766.000000000     496227113.199999988    2446630400.000000000
## 207           2569.700000000          2747.900000000          2743.900000000
## 208                       NA                      NA                      NA
## 209              3.014380585             2.722819834             2.965122319
## 210             23.262125850            23.641942510            27.665478740
## 211      969825526.399999976    1173456658.000000000    1182813397.000000000
## 212              4.365746381             4.420671229             5.669120036
## 213             15.650000000            11.310000000            13.080000000
## 214            184.843439500           219.455488900           220.031094100
## 215             82.185000000            81.818000000            81.443000000
## 216             -0.268486268            -0.040180016             0.404484777
## 217         754518.000000000        776719.000000000        800806.000000000
## 218              7.524403467             7.622793893             7.679623892
## 219             10.561480140            10.281519790             9.997728683
## 220              2.261000000             2.176000000             2.098000000
## 221                       NA            95.900000000                      NA
## 222                       NA                      NA             2.900000095
## 223                       NA                      NA                      NA
## 224             90.537384790            91.820269750            92.468134680
## 225             75.820999150            76.416000370            76.925003050
## 226                       NA            44.091355670                      NA
## 227           5723.105479000          6031.347043000          6196.548655000
## 228             82.900001530            84.199996950                      NA
## 229             68.239997860            67.480003360            66.930000310
## 230                       NA                      NA                      NA
## 231                       NA                      NA                      NA
## 232              4.288782700             5.923619460             6.882980170
## 233                       NA             0.544682980                      NA
## 234              2.700000000             2.600000000             2.700000000
## 235                       NA            45.900000000                      NA
## 236                       NA            56.700000000                      NA
## 237              0.652118353             0.587237271             0.579322461
## 238              0.040000000             0.040000000             0.040000000
## 239                       NA            62.941300000                      NA
## 240          23150.000000000         21721.000000000         20407.000000000
## 241                       NA                      NA                      NA
## 242             22.294230000            26.749350000            24.162690000
## 243                       NA                      NA                      NA
## 244             79.769271850            80.193252560            81.876571660
## 245             64.372871400            65.674522400            66.287117000
## 246                       NA                      NA                      NA
## 247                       NA                      NA                      NA
## 248             61.889118190            71.738212590            78.297409060
## 249            145.362625100           143.247894300           144.177673300
## 250             87.264503480            87.069976810            86.633712770
## 251                       NA                      NA                      NA
## 252                       NA                      NA                      NA
## 253             87.955800000            98.212400000            99.489300000
## 254           2720.000000000          2990.000000000          3040.000000000
## 255              8.178966875             9.364717232             7.625269885
## 256              3.525153174             6.011482841             3.976053274
## 257              7.082650999             8.035366199             4.409045432
## 258              0.002277050             0.001968980             0.920093060
## 259   814000000000.000000000  863000000000.000000000  910000000000.000000000
## 260   269000000000.000000000  303000000000.000000000  319000000000.000000000
## 261     6343413170.000000000    6242529022.000000000    6460119585.000000000
## 262             51.693502150            52.619517670            49.732119340
## 263             68.739369620            67.871269710            67.954926740
## 264     6481012624.000000000    7620876455.000000000    6633799563.000000000
## 265             18.790248410            19.723028930            13.323381920
## 266             11.820000000            12.660000000            12.630000000
## 267      422000000.000000000     504000000.000000000     527000000.000000000
## 268                       NA            58.100000000                      NA
## 269              1.056000000             1.058000000             1.061000000
## 270              2.594270301             2.630408284             2.660307435
## 271              9.566981733             9.797122817            10.032338900
## 272        4738698.000000000       4636872.000000000       4577702.000000000
## 273             34.700000000            33.200000000            31.700000000
## 274                       NA                      NA        518278.000000000
## 275                       NA                      NA                      NA
## 276             53.190090140            54.420732960            55.419099190
## 277                       NA                      NA                      NA
## 278                       NA            14.217868230                      NA
## 279                       NA                      NA                      NA
## 280                       NA                      NA                      NA
## 281             80.370002750            79.730003360            79.290000920
## 282                       NA                      NA                      NA
## 283                       NA             0.164000000                      NA
## 284             89.770452640           103.315225400           112.993917400
## 285              4.630117890             5.075482850             5.466150760
## 286             44.000000000            48.000000000            46.000000000
## 287                       NA            38.200000000                      NA
## 288                       NA                      NA                      NA
## 289                       NA            50.100000000                      NA
## 290                       NA                      NA                      NA
## 291            200.000000000           200.000000000           200.000000000
## 292             19.500000000            19.500000000            19.500000000
## 293           3233.000000000          3243.000000000          3914.000000000
## 294                       NA                      NA                      NA
## 295             11.225940000            13.057220000            12.359560000
## 296                       NA                      NA                      NA
## 297             80.089408870            80.515907290            82.315353390
## 298                       NA                      NA                      NA
## 299                       NA                      NA                      NA
## 300         178534.000000000        183922.000000000        187684.000000000
## 301                       NA            31.196290000            30.573160000
## 302              5.000000000             5.000000000             5.000000000
## 303              0.807879984                      NA             0.940789998
## 304                       NA                      NA                      NA
## 305                       NA                      NA                      NA
## 306     5658530762.000000000    6429944691.000000000    7136008596.000000000
## 307          72905.175320000         84192.317660000         90981.972250000
## 308              0.000000000             0.000000000             0.000000000
## 309    22162208956.000000000   22731602970.000000000   24360795411.000000000
## 310     7495000000.000000000    8332000000.000000000    8682000000.000000000
## 311         508029.610000000        454145.710000000        368598.400000000
## 312    10805233070.000000000   11266696186.000000000   12311920905.000000000
## 313              2.890567389             6.048840675             0.062852569
## 314                       NA                      NA                      NA
## 315    96419481900.000000000  128000000000.000000000   90247265600.000000000
## 316            121.497642100           121.621371000           123.652164900
## 317            715.459515000           737.532412500           753.526618100
## 318    26134700000.000000000   32009050000.000000000   33158550000.000000000
## 319             79.000000000            99.000000000           147.000000000
## 320                       NA                      NA                      NA
## 321              1.494906982             1.954994113             1.915533554
## 322             73.183130970            75.594119450            84.032608130
## 323             14.221295430            13.453483950            15.810912560
## 324             43.440240000            48.111210000            47.643380000
## 325             39.676930000            48.178210000            48.565040000
## 326             17.815000000            18.182000000            18.557000000
## 327       26916795.000000000      26905982.000000000      27015033.000000000
## 328              5.385163431             5.495317723             5.613647984
## 329              5.388967942             5.164859132             4.868348131
## 330             13.501879220            13.485350100            13.460178900
## 331                       NA                      NA                      NA
## 332             73.879400000            71.689800000            69.500200000
## 333              2.801000118             3.246999979             3.375000000
## 334              4.683000088             5.296000004             5.744999886
## 335             86.150001530            85.805999760            85.457000730
## 336                       NA                      NA                      NA
## 337                       NA            89.793229990                      NA
## 338             13.649999620            13.979999540            14.140000340
## 339             81.067001340            80.780998230            80.679000850
## 340                       NA                      NA                      NA
## 341                       NA                      NA                      NA
## 342                       NA                      NA                      NA
## 343              0.756774070             0.873644770             0.909276660
## 344                       NA                      NA                      NA
## 345             15.700000000            15.900000000            16.300000000
## 346                       NA             2.200000000                      NA
## 347                       NA                      NA                      NA
## 348                       NA                      NA            18.700000000
## 349             92.000000000            92.000000000            91.000000000
## 350             86.849295160            87.332498470            87.808467590
## 351              3.800000000             3.600000000             4.800000000
## 352                       NA                      NA             3.500000000
## 353              3.018110037             3.472130060             3.259020090
## 354             60.009690000                      NA                      NA
## 355             21.742639540            21.763820650            21.872610090
## 356                       NA                      NA                      NA
## 357                       NA                      NA                      NA
## 358                       NA                      NA                      NA
## 359             61.889118190            71.738212590            78.297409060
## 360            172.170060000           164.197180000           161.839710000
## 361             46.416229250            41.009391780            38.481788640
## 362                       NA                      NA                      NA
## 363                       NA                      NA                      NA
## 364              0.304697013             0.286651647             0.300962369
## 365   723000000000.000000000  884000000000.000000000  972000000000.000000000
## 366    22310906825.000000000   23065081227.000000000   24704978151.000000000
## 367    81659655509.000000000   86568611688.000000000   90010625807.000000000
## 368            115.372079700           124.642648800           130.138199800
## 369             31.844556000            34.181308000            34.113827000
## 370              2.635814000             2.988278300             2.860942200
## 371   227000000000.000000000  244000000000.000000000  249000000000.000000000
## 372              1.306559854             4.486647983             1.200856803
## 373             29.676609020            30.986088230            31.277434820
## 374   407000000000.000000000  470000000000.000000000  562000000000.000000000
## 375    20986788184.000000000   21770422008.000000000   22503219015.000000000
## 376             -3.573735880            11.490702550            11.502137970
## 377                       NA             2.637305000                      NA
## 378                       NA                      NA                      NA
## 379                       NA             2.723540000                      NA
## 380             79.364168680            85.562175070           101.854612000
## 381             80.000000000            80.000000000            80.000000000
## 382              4.500000000             4.500000000             4.500000000
## 383                       NA                      NA                      NA
## 384             10.400000000                      NA                      NA
## 385                       NA            48.000000000            48.000000000
## 386             14.300000000                      NA                      NA
## 387              0.000000000             0.000000000             0.000000000
## 388             57.415253420            57.236406410            61.778478870
## 389             13.297885860            13.994910490            14.686304570
## 390              0.000000000             0.000000000             0.000000000
## 391                       NA            51.940000000                      NA
## 392                       NA                      NA                      NA
## 393     5434181403.000000000    6216255070.000000000    8145463908.000000000
## 394                       NA                      NA                      NA
## 395                       NA                      NA                      NA
## 396            100.000000000           100.000000000           100.000000000
## 397                       NA                      NA                      NA
## 398              0.000000000             0.000000000             0.000000000
## 399              0.284333239             0.026336582             0.000000000
## 400              7.979135080             7.356876390             7.362943776
## 401                       NA                      NA                      NA
## 402         738348.901300000        602656.841300000        634045.004800000
## 403      -15224473.100000000     -12998930.600000000      35915529.200000003
## 404              9.931480664            11.878030340            13.032937540
## 405        2059999.943000000       3369999.886000000       9810000.420000000
## 406      145919998.199999988     184229995.699999988     134770004.300000012
## 407                       NA                      NA                      NA
## 408      997068581.000000000    1022286756.000000000     813179963.899999976
## 409    -5334668305.000000000   -6366746593.000000000   -5467903519.000000000
## 410     7520106156.000000000    8777541313.000000000    7711562676.000000000
## 411             41.590722010            41.590722010            41.590722010
## 412                       NA                      NA                      NA
## 413              5.759868000             4.599600000             4.536371616
## 414              3.500000000             3.500000000             3.500000000
## 415              3.500000000             3.500000000             3.500000000
## 416             12.000000000            10.000000000            10.000000000
## 417             34.600000000            32.200000000            28.400000000
## 418             17.000000000                      NA                      NA
## 419                       NA           202.857100000           202.857100000
## 420                       NA                      NA                      NA
## 421    13736698000.000000000   12037868000.000000000    9263198372.000000000
## 422             11.039213270            11.662401160            12.269070170
## 423   -35130171000.000000000   -3895368000.000000000    3496571410.000000000
## 424                       NA                      NA                      NA
## 425             50.462270840            54.467047600            56.908274060
## 426                       NA                      NA                      NA
## 427                       NA             1.310000000                      NA
## 428             27.777777780            32.715008430                      NA
## 429                       NA                      NA                      NA
## 430           1041.428000000          1837.167000000          2115.859000000
## 431              5.255746854             5.243247972                      NA
## 432             95.521766660            97.699996950            95.162124630
## 433             31.051945770            28.624528180            35.928126040
## 434        1701822.162000000       4059439.182000000       2762320.518000000
## 435                       NA                      NA                      NA
## 436       15651132.600000000      14722585.500000000       4214201.000000000
## 437     4012913596.000000000    3980972649.000000000    4142916401.000000000
## 438        2119999.886000000       1610000.014000000       2380000.114000000
## 439       40080001.829999998      35150001.530000001      47959999.079999998
## 440                       NA                      NA                      NA
## 441      690610000.000000000     716550000.000000000     798040000.000000000
## 442              0.000000000             0.000000000             0.000000000
## 443             93.569999690            99.879997250            99.569999690
## 444        3339077.000000000       3480052.000000000       3377036.000000000
## 445   522000000000.000000000  632000000000.000000000  693000000000.000000000
## 446              8.758983510            12.523296640            14.994149480
## 447    26926561329.000000000   27646487181.000000000   30122650921.000000000
## 448  1640000000000.000000000 1840000000000.000000000 2030000000000.000000000
## 449                       NA       5000000.000000000      14000000.000000000
## 450         829097.000000000        837266.000000000        846940.000000000
## 451                       NA                      NA                      NA
## 452              3.375000000             3.391670000             3.391670000
## 453             35.000000000                      NA            19.000000000
## 454             11.300000000            11.300000000            11.300000000
## 455              2.000000000             2.000000000             2.000000000
## 456             10.200000000                      NA                      NA
## 457              0.700000000             1.000000000             1.300000000
## 458             88.590940000            84.110320000            85.998750000
## 459    64186691000.000000000   75608249000.000000000   86168029438.000000000
## 460              0.000000000             0.000000000             0.000000000
## 461                       NA            25.420000000                      NA
## 462                       NA                      NA                      NA
## 463            135.417353800           156.149152900           196.611833800
## 464                       NA                      NA                      NA
## 465                       NA                      NA                      NA
## 466                       NA                      NA                      NA
## 467           2830.000000000          2870.000000000          2910.000000000
## 468              0.275557392             0.304320630             0.265180175
## 469             99.715666760            99.973663420           100.000000000
## 470      164795242.800000012     171280663.000000000     165655624.099999994
## 471                       NA                      NA                      NA
## 472        7497534.752000000       6851517.200000000       5825466.156000000
## 473                       NA                      NA                      NA
## 474              6.220000000             8.362000000             8.434400000
## 475      537329998.299999952     577919994.799999952     714420006.700000048
## 476          29999.999330000             0.000000000             0.000000000
## 477                       NA                      NA                      NA
## 478     1188369270.000000000    1388507965.000000000    1430479193.000000000
## 479    -5539323976.000000000   -6558124172.000000000   -5697555905.000000000
## 480              2.997166340             3.474541738             3.364877383
## 481                       NA                      NA                      NA
## 482                       NA                      NA                      NA
## 483             69.084927410            67.210496750            64.202232040
## 484              0.066130436             0.012777810             0.001414004
## 485              0.562617065             0.361309938             0.480930901
## 486              1.910010993             1.491482415             1.759592279
## 487             26.260000000            26.260000000            26.260000000
## 488      176000000.000000000     176000000.000000000     142000000.000000000
## 489                       NA            58.300000000                      NA
## 490              0.739845894             0.736230102             0.721464698
## 491              3.061047693             3.086980304             3.132488248
## 492       16162565.000000000      16304563.000000000      16507814.000000000
## 493        4576227.000000000       4499011.000000000       4432731.000000000
## 494             29.200000000            27.800000000            26.500000000
## 495          46303.000000000         38490.000000000         32669.000000000
## 496                       NA                      NA                      NA
## 497                       NA                      NA                      NA
## 498                       NA                      NA                      NA
## 499                       NA            15.229094250                      NA
## 500                       NA                      NA                      NA
## 501                       NA                      NA                      NA
## 502             90.379997250            89.809997560            89.300003050
## 503                       NA                      NA                      NA
## 504                       NA            30.100000000                      NA
## 505             71.749465940            69.065185550            68.992103580
## 506                       NA                      NA            45.000000000
## 507                       NA             3.200000000                      NA
## 508             32.219340690            33.579408280            34.964622730
## 509                       NA            29.700000000                      NA
## 510                       NA                      NA                      NA
## 511                       NA             2.960000000                      NA
## 512             30.000000000            36.000000000            42.000000000
## 513             36.800000000            34.800000000            33.000000000
## 514           1792.000000000          1700.000000000          2485.000000000
## 515                       NA                      NA                      NA
## 516             82.428947450            82.358367920            82.388877870
## 517                       NA                      NA                      NA
## 518             79.882446290            80.349136350            80.959541320
## 519             29.180800000            28.840490000            28.571480000
## 520             79.166412350            83.661750790            86.611038210
## 521             92.379631040            93.927543640            94.641189580
## 522                       NA                      NA                      NA
## 523                       NA                      NA                      NA
## 524              1.052199960             1.053020000             1.054630041
## 525                       NA                      NA                      NA
## 526                       NA                      NA                      NA
## 527   172000000000.000000000  210000000000.000000000  237000000000.000000000
## 528    82181011027.000000000   87801665259.000000000   91228246755.000000000
## 529           2702.224963000          2947.316487000          2996.220462000
## 530              0.828729868             0.856372465             0.931579562
## 531     7271000000.000000000    8114000000.000000000    8455000000.000000000
## 532              0.000000000             0.000000000             0.000000000
## 533              5.544167072             5.544167071             5.544167072
## 534   112000000000.000000000  125000000000.000000000  130000000000.000000000
## 535    -5158488695.000000000   -5849877409.000000000   -6391433049.000000000
## 536             24.730231440            25.252084690            27.553807460
## 537    27184581214.000000000   28892654362.000000000   30122650921.000000000
## 538        1909800.000000000       4400040.000000000       2850013.000000000
## 539              0.603215747             0.904226914             0.331032646
## 540            417.730133500           482.523197100           422.859694900
## 541              3.040086291             3.544638366             3.416122082
## 542              0.515331100             0.000000000             0.844951400
## 543              7.952015405             7.747044141             8.675284480
## 544       22121568.000000000      22013936.000000000      22001853.000000000
## 545              8.898377207             8.975223684             9.067118154
## 546              2.140107754             2.126894673             2.135017483
## 547              8.290597089             8.284521134             8.345913374
## 548        9316024.000000000       9138047.000000000       9010436.000000000
## 549             68.806000000            69.168000000            69.515000000
## 550              7.000000000             6.400000000             5.300000000
## 551                       NA                      NA            86.790000920
## 552                       NA                      NA                      NA
## 553             77.500000000            79.699996950            79.800003050
## 554                       NA            42.827492910                      NA
## 555             22.149999620            22.670000080            23.120000840
## 556             20.059999470            18.770000460            17.750000000
## 557             74.900001530            76.400001530                      NA
## 558             77.760002140            76.949996950            76.290000920
## 559                       NA                      NA                      NA
## 560                       NA                      NA                      NA
## 561            125.116546600           149.590866100           163.778030400
## 562                       NA             1.034897685                      NA
## 563             39.100000000            37.800000000            36.400000000
## 564              9.667115657             8.890286097             8.113456538
## 565             59.114528400            61.472188770            63.868544830
## 566           1400.000000000          1300.000000000          1400.000000000
## 567              0.050000000             0.050000000             0.050000000
## 568             21.300000000            21.500000000            21.500000000
## 569          18672.000000000         17629.000000000         16671.000000000
## 570                       NA                      NA                      NA
## 571              9.683040000            11.228590000            10.453240000
## 572                       NA                      NA                      NA
## 573             80.250968930            80.645088200            83.365692140
## 574             65.353439330            66.879028320            67.843688960
## 575                       NA                      NA                      NA
## 576                       NA            98.995530000            98.341650000
## 577                       NA            28.166580000            27.272370000
## 578             50.472470000            50.659420000            50.775840000
## 579             23.110520000            22.684020000            22.048450000
## 580                       NA                      NA                      NA
## 581                       NA                      NA                      NA
## 582                       NA                      NA                      NA
## 583              3.764328845             6.882295524             3.483216856
## 584     1812639729.000000000    2128750340.000000000    1857576396.000000000
## 585  1950000000000.000000000 2230000000000.000000000 2420000000000.000000000
## 586   149000000000.000000000  178000000000.000000000  194000000000.000000000
## 587      224400000.000000000     218200000.000000000     227000000.000000000
## 588    11017653395.000000000   11684160973.000000000   12311920905.000000000
## 589              5.750414306             5.612191160             5.356055555
## 590             41.865375740            45.982641610            46.665730390
## 591     6576992102.000000000    7043634551.000000000    7619431907.000000000
## 592   181000000000.000000000  226000000000.000000000  248000000000.000000000
## 593    59774340940.000000000   64558106313.000000000   67678052078.000000000
## 594              8.652327067             8.645813638             7.742784022
## 595              2.648224769             3.043724478             2.582703921
## 596              1.077387056             1.066712288             1.057994368
## 597         311457.000000000        250602.000000000        302705.000000000
## 598                       NA                      NA                      NA
## 599              3.000000000             3.000000000             3.000000000
## 600            481.650000000           520.720000000           538.470000000
## 601              1.000000000             1.000000000             1.100000000
## 602            910.000000000           910.000000000           910.000000000
## 603             17.200000000                      NA                      NA
## 604              8.500000000                      NA                      NA
## 605                       NA                      NA                      NA
## 606             24.761950890            24.199292530            24.208383530
## 607             15.168880160            16.233885670            16.992606340
## 608                       NA                      NA                      NA
## 609                       NA                      NA                      NA
## 610     5293479759.000000000    6027138206.000000000    7936841789.000000000
## 611                       NA                      NA                      NA
## 612        1088142.000000000       1132664.000000000       1179009.000000000
## 613                       NA                      NA                      NA
## 614          22459.999080000         22629.999160000         22489.999770000
## 615           4103.373000000          4646.089000000          3142.619000000
## 616              0.000000000             0.184356071             0.199828718
## 617             13.100000000            14.000000000            14.900000000
## 618             13.278562660            12.547783400            16.069963700
## 619        9014376.640000001       8961950.301999999       8071245.193000000
## 620       85194000.000000000      60518000.000000000     238729000.000000000
## 621     1553423000.000000000    1517303000.000000000    1640015000.000000000
## 622                       NA                      NA                      NA
## 623         529999.971400000        230000.004200000        560000.002400000
## 624                       NA                      NA                      NA
## 625     2513260695.000000000    2802585870.000000000    2681160704.000000000
## 626      -74179632.609999999     -30402676.780000001     -51895699.930000000
## 627      983713598.799999952    1197130385.000000000    1200826807.000000000
## 628         143350.000000000        143350.000000000        143350.000000000
## 629          41210.000000000         41210.000000000         41210.000000000
## 630                       NA                      NA                      NA
## 631             17.000000000            17.000000000            17.000000000
## 632             11.300000000                      NA                      NA
## 633                       NA            37.500000000            37.500000000
## 634                       NA                      NA                      NA
## 635              5.553007996             3.969700675             2.732006115
## 636             20.958621220            20.522982790            19.814709930
## 637    54263510000.000000000   66484717000.000000000   88423890552.000000000
## 638                       NA            24.130000000                      NA
## 639  1450000000000.000000000 1680000000000.000000000 2090000000000.000000000
## 640                       NA                      NA                      NA
## 641          21500.000000000         21500.000000000         21500.000000000
## 642             48.765432100            44.013490730                      NA
## 643                       NA                      NA                      NA
## 644            -79.208520890           -59.612250330          -605.409937400
## 645            137.552662100           135.033874000                      NA
## 646              0.000000000             0.000000000             0.000000000
## 647              8.806686505             8.134286935             8.441649500
## 648                       NA                      NA                      NA
## 649                       NA                      NA                      NA
## 650                       NA       3488000.000000000      13530000.000000000
## 651      188860362.500000000     165284023.699999988     193660005.500000000
## 652       32439998.629999999      42000000.000000000      61029998.780000001
## 653           9999.999776000          9999.999776000        839999.973800000
## 654     5398516942.000000000    5677706722.000000000    6498221981.000000000
## 655      356913263.100000024     358917122.800000012     343833587.699999988
## 656       54421228.869999997      32657745.239999998      26749175.840000000
## 657             96.379997250            97.250000000            98.199996950
## 658                       NA                      NA                      NA
## 659                       NA             2.500000000                      NA
## 660                       NA                      NA                      NA
## 661             30.000000000            30.000000000            50.000000000
## 662              3.500000000             3.500000000             3.500000000
## 663                       NA     158900000.000000000                      NA
## 664              7.000000000             7.000000000             7.000000000
## 665                       NA           155.555600000           155.555600000
## 666             17.000000000                      NA                      NA
## 667                       NA                      NA                      NA
## 668   247000000000.000000000  303000000000.000000000  339000000000.000000000
## 669     3489525000.000000000    4485704000.000000000    5508835142.000000000
## 670              1.502004198             1.563383459             0.929496130
## 671                       NA            36.720000000                      NA
## 672             21.658009780            16.140326690            24.435061330
## 673                       NA                      NA                      NA
## 674                       NA                      NA                      NA
## 675                       NA                      NA                      NA
## 676             99.985203250            99.975964410            99.980800770
## 677                       NA                      NA                      NA
## 678            417.304623400           434.464536500                      NA
## 679             32.840489050            32.209639190                      NA
## 680              8.590274415             7.822539128             7.885509767
## 681        3458216.667000000       4381365.776000000       4240870.953000000
## 682        -503000.000000000       -497000.000000000       -393000.000000000
## 683        3269999.981000000       2900000.095000000       2545152.903000000
## 684     3574449233.000000000    3439771625.000000000    3543267396.000000000
## 685                       NA                      NA                      NA
## 686          79999.998210000         50000.000750000       1350000.024000000
## 687                       NA                      NA                      NA
## 688      327822844.399999976     391791149.899999976     437501547.300000012
## 689              5.231372775             2.182983373            10.043310810
## 690              9.800841032            11.374641520            10.801396080
## 691                       NA                      NA                      NA
## 692     6197793030.000000000    7122232354.000000000    7619431907.000000000
## 693             12.947782650            17.835819140             2.315979357
## 694             84.286695510            82.634141320            83.562733120
## 695     1669775644.000000000    1818787706.000000000    2146672560.000000000
## 696                       NA             3.000000000                      NA
## 697         643140.000000000        517548.000000000        510342.000000000
## 698              3.900000000             3.800000000             3.800000000
## 699              3.000000000             3.500000000             3.500000000
## 700                       NA     158900000.000000000                      NA
## 701             17.000000000            17.000000000            17.000000000
## 702              7.300000000                      NA                      NA
## 703                       NA            85.000000000            85.000000000
## 704                       NA                      NA                      NA
## 705              4.151113273             2.975020958             2.058426063
## 706    54327890000.000000000   64121990000.000000000   70529058946.000000000
## 707             -1.802198963            -0.174482593             0.144269512
## 708             50.462270840            54.467047600            56.908274060
## 709             10.612914880            16.038071360             9.703761521
## 710              8.520000000             9.300000000             9.560000000
## 711          36020.000000000         43400.000000000         48000.000000000
## 712              8.641975309             7.588532884                      NA
## 713           6280.000000000          6510.000000000          6540.000000000
## 714             17.100623970            25.766718090            32.753235290
## 715             13.677993230            15.482679400                      NA
## 716             77.466194150            84.900001530            82.523956300
## 717      221334990.500000000     227970376.300000012     226334189.199999988
## 718                       NA                      NA                      NA
## 719                       NA                      NA                      NA
## 720                       NA                      NA                      NA
## 721             17.986331200            17.259738260            16.769561080
## 722         150000.006000000         70000.000300000       9800000.191000000
## 723       46169998.170000002      45319999.689999998      52659999.850000001
## 724     6311124386.000000000    6569803423.000000000    7590801352.000000000
## 725      133040000.000000000     127940000.000000000     133920000.000000000
## 726              0.000000000             0.000000000             0.000000000
## 727             94.260002140            99.199996950            99.220001220
## 728              1.478897803             1.478897803             1.478897803
## 729                       NA                      NA                      NA
## 730              0.349992622             0.453243545             0.087432254
## 731              2.992508682             2.920746314             3.108097061
## 732              4.829740616             2.134066363             1.820576758
## 733             13.750000000             8.080000000            11.350000000
## 734             15.520000000            13.120000000            13.170000000
## 735      460000000.000000000     511000000.000000000     509000000.000000000
## 736             47.165552210            46.437461380            45.892829370
## 737              1.671771512             1.732496535             1.767548427
## 738              4.578441655             4.587979228             4.561725180
## 739             62.515874030            63.392290070            64.195717750
## 740                       NA                      NA                      NA
## 741              6.611000000             6.555000000             6.502000000
## 742                       NA                      NA                      NA
## 743                       NA                      NA                      NA
## 744                       NA                      NA                      NA
## 745             85.090000000            84.990000000            84.890000000
## 746                       NA            91.248559390                      NA
## 747                       NA                      NA                      NA
## 748              9.619999886            10.189999580            10.710000040
## 749              0.349999994             0.370000005             0.389999986
## 750                       NA                      NA                      NA
## 751                       NA                      NA                      NA
## 752             63.533435820            60.047538760            59.435241700
## 753             10.312828060            10.202669140             9.842565536
## 754                       NA            11.300000000                      NA
## 755              1.100000000             1.000000000             0.900000000
## 756             52.506734740            53.913208450            55.310188020
## 757                       NA                      NA                      NA
## 758                       NA                      NA                      NA
## 759           1500.000000000          1500.000000000          1500.000000000
## 760             42.800000000            44.700000000            46.000000000
## 761                       NA                      NA                      NA
## 762             49.375000000            49.375000000            55.625000000
## 763                       NA                      NA                      NA
## 764                       NA                      NA                      NA
## 765             87.510160000            87.298950000            87.469150000
## 766        3088755.000000000       3140613.000000000       3152893.000000000
## 767             10.000000000            10.000000000            10.000000000
## 768             11.160780000            10.337430000            10.099520000
## 769                       NA                      NA                      NA
## 770            100.976509100           103.902343800           106.707283000
## 771                       NA                      NA                      NA
## 772                       NA                      NA                      NA
## 773                       NA                      NA                      NA
## 774    13078840000.000000000   32751700000.000000000   34242500000.000000000
## 775              3.486109528             6.839358827             3.902638391
## 776            821.073205500           870.781690300           901.749607700
## 777  1780000000000.000000000 2020000000000.000000000 2190000000000.000000000
## 778            787.612343900           815.803712300           856.560123400
## 779              0.000000000             0.000000000             0.918601060
## 780              0.845220194             0.845220194             0.845220195
## 781                       NA                      NA                      NA
## 782             14.134912720            21.008852410             9.583382565
## 783     5187461553.000000000    5837102752.000000000    6712326663.000000000
## 784            117.561794700           126.583834400           133.925544600
## 785  1640000000000.000000000 1840000000000.000000000 2030000000000.000000000
## 786             67.437500000            66.231250000            64.481250000
## 787              4.000000000             4.000000000             4.000000000
## 788             12.000000000            36.000000000            71.000000000
## 789             34.000000000            34.000000000            34.000000000
## 790              6.000000000             6.000000000             6.000000000
## 791             21.800000000                      NA                      NA
## 792             21.300000000                      NA                      NA
## 793                       NA                      NA                      NA
## 794    66046069000.000000000   84356662000.000000000   88543138425.000000000
## 795      439097000.000000000    1069880000.000000000     314849716.399999976
## 796    -5851526000.000000000   31007563000.000000000   49161695736.000000000
## 797                       NA                      NA                      NA
## 798              0.194288836            -1.952518891             1.943267161
## 799                       NA                      NA                      NA
## 800             22.692189550            23.153175580            23.518186060
## 801                       NA                      NA                      NA
## 802                       NA                      NA                      NA
## 803             67.378867000            65.162538570            48.647352940
## 804             86.050000000            84.060000000            85.040000000
## 805             66.700000000            66.700000000            66.500000000
## 806              3.914363607             3.831853002             4.956247821
## 807                       NA                      NA                      NA
## 808        5207574.300000000       4761864.900000000      10449175.600000000
## 809     1553423000.000000000    1517303000.000000000    1640015000.000000000
## 810                       NA                      NA                      NA
## 811                       NA                      NA        300000.011900000
## 812       33049999.239999998      13609999.660000000      36310001.369999997
## 813              2.452547218             2.155146192             2.197806028
## 814                       NA                      NA                      NA
## 815                       NA                      NA                      NA
## 816                       NA                      NA                      NA
## 817             28.747820020            28.747820020            28.747820020
## 818                       NA                      NA                      NA
## 819              3.500000000             3.000000000             3.000000000
## 820           1706.000000000          1796.000000000          1812.000000000
## 821             29.900000000            29.900000000            29.900000000
## 822             34.600000000            32.200000000            28.400000000
## 823                       NA                      NA                      NA
## 824             62.800000000                      NA                      NA
## 825                       NA                      NA                      NA
## 826    23285264000.000000000   29950344000.000000000   31823729310.000000000
## 827   135000000000.000000000  164000000000.000000000  189000000000.000000000
## 828                       NA                      NA                      NA
## 829              8.049208870             5.761101762             6.655794990
## 830  1170000000000.000000000 1390000000000.000000000 1600000000000.000000000
## 831                       NA                      NA                      NA
## 832              4.042613543             4.209710688             4.364270071
## 833             14.814814810            13.659359190                      NA
## 834                       NA                      NA                      NA
## 835              0.083728335             0.089911225             0.088827947
## 836              7.269942907             7.405549220                      NA
## 837              5.860000000             5.720000000             5.470000000
## 838             11.475215640             9.994001969            15.700801320
## 839        3435689.926000000       4223662.376000000       4376431.465000000
## 840      100844956.900000006      75240450.400000006     242943376.599999994
## 841                       NA                      NA                      NA
## 842                       NA                      NA                      NA
## 843       40770000.460000001      56369998.930000000      48819999.689999998
## 844        -310000.002400000        219999.998800000        980000.019100000
## 845       74179632.609999999      30402676.780000001      51895699.930000000
## 846     6256703158.000000000    6537145678.000000000    7564052176.000000000
## 847             38.856455420            36.352139000            34.065816560
## 848                       NA                      NA                      NA
## 849              0.078538325             0.078558738             0.078241622
## 850     1726807626.000000000    1925229954.000000000    2146672560.000000000
## 851                       NA             2.261434000                      NA
## 852                       NA                      NA                      NA
## 853              3.500000000             3.500000000             3.500000000
## 854              3.500000000             3.500000000             3.500000000
## 855                       NA                      NA     350000000.000000000
## 856             17.000000000            17.000000000            17.000000000
## 857             31.900000000                      NA                      NA
## 858                       NA            18.642860000            18.642860000
## 859                       NA                      NA            59.708330000
## 860     2275047000.000000000    3333038000.000000000       9272879.000000000
## 861    56931815000.000000000   67980556000.000000000   74844459070.000000000
## 862              2.783750795             2.978005109             3.648394395
## 863                       NA            40.210000000                      NA
## 864             74.315549630            75.360518840            86.380396330
## 865              8.620000000             8.880000000             9.450000000
## 866          57520.000000000         64900.000000000         69500.000000000
## 867                       NA                      NA                      NA
## 868                       NA                      NA                      NA
## 869                       NA                      NA                      NA
## 870             80.028449580            77.935626210                      NA
## 871              0.284333239             0.026336582             0.000000000
## 872              0.992048384             0.988378814             0.916148105
## 873                       NA                      NA                      NA
## 874                       NA       3488000.000000000      13530000.000000000
## 875         420244.604300000                      NA                      NA
## 876     3574449233.000000000    3482796625.000000000    3599822396.000000000
## 877         740000.009500000       1190000.057000000       2900000.095000000
## 878       44270000.460000001      37259998.320000000      38869998.930000000
## 879     5583702128.000000000    5888650155.000000000    6729935671.000000000
## 880             30.033868440            25.849122360            24.036252280
## 881       27772183.879999999       9103367.604000000       9494425.812999999
## 882         147180.000000000        147180.000000000        147180.000000000
## 883                       NA                      NA                      NA
## 884              2.251382455             2.073888253                      NA
## 885              2.146985923             2.272950923             2.976235604
## 886             20.527584850            25.158743940            26.895966860
## 887              0.137462238             0.162158041             0.211476031
## 888             14.250000000             8.490000000            11.930000000
## 889             16.170000000            14.110000000            14.090000000
## 890             21.048413700            21.196329810            22.686155270
## 891                       NA            57.000000000                      NA
## 892              0.850412127             0.873828290             0.919493442
## 893              3.702098396             3.797834886             3.899557162
## 894        7273086.000000000       7170973.000000000       7124283.000000000
## 895              9.971198213             9.685011172             9.439326760
## 896                       NA            47.100000000                      NA
## 897                       NA                      NA                      NA
## 898                       NA                      NA                      NA
## 899                       NA                      NA                      NA
## 900                       NA                      NA                      NA
## 901                       NA            13.580838600                      NA
## 902                       NA                      NA                      NA
## 903             31.030000690            32.349998470            33.220001220
## 904              1.730000019             1.759999990             1.789999962
## 905                       NA                      NA                      NA
## 906                       NA                      NA                      NA
## 907             22.886157650            25.922222840            28.462075090
## 908                       NA                      NA                      NA
## 909                       NA             2.700000000                      NA
## 910              3.000000000             2.900000000             2.300000000
## 911                       NA            31.100000000                      NA
## 912                       NA                      NA                      NA
## 913              1.872900000             2.136900000                      NA
## 914              0.100000000             0.100000000             0.100000000
## 915              0.200000000             0.200000000             0.200000000
## 916                       NA                      NA                      NA
## 917                       NA                      NA                      NA
## 918             89.569351200            88.926307680            90.607368470
## 919                       NA                      NA                      NA
## 920             78.617027280            79.033340450            80.309257510
## 921             50.514750000            50.658800000            50.789540000
## 922             81.417007450            86.612861630            90.778472900
## 923             11.054750000            10.215340000             9.978030000
## 924                       NA                      NA                      NA
## 925            105.544761700           109.198463400           111.830810500
## 926                       NA                      NA             9.000000000
## 927                       NA                      NA                      NA
## 928                       NA                      NA                      NA
## 929                       NA                      NA                      NA
## 930  1700000000000.000000000 1820000000000.000000000 1890000000000.000000000
## 931              3.803477458             6.054086830             3.556335386
## 932    20079553984.000000000   21232603795.000000000   21978324247.000000000
## 933            793.227633900           852.041601500           856.560123400
## 934     1113000000.000000000    1115000000.000000000    1338000000.000000000
## 935             41.871855850            41.871855850            41.871855850
## 936           1515.658327000          1583.609851000          1584.370099000
## 937      966875835.500000000    1099021542.000000000    1060298853.000000000
## 938              3.219109415             3.859536241             2.006844207
## 939             63.694197160            65.214737040            60.925898030
## 940              3.489145630             4.738785063             4.963077131
## 941             12.210000000            12.230000000            12.250000000
## 942      598000000.000000000     680000000.000000000     669000000.000000000
## 943                       NA                      NA                      NA
## 944             66.537891730            65.021172290            63.649972070
## 945              2.789147770             2.901863267             2.983014226
## 946              8.390443667             8.685965094             9.118699580
## 947             37.325940660            37.111438630            36.923017110
## 948             70.225000000            70.586000000            70.931000000
## 949                       NA                      NA             1.817645553
## 950                       NA                      NA                      NA
## 951       14641906.000000000      14788430.000000000      14990628.000000000
## 952                       NA                      NA                      NA
## 953                       NA             8.751440606                      NA
## 954             14.569999690            15.109999660            15.590000150
## 955             60.930000310            59.470001220            58.229999540
## 956                       NA                      NA                      NA
## 957                       NA                      NA                      NA
## 958                       NA                      NA                      NA
## 959                       NA                      NA                      NA
## 960             36.022224430            43.169502260            47.887535100
## 961            284.000000000           276.000000000           268.000000000
## 962                       NA            36.100000000                      NA
## 963             34.191910070            30.910387120            27.628864170
## 964             50.165248800            53.714262490            57.341829340
## 965                       NA                      NA                      NA
## 966           1400.000000000          1300.000000000          1200.000000000
## 967             23.100000000            23.500000000            23.600000000
## 968                       NA                      NA            27.526659860
## 969                       NA                      NA                      NA
## 970             54.785210000            53.473220000            53.770150000
## 971                       NA                      NA                      NA
## 972             79.302253720            79.498298650            81.370170590
## 973                       NA                      NA                      NA
## 974                       NA                      NA                      NA
## 975             41.543350220            41.639930730            41.894889830
## 976                       NA            25.055900000            23.867520000
## 977        4576693.000000000       4401780.000000000       4335355.000000000
## 978              2.000000000             2.000000000             2.000000000
## 979                       NA                      NA                      NA
## 980                       NA                      NA                      NA
## 981   498000000000.000000000  632000000000.000000000  710000000000.000000000
## 982            826.805350700           883.708538300           914.490023100
## 983              0.833688505             0.860694134             0.934852579
## 984  1950000000000.000000000 2230000000000.000000000 2420000000000.000000000
## 985             33.593998000            36.125303000            35.142853000
## 986              0.002277050             0.001968980             0.001492000
## 987   950000000000.000000000 1110000000000.000000000 1220000000000.000000000
## 988    95325260000.000000000  101000000000.000000000  101000000000.000000000
## 989            -23.276058380           -25.734557370           -26.236553200
## 990    79341927000.000000000  101000000000.000000000   70771714900.000000000
## 991     2059901678.000000000    2301357059.000000000    2488355029.000000000
## 992              2.924191457             3.085135786             2.168610535
## 993              1.541860106             1.629341062             1.556630126
## 994              2.934970527             3.679479158             5.441414786
## 995          12000.000000000         74000.000000000       2623000.000000000
## 996              0.207984697             0.159801208             0.180834484
## 997             20.251566880            19.268569450            17.871400240
## 998             21.590700530            20.975855850            22.953155800
## 999             16.000000000            16.220000000            16.860000000
## 1000            11.210000000            12.120000000            12.070000000
## 1001                      NA            25.300000000                      NA
## 1002      14221340.000000000      14411527.000000000      14617070.000000000
## 1003       1438206.000000000       1463371.000000000       1496783.000000000
## 1004             5.351345232             5.389796654             5.456969146
## 1005            11.524750830            11.644616150            11.637640100
## 1006                      NA                      NA                      NA
## 1007           142.638000000           138.265000000           133.892000000
## 1008                      NA                      NA             3.099999905
## 1009                      NA                      NA                      NA
## 1010            81.099998470                      NA            82.699996950
## 1011            75.078002930            75.180999760            75.245002750
## 1012                      NA             8.135286133                      NA
## 1013                      NA                      NA                      NA
## 1014            90.030000690            89.430000310            88.899999620
## 1015            69.963996890            69.016998290            68.282997130
## 1016                      NA                      NA                      NA
## 1017                      NA                      NA                      NA
## 1018             4.883828160             5.268236640             5.145952700
## 1019                      NA             1.496715471                      NA
## 1020                      NA                      NA                      NA
## 1021             1.400000000             1.500000000             1.500000000
## 1022                      NA                      NA                      NA
## 1023                      NA                      NA            53.200000000
## 1024            92.000000000            92.000000000            91.000000000
## 1025            26.603272970            25.138561590            23.644706740
## 1026             2.700000000             2.600000000             3.800000000
## 1027            35.600000000            35.400000000            35.300000000
## 1028                      NA                      NA                      NA
## 1029            17.111770630            15.993749620            14.966460230
## 1030                      NA                      NA                      NA
## 1031                      NA                      NA                      NA
## 1032             7.000000000             7.000000000             7.000000000
## 1033                      NA                      NA                      NA
## 1034            58.827888490            68.441810610            75.391822810
## 1035           161.903560000           157.065000000           157.065110000
## 1036            86.700607300            86.874198910            87.510047910
## 1037                      NA                      NA                      NA
## 1038                      NA                      NA                      NA
## 1039            27.486646650            28.576242450            29.924894330
## 1040            36.834185270            39.017310130            39.529730620
## 1041 1960000000000.000000000 2270000000000.000000000 2460000000000.000000000
## 1042             0.000000000             0.000000000             0.000000000
## 1043   34666575605.000000000   91827925928.000000000   62636228548.000000000
## 1044   21200000000.000000000   21950000000.000000000   23140000000.000000000
## 1045     197200000.000000000     240400000.000000000     225300000.000000000
## 1046            13.798337570            13.564565230            13.161654630
## 1047  512000000000.000000000  535000000000.000000000  542000000000.000000000
## 1048    7218390373.000000000    8151234467.000000000    8879788078.000000000
## 1049            20.887615440            21.034876820            23.206675990
## 1050             2.109853153             3.733938785             3.366021138
## 1051  124000000000.000000000  139000000000.000000000  154000000000.000000000
## 1052            13.300000000            15.440000000            17.581618010
## 1053         30612.000000000         19560.000000000         19395.000000000
## 1054             3.100000000             3.100000000             3.100000000
## 1055          2845.000000000          2942.000000000          2464.000000000
## 1056           119.000000000            87.000000000            87.000000000
## 1057            34.600000000            32.200000000            28.400000000
## 1058            65.600000000                      NA                      NA
## 1059            70.000000000            70.000000000            70.000000000
## 1060                      NA                      NA                      NA
## 1061             9.412979537             9.876657627             9.385810342
## 1062            40.677090260            40.621024220            42.092411580
## 1063                      NA                      NA                      NA
## 1064                      NA                      NA                      NA
## 1065  571000000000.000000000  665000000000.000000000  945000000000.000000000
## 1066                      NA                      NA                      NA
## 1067                      NA             1.040000000                      NA
## 1068             0.205761317             1.854974705                      NA
## 1069           500.000000000           510.000000000           510.000000000
## 1070             0.074577833             0.082362417             0.079879459
## 1071            14.594761290            16.677064710                      NA
## 1072            73.552337650            82.055519100            79.644317630
## 1073            32.445542540            32.848457540            45.324391850
## 1074                      NA                      NA                      NA
## 1075                      NA                      NA                      NA
## 1076                      NA                      NA                      NA
## 1077                      NA                      NA                      NA
## 1078      17090000.149999999      14439999.580000000      17559999.469999999
## 1079       6349999.905000000       3059999.943000000      29090000.149999999
## 1080             0.334712270             0.133746295             0.213029579
## 1081     166769035.800000012     141227061.000000000     161635419.000000000
## 1082            42.861030580            42.079156970            43.891022170
## 1083       8580285.000000000       9562680.000000000       9266240.000000000
## 1084            14.747122430            14.745029650            14.745029650
## 1085     882650035.000000000     923246463.000000000     680789954.000000000
## 1086             0.003173097             0.004276920             0.001564266
## 1087            63.694197160            65.214737040            60.925898030
## 1088           117.592474700           114.408822400           100.000000000
## 1089            99.420000000            99.420000000            99.420000000
## 1090      24000000.000000000      24000000.000000000      26000000.000000000
## 1091                      NA            59.200000000                      NA
## 1092             0.932845652             0.973743953             1.021377463
## 1093             3.904515435             3.964006433             4.010957284
## 1094            57.288895910            57.393243640            57.463334900
## 1095            11.453713160            11.424475900            11.441758620
## 1096                      NA            49.600000000                      NA
## 1097                      NA                      NA                      NA
## 1098                      NA                      NA                      NA
## 1099                      NA                      NA                      NA
## 1100                      NA                      NA                      NA
## 1101                      NA            10.206770010                      NA
## 1102                      NA                      NA                      NA
## 1103            19.629999160            20.270000460            20.709999080
## 1104             1.000000000             1.009999990             1.009999990
## 1105                      NA                      NA                      NA
## 1106                      NA                      NA                      NA
## 1107            79.490841040            89.825634970            97.341879530
## 1108             2.121463299             2.270996094             2.135876656
## 1109                      NA             3.700000000                      NA
## 1110            32.859855840            35.050199960            37.288291810
## 1111                      NA            28.400000000                      NA
## 1112                      NA                      NA                      NA
## 1113             0.564000000                      NA                      NA
## 1114             0.100000000             0.100000000             0.100000000
## 1115            39.400000000            37.400000000            35.500000000
## 1116          2333.000000000          2172.000000000          2850.000000000
## 1117                      NA                      NA                      NA
## 1118            87.643661500            87.207542420            89.925422670
## 1119                      NA                      NA                      NA
## 1120            78.151931760            78.715911870            79.582931520
## 1121            36.182340000            35.396800000            35.059850000
## 1122            76.993087770            80.816116330            82.628219600
## 1123            91.911720280            93.096557620            94.120559690
## 1124                      NA                      NA                      NA
## 1125                      NA                      NA                      NA
## 1126             1.082030058             1.073809981             1.061810017
## 1127                      NA                      NA                      NA
## 1128                      NA                      NA                      NA
## 1129    1955546313.000000000    2138934650.000000000    2382471163.000000000
## 1130   73223254157.000000000   80463801555.000000000   82086601884.000000000
## 1131         62770.192470000         66570.354420000         68937.819490000
## 1132 1550000000000.000000000 1640000000000.000000000 1700000000000.000000000
## 1133             2.203259511             7.414513204             0.530317047
## 1134             4.989629200             4.836002500             5.415904100
## 1135             8.598613877             8.598613877             8.598613878
## 1136    1274418834.000000000    1275741012.000000000    1304777736.000000000
## 1137            32.570717060            35.858599490            36.451141800
## 1138  415000000000.000000000  466000000000.000000000  536000000000.000000000
## 1139 2370000000000.000000000 2720000000000.000000000 3000000000000.000000000
## 1140   19257877095.000000000   19844033814.000000000   20356546454.000000000
## 1141        157750.000000000        157750.000000000        158600.000000000
## 1142             3.080222075             3.111821470             3.135069510
## 1143         50000.000000000         50000.000000000         50000.000000000
## 1144             0.030792839             0.058555545             0.043843920
## 1145            66.084201040            66.521870910            55.503416340
## 1146            15.032946690            17.446889260            18.634050940
## 1147            11.800000000            11.750000000            11.860000000
## 1148            12.190000000            12.230000000            12.230000000
## 1149        798000.000000000        790000.000000000        539000.000000000
## 1150            52.834447790            53.562538620            54.107170630
## 1151             5.343155108             5.438832218             5.540556293
## 1152             5.054533296             4.941440023             4.789060913
## 1153            12.107829140            12.679944820            13.194320710
## 1154                      NA                      NA                      NA
## 1155           183.929000000           179.623000000           175.316000000
## 1156             2.551000118             2.944000006             3.099999905
## 1157                      NA                      NA                      NA
## 1158            83.189002990            83.231002810            83.260002140
## 1159            83.090000000            83.480000000            83.840000000
## 1160                      NA            92.863773820                      NA
## 1161                      NA                      NA                      NA
## 1162            67.229997630            65.889999390            64.990001680
## 1163                      NA                      NA                      NA
## 1164             4.890000000             4.999535366             3.572954324
## 1165                      NA                      NA                      NA
## 1166             5.887687340             7.430783200             7.965938560
## 1167             3.396042109             3.153345346             3.697079897
## 1168                      NA            10.900000000                      NA
## 1169                      NA             2.100000000                      NA
## 1170            47.629231820            49.218413260            50.807594710
## 1171            70.600000000            66.700000000            67.500000000
## 1172            88.000000000            88.000000000            85.000000000
## 1173            36.197929190            34.547440650            32.898070720
## 1174             5.300000000             5.100000000             6.200000000
## 1175            45.500000000            45.100000000            44.800000000
## 1176                      NA                      NA                      NA
## 1177            15.388839720                      NA            14.538339610
## 1178                      NA                      NA                      NA
## 1179            86.909040000            86.320650000            86.060880000
## 1180       3111257.000000000       3163946.000000000       3176320.000000000
## 1181                      NA                      NA                      NA
## 1182            60.360141750            70.098258970            76.851028440
## 1183           166.909650000           160.580550000           159.440150000
## 1184             5.000000000             5.000000000             5.000000000
## 1185                      NA                      NA                      NA
## 1186                      NA                      NA                      NA
## 1187                      NA                      NA                      NA
## 1188            37.081325110            39.589703760            40.088228440
## 1189 1960000000000.000000000 2270000000000.000000000 2460000000000.000000000
## 1190           823.359874600           844.853124900           901.749607700
## 1191                      NA                      NA                      NA
## 1192   21351145609.000000000   22925015994.000000000   23140000000.000000000
## 1193             0.884095160             1.042313600             0.911822790
## 1194             6.850007423             6.850007423             6.850007423
## 1195            28.622657530            27.461895360            26.518508430
## 1196  635000000000.000000000  801000000000.000000000  883000000000.000000000
## 1197            30.000000000            30.000000000            50.000000000
## 1198             3.000000000             3.000000000             3.000000000
## 1199            21.000000000                      NA            16.000000000
## 1200             2.700000000                      NA                      NA
## 1201             6.000000000             6.000000000             6.000000000
## 1202             9.800000000                      NA                      NA
## 1203             0.000000000             0.000000000             0.000000000
## 1204                      NA                      NA                      NA
## 1205            19.396671970            18.685711240            19.147869940
## 1206  296000000000.000000000  362000000000.000000000  412000000000.000000000
## 1207                      NA            33.800000000                      NA
## 1208                      NA                      NA                      NA
## 1209             8.568362774             8.435011413            12.533760740
## 1210                      NA                      NA                      NA
## 1211                      NA            54.299999240                      NA
## 1212                      NA                      NA                      NA
## 1213                      NA                      NA                      NA
## 1214          6090.000153000          7130.000114000          7190.000057000
## 1215             0.000000000       7000000.000000000       7000000.000000000
## 1216            82.177195130            83.072245170            83.913503760
## 1217     873330017.100000024     883820007.299999952    1224439941.000000000
## 1218       6461041.927000000                      NA       5057868.958000000
## 1219      90677000.000000000      53338000.000000000     185243000.000000000
## 1220                      NA                      NA                      NA
## 1221      71550003.049999997      75470001.219999999     161380004.900000006
## 1222          9999.999776000                      NA             0.000000000
## 1223                      NA                      NA                      NA
## 1224                      NA                      NA                      NA
## 1225      63096025.520000003     160802050.000000000     -57415235.840000004
## 1226    6536392557.000000000    7580410928.000000000    6510735869.000000000
## 1227                      NA                      NA                      NA
## 1228            54.445127720            67.370345840            74.114141080
## 1229      21362289.000000000      23021340.000000000      27516055.000000000
## 1230            73.333333330            86.666666670            86.666700000
## 1231             4.000000000             4.000000000             4.000000000
## 1232                      NA                      NA     350000000.000000000
## 1233           334.000000000           334.000000000           334.000000000
## 1234                      NA            62.700000000            62.700000000
## 1235            55.700000000                      NA                      NA
## 1236          9359.000000000         11971.000000000         12446.000000000
## 1237  142000000000.000000000  174000000000.000000000  209000000000.000000000
## 1238  259000000000.000000000  312000000000.000000000  356000000000.000000000
## 1239            21.667464550            22.784059840            20.903971490
## 1240                      NA            29.620000000                      NA
## 1241             9.040163119             8.364154697             7.868908956
## 1242            14.564764780            11.469416740            12.015241630
## 1243                      NA                      NA                      NA
## 1244                      NA                      NA                      NA
## 1245           100.000000000           100.000000000           100.000000000
## 1246         19220.000000000         19350.000000000         19160.000000000
## 1247             0.000000000             0.000000000             0.000000000
## 1248             0.000000000             0.000000000                      NA
## 1249             0.898827051             0.893917416             0.799079254
## 1250     824159973.100000024     823340026.899999976    1279189941.000000000
## 1251                      NA                      NA                      NA
## 1252                      NA                      NA                      NA
## 1253             4.593221711             5.355185658             4.289921408
## 1254                      NA                      NA         59999.998660000
## 1255      -2900000.095000000      -2630000.114000000       1220000.029000000
## 1256                      NA                      NA                      NA
## 1257             0.195041347             0.263926306             1.285750632
## 1258     237352913.199999988     325828028.100000024     350481742.699999988
## 1259      90469931.159999996      65963121.719999999      87019804.609999999
## 1260         59620.300000000         59620.300000000         59620.300000000
## 1261                      NA                      NA                      NA
## 1262             3.422283669             4.248015408             2.928409399
## 1263            43.474808090            42.928076710            44.559451330
## 1264    6571000000.000000000    7590000000.000000000    6652000000.000000000
## 1265            32.620000000            32.620000000            32.620000000
## 1266            24.120000000            24.120000000            24.120000000
## 1267       4795227.000000000       4892046.000000000       5013180.000000000
## 1268                      NA                      NA                      NA
## 1269        683671.000000000        686610.000000000        695978.000000000
## 1270             6.275062687             6.412249028             6.545969883
## 1271            11.645913820            11.251611300            10.888659630
## 1272            69.147210200            69.719604400            70.291998600
## 1273            99.000000000            85.000000000            79.000000000
## 1274                      NA                      NA             3.400000095
## 1275                      NA                      NA                      NA
## 1276            85.599998470            86.800003050            86.300003050
## 1277            74.221000670            73.751998900            73.320999150
## 1278                      NA             9.449324218                      NA
## 1279            20.450000760            21.209999080            21.670000080
## 1280            78.400001530            79.800003050                      NA
## 1281            72.947998050            73.084999080            73.226997380
## 1282                      NA                      NA                      NA
## 1283                      NA                      NA                      NA
## 1284            16.344596860            17.213039400            16.634677890
## 1285                      NA             4.789489746                      NA
## 1286             8.700000000             8.500000000             8.500000000
## 1287                      NA             2.100000000                      NA
## 1288            22.301907000            22.051159000            21.813128000
## 1289                      NA                      NA            36.000000000
## 1290            38.000000000            46.000000000            45.000000000
## 1291            90.582025450            90.438309760            90.294671100
## 1292         13622.000000000         12923.000000000         12191.000000000
## 1293                      NA                      NA             2.050000000
## 1294            17.569639210            18.281290050            16.989660260
## 1295                      NA                      NA                      NA
## 1296         23182.000000000         23876.000000000         24316.000000000
## 1297                      NA                      NA                      NA
## 1298                      NA                      NA                      NA
## 1299                      NA                      NA                      NA
## 1300            60.360141750            70.098258970            76.851028440
## 1301           139.800705000           138.259826700           139.916168200
## 1302            91.259101870            91.537193300            92.901779170
## 1303                      NA                      NA                      NA
## 1304                      NA                      NA                      NA
## 1305            26.799869540            28.152746200            29.942535400
## 1306    8218040756.000000000    8999374275.000000000    9765811313.000000000
## 1307   23045812873.000000000   23743523647.000000000   24128371395.000000000
## 1308   72735235363.000000000   79300444355.000000000   80942994654.000000000
## 1309           115.372079700           124.642648800           130.138199800
## 1310    7105000000.000000000    7884000000.000000000    8428000000.000000000
## 1311     588100000.000000000     689200000.000000000     706800000.000000000
## 1312             2.780625332             7.474165047             2.001965849
## 1313    6109357946.000000000    6383463331.000000000    6460119585.000000000
## 1314  494000000000.000000000  568000000000.000000000  607000000000.000000000
## 1315             9.294658678            10.124042120            10.214588590
## 1316 1790000000000.000000000 2020000000000.000000000 2240000000000.000000000
## 1317                      NA                      NA                      NA
## 1318            69.084927410            67.210496750            64.202232040
## 1319           102.410072300           102.919978100           100.000000000
## 1320             1.027933918             0.871432248             1.806121166
## 1321             3.498542000             0.000000000             5.678592000
## 1322             0.000000000             0.000000000             0.000000000
## 1323        983000.000000000                      NA                      NA
## 1324      12695455.000000000      12494455.000000000      12397963.000000000
## 1325             1.575168022             1.652614605             1.702591559
## 1326             4.625316602             4.725966929             4.804909602
## 1327       8890595.000000000       9135797.000000000       9383533.000000000
## 1328                      NA            36.600000000                      NA
## 1329            21.523000000            21.180000000            20.844000000
## 1330                      NA                      NA                      NA
## 1331                      NA                      NA                      NA
## 1332                      NA                      NA                      NA
## 1333            87.540000000            86.920000000            86.270000000
## 1334                      NA             8.815492064                      NA
## 1335                      NA                      NA                      NA
## 1336            79.369998930            78.720001220            78.279998780
## 1337            71.561996460            71.199996950            70.921997070
## 1338                      NA                      NA                      NA
## 1339                      NA                      NA                      NA
## 1340            20.449794410            25.749135140            27.243952830
## 1341                      NA                      NA                      NA
## 1342                      NA            11.600000000                      NA
## 1343             2.000000000             1.900000000             1.600000000
## 1344            75.007856700            75.039517850            75.071179000
## 1345            71.000000000            68.100000000            68.800000000
## 1346                      NA                      NA                      NA
## 1347            28.312561470            26.849284950            25.361853490
## 1348             6.600000000             6.500000000             7.500000000
## 1349            35.200000000            35.000000000            34.900000000
## 1350                      NA            29.480737020            29.549248750
## 1351            19.048479080                      NA            15.453359600
## 1352                      NA                      NA                      NA
## 1353            88.126340000            88.317920000            88.947840000
## 1354            50.309920000            50.448870000            50.578630000
## 1355                      NA             1.004469991             1.658349991
## 1356            10.950700000            10.096430000             9.860250000
## 1357                      NA            98.790360000            98.098860000
## 1358           110.418830900           114.812500000           117.195037800
## 1359                      NA                      NA                      NA
## 1360                      NA                      NA                      NA
## 1361                      NA                      NA                      NA
## 1362     148697868.699999988     333478257.300000012     344182741.300000012
## 1363   22254950129.000000000   23777046025.000000000   24704978151.000000000
## 1364         72419.276460000         82975.053040000         89714.437250000
## 1365   20206662643.000000000   20592668320.000000000   21978324247.000000000
## 1366             1.929225829             7.371362705             0.937770364
## 1367             0.000000000             0.000000000     226900000.000000000
## 1368            44.888749460            44.888749460            44.888749460
## 1369                      NA                      NA                      NA
## 1370    6696390274.000000000    8103225024.000000000    8879788078.000000000
## 1371  482000000000.000000000  564000000000.000000000  668000000000.000000000
## 1372            91.821033120            90.635282770            92.374730120
## 1373   18679793582.000000000   18784064924.000000000   20356546454.000000000
## 1374                      NA             3.056873000                      NA
## 1375                      NA                      NA                      NA
## 1376             3.000000000             3.000000000             3.000000000
## 1377            18.000000000            10.000000000            11.000000000
## 1378            17.600000000            17.600000000            17.600000000
## 1379             4.000000000             4.000000000             4.000000000
## 1380            90.100000000                      NA                      NA
## 1381             8.700000000                      NA                      NA
## 1382                      NA                      NA                      NA
## 1383            26.698872560            27.818106830            26.114133150
## 1384             0.169394904             0.342427439             0.088455112
## 1385            -0.300186813             1.388900866             2.028425282
## 1386                      NA                      NA                      NA
## 1387            10.470462560            17.021029930            10.461328440
## 1388                      NA                      NA                      NA
## 1389       1088142.000000000       1132664.000000000       1179009.000000000
## 1390                      NA                      NA                      NA
## 1391          5280.000000000          5480.000000000          5510.000000000
## 1392             0.226252797             0.264996837             0.266148113
## 1393             6.475425412             6.783790711                      NA
## 1394            26.100000000            27.600000000            29.000000000
## 1395     831640014.600000024     831780029.299999952    1285729980.000000000
## 1396                      NA                      NA                      NA
## 1397       8020431.000000000      -9514352.000000000      -1876964.000000000
## 1398                      NA                      NA                      NA
## 1399                      NA                      NA                      NA
## 1400        289999.991700000        400000.006000000       2690000.057000000
## 1401       2279999.971000000       1629999.995000000       4500000.000000000
## 1402            36.655334060            35.083176010            33.775969000
## 1403    1456039681.000000000     846439525.500000000    2329037202.000000000
## 1404    7610576087.000000000    8843504435.000000000    7798582481.000000000
## 1405                      NA                      NA                      NA
## 1406       2114000.000000000       2113700.000000000       2113700.000000000
## 1407    5480765567.000000000    5740203633.000000000    6712326663.000000000
## 1408 1520000000000.000000000 1580000000000.000000000 1630000000000.000000000
## 1409             7.534337608             8.001141444             8.811996996
## 1410                      NA             2.587906000                      NA
## 1411                      NA                      NA                      NA
## 1412            61.111111110            65.555555560            72.222233330
## 1413             3.000000000             3.000000000             3.000000000
## 1414                      NA                      NA                      NA
## 1415             7.000000000             7.000000000             7.000000000
## 1416                      NA            80.000000000            80.000000000
## 1417            14.400000000                      NA                      NA
## 1418             0.579054129             0.734211644             0.753945980
## 1419            12.690435420            13.582991520            13.989798450
## 1420             1.054504769             1.108590276             1.224148440
## 1421   71701107000.000000000   92191453000.000000000   94070726247.000000000
## 1422                      NA            37.340000000                      NA
## 1423           130.368145400           141.272338700           152.388930500
## 1424            50.185314830            54.220192400            56.684391890
## 1425                      NA                      NA                      NA
## 1426           187.769759300           187.694328600           188.455061000
## 1427           100.000000000           100.000000000           100.000000000
## 1428                      NA                      NA                      NA
## 1429             0.542176575             0.609938925                      NA
## 1430             0.000000000             0.000000000             0.000000000
## 1431     200536465.800000012     206182778.199999988     197412355.199999988
## 1432     873330017.100000024     883820007.299999952    1224439941.000000000
## 1433     -10690750.000000000       2418000.000000000      43037000.000000000
## 1434        937310.099600000        745559.990400000       1721850.038000000
## 1435     249604000.000000000     332892000.000000000     349434000.000000000
## 1436          9999.999776000                      NA        119999.997300000
## 1437      27209999.079999998      37540000.920000002      26819999.690000001
## 1438                      NA                      NA                      NA
## 1439    2185437851.000000000    2410794720.000000000    2243659157.000000000
## 1440    1389252827.000000000     798257076.500000000    2550850483.000000000
## 1441            15.285347660            18.094162290            18.678283890
## 1442                      NA                      NA                      NA
##                        X2016                   X2017                    X2018
## 1                0.822554479             1.184260541              0.630576368
## 2        696000000.000000000     742000000.000000000      786000000.000000000
## 3               15.591606760            13.767216960             13.822255450
## 4               63.058666120            59.258148540             60.466496390
## 5               12.350000000                      NA             12.360000000
## 6               39.271576580            38.268525480             40.765261170
## 7                0.441432443             0.858041178              1.159671238
## 8               52.068693640            49.741435950             47.627913530
## 9                2.174056881             2.217872812              2.275557146
## 10               6.206163567             6.774678179              7.370284021
## 11              32.322653570            31.336510560             30.414265320
## 12              68.419000000            68.710000000             68.989000000
## 13              31.200000000            31.600000000             33.800000000
## 14                        NA            34.759998320                       NA
## 15               4.748000145             5.109000206              5.135000229
## 16              81.964996340            82.242996220             82.415000920
## 17                        NA            21.370000840                       NA
## 18              19.290000920            19.709999080             20.110000610
## 19              39.700000760            38.819999690             38.029998780
## 20              79.734001160            79.711997990             79.942001340
## 21              54.930000310            53.790000920             52.889999390
## 22                        NA                      NA                       NA
## 23                        NA                      NA                       NA
## 24              11.707848550            15.417115210             13.537973400
## 25                        NA                      NA                       NA
## 26              36.100000000                      NA                       NA
## 27              21.125172220            18.260934530             15.415233270
## 28              62.043475130            65.595375010             69.207892300
## 29             210.000000000           230.000000000                       NA
## 30             200.000000000           200.000000000            200.000000000
## 31              20.200000000            19.200000000             18.300000000
## 32                        NA                      NA                       NA
## 33              28.500000000                      NA                       NA
## 34                        NA                      NA                       NA
## 35                        NA                      NA                       NA
## 36              91.641700740            88.009948730                       NA
## 37              72.789649960            76.776618960                       NA
## 38                        NA                      NA                       NA
## 39                        NA                      NA                       NA
## 40              15.322979930            16.570449830                       NA
## 41              22.421220000            20.906550000                       NA
## 42              87.575393680            88.315933230                       NA
## 43                        NA                      NA                       NA
## 44                        NA                      NA                       NA
## 45      7507423976.000000000   15068646938.000000000    16724088454.000000000
## 46           69463.109720000         74523.259250000          78600.632440000
## 47     95012479524.000000000  400000000000.000000000   511000000000.000000000
## 48     24466305357.000000000   26662713937.000000000    28695046274.000000000
## 49               0.003656839             0.004472639              0.004915582
## 50               0.916110340             0.836518550              0.780920750
## 51               1.186735552             8.379978462              9.253466767
## 52      3103627080.000000000    3726495546.000000000     4370933208.000000000
## 53             659.283157600           681.647186800            684.857442400
## 54    737000000000.000000000 1150000000000.000000000  1370000000000.000000000
## 55      2057722343.000000000    2239939907.000000000     2412284143.000000000
## 56     78543330140.000000000   79161761012.000000000    84045912895.000000000
## 57                        NA                      NA                       NA
## 58                        NA                      NA              1.000000000
## 59              86.560820900            92.317661690             97.785447760
## 60               1.160824110             1.423101847              2.896753612
## 61               0.683050186             2.257477662              2.218992925
## 62              18.232881700            17.642856790             15.199557270
## 63              48.117750000                      NA             19.941260000
## 64       446000000.000000000     629000000.000000000      644000000.000000000
## 65              54.800000000                      NA                       NA
## 66               0.697559520             0.723921179              0.738154160
## 67               3.402346336             3.426399356              3.479710801
## 68              62.076943870            62.998802030             63.858063900
## 69              29.395132360            28.523157740             27.713896530
## 70              27.800000000            26.600000000             25.500000000
## 71            8364.000000000          8415.000000000           8590.000000000
## 72                        NA            13.250000000                       NA
## 73                        NA            29.889999390                       NA
## 74                        NA            27.469999310                       NA
## 75                        NA                      NA                       NA
## 76                        NA                      NA                       NA
## 77                        NA                      NA                       NA
## 78              66.629997250            65.620002750             64.809997560
## 79                        NA                      NA                       NA
## 80                        NA                      NA                       NA
## 81              33.684718170            31.202067490             32.162270620
## 82              82.000000000            89.000000000             89.000000000
## 83              91.000000000            91.000000000             91.000000000
## 84              38.968149600            41.115479700             43.298518910
## 85             200.000000000           186.000000000                       NA
## 86              83.600000000            83.600000000                       NA
## 87               0.423678056             0.335360707              0.335474065
## 88            1000.000000000          1000.000000000           1000.000000000
## 89              36.100000000            34.300000000             32.900000000
## 90            3291.000000000          3176.000000000           3061.000000000
## 91               8.900000000                      NA                       NA
## 92                        NA                      NA                       NA
## 93                        NA                      NA                       NA
## 94              89.161552430            89.482841490                       NA
## 95              23.539680000            24.164830000                       NA
## 96                        NA                      NA                       NA
## 97              97.010810850            97.278518680                       NA
## 98                        NA                      NA                       NA
## 99                        NA                      NA                       NA
## 100              1.057520032             1.074749947                       NA
## 101                       NA                      NA                       NA
## 102                       NA                      NA                       NA
## 103   170000000000.000000000  192000000000.000000000   211000000000.000000000
## 104            880.000000000           990.000000000           1120.000000000
## 105           3315.814414000          3565.197807000           3773.715918000
## 106              0.000142212             0.000000000              0.000000000
## 107             28.209864000            35.866160000             36.524842000
## 108              0.000025000             0.000000000              0.000000000
## 109           4397.241052000          4526.659067000           4693.504021000
## 110     1180718098.000000000    1379397330.000000000     1506394193.000000000
## 111  -672000000000.000000000 -893000000000.000000000 -1130000000000.000000000
## 112     -113846379.799999997    1955471487.000000000     2355858677.000000000
## 113  2230000000000.000000000 2590000000000.000000000  2790000000000.000000000
## 114  1540000000000.000000000 1550000000000.000000000  1650000000000.000000000
## 115      356495278.600000024     436745563.500000000      429373005.899999976
## 116              0.822288228             1.821053846              2.818796490
## 117             41.902095970            45.503089850             43.740022640
## 118              7.671972453            10.915657370             10.173637140
## 119             33.276042080            33.724565160             34.830704170
## 120              3.457386253             3.103374080              2.282595378
## 121             99.550000000                      NA             99.540000000
## 122             99.640000000                      NA             99.630000000
## 123              2.968730959             3.403983290              3.729630944
## 124                       NA                      NA                       NA
## 125              5.556087902             5.635293497              5.714558709
## 126              4.818546466             4.904086497              5.099447541
## 127             11.550819680            11.177432850             10.884714820
## 128             77.007665400            77.598563000             78.117778000
## 129              9.600000000             9.600000000             10.300000000
## 130              2.721999884             3.076999903              3.002000093
## 131              6.546999931             7.008999825              6.901999950
## 132             96.296861320            96.944653860             97.395381300
## 133                       NA            39.509998320                       NA
## 134                       NA                      NA                       NA
## 135              8.119999886             8.329999924              8.500000000
## 136             82.518997190            81.760002140             81.711997990
## 137                       NA            16.569999690                       NA
## 138                       NA                      NA                       NA
## 139                       NA                      NA                       NA
## 140             18.984702970            25.953078570             23.177957910
## 141              1.871836424                      NA                       NA
## 142             15.600000000            15.800000000             16.100000000
## 143             37.000000000            37.000000000                       NA
## 144             58.000000000            58.000000000                       NA
## 145             43.200000000            43.000000000             42.700000000
## 146              0.070000000             0.060000000              0.050000000
## 147             87.839181620            88.433911810             89.026170210
## 148                       NA                      NA                       NA
## 149                       NA                      NA              0.760000000
## 150                       NA                      NA                       NA
## 151                       NA                      NA                       NA
## 152         113385.000000000        115759.000000000                       NA
## 153             55.374940000            57.513690000                       NA
## 154                       NA                      NA                       NA
## 155          49332.000000000        101223.000000000                       NA
## 156             73.687210080                      NA                       NA
## 157            148.174560500           145.211700400                       NA
## 158             90.607696530            93.313652040                       NA
## 159                       NA                      NA             90.883468630
## 160                       NA                      NA                       NA
## 161            107.383815200           104.511885200            108.930134100
## 162           3356.592607000          3601.108877000           3798.135482000
## 163  1880000000000.000000000 2050000000000.000000000  2210000000000.000000000
## 164  1870000000000.000000000 2040000000000.000000000  2190000000000.000000000
## 165              7.150334788             8.261412551              4.355858465
## 166             34.850728000            41.463005000             42.326151000
## 167             51.598044090            51.849782290             51.590443470
## 168     3073763077.000000000    3600526283.000000000     3973702363.000000000
## 169   666000000000.000000000  729000000000.000000000   772000000000.000000000
## 170             -7.622762454            55.171441940             12.183816010
## 171   165000000000.000000000  179000000000.000000000   193000000000.000000000
## 172    23630719886.000000000   25209699292.000000000    28213797401.000000000
## 173   207000000000.000000000  262000000000.000000000   279000000000.000000000
## 174              1.933333000                      NA              2.290000000
## 175                       NA                      NA                       NA
## 176              3.500000000             3.500000000              3.666666667
## 177              3.166670000             3.166666667              3.333333333
## 178              3.000000000             3.000000000              3.000000000
## 179              3.000000000             3.000000000              3.000000000
## 180                       NA                      NA                       NA
## 181              7.000000000             8.000000000              8.000000000
## 182                       NA                      NA                       NA
## 183                       NA                      NA                       NA
## 184              6.000000000             6.000000000              6.000000000
## 185              0.001671667             0.055065605              0.039823800
## 186             15.682824620            15.759437160             15.792458400
## 187    30689561292.000000000  -73414994754.000000000  -164000000000.000000000
## 188                       NA            41.600000000                       NA
## 189              2.645040978             2.745239878              3.786924618
## 190                       NA                      NA                       NA
## 191                       NA             2.807458481                       NA
## 192                       NA                      NA             18.000000000
## 193             98.054714030            99.734373720                       NA
## 194          39779.998780000         42470.001220000          45630.001070000
## 195                       NA                      NA                       NA
## 196                       NA                      NA                       NA
## 197       17917854.399999999      12407149.000000000        8167661.700000000
## 198        1364295.363000000       4574510.098000000        1475678.921000000
## 199        -193000.000000000       -143000.000000000         -12000.000000000
## 200         431226.819800000        393495.649100000         593783.974600000
## 201       82984000.000000000      74686000.000000000      129349000.000000000
## 202              0.000000000        409999.996400000              0.000000000
## 203       12890000.340000000      19110000.609999999       16290000.920000000
## 204             26.960577690            23.913544110             25.026419950
## 205             62.139091100            53.781557400             54.920704940
## 206     -167829918.900000006   -1032642816.000000000    -2748523176.000000000
## 207           2605.400000000          2795.700000000           2896.000000000
## 208                       NA                      NA                       NA
## 209              5.064796971             6.373118293              6.761759244
## 210             35.149867460            29.993642720             29.666373200
## 211     1238607176.000000000    1596951451.000000000     1745334367.000000000
## 212              3.467774278             3.865700214              3.898487034
## 213             13.070000000                      NA             13.420000000
## 214            306.324408500           334.515521800            384.595122700
## 215             81.058000000            80.664000000             80.260000000
## 216              0.915275490             1.345295889              1.661776420
## 217         824522.000000000        849674.000000000         875590.000000000
## 218              7.705020238             7.735351834              7.814513331
## 219              9.680859279             9.396736537              9.141531774
## 220              2.027000000             1.967000000              1.917000000
## 221             96.500000000            94.200000000                       NA
## 222                       NA            12.020000460                       NA
## 223                       NA            19.229999540                       NA
## 224                       NA            50.791627770                       NA
## 225             77.556999210            77.973999020             78.194999690
## 226                       NA                      NA                       NA
## 227           6053.330917000          6442.269479000           6719.346198000
## 228                       NA            49.569999690                       NA
## 229             66.660003660            65.809997560             65.080001830
## 230                       NA                      NA                       NA
## 231                       NA                      NA                       NA
## 232              5.657164600             7.756476380              6.922815600
## 233                       NA                      NA                       NA
## 234              2.700000000             2.700000000              2.700000000
## 235             61.400000000            61.400000000                       NA
## 236             66.100000000            65.200000000                       NA
## 237              0.473845878             0.429217046                       NA
## 238              0.030000000             0.030000000              0.020000000
## 239             56.000000000            56.048330000                       NA
## 240          19210.000000000         18160.000000000          17260.000000000
## 241              3.000000000                      NA                       NA
## 242                       NA                      NA                       NA
## 243                       NA                      NA                       NA
## 244             90.475807190            88.704978940                       NA
## 245             68.830566410            71.436538700                       NA
## 246                       NA                      NA                       NA
## 247                       NA                      NA                       NA
## 248             73.407142640                      NA                       NA
## 249            144.488845800           143.919540400                       NA
## 250             84.528137210            83.316360470                       NA
## 251                       NA                      NA                       NA
## 252                       NA                      NA                       NA
## 253            106.351900000           106.212500000            104.373000000
## 254           3030.000000000          3600.000000000           3890.000000000
## 255              3.642858923            12.984755150             14.791612110
## 256              0.433113718             8.977279354              7.622376108
## 257              7.150334788             8.261412551              4.355858465
## 258              1.015851010             0.693784240              0.418670580
## 259   920000000000.000000000  997000000000.000000000  1090000000000.000000000
## 260   330000000000.000000000  396000000000.000000000   456000000000.000000000
## 261     6258028811.000000000    6866135825.000000000     7395350714.000000000
## 262             51.872282950            46.700690010             46.601464500
## 263             70.744461890            68.323121750             66.256489910
## 264     8906047936.000000000   10097141947.000000000    12902120494.000000000
## 265             11.947883120            15.246000120             16.805008960
## 266             12.650000000                      NA             12.790000000
## 267      587000000.000000000     783000000.000000000      833000000.000000000
## 268             56.200000000                      NA                       NA
## 269              1.063000000             1.065000000              1.065000000
## 270              2.664613833             2.673758984              2.694305536
## 271             10.322922400            10.572908750             10.735276180
## 272        4444368.000000000       4350950.000000000        4292272.000000000
## 273             30.300000000            28.900000000             27.800000000
## 274                       NA                      NA                       NA
## 275                       NA            14.460000040                       NA
## 276             55.858155980            56.037378170             56.002047420
## 277                       NA            58.380001070                       NA
## 278                       NA                      NA                       NA
## 279                       NA                      NA                       NA
## 280                       NA                      NA                       NA
## 281             79.150001530            78.519996640             77.959999080
## 282                       NA                      NA                       NA
## 283                       NA                      NA                       NA
## 284            113.041499500           104.401750200            107.681006900
## 285              5.423798080             4.721732620              4.528452400
## 286             44.000000000            45.000000000             46.000000000
## 287             36.000000000                      NA                       NA
## 288                       NA           250.000000000                       NA
## 289             84.900000000            84.900000000                       NA
## 290                       NA                      NA                       NA
## 291            100.000000000           100.000000000            100.000000000
## 292             19.400000000            19.400000000             19.400000000
## 293           3434.000000000          3575.000000000           3710.000000000
## 294              3.400000000                      NA                       NA
## 295                       NA                      NA                       NA
## 296                       NA                      NA                       NA
## 297             85.191551210                      NA                       NA
## 298                       NA                      NA                       NA
## 299                       NA                      NA                       NA
## 300         190219.000000000        197797.000000000                       NA
## 301             30.645670000            31.665180000                       NA
## 302              5.000000000             5.000000000              5.000000000
## 303              0.976989985             1.008999944              1.067080021
## 304                       NA                      NA                       NA
## 305                       NA                      NA                       NA
## 306     7317093549.000000000    8019783513.000000000     8284431295.000000000
## 307          96913.292270000        112480.576100000         123811.208800000
## 308              0.000000000             0.000000000              0.000000000
## 309    24524098185.000000000   28971589213.000000000    33111525872.000000000
## 310     7236000000.000000000   10740000000.000000000    12430000000.000000000
## 311         414583.960000000        599031.690000000         752432.880000000
## 312    12653954994.000000000   15021705932.000000000    17082383036.000000000
## 313             -9.508105095            16.826982870              9.206691966
## 314                       NA                      NA                       NA
## 315   -12107778800.000000000  208000000000.000000000   246000000000.000000000
## 316            124.598140300           124.340298900            124.756188200
## 317            777.691398200           773.340732700            807.523248000
## 318    38324000000.000000000   45694900000.000000000    46654700000.000000000
## 319            508.000000000          4372.000000000           5126.000000000
## 320                       NA             2.000000000                       NA
## 321              3.778344841             6.511339213              5.048379104
## 322             83.988582310            79.508625640             75.961661550
## 323             11.124355990            11.603127100             12.669666960
## 324             47.420360000                      NA             28.521650000
## 325             48.258390000                      NA             18.463530000
## 326             18.942000000            19.336000000             19.740000000
## 327       27263430.000000000      27632682.000000000       28095712.000000000
## 328              5.652654141             5.699365940              5.743133563
## 329              4.767594460             4.661536900              4.566450589
## 330             12.934532870            12.417707810             11.917296110
## 331              1.700000000                      NA                       NA
## 332             67.310600000            65.121000000             64.399000000
## 333              3.051000118             3.625000000              3.436000109
## 334              5.565000057             5.974999905              5.947000027
## 335             85.116996770            84.834999080             84.619003300
## 336                       NA            29.500000000                       NA
## 337                       NA                      NA                       NA
## 338             14.050000190            14.479999540             14.810000420
## 339             80.938003540            80.597000120             80.708999630
## 340                       NA            31.909999850                       NA
## 341                       NA                      NA                       NA
## 342                       NA                      NA                       NA
## 343              1.007718090             1.065424680              1.067212100
## 344                       NA                      NA                       NA
## 345             17.000000000            16.200000000             16.200000000
## 346              1.300000000                      NA                       NA
## 347                       NA                      NA                       NA
## 348                       NA                      NA             14.800000000
## 349             87.000000000            90.000000000             91.000000000
## 350             88.277108560            88.738206520             89.191600700
## 351              3.300000000             3.200000000              3.000000000
## 352                       NA                      NA              3.490000000
## 353              3.903209925             4.767220020              4.434450150
## 354                       NA                      NA                       NA
## 355             22.134319310            22.949399950                       NA
## 356             54.545030000            56.462760000                       NA
## 357                       NA                      NA                       NA
## 358                       NA                      NA                       NA
## 359             73.407142640                      NA                       NA
## 360            151.477980000           148.422300000                       NA
## 361             51.646930690            51.333328250                       NA
## 362                       NA                      NA             94.034278870
## 363                       NA                      NA                       NA
## 364              0.300876710             0.294080108              0.305011772
## 365   921000000000.000000000 1290000000000.000000000  1470000000000.000000000
## 366    24843832219.000000000   29263410537.000000000    33328198533.000000000
## 367    90400474175.000000000   98515977279.000000000   106000000000.000000000
## 368            139.443516700           150.963520900            157.539278200
## 369             28.628551000            35.945850000             36.277712000
## 370              2.860942200             2.860942200              2.860942200
## 371   239000000000.000000000  280000000000.000000000   309000000000.000000000
## 372             -0.084322675             5.174728419              2.609259540
## 373             28.240999200            37.325054010             39.547800330
## 374   606000000000.000000000  697000000000.000000000   868000000000.000000000
## 375    23094829570.000000000   23663904261.000000000    25030080013.000000000
## 376            -11.961391160            21.419658720              2.051561562
## 377              2.500000000                      NA              2.360000000
## 378                       NA                      NA                       NA
## 379              2.466667000                      NA              2.650000000
## 380            117.814601700           130.629366000            139.446361800
## 381             70.000000000            80.000000000             80.000000000
## 382              4.500000000             4.500000000              4.500000000
## 383                       NA                      NA                       NA
## 384                       NA                      NA                       NA
## 385             48.000000000            48.000000000             48.000000000
## 386                       NA                      NA                       NA
## 387              0.000000000             0.000000000              0.000000000
## 388             61.588679420            64.081740130             72.613458710
## 389             16.143749760            17.999362120             19.082826060
## 390              0.000000000             0.000000000              0.000000000
## 391                       NA            58.600000000                       NA
## 392                       NA                      NA                       NA
## 393     8734510299.000000000    9435255967.000000000     8335473017.000000000
## 394                       NA             8.311832428              8.311832428
## 395                       NA                      NA                       NA
## 396            100.000000000           100.000000000                       NA
## 397                       NA                      NA                       NA
## 398              0.000000000                      NA                       NA
## 399                       NA                      NA                       NA
## 400              7.963716646             6.963718573              6.356495905
## 401                       NA                      NA                       NA
## 402         431842.297300000        375400.006800000          32214.000820000
## 403      -17837231.000000000     -12357226.400000000       -8077035.800000000
## 404             14.702279370            14.077518260              7.441730408
## 405        1210000.038000000       1820000.052000000        1110000.014000000
## 406      139039993.300000012     129130004.900000006      127389999.400000006
## 407                       NA                      NA                       NA
## 408      762283423.299999952     835688143.399999976      932254409.399999976
## 409    -7898498022.000000000   -9393295183.000000000   -11960657626.000000000
## 410    10015080400.000000000   11823752195.000000000    14638261931.000000000
## 411             41.590722010            41.590722010             41.590722010
## 412                       NA                      NA                       NA
## 413              4.895080058             4.566839902              8.845720000
## 414              3.500000000             3.500000000              3.500000000
## 415              3.500000000             3.500000000              3.500000000
## 416             12.000000000            12.000000000             12.000000000
## 417             26.100000000            27.400000000             24.400000000
## 418                       NA                      NA                       NA
## 419            202.857100000           202.857100000            202.857100000
## 420                       NA             0.502000000              0.511760235
## 421     8673040021.000000000   10023699197.000000000    16247311611.000000000
## 422             13.050688000            13.989349790             16.406758640
## 423    56847135000.000000000   70193249997.000000000   195000000000.000000000
## 424                       NA                      NA                       NA
## 425             69.840800110            68.557085210             76.324608010
## 426              1.684336594             1.699085522              1.562378391
## 427              0.910000000                      NA                       NA
## 428                       NA                      NA                       NA
## 429                       NA                      NA                       NA
## 430           2614.571000000                      NA                       NA
## 431                       NA                      NA                       NA
## 432             94.500000000            95.790031430             95.750000000
## 433             30.503826640            25.997293060             21.749531530
## 434        1794201.970000000        -21302.999930000         -10049.319830000
## 435                       NA                      NA                       NA
## 436       24833291.100000001      33551395.399999999      123243296.299999997
## 437     4297388214.000000000    4963402939.000000000     5510938186.000000000
## 438        2809999.943000000       2980000.019000000        3500000.000000000
## 439      100769996.599999994      94879997.250000000       54349998.469999999
## 440                       NA                      NA                       NA
## 441      725140000.000000000     705030000.000000000      631240000.000000000
## 442              0.000000000             0.000000000              0.000000000
## 443            100.540000900           105.660003700            104.360000600
## 444        3306317.000000000       3490663.000000000        3428987.000000000
## 445   715000000000.000000000  916000000000.000000000  1090000000000.000000000
## 446              6.387353706            23.082667780             11.811357430
## 447    30556570258.000000000   36023360612.000000000    41308677540.000000000
## 448  2310000000000.000000000 2420000000000.000000000  2670000000000.000000000
## 449        8000000.000000000       1000000.000000000        7000000.000000000
## 450         858237.000000000        861299.000000000         799368.000000000
## 451             49.448333330            54.911666670             53.895833330
## 452              3.391670000             3.391666667              3.450000000
## 453             23.000000000            25.000000000                       NA
## 454             11.300000000            11.300000000             19.900000000
## 455              2.000000000             2.000000000              2.000000000
## 456                       NA                      NA                       NA
## 457              1.800000000             1.700000000              2.700000000
## 458             73.341310000            79.819890000             84.807380000
## 459   114000000000.000000000  145000000000.000000000   155000000000.000000000
## 460              0.000000000             0.000000000              0.000000000
## 461                       NA            39.340000000                       NA
## 462                       NA                      NA                       NA
## 463            203.251599900           190.096514100            151.253248300
## 464                       NA             9.497100000                       NA
## 465                       NA                      NA                       NA
## 466                       NA                      NA                       NA
## 467           2950.000000000          3000.000000000           3040.000000000
## 468              0.381749507             0.413686320              0.419236125
## 469                       NA                      NA                       NA
## 470      171104004.400000006     171015919.599999994      192823543.099999994
## 471                       NA                      NA                       NA
## 472        7799685.955000000       8075079.918000000        8253790.855000000
## 473                       NA                      NA                       NA
## 474              8.807700000             8.486300000              4.565800000
## 475      671119991.799999952     726270006.200000048      658269991.299999952
## 476                       NA                      NA                       NA
## 477                       NA                      NA                       NA
## 478     1354298955.000000000    1594768869.000000000     1745349895.000000000
## 479    -8002012574.000000000   -9364702397.000000000   -11930726796.000000000
## 480              3.709999598             3.391118215              3.572239662
## 481                       NA                      NA                       NA
## 482                       NA                      NA                       NA
## 483             54.899690240            56.808129760             57.729392080
## 484              0.042736437             0.631597402                       NA
## 485              0.628219244             0.739532012              0.281449751
## 486              1.629176604             1.377211637              1.243975238
## 487             26.260000000                      NA             26.330000000
## 488       47000000.000000000     103000000.000000000       82000000.000000000
## 489             57.800000000                      NA                       NA
## 490              0.746025566             0.758907644              0.765084770
## 491              3.188347904             3.264073543              3.353758524
## 492       16924304.000000000      17408259.000000000       17941378.000000000
## 493        4362230.000000000       4300643.000000000        4246349.000000000
## 494             25.300000000            24.100000000             23.100000000
## 495          25249.000000000         21467.000000000          20804.000000000
## 496                       NA            16.510000230                       NA
## 497                       NA            23.459999080                       NA
## 498                       NA            67.669998170                       NA
## 499                       NA                      NA                       NA
## 500                       NA                      NA                       NA
## 501                       NA                      NA                       NA
## 502             89.000000000            88.620002750             88.250000000
## 503                       NA                      NA                       NA
## 504                       NA                      NA                       NA
## 505             69.712585450            62.018608090             62.895210270
## 506                       NA            48.000000000                       NA
## 507              1.900000000                      NA                       NA
## 508             36.374984040            37.810492220             39.271147250
## 509             27.300000000                      NA                       NA
## 510            193.800000000                      NA                       NA
## 511                       NA                      NA                       NA
## 512             45.000000000            53.000000000             58.000000000
## 513             31.300000000            29.700000000             28.300000000
## 514           1528.000000000          1454.000000000           1391.000000000
## 515             11.200000000                      NA                       NA
## 516                       NA                      NA                       NA
## 517                       NA                      NA                       NA
## 518             88.946403500            89.249282840                       NA
## 519             28.903570000            28.824110000                       NA
## 520             89.615348820            94.602996830                       NA
## 521             96.846351620            97.109741210                       NA
## 522                       NA                      NA                       NA
## 523                       NA                      NA                       NA
## 524              1.056910038             1.046779990                       NA
## 525                       NA                      NA                       NA
## 526                       NA                      NA                       NA
## 527   267000000000.000000000  357000000000.000000000   445000000000.000000000
## 528    91512227573.000000000   99508296435.000000000   107000000000.000000000
## 529           2989.675006000          3565.197807000           3863.870402000
## 530              1.027379417             0.698704855              0.419137823
## 531     7008000000.000000000   10500000000.000000000    12170000000.000000000
## 532           6197.527700000             0.000000000              0.000000000
## 533              5.544167072             5.544167071              5.544167071
## 534   127000000000.000000000  149000000000.000000000   170000000000.000000000
## 535    -6316507668.000000000   -8406985408.000000000   -10865913065.000000000
## 536             28.705221690            30.575436400             32.432880030
## 537    30133450282.000000000   34585833513.000000000    37282717029.000000000
## 538        4241243.000000000       5993527.000000000        3263597.000000000
## 539              0.219080034             1.391112700              1.275442276
## 540            568.011506700           657.660712000            808.148887500
## 541              3.746474040             3.447200149              3.633531970
## 542              0.887735000                      NA              0.249632900
## 543              6.330453423             7.493391145              6.250742092
## 544       22099191.000000000      22289627.000000000       22549618.000000000
## 545              9.021712207             8.991737772              8.969377937
## 546              2.133393226             2.149150628              2.175022694
## 547              8.571147092             8.852463409              9.155557273
## 548        8812264.000000000       8659118.000000000        8545104.000000000
## 549             69.848000000            70.169000000             70.478000000
## 550              4.500000000             4.200000000              4.300000000
## 551                       NA            21.159999850                       NA
## 552                       NA            22.479999540                       NA
## 553                       NA            27.909999850                       NA
## 554                       NA                      NA                       NA
## 555             23.489999770            23.870000840             24.229999540
## 556             17.139999390            16.299999240             15.600000380
## 557                       NA            24.559999470                       NA
## 558             75.889999390            75.220001220             74.620002750
## 559                       NA                      NA                       NA
## 560                       NA                      NA                       NA
## 561            162.153656000           168.339401300            171.207000700
## 562                       NA                      NA                       NA
## 563             35.000000000            33.800000000             32.500000000
## 564              7.336626978             6.559797418              5.782967858
## 565             66.303596580            68.777344020             71.289787150
## 566           1100.000000000          1100.000000000                       NA
## 567              0.040000000             0.040000000              0.030000000
## 568             21.300000000            21.400000000             21.500000000
## 569          15786.000000000         15000.000000000          14328.000000000
## 570             24.400000000                      NA                       NA
## 571                       NA                      NA                       NA
## 572                       NA                      NA                       NA
## 573             87.455139160                      NA                       NA
## 574             70.776748660            74.077293400                       NA
## 575                       NA                      NA                       NA
## 576             98.328720000            96.477130000                       NA
## 577             27.716230000            28.523650000                       NA
## 578             50.771760000            50.448300000                       NA
## 579             20.757020000            20.363420000                       NA
## 580                       NA                      NA                       NA
## 581                       NA                      NA                       NA
## 582                       NA                      NA                       NA
## 583             -0.602649657             7.284657344              5.471275991
## 584      893378299.100000024    3761889922.000000000     4897728471.000000000
## 585  2610000000000.000000000 3080000000000.000000000  3460000000000.000000000
## 586   172000000000.000000000  194000000000.000000000   210000000000.000000000
## 587      227600000.000000000     244800000.000000000      260300000.000000000
## 588    12458030848.000000000   13502011149.000000000    14751415264.000000000
## 589              4.888189626             4.855673994              4.906474539
## 590             42.115486120            44.642410620             48.447386950
## 591     6925850372.000000000   10813661320.000000000    13094880139.000000000
## 592   213000000000.000000000  240000000000.000000000   270000000000.000000000
## 593    75123087596.000000000   79161761012.000000000    86018818750.000000000
## 594              7.749282680             6.283020476              4.821523427
## 595              4.155854949             0.787375415              6.169837332
## 596              1.031557866             0.708101925              0.684681983
## 597         224184.000000000        503206.000000000         791961.000000000
## 598             42.766666670            60.733333330             61.333333330
## 599              3.000000000             3.000000000              3.000000000
## 600            632.760000000           674.780000000            792.110000000
## 601              1.100000000             1.100000000              1.100000000
## 602            910.000000000           910.000000000            910.000000000
## 603                       NA                      NA                       NA
## 604                       NA                      NA                       NA
## 605                       NA                      NA                       NA
## 606             27.116100480            26.151791320             23.471175130
## 607             18.575933660            19.937328370             22.016896600
## 608                       NA                      NA                       NA
## 609                       NA                      NA                       NA
## 610     8497522915.000000000    9167122498.000000000     8070410726.000000000
## 611                       NA           198.199996900            198.199996900
## 612        1227249.000000000       1277463.000000000        1329732.000000000
## 613                       NA                      NA                       NA
## 614          22569.999690000         23170.000080000          23260.000230000
## 615           5394.157000000                      NA                       NA
## 616                       NA                      NA                       NA
## 617             15.800000000            16.700000000             17.700000000
## 618             15.367066740            11.738855020             11.090288680
## 619        6395539.284000000       6478449.821000000        5061873.436000000
## 620      202876000.000000000     385553000.000000000      657749000.000000000
## 621     1708225000.000000000    2021772000.000000000     2476919000.000000000
## 622                       NA                      NA                       NA
## 623         379999.995200000        479999.989300000         439999.997600000
## 624                       NA                      NA                       NA
## 625     2574464751.000000000    2992075678.000000000     3381189404.000000000
## 626     -105996375.599999994    -196265098.599999994      -68261793.939999998
## 627     1250784402.000000000    1623361655.000000000     1775280726.000000000
## 628         143350.000000000        143350.000000000         143350.000000000
## 629          41210.000000000         41210.000000000          41210.000000000
## 630                       NA                      NA                       NA
## 631             17.000000000            18.500000000             18.500000000
## 632                       NA                      NA                       NA
## 633             30.285710000            30.285710000             30.285710000
## 634                       NA                      NA                       NA
## 635              2.337310119             1.932778214              2.331303802
## 636             18.477858080            17.767875050             18.440662510
## 637   122000000000.000000000  208000000000.000000000                       NA
## 638                       NA            37.920000000                       NA
## 639  2460000000000.000000000 2750000000000.000000000  3290000000000.000000000
## 640              9.610310685            11.261885970             10.733056060
## 641          21500.000000000         21000.000000000          22070.000000000
## 642                       NA                      NA                       NA
## 643                       NA                      NA                       NA
## 644           1576.213389000                      NA                       NA
## 645                       NA                      NA                       NA
## 646                       NA                      NA                       NA
## 647              9.299250737             8.480496685              7.224109582
## 648                       NA                      NA                       NA
## 649                       NA                      NA                       NA
## 650       26429000.000000000      -8298000.000000000       54663000.000000000
## 651      170623931.199999988     168062080.900000006      156194238.000000000
## 652       30719999.309999999      32290000.920000002       32860000.609999999
## 653         330000.013100000        189999.997600000          19999.999550000
## 654     6367322451.000000000    6642707084.000000000     7885910586.000000000
## 655      324641268.000000000     287693205.699999988      235501725.800000012
## 656       35588873.439999998      51686869.240000002       53922400.520000003
## 657            104.550003100           107.680000300            114.099998500
## 658                       NA                      NA                       NA
## 659              2.133333000                      NA              2.460000000
## 660                       NA                      NA                       NA
## 661             50.000000000            50.000000000             50.000000000
## 662              3.500000000             3.500000000              4.000000000
## 663       26070000.000000000     151100000.000000000       21400000.000000000
## 664              7.000000000             8.000000000              8.000000000
## 665            190.000000000           190.000000000            190.000000000
## 666                       NA                      NA                       NA
## 667                       NA                      NA                       NA
## 668   371000000000.000000000  519000000000.000000000   697000000000.000000000
## 669     5990203529.000000000   27392715000.000000000    10465303530.000000000
## 670              1.176663768            -2.385815315             -4.754252712
## 671                       NA            49.980000000                       NA
## 672             17.363536340            11.967865160             19.755497710
## 673                       NA                      NA                       NA
## 674                       NA            98.135220230                       NA
## 675                       NA                      NA             29.000000000
## 676             99.956686460            99.959456340                       NA
## 677                       NA                      NA                       NA
## 678                       NA                      NA                       NA
## 679                       NA                      NA                       NA
## 680              8.659700322             7.378385524              6.598057697
## 681        3266065.836000000       2559394.360000000        3388025.999000000
## 682        -193000.000000000       -143000.000000000         -12000.000000000
## 683       14512815.480000000       7989790.916000000       10393899.920000000
## 684     3665275283.000000000    4299444858.000000000     4973775948.000000000
## 685              0.000000000             0.000000000              0.000000000
## 686         129999.995200000         59999.998660000         129999.995200000
## 687                       NA                      NA                       NA
## 688      457882372.500000000     561618665.600000024      703585099.100000024
## 689             -0.684346954            -3.564329207             -8.300804944
## 690             10.622544970            11.107884010             10.632643860
## 691                       NA                      NA                       NA
## 692     7038620712.000000000   10921929252.000000000    12252637017.000000000
## 693            -17.305918200             8.855303757              7.694145508
## 694             88.431122590            78.496706530             77.146851610
## 695     1943784555.000000000    2467955930.000000000     2669297670.000000000
## 696                       NA                      NA              2.000000000
## 697         634292.000000000       2443630.512000000        4525805.000000000
## 698              3.800000000             3.800000000              3.700000000
## 699              3.500000000             3.500000000              4.000000000
## 700       26070000.000000000     151100000.000000000       21400000.000000000
## 701             17.000000000            18.500000000             18.500000000
## 702                       NA                      NA                       NA
## 703            110.000000000           110.000000000            110.000000000
## 704                       NA                      NA                       NA
## 705              1.655038500             1.532794232              2.022498760
## 706    77802641716.000000000   98410300000.000000000   122000000000.000000000
## 707              2.179567295             2.281116159              5.633109835
## 708             69.840800110            68.557085210             76.324608010
## 709             21.128053340            11.722289310             19.197228160
## 710             10.340000000            10.970000000             14.280000000
## 711          49043.000000000         56157.101560000          59000.000000000
## 712                       NA                      NA                       NA
## 713           6750.000000000          6750.000000000           7100.000000000
## 714             27.993265520                      NA                       NA
## 715                       NA                      NA                       NA
## 716             90.699996950            87.896347050             93.919998170
## 717      239405932.300000012     253742878.699999988      244260827.699999988
## 718                       NA                      NA                       NA
## 719                       NA                      NA                       NA
## 720                       NA                      NA                       NA
## 721             17.297606010            16.961122600             16.535362080
## 722         239999.994600000         39999.999110000          70000.000300000
## 723       47729999.539999999      37759998.320000000       32419998.170000002
## 724     7480732944.000000000    8131465056.000000000     9046064633.000000000
## 725      126030000.000000000     151750000.000000000      100970000.000000000
## 726              0.000000000             0.000000000              0.000000000
## 727            101.580001800           106.180000300            106.819999700
## 728              1.478897803             1.478897803              1.478897803
## 729                       NA                      NA                       NA
## 730              0.113339844             0.089430176              0.088136428
## 731              3.306883546             3.801710886              4.307551302
## 732              1.940372017             1.909818006              1.503592189
## 733             12.260000000                      NA             11.140000000
## 734             12.400000000                      NA             12.770000000
## 735      498000000.000000000     712000000.000000000      740000000.000000000
## 736             45.568206200            45.435177080             45.464656670
## 737              1.726910773             1.666672242              1.607023037
## 738              4.587338660             4.615069202              4.642505777
## 739             65.048779740            65.841548760             66.571544760
## 740             16.700000000                      NA                       NA
## 741              6.451000000             6.404000000              6.361000000
## 742                       NA                      NA                       NA
## 743                       NA            12.640000340                       NA
## 744                       NA            53.669998170                       NA
## 745             85.100000000            85.300000000             85.480000000
## 746                       NA                      NA                       NA
## 747                       NA                      NA                       NA
## 748             11.000000000            11.380000110             11.750000000
## 749              0.400000006             0.409999996              0.419999987
## 750                       NA                      NA                       NA
## 751                       NA                      NA                       NA
## 752             55.440067290            57.375480650             57.725036620
## 753             10.658334730                      NA                       NA
## 754              9.600000000                      NA                       NA
## 755              0.900000000             0.900000000              0.900000000
## 756             56.697759670            58.075240860             59.442407090
## 757                       NA                      NA                       NA
## 758                       NA                      NA                       NA
## 759           1400.000000000          1400.000000000           1300.000000000
## 760             46.800000000            47.100000000             47.100000000
## 761                       NA                      NA                       NA
## 762             55.625000000            55.625000000             71.875000000
## 763                       NA                      NA                       NA
## 764                       NA                      NA                       NA
## 765             82.381350000                      NA                       NA
## 766        3252523.000000000       3310842.000000000                       NA
## 767             10.000000000            10.000000000             10.000000000
## 768              8.829580000             7.714750000                       NA
## 769                       NA                      NA                       NA
## 770            111.947433500           118.107307400                       NA
## 771                       NA                      NA             67.908432010
## 772                       NA                      NA                       NA
## 773                       NA                      NA                       NA
## 774    34004322000.000000000   30995072300.000000000    22614775600.000000000
## 775              0.311286063             8.737705412              7.238616741
## 776            897.403788100           964.897795200           1021.331877000
## 777  2340000000000.000000000 2720000000000.000000000  3010000000000.000000000
## 778            845.454882200           993.388915300           1109.421964000
## 779              1.014157300             0.691737210              0.416412930
## 780              0.845220194             0.845220195              0.798810356
## 781                       NA                      NA                       NA
## 782              3.151109705            28.244774820             19.038968860
## 783     7141066709.000000000    8789415413.000000000     9827564684.000000000
## 784            145.447925800           148.012985600            154.532744800
## 785  2310000000000.000000000 2420000000000.000000000  2670000000000.000000000
## 786             67.900000000            71.200000000             69.687500000
## 787              4.000000000             4.000000000              4.000000000
## 788             26.000000000            43.000000000                       NA
## 789             34.000000000            34.000000000             39.000000000
## 790              6.000000000             6.000000000              6.000000000
## 791                       NA                      NA                       NA
## 792                       NA                      NA                       NA
## 793                       NA             0.477000000              0.483877867
## 794    89268156393.000000000  119000000000.000000000   111000000000.000000000
## 795      159554770.699999988     125130000.000000000      102360000.000000000
## 796   112000000000.000000000   23607880456.000000000      -96516780.400000006
## 797                       NA                      NA                       NA
## 798             -5.858618135             1.640841721              9.205806224
## 799                       NA          7172.665938000           7054.457169000
## 800             23.764372640            23.908849900             23.976009060
## 801                       NA                      NA                       NA
## 802                       NA                      NA                       NA
## 803             57.753286940                      NA                       NA
## 804             79.200000000            76.410000000             74.270000000
## 805             66.300000000            65.300000000             64.500000000
## 806              4.283960862             4.337840331              4.357451269
## 807                       NA                      NA                       NA
## 808        8563460.800000001      15493034.199999999        9711027.100000000
## 809     1708225000.000000000    2021772000.000000000     2476919000.000000000
## 810                       NA                      NA                       NA
## 811                       NA                      NA                       NA
## 812       16489999.770000000      19319999.690000001       13800000.189999999
## 813              3.984353061             5.526443064              5.708308987
## 814                       NA             0.000000000              0.000000000
## 815                       NA                      NA                       NA
## 816                       NA                      NA                       NA
## 817             28.747820020            28.747820020             28.747820020
## 818             25.000000000            20.000000000             20.000000000
## 819              3.000000000             3.000000000              3.000000000
## 820           1863.000000000          1677.000000000                       NA
## 821             29.900000000            30.000000000             37.000000000
## 822             26.100000000            27.400000000             24.400000000
## 823                       NA                      NA                       NA
## 824                       NA                      NA                       NA
## 825                       NA                      NA                       NA
## 826    44585214382.000000000   57133230000.000000000    62853491084.000000000
## 827   219000000000.000000000  279000000000.000000000   367000000000.000000000
## 828                       NA                      NA                       NA
## 829              1.482233943             2.566531806              9.613530164
## 830  1940000000000.000000000 2260000000000.000000000  3070000000000.000000000
## 831                       NA                      NA                       NA
## 832              4.501447543             4.623014878              4.732864574
## 833                       NA                      NA                       NA
## 834                       NA                      NA                       NA
## 835              0.127716277             0.126679955              0.139924952
## 836                       NA                      NA                       NA
## 837              5.930000000             5.760000000              5.680000000
## 838             10.447179870            10.487012040              9.603716130
## 839        3505603.313000000       2448466.063000000        2298310.041000000
## 840      227709751.900000006     419104429.600000024      780992323.399999976
## 841                       NA                      NA                       NA
## 842                       NA                      NA                       NA
## 843       65129997.250000000      97410003.659999996      107069999.700000003
## 844         319999.992800000        529999.971400000         910000.026200000
## 845      105996375.599999994     196265098.599999994       68261793.939999998
## 846     7445144071.000000000    8079778187.000000000     8992142232.000000000
## 847             32.952077460            33.175905740             34.243161740
## 848                       NA                      NA                       NA
## 849              0.077528763             0.076492756              0.075232121
## 850     1889900658.000000000    2294710929.000000000     2341788336.000000000
## 851              2.266667000                      NA              2.190000000
## 852                       NA                      NA                       NA
## 853              3.500000000             3.500000000              3.500000000
## 854              3.500000000             3.500000000              3.500000000
## 855                       NA                      NA                       NA
## 856             17.000000000            18.500000000             18.500000000
## 857                       NA                      NA                       NA
## 858             43.000000000            43.000000000             43.000000000
## 859             58.027710000            59.981590000             59.654080000
## 860        6203041.000000000     285579097.100000024      277539844.199999988
## 861    82184049221.000000000  103000000000.000000000   127000000000.000000000
## 862              4.688307873             6.754081565                       NA
## 863                       NA            50.330000000                       NA
## 864             94.205860250            89.404971030             95.331782940
## 865             10.280000000            12.130000000             15.460000000
## 866          70543.000000000         77157.101560000          81070.000000000
## 867                       NA                      NA              7.000000000
## 868                       NA                      NA                       NA
## 869                       NA                      NA                       NA
## 870                       NA                      NA                       NA
## 871                       NA                      NA                       NA
## 872              0.963643331             0.867099474              0.732895381
## 873                       NA                      NA                       NA
## 874       26429000.000000000      -8298000.000000000       54663000.000000000
## 875                       NA                      NA         324499.994500000
## 876     3748259283.000000000    4374130858.000000000     5103124948.000000000
## 877        1039999.962000000        750000.000000000         779999.971400000
## 878       35020000.460000001      44639999.390000001       51639999.390000001
## 879     6611838544.000000000    6928133767.000000000     8286629516.000000000
## 880             23.971167290            18.039805720             13.493095360
## 881       20054323.579999998      33435192.629999999       49426302.090000004
## 882         147180.000000000        147180.000000000         147180.000000000
## 883                       NA                      NA                       NA
## 884                       NA                      NA                       NA
## 885              2.278469846             2.282570148              2.430597578
## 886             24.364231790            26.124697290             27.080285400
## 887              0.335397611             0.292826001              0.156135366
## 888             12.890000000                      NA             12.200000000
## 889             13.180000000                      NA             13.820000000
## 890             23.528495990            29.294902000             27.636645140
## 891             55.200000000                      NA                       NA
## 892              0.971086607             1.036449533              1.102701831
## 893              3.997291370             4.094212097              4.180949691
## 894        7276833.000000000       7488455.000000000        7747741.000000000
## 895              9.209733117             8.971128534              8.740985974
## 896             42.800000000            42.800000000                       NA
## 897                       NA                      NA                       NA
## 898                       NA             8.649999619                       NA
## 899                       NA            44.189998630                       NA
## 900                       NA            56.939998630                       NA
## 901                       NA                      NA                       NA
## 902                       NA                      NA                       NA
## 903             33.369998930            34.380001070             35.189998630
## 904              1.809999943             1.799999952              1.799999952
## 905                       NA                      NA                       NA
## 906                       NA                      NA                       NA
## 907             26.788319350            28.866070790             29.518434650
## 908                       NA                      NA                       NA
## 909              1.700000000                      NA                       NA
## 910              2.700000000             2.700000000              2.700000000
## 911             27.400000000                      NA                       NA
## 912            173.000000000                      NA                       NA
## 913                       NA             2.847900000              3.108400000
## 914              0.100000000             0.100000000              0.100000000
## 915              0.200000000             0.100000000              0.100000000
## 916                       NA                      NA                       NA
## 917                       NA                      NA                       NA
## 918                       NA                      NA                       NA
## 919                       NA                      NA                       NA
## 920             83.594161990                      NA                       NA
## 921             50.770860000            51.480020000                       NA
## 922             94.626029970            98.110870360                       NA
## 923              8.786730000             7.639170000                       NA
## 924                       NA                      NA                       NA
## 925            116.802192700           121.722267200                       NA
## 926              9.000000000             9.000000000              9.000000000
## 927                       NA                      NA                       NA
## 928                       NA                      NA                       NA
## 929                       NA                      NA                       NA
## 930  1890000000000.000000000 2060000000000.000000000  2210000000000.000000000
## 931             -0.481931973             7.521029890              5.848710831
## 932    21978879123.000000000   23866727131.000000000    25626474621.000000000
## 933            832.176031500           959.582165600           1008.675457000
## 934     1546000000.000000000    1615000000.000000000     2016000000.000000000
## 935             41.871855850            41.871855850             41.918265690
## 936           1489.557181000          1643.097615000           1716.784774000
## 937     1065394174.000000000    1382902207.000000000     1473432598.000000000
## 938              1.574826928             1.747725122              2.340378738
## 939             65.963274880            65.173713110             67.470105850
## 940              5.289036914             5.293914368                       NA
## 941             12.140000000                      NA             13.190000000
## 942      634000000.000000000     886000000.000000000      915000000.000000000
## 943                       NA                      NA                       NA
## 944             61.090405840            58.733173720             56.597291470
## 945              2.960198837             2.920272613              2.877829689
## 946              9.809734103            10.460640330             10.999412150
## 947             35.774006850            34.655233410             33.602630550
## 948             71.264000000            71.586000000             71.900000000
## 949                       NA                      NA                       NA
## 950                       NA            45.819999690                       NA
## 951       15374804.000000000      15816932.000000000       16299538.000000000
## 952                       NA            44.000000000                       NA
## 953                       NA                      NA                       NA
## 954             15.989999770            16.450000760             16.889999390
## 955             57.450000760            56.450000760             55.590000150
## 956                       NA            13.899999620                       NA
## 957                       NA                      NA                       NA
## 958                       NA                      NA                       NA
## 959                       NA                      NA                       NA
## 960             48.319419860            50.310813900             51.136276250
## 961            260.000000000           253.000000000            245.000000000
## 962             36.100000000                      NA                       NA
## 963             24.347341220            21.065818280             17.784295330
## 964             61.047949360            64.832622540             68.695848880
## 965              2.000000000                      NA                       NA
## 966           1100.000000000           970.000000000            870.000000000
## 967             23.400000000            23.600000000             23.800000000
## 968                       NA                      NA                       NA
## 969             11.700000000                      NA                       NA
## 970                       NA                      NA                       NA
## 971                       NA                      NA                       NA
## 972             87.579681400                      NA                       NA
## 973                       NA                      NA                       NA
## 974                       NA                      NA                       NA
## 975             42.255508420            43.955169680                       NA
## 976             24.694940000            25.325270000                       NA
## 977        4264942.000000000       4135253.000000000                       NA
## 978              2.000000000             2.000000000              2.000000000
## 979                       NA                      NA                       NA
## 980                       NA                      NA                       NA
## 981   778000000000.000000000  852000000000.000000000   865000000000.000000000
## 982            908.978852100           975.194846800           1028.550448000
## 983              1.031178468             0.703177494              0.424053405
## 984  2610000000000.000000000 3080000000000.000000000  3460000000000.000000000
## 985             29.125975000            36.702679000             37.305763000
## 986              0.001668760             0.002047030              0.002257650
## 987  1350000000000.000000000 1600000000000.000000000  1780000000000.000000000
## 988    91536960100.000000000  107000000000.000000000   117000000000.000000000
## 989            -25.756330040           -29.018033310            -32.816104900
## 990    -9775641100.000000000  168000000000.000000000   191000000000.000000000
## 991     2005967750.000000000    2263315206.000000000     2587877999.000000000
## 992              3.206891372            -0.559433408              4.420110554
## 993              1.700897728             1.708544543              1.539234028
## 994             18.633018660           158.218445800            182.447770000
## 995          31000.000000000        384000.000000000          12000.000000000
## 996              0.116843676             0.099018253              0.052791598
## 997             18.022891570            16.991630790             16.991630790
## 998             22.229318940            20.965682120             17.641234270
## 999             18.400000000                      NA             23.780000000
## 1000            11.890000000                      NA             11.110000000
## 1001            23.700000000            23.700000000                       NA
## 1002      14839974.000000000      15077724.000000000       15322093.000000000
## 1003       1526862.000000000       1565305.000000000        1609230.000000000
## 1004             5.593520582             5.763840749              5.950127049
## 1005            11.442917620            11.129418470             10.754248780
## 1006            31.300000000                      NA                       NA
## 1007           129.519000000           125.146000000            129.611000000
## 1008                      NA            10.659999850                       NA
## 1009                      NA             7.679999828                       NA
## 1010                      NA            39.919998170                       NA
## 1011            75.389999390            75.419998170             75.352996830
## 1012                      NA                      NA                       NA
## 1013                      NA                      NA                       NA
## 1014            88.610000610            88.210000990             87.830001830
## 1015            68.164001460            67.495002750             67.277000430
## 1016                      NA                      NA                       NA
## 1017                      NA                      NA                       NA
## 1018             5.314559460             4.507877830              3.811597820
## 1019                      NA                      NA                       NA
## 1020            19.800000000                      NA                       NA
## 1021             1.600000000             1.600000000              1.700000000
## 1022                      NA                      NA                       NA
## 1023                      NA                      NA             50.000000000
## 1024            87.000000000            90.000000000             91.000000000
## 1025            22.121708430            20.569566660             18.988281420
## 1026             2.400000000             2.400000000              2.300000000
## 1027            35.300000000            35.300000000             35.500000000
## 1028            37.700000000                      NA                       NA
## 1029            11.623510360            11.591230390             12.410860060
## 1030             3.872359991             3.164340019                       NA
## 1031                      NA                      NA                       NA
## 1032             7.000000000             7.000000000              7.000000000
## 1033                      NA                      NA                       NA
## 1034            73.687210080                      NA                       NA
## 1035           149.726730000           152.227580000                       NA
## 1036            88.446670530            88.674110410                       NA
## 1037                      NA                      NA             92.393806460
## 1038                      NA                      NA                       NA
## 1039            30.702236180            30.512931820             30.995032360
## 1040            34.850728050            41.463005200             42.326150180
## 1041 2640000000000.000000000 3110000000000.000000000  3480000000000.000000000
## 1042             0.000000000             0.000000000              0.000000000
## 1043   30207725224.000000000  144000000000.000000000   279000000000.000000000
## 1044   23050000000.000000000   27450000000.000000000    31170000000.000000000
## 1045     334800000.000000000     412700000.000000000      471300000.000000000
## 1046            12.655417770            12.862585890             13.200639630
## 1047  541000000000.000000000  569000000000.000000000   584000000000.000000000
## 1048    8322475418.000000000   10670300614.000000000    13453791064.000000000
## 1049            23.229324090            22.661093750             25.105547910
## 1050             2.629004122             2.464078332              5.773247459
## 1051  136000000000.000000000  165000000000.000000000   169000000000.000000000
## 1052            20.700000000            24.300000000             28.600000000
## 1053         24063.000000000         58880.000000000          97598.000000000
## 1054             3.100000000             3.100000000              3.100000000
## 1055          3215.000000000          4005.000000000                       NA
## 1056           118.000000000           118.000000000            118.000000000
## 1057            26.100000000            27.400000000             24.400000000
## 1058                      NA                      NA                       NA
## 1059            70.000000000            70.000000000             70.000000000
## 1060                      NA                      NA                       NA
## 1061            12.015334010            11.016478060              9.018758685
## 1062            41.735439240            42.597940730             45.731152300
## 1063                      NA                      NA                       NA
## 1064                      NA                      NA                       NA
## 1065 1020000000000.000000000 1040000000000.000000000  1040000000000.000000000
## 1066            23.626103940            23.626041980             23.626041980
## 1067             0.680000000                      NA                       NA
## 1068                      NA                      NA                       NA
## 1069           550.000000000           580.000000000            600.000000000
## 1070             0.115154262             0.126679955              0.143267775
## 1071                      NA                      NA                       NA
## 1072            89.811996460            86.004150390             93.469909670
## 1073            39.037643060            45.938357500             51.689738630
## 1074                      NA                      NA                       NA
## 1075                      NA                      NA                       NA
## 1076                      NA                      NA                       NA
## 1077                      NA                      NA                       NA
## 1078      15649999.619999999      16569999.689999999       12029999.730000000
## 1079      12409999.850000000      12680000.310000001        8470000.267000001
## 1080             0.432213143             0.677439878              0.206157198
## 1081     164631642.800000012     149052548.900000006      133892828.799999997
## 1082            46.924543770            48.262852080             46.908652130
## 1083       8614283.000000000       9758893.000000000        9930178.000000000
## 1084            14.745029650            14.745029650             14.745029650
## 1085     746297127.000000000     759620554.000000000      772223266.000000000
## 1086                      NA             0.002662327              0.015293107
## 1087            65.963274880            65.173713110             67.470105850
## 1088            96.485776510           102.299471600            109.339069400
## 1089            99.420000000                      NA             99.410000000
## 1090      52000000.000000000      83000000.000000000       96000000.000000000
## 1091            57.100000000                      NA                       NA
## 1092             1.054126968             1.090899707              1.122399220
## 1093             4.056906548             4.121041265              4.194778316
## 1094            58.573339010            59.645400650             60.654235890
## 1095            11.288654300            11.060092750             10.800619620
## 1096            52.600000000            52.600000000                       NA
## 1097                      NA        208549.000000000                       NA
## 1098                      NA             9.810000420                       NA
## 1099                      NA            40.259998320                       NA
## 1100                      NA            73.910003660                       NA
## 1101                      NA                      NA                       NA
## 1102                      NA                      NA                       NA
## 1103            20.850000380            21.479999540             22.040000920
## 1104             1.019999981             1.019999981              1.029999971
## 1105                      NA                      NA                       NA
## 1106                      NA                      NA                       NA
## 1107            89.898088850            96.585532770             98.829302270
## 1108             2.102242470                      NA                       NA
## 1109             2.100000000                      NA                       NA
## 1110            39.574131370            41.907718640             44.289053640
## 1111            27.100000000                      NA                       NA
## 1112           217.000000000                      NA                       NA
## 1113                      NA             0.910100000              0.748600000
## 1114             0.100000000             0.100000000              0.100000000
## 1115            33.700000000            32.100000000             30.600000000
## 1116          1889.000000000          1781.000000000           1700.000000000
## 1117                      NA                      NA                       NA
## 1118                      NA                      NA                       NA
## 1119                      NA                      NA                       NA
## 1120            89.718559270            90.056297300                       NA
## 1121            34.950060000            34.038570000                       NA
## 1122            84.887466430            91.228919980                       NA
## 1123            97.235557560            97.493728640                       NA
## 1124                      NA                      NA                       NA
## 1125                      NA                      NA                       NA
## 1126             1.051820040             1.018120050                       NA
## 1127                      NA                      NA                       NA
## 1128                      NA                      NA                       NA
## 1129    2508487301.000000000    3357251910.000000000     4262858915.000000000
## 1130   82571469849.000000000   99508296435.000000000   109000000000.000000000
## 1131         68605.586100000         73765.432730000          78079.759590000
## 1132 1700000000000.000000000 1850000000000.000000000  1980000000000.000000000
## 1133            -2.846746094            15.309998030              5.116111302
## 1134             6.222177300             5.517155100              6.048438400
## 1135             8.598613878             8.598613878              8.552204039
## 1136    1198784423.000000000    1406765923.000000000     1624608587.000000000
## 1137            33.935908080            36.830221970             40.631745920
## 1138  571000000000.000000000  702000000000.000000000   785000000000.000000000
## 1139 3250000000000.000000000 3830000000000.000000000  4310000000000.000000000
## 1140   21202534997.000000000   21369478545.000000000    22687940610.000000000
## 1141        158600.000000000        112000.000000000         111600.000000000
## 1142             3.147941787             3.116957779              2.845159941
## 1143         50000.000000000             2.000000000                       NA
## 1144             0.079737946             0.179307154              0.181433668
## 1145            55.580901380            59.058841720             61.262140360
## 1146            18.357751790            16.964277220             14.916705880
## 1147            12.150000000                      NA             15.820000000
## 1148            11.970000000                      NA             12.120000000
## 1149        753000.000000000        940000.000000000        1173000.000000000
## 1150            54.431793800            54.564822920             54.535343330
## 1151             5.600402561             5.664687404              5.727670776
## 1152             4.778662234             4.757196320              4.711264678
## 1153            13.185847800            13.004479980             12.712552330
## 1154             7.000000000                      NA                       NA
## 1155           171.009000000           166.703000000            167.316000000
## 1156             2.868000031             3.318000078              3.193000078
## 1157                      NA             8.609999657                       NA
## 1158            83.327003480            83.362998960             83.371002200
## 1159            84.340000000            84.750000000             85.070000000
## 1160                      NA                      NA                       NA
## 1161                      NA                      NA                       NA
## 1162            64.829998020            63.819999690             63.019998550
## 1163                      NA            23.450000760                       NA
## 1164             4.377405580             4.690280184              5.017429218
## 1165                      NA                      NA                       NA
## 1166             8.977537680            11.352269560             12.051193870
## 1167             3.535053253                      NA                       NA
## 1168             9.900000000                      NA                       NA
## 1169             1.200000000                      NA                       NA
## 1170            52.396776160            53.985957600             55.575139050
## 1171            62.500000000            62.500000000             62.000000000
## 1172            83.000000000            90.000000000             91.000000000
## 1173            31.249819400            29.602686690             27.956672590
## 1174             4.900000000             4.800000000              4.700000000
## 1175            44.600000000            44.500000000             44.500000000
## 1176            47.700000000                      NA                       NA
## 1177            11.495550160            11.641180040             12.824449540
## 1178            10.843489650             7.439539909                       NA
## 1179            80.771950000                      NA                       NA
## 1180       3277231.000000000       3336650.000000000                       NA
## 1181                      NA                      NA                       NA
## 1182            73.549438480                      NA                       NA
## 1183           150.600590000           150.317080000                       NA
## 1184             5.000000000             5.000000000              5.000000000
## 1185                      NA                      NA             59.724430080
## 1186                      NA                      NA                       NA
## 1187                      NA                      NA                       NA
## 1188            35.305095990            41.880648460             42.603120800
## 1189 2640000000000.000000000 3110000000000.000000000  3480000000000.000000000
## 1190           899.523581000          1048.453755000           1178.525957000
## 1191                      NA                      NA                       NA
## 1192   22687972984.000000000   26515828834.000000000    28339455147.000000000
## 1193             1.347667200             1.410329600              1.414221000
## 1194             6.850007423             6.850007423              6.850007423
## 1195            25.517875370            23.699548460             22.334672050
## 1196  885000000000.000000000 1130000000000.000000000  1400000000000.000000000
## 1197            70.000000000            80.000000000             80.000000000
## 1198             3.000000000             3.000000000              3.000000000
## 1199            11.000000000            15.000000000                       NA
## 1200                      NA                      NA                       NA
## 1201             6.000000000            10.000000000             10.000000000
## 1202                      NA                      NA                       NA
## 1203             0.000000000             0.000000000              0.000000000
## 1204                      NA             0.490000000              0.498192400
## 1205            21.787464950            22.149418990             19.268665650
## 1206  484000000000.000000000  614000000000.000000000   761000000000.000000000
## 1207                      NA            45.390000000                       NA
## 1208                      NA                      NA                       NA
## 1209            10.288564800             9.353802524              6.614643339
## 1210                      NA             4.791675076                       NA
## 1211            51.000000000                      NA             49.299999240
## 1212                      NA                      NA             38.000000000
## 1213                      NA                      NA                       NA
## 1214         10409.999850000         12479.999540000          15189.999580000
## 1215                      NA                      NA                       NA
## 1216            83.455972930            82.077242010             89.716596100
## 1217    1064300049.000000000    1269400024.000000000     1452260010.000000000
## 1218       4584643.841000000       5102029.800000000        3273435.116000000
## 1219     119777000.000000000     210882000.000000000      511763000.000000000
## 1220                      NA                      NA                       NA
## 1221     159490005.500000000     186970001.199999988      173399993.900000006
## 1222          9999.999776000         19999.999550000                       NA
## 1223                      NA                      NA                       NA
## 1224                      NA                      NA                       NA
## 1225     544644925.600000024     609223443.399999976     1047122732.000000000
## 1226    8764295998.000000000   10200390540.000000000    12862981205.000000000
## 1227                      NA          1500.000000000                       NA
## 1228            74.681165730            65.513270570             86.884136820
## 1229      32120305.000000000      36096396.000000000       39178451.000000000
## 1230            90.000100000            90.000000000             93.333300000
## 1231             4.000000000             4.000000000              3.500000000
## 1232                      NA                      NA                       NA
## 1233           339.000000000           339.000000000            353.000000000
## 1234            57.777780000            57.777780000             57.777780000
## 1235                      NA                      NA                       NA
## 1236         17222.000000000         19268.000000000          24088.000000000
## 1237  229000000000.000000000  332000000000.000000000   506000000000.000000000
## 1238  421000000000.000000000  554000000000.000000000   659000000000.000000000
## 1239            19.651186710            15.304390710             17.904981140
## 1240                      NA            41.840000000                       NA
## 1241             8.790343320             3.627096107              4.061163388
## 1242            12.624275580             8.767884166              8.415026585
## 1243                      NA             0.310621137                       NA
## 1244                      NA                      NA                       NA
## 1245           100.000000000           100.000000000                       NA
## 1246         19190.000000000         19730.000000000          19770.000000000
## 1247             0.000000000                      NA                       NA
## 1248                      NA                      NA                       NA
## 1249             0.825247394             0.712014512              0.644874837
## 1250    1122199951.000000000    1320949951.000000000     1452260010.000000000
## 1251                      NA                      NA                       NA
## 1252                      NA                      NA                       NA
## 1253             4.333442712             4.464213811              3.018652924
## 1254                      NA                      NA                       NA
## 1255       -330000.013100000        800000.011900000          50000.000750000
## 1256                      NA                      NA                       NA
## 1257             0.913192202             1.234041323              2.445453037
## 1258     285524032.500000000     280874179.899999976      219992217.400000006
## 1259     172358340.000000000     280744485.800000012      483592881.600000024
## 1260         59620.300000000         59620.300000000          59620.300000000
## 1261                      NA                      NA                       NA
## 1262             3.583706145             4.036562576              4.802896343
## 1263            47.385877120            49.061017730             47.713508410
## 1264    8935000000.000000000   10345000000.000000000    12712000000.000000000
## 1265            32.620000000                      NA             32.880000000
## 1266            24.120000000                      NA             24.120000000
## 1267       5164239.000000000       5343055.000000000        5546094.000000000
## 1268                      NA                      NA                       NA
## 1269        702255.000000000        715553.000000000         733606.000000000
## 1270             6.713792086             6.856784220              6.959388642
## 1271            10.504539970            10.155292670              9.831378781
## 1272            70.864392800            71.436787000             71.925187800
## 1273            79.000000000            81.000000000             76.000000000
## 1274                      NA             9.789999962                       NA
## 1275                      NA            20.530000690                       NA
## 1276                      NA            54.950000760                       NA
## 1277            72.939002990            72.582000730             72.264999390
## 1278                      NA                      NA                       NA
## 1279            21.590000150            22.340000150             22.879999160
## 1280                      NA            35.659999850                       NA
## 1281            73.874000550            73.990997310             74.179000850
## 1282                      NA                      NA                       NA
## 1283                      NA                      NA                       NA
## 1284            18.579563140            22.564273830             23.566818240
## 1285                      NA                      NA                       NA
## 1286             8.500000000             8.700000000              8.800000000
## 1287             1.000000000                      NA                       NA
## 1288                      NA                      NA                       NA
## 1289                      NA                      NA             31.500000000
## 1290            61.000000000            70.000000000             58.000000000
## 1291            90.151109460            90.007624850             89.864217260
## 1292         11476.000000000         10849.000000000          10313.000000000
## 1293                      NA                      NA              2.050000000
## 1294            19.128499980            17.096389770             14.101869580
## 1295                      NA                      NA                       NA
## 1296         25097.000000000         26566.000000000                       NA
## 1297            56.233300000            58.587950000                       NA
## 1298                      NA                      NA                       NA
## 1299                      NA                      NA                       NA
## 1300            73.549438480                      NA                       NA
## 1301           140.874816900           142.627410900                       NA
## 1302            92.474258420            92.987487790                       NA
## 1303                      NA                      NA              0.966489971
## 1304                      NA                      NA                       NA
## 1305            31.998809810            31.234983440             31.834993650
## 1306    8658256404.000000000   12133489433.000000000    14106543365.000000000
## 1307   24065928716.000000000   27232896302.000000000    31521655840.000000000
## 1308   81508795260.000000000   98515977279.000000000   109000000000.000000000
## 1309           139.443516700           150.963520900            157.539278200
## 1310    7112000000.000000000   10520000000.000000000    12090000000.000000000
## 1311     710800000.000000000     837200000.000000000      953500000.000000000
## 1312            -4.133155073            17.137404300             10.364487020
## 1313    6454672239.000000000    6788683998.000000000     6965818383.000000000
## 1314  561000000000.000000000  870000000000.000000000   976000000000.000000000
## 1315             8.179578040             7.812188656              7.815641022
## 1316 2510000000000.000000000 2680000000000.000000000  2940000000000.000000000
## 1317                      NA                      NA                       NA
## 1318            54.899690240            56.808129760             57.729392080
## 1319            96.435226350            96.792073610             98.837553300
## 1320             0.967578286             1.059228884              0.783351086
## 1321             5.920496000                      NA              1.493280000
## 1322             0.000000000                      NA              0.000000000
## 1323                      NA       1197000.000000000                       NA
## 1324      12423456.000000000      12554958.000000000       12773619.000000000
## 1325             1.705582503             1.690785692              1.671749414
## 1326             4.849206609             4.898736706              4.973419754
## 1327       9653222.000000000       9927407.000000000       10200154.000000000
## 1328            39.500000000                      NA                       NA
## 1329            20.515000000            20.196000000             19.887000000
## 1330                      NA                      NA                       NA
## 1331                      NA             8.319999695                       NA
## 1332                      NA            34.049999240                       NA
## 1333            86.100000000            86.020000000             86.030000000
## 1334                      NA                      NA                       NA
## 1335                      NA                      NA                       NA
## 1336            78.130001070            77.500000000             76.930000310
## 1337            71.194000240            70.913002010             70.872001650
## 1338                      NA                      NA                       NA
## 1339                      NA                      NA                       NA
## 1340            30.127439860            37.984560190             40.348043390
## 1341                      NA                      NA                       NA
## 1342             9.400000000                      NA                       NA
## 1343             1.700000000             1.700000000              1.700000000
## 1344            75.102840150            75.134501300             75.166162450
## 1345            68.000000000            66.600000000             64.200000000
## 1346                      NA                      NA                       NA
## 1347            23.850755580            22.316211060             20.758641850
## 1348             6.200000000             6.100000000              6.100000000
## 1349            34.900000000            35.000000000             35.100000000
## 1350            29.579831930            29.579831930             32.727272730
## 1351            11.766240120            11.536359790             11.964189530
## 1352             7.451539993             5.334360123                       NA
## 1353            84.069580000                      NA                       NA
## 1354            50.555390000            51.253500000                       NA
## 1355             1.671280026             3.522870064                       NA
## 1356             8.745180000             7.564930000                       NA
## 1357            98.182730000            96.334090000                       NA
## 1358           121.839759800           125.384521500                       NA
## 1359                      NA                      NA             78.591339110
## 1360                      NA                      NA                       NA
## 1361                      NA                      NA                       NA
## 1362     319734033.899999976     291821323.300000012      216672660.599999994
## 1363   24781881305.000000000   26947249089.000000000    28897857173.000000000
## 1364         95666.041940000        111358.894500000         123006.289700000
## 1365   22015610883.000000000   25614337303.000000000    28848666957.000000000
## 1366            -1.953444323            16.871740160              6.877500697
## 1367     252000000.000000000     202400000.000000000      138800000.000000000
## 1368            44.888749460            44.888749460             44.888749460
## 1369                      NA                      NA                       NA
## 1370    9159599942.000000000   11746708320.000000000    13983160458.000000000
## 1371  749000000000.000000000  941000000000.000000000  1120000000000.000000000
## 1372            96.357141080            87.015244850             85.208387890
## 1373   21686935331.000000000   22741743362.000000000    25544499731.000000000
## 1374             2.933333000                      NA              3.100000000
## 1375            41.575000000            42.625000000             38.458333330
## 1376             3.000000000             3.000000000              3.000000000
## 1377            11.000000000            20.000000000                       NA
## 1378            17.600000000            17.600000000             16.000000000
## 1379             4.000000000             4.000000000              4.000000000
## 1380                      NA                      NA                       NA
## 1381                      NA                      NA                       NA
## 1382                      NA                      NA                       NA
## 1383            24.057004780            22.913938000             15.996655010
## 1384             0.037893706             0.022592088              0.015521019
## 1385             4.289986965             0.767200801             -0.002792772
## 1386                      NA                      NA                       NA
## 1387            22.113890380            11.666752600             20.186793040
## 1388            23.630000000            23.626041980             23.626041980
## 1389       1227249.000000000       1277463.000000000        1329732.000000000
## 1390                      NA                      NA                       NA
## 1391          5670.000000000          5640.000000000           5970.000000000
## 1392             0.381830160             0.451639097              0.540651882
## 1393                      NA                      NA                       NA
## 1394            30.200000000            31.400000000             32.300000000
## 1395    1134459961.000000000    1336150024.000000000     1467979980.000000000
## 1396                      NA                      NA                       NA
## 1397      -3969180.000000000       1886530.000000000       14096187.000000000
## 1398                      NA                      NA                       NA
## 1399                      NA                      NA                       NA
## 1400       1870000.005000000       2829999.924000000         740000.009500000
## 1401       1840000.033000000       1840000.033000000        1860000.014000000
## 1402            32.963363640            39.457958210             36.925533040
## 1403     668708747.100000024     384507017.699999988     -649091861.200000048
## 1404   10187438740.000000000   12104496681.000000000    15121854813.000000000
## 1405                      NA                      NA                       NA
## 1406       2113700.000000000       2113700.000000000        2113700.000000000
## 1407    7039696751.000000000    8858189834.000000000    10739021463.000000000
## 1408 1670000000000.000000000 1710000000000.000000000  1810000000000.000000000
## 1409             7.926018483             8.518538323              8.061536277
## 1410             2.376783000                      NA              2.510000000
## 1411                      NA                      NA                       NA
## 1412            70.000033330            73.333333330             74.444433330
## 1413             3.000000000             3.000000000              3.000000000
## 1414                      NA                      NA                       NA
## 1415             7.000000000             8.000000000              8.000000000
## 1416            80.000000000            80.000000000             80.000000000
## 1417                      NA                      NA                       NA
## 1418             1.017589852             1.106830959              1.342594755
## 1419            14.227110740            16.853808450             20.165791700
## 1420             1.143084483             4.188812407              1.302742504
## 1421  103000000000.000000000  100000000000.000000000   144000000000.000000000
## 1422                      NA            47.720000000                       NA
## 1423           165.784440600           171.797601600            178.774582900
## 1424            69.657672670            68.416745450             76.168955320
## 1425                      NA             1.554158638                       NA
## 1426           190.187861900           192.763739100            195.993805400
## 1427            99.999999920            99.999999920                       NA
## 1428                      NA                      NA                       NA
## 1429                      NA                      NA                       NA
## 1430                      NA                      NA                       NA
## 1431     205023077.900000006     208359729.699999988      214925166.000000000
## 1432    1064300049.000000000    1269400024.000000000     1452260010.000000000
## 1433      74536000.000000000     159178000.000000000      136275000.000000000
## 1434        777729.988100000       1043370.008000000        1146097.422000000
## 1435     378505000.000000000     421210000.000000000      251619000.000000000
## 1436                      NA                      NA                       NA
## 1437      25930000.309999999      22760000.230000000       18940000.530000001
## 1438                      NA                      NA                       NA
## 1439    2116582378.000000000    2430457012.000000000     2677604305.000000000
## 1440     541446649.500000000    -274366823.699999988    -1567507615.000000000
## 1441            16.413379180            15.170123970             15.275946470
## 1442                      NA                      NA                       NA
##                         X2019                    X2020                  X2021
## 1                 1.074529846                       NA                     NA
## 2         968000000.000000000      856000000.000000000     1979000000.0000000
## 3                17.139537090             17.684173870             12.6730101
## 4                59.006837430                       NA                     NA
## 5                14.220000000             11.600000000                     NA
## 6                38.927998740             32.039557240             56.7722900
## 7                 1.293539816              1.297911770              1.2846007
## 8                45.741253760             44.077066900             42.5134199
## 9                 2.320503492              2.341540413              2.3436443
## 10                7.955244416              8.503041742              9.0375492
## 11               29.570375600             28.809713820             28.0678667
## 12               69.259000000             69.521000000                     NA
## 13               36.400000000                       NA                     NA
## 14                         NA                       NA                     NA
## 15                5.184000015              7.113999844              8.5500002
## 16               82.492996220             75.697998050             78.6910019
## 17                         NA                       NA                     NA
## 18               20.520000460                       NA                     NA
## 19               37.200000760                       NA                     NA
## 20               80.064002990             72.265998840             74.8089981
## 21               52.110000610                       NA                     NA
## 22               42.500000000                       NA                     NA
## 23                         NA                       NA                     NA
## 24               11.909405710                       NA                     NA
## 25                         NA                       NA                     NA
## 26               31.500000000                       NA                     NA
## 27               12.588916010              9.782587852                     NA
## 28               72.880130180             76.611213550                     NA
## 29                         NA                       NA                     NA
## 30              200.000000000            200.000000000                     NA
## 31               17.500000000             16.900000000                     NA
## 32                8.721845396                       NA                     NA
## 33                         NA                       NA                     NA
## 34                         NA                       NA                     NA
## 35                         NA                       NA                     NA
## 36               81.305168150             81.089607240                     NA
## 37               83.024299620             86.900787350                     NA
## 38                         NA                       NA                     NA
## 39                         NA                       NA                     NA
## 40               16.573080060             25.381149290                     NA
## 41               19.743960000                       NA                     NA
## 42                         NA            104.245063800                     NA
## 43                         NA                       NA                     NA
## 44                         NA                       NA                     NA
## 45      12741162377.000000000    10820917542.000000000     8110058387.0000000
## 46            82658.653600000          79322.544990000          80697.5631500
## 47     591000000000.000000000   222000000000.000000000   330000000000.0000000
## 48      30605291409.000000000    29880062111.000000000    31149050463.0000000
## 49                0.002196459              0.001886447                     NA
## 50                0.740458660              0.773742000                     NA
## 51                6.763262775             -4.530687439              4.1935977
## 52       4447854347.000000000     4027861250.000000000     4253963806.0000000
## 53              704.885597000                       NA                     NA
## 54    1600000000000.000000000  1180000000000.000000000  1530000000000.0000000
## 55       2546009288.000000000     2141648561.000000000     1690274330.0000000
## 56      90886824037.000000000    94155169429.000000000    98166698823.0000000
## 57                         NA                       NA                     NA
## 58                         NA                       NA                     NA
## 59              120.367412900            106.458955200                     NA
## 60                1.032224596              0.982126076              1.6523761
## 61                2.120230755              2.004563519                     NA
## 62               16.856438930                       NA                     NA
## 63               19.229910000             20.069780000                     NA
## 64        705000000.000000000      197000000.000000000                     NA
## 65               76.100000000                       NA                     NA
## 66                0.742288257              0.736917848              0.7865548
## 67                3.552293014              3.636478733              3.7090781
## 68               64.647056790             65.362139190             66.0211923
## 69               26.964800000             26.275861360             25.7224855
## 70               24.500000000             23.600000000                     NA
## 71             8034.000000000           7483.000000000           7029.0000000
## 72                         NA                       NA                     NA
## 73                         NA                       NA                     NA
## 74                         NA                       NA                     NA
## 75                         NA                       NA                     NA
## 76                         NA                       NA                     NA
## 77                         NA                       NA                     NA
## 78               63.990001680                       NA                     NA
## 79                         NA                       NA                     NA
## 80               21.800000000                       NA                     NA
## 81               33.695038470                       NA                     NA
## 82               89.000000000             89.000000000                     NA
## 83               89.000000000                       NA                     NA
## 84               45.516779120             48.640836560                     NA
## 85                         NA                       NA                     NA
## 86               88.800000000                       NA                     NA
## 87                0.055873073              0.028967234                     NA
## 88             1000.000000000           1000.000000000                     NA
## 89               31.500000000             30.300000000                     NA
## 90             2943.000000000           2842.000000000                     NA
## 91                         NA                       NA                     NA
## 92                         NA                       NA                     NA
## 93                         NA                       NA                     NA
## 94               85.402351380             85.989868160                     NA
## 95               24.861790000                       NA                     NA
## 96                         NA                       NA                     NA
## 97               97.291061400             97.221008300                     NA
## 98                         NA                       NA                     NA
## 99                         NA                       NA                     NA
## 100               1.073040009              1.032559991                     NA
## 101                        NA                       NA                     NA
## 102                        NA                       NA                     NA
## 103    230000000000.000000000   226000000000.000000000   244000000000.0000000
## 104            1230.000000000           1190.000000000           1230.0000000
## 105            3952.760349000           3789.150372000           3878.4444200
## 106               0.000000000              0.000000000                     NA
## 107              35.279821000             26.028598000                     NA
## 108               0.000000000              0.000000000                     NA
## 109            4754.859777000                       NA                     NA
## 110      1604651273.000000000     1459767200.000000000     1520172488.0000000
## 111  -1300000000000.000000000 -1060000000000.000000000 -1430000000000.0000000
## 112      2585711948.000000000       -9675373.782000000     2152030247.0000000
## 113   3050000000000.000000000  2830000000000.000000000  3150000000000.0000000
## 114   1780000000000.000000000  1840000000000.000000000  1920000000000.0000000
## 115       428701839.199999988      424265022.399999976                     NA
## 116               3.603797585              4.358747877                     NA
## 117              46.814628620             24.430554370             16.8822538
## 118               8.176973306              5.402353717                     NA
## 119              37.203699930             50.861853520             53.2618791
## 120               2.004910293              1.903785198                     NA
## 121              99.470000000             99.470000000                     NA
## 122              99.630000000             99.630000000                     NA
## 123               3.880041226              3.906317259              3.9077864
## 124                        NA                       NA                     NA
## 125               5.792467460              5.870718914              5.9791363
## 126               5.411654353              5.814936358              6.3638742
## 127              10.635954620             10.382213350             10.0698667
## 128              78.636993000             79.156208000                     NA
## 129              12.000000000                       NA                     NA
## 130               2.944999933              4.532999992              4.9340000
## 131               6.835999966              9.159000397             10.5690002
## 132              97.652585640             95.245165960             97.4236107
## 133                        NA                       NA                     NA
## 134                        NA                       NA                     NA
## 135               8.619999886                       NA                     NA
## 136              81.698997500             75.538002010             76.5739975
## 137                        NA                       NA                     NA
## 138               0.074000000                       NA                     NA
## 139                        NA                       NA                     NA
## 140              21.074295560                       NA                     NA
## 141                        NA                       NA                     NA
## 142              16.400000000                       NA                     NA
## 143                        NA                       NA                     NA
## 144                        NA                       NA                     NA
## 145              42.500000000                       NA                     NA
## 146               0.050000000              0.040000000                     NA
## 147              89.615956830             90.203271650                     NA
## 148              66.457321670                       NA                     NA
## 149                        NA                       NA                     NA
## 150                        NA                       NA                     NA
## 151                        NA                       NA                     NA
## 152          122582.000000000         119280.000000000                     NA
## 153              61.872530000                       NA                     NA
## 154                        NA                       NA                     NA
## 155                        NA                       NA                     NA
## 156                        NA                       NA                     NA
## 157             143.453369100            126.268043500                     NA
## 158                        NA            111.601928700                     NA
## 159                        NA                       NA                     NA
## 160                        NA                       NA                     NA
## 161             112.609482800            118.345187300            118.1340816
## 162            3994.226959000           3833.019701000           3899.4632540
## 163   2350000000000.000000000  2300000000000.000000000  2390000000000.0000000
## 164   2340000000000.000000000  2280000000000.000000000  2380000000000.0000000
## 165               4.691155935              3.217402330              5.5119715
## 166              41.755609000             32.878714000                     NA
## 167              52.022716260             53.938846740             52.5839519
## 168      4266933761.000000000     4095255602.000000000     4279859204.0000000
## 169    833000000000.000000000   863000000000.000000000   912000000000.0000000
## 170              11.124935180            -26.673556400             30.4271090
## 171    204000000000.000000000   171000000000.000000000   135000000000.0000000
## 172     28954538952.000000000    31521479379.000000000    33491664705.0000000
## 173    313000000000.000000000   353000000000.000000000   359000000000.0000000
## 174                        NA                       NA                     NA
## 175                        NA                       NA                     NA
## 176               3.666667000              3.666666667              3.8333330
## 177               3.333333000              3.333333333              3.1666670
## 178               3.000000000              3.000000000              3.0000000
## 179               2.500000000              2.500000000              3.0000000
## 180                        NA                       NA                     NA
## 181               8.000000000                       NA                     NA
## 182                        NA                       NA                     NA
## 183                        NA                       NA                     NA
## 184               6.000000000                       NA                     NA
## 185               0.014649179              0.292690678                     NA
## 186              16.030555140             15.813597110                     NA
## 187   -185000000000.000000000  -190000000000.000000000                     NA
## 188                        NA                       NA             49.9000000
## 189               3.812469459              3.432913669                     NA
## 190                        NA                       NA                     NA
## 191                        NA                       NA                     NA
## 192                        NA                       NA                     NA
## 193                        NA                       NA                     NA
## 194           44220.001220000                       NA                     NA
## 195                        NA                       NA                     NA
## 196                        NA                       NA                     NA
## 197         8816521.100000000        9236035.300000001                     NA
## 198         1801778.436000000         575396.657000000                     NA
## 199          -11000.000000000          -3000.000000000                     NA
## 200          414013.028100000         697306.096600000                     NA
## 201       118271000.000000000      118271000.000000000                     NA
## 202          200000.003000000         150000.006000000                     NA
## 203        -9989999.771000000        3180000.067000000                     NA
## 204              24.116362860             24.250237970                     NA
## 205              49.220724980             71.468356680             77.9943592
## 206     -1753624817.000000000      -84136987.870000005    -5379082259.0000000
## 207                        NA                       NA                     NA
## 208                        NA                       NA                     NA
## 209               6.617676133              5.753058028              5.9854348
## 210              21.718008580             20.881285370                     NA
## 211      1687456414.000000000     1075458468.000000000     1513992193.0000000
## 212               3.583640920                       NA                     NA
## 213              15.430000000             12.660000000                     NA
## 214             381.969323900            305.291181000                     NA
## 215              79.847000000             79.424000000             78.9920000
## 216               1.809442486              1.829086293              1.8299990
## 217          901410.000000000         926891.000000000         956561.0000000
## 218               7.969174699              8.189944588              8.3766764
## 219               8.906395047              8.679469379              8.4954452
## 220               1.876000000              1.845000000                     NA
## 221                        NA                       NA                     NA
## 222                        NA                       NA                     NA
## 223                        NA                       NA                     NA
## 224                        NA                       NA                     NA
## 225              78.234001160             69.047996520             73.5270004
## 226                        NA                       NA                     NA
## 227            6947.961423000           7221.739239000           7132.7791940
## 228                        NA                       NA                     NA
## 229              64.379997250                       NA                     NA
## 230                        NA                       NA                     NA
## 231                        NA                       NA                     NA
## 232               6.341330560                       NA                     NA
## 233                        NA                       NA                     NA
## 234               2.700000000                       NA                     NA
## 235                        NA                       NA                     NA
## 236                        NA                       NA                     NA
## 237                        NA                       NA                     NA
## 238               0.020000000              0.020000000                     NA
## 239                        NA                       NA                     NA
## 240           16469.000000000          15791.000000000                     NA
## 241                        NA                       NA                     NA
## 242                        NA                       NA                     NA
## 243                        NA                       NA                     NA
## 244              83.255287170             83.385307310                     NA
## 245              77.373001100             84.160377500                     NA
## 246                        NA                       NA                     NA
## 247                        NA                       NA                     NA
## 248                        NA                       NA                     NA
## 249             142.143463100            126.934768700                     NA
## 250                        NA             96.748069760                     NA
## 251                        NA                       NA                     NA
## 252                        NA                       NA                     NA
## 253             112.879800000            116.311000000            117.8682760
## 254            4160.000000000           4040.000000000           4280.0000000
## 255              15.303407290              5.719357472              7.7080623
## 256               6.657055428             -2.369620627              4.2469401
## 257               4.691155935              3.217402330              5.5119715
## 258               0.437263380              0.507057360                     NA
## 259   1160000000000.000000000  1110000000000.000000000  1160000000000.0000000
## 260    502000000000.000000000   468000000000.000000000   501000000000.0000000
## 261      7378533035.000000000     7415618274.000000000     7736738626.0000000
## 262              45.535470650             68.834261530             75.4799354
## 263              51.254857500                       NA                     NA
## 264     13210495946.000000000    11020838497.000000000                     NA
## 265              17.405881620                       NA                     NA
## 266              20.200000000             12.100000000                     NA
## 267       702000000.000000000      263000000.000000000                     NA
## 268              77.200000000                       NA                     NA
## 269               1.065000000              1.065000000                     NA
## 270               2.733231622              2.791851953              2.8504691
## 271              10.769654490             10.673842070             10.5241340
## 272         4259781.000000000        4245701.000000000        4213006.0000000
## 273              26.700000000             25.700000000                     NA
## 274                        NA                       NA                     NA
## 275                        NA                       NA                     NA
## 276              55.822213300             54.912945760             55.0243268
## 277                        NA                       NA                     NA
## 278                        NA                       NA                     NA
## 279                        NA                       NA                     NA
## 280                        NA                       NA                     NA
## 281              77.339996340                       NA                     NA
## 282                        NA                       NA                     NA
## 283               0.096000000                       NA                     NA
## 284             111.979527500                       NA                     NA
## 285               4.445150850                       NA                     NA
## 286              46.000000000             40.000000000                     NA
## 287              30.000000000                       NA                     NA
## 288                        NA                       NA                     NA
## 289                        NA                       NA                     NA
## 290                        NA                       NA                     NA
## 291             100.000000000            100.000000000                     NA
## 292              19.300000000                       NA                     NA
## 293            3800.000000000           3839.000000000                     NA
## 294                        NA                       NA                     NA
## 295                        NA                       NA                     NA
## 296                        NA                       NA                     NA
## 297              84.931060790             84.959930420                     NA
## 298           42255.000000000                       NA                     NA
## 299                        NA                       NA                     NA
## 300          201075.000000000         201296.000000000                     NA
## 301              31.199400000                       NA                     NA
## 302               5.000000000              5.000000000              5.0000000
## 303               1.054620028              1.043789983                     NA
## 304                        NA                       NA                     NA
## 305                        NA                       NA                     NA
## 306      8812782441.000000000     8444783893.000000000     9089400790.0000000
## 307          136281.757000000         135045.847800000         144923.3023000
## 308               0.000000000              0.000000000                     NA
## 309     34186190996.000000000    33433670512.000000000    36288830373.0000000
## 310     12440000000.000000000     9127000000.000000000                     NA
## 311          347126.160000000         293518.860000000                     NA
## 312     17784585143.000000000    18033736298.000000000    19082101115.0000000
## 313               6.522667246             -9.029006860              4.1380083
## 314                        NA                       NA                     NA
## 315    292000000000.000000000    -1125352400.000000000   254000000000.0000000
## 316             126.075333600            124.720924000            128.0741502
## 317             857.592657800            872.329731900                     NA
## 318     47689650000.000000000                       NA                     NA
## 319            5404.000000000           6096.000000000                     NA
## 320                        NA                       NA                     NA
## 321               2.611457595              1.665802861                     NA
## 322              76.522065850             87.810353570                     NA
## 323              11.371977740             12.329148370                     NA
## 324              26.645600000             29.784100000                     NA
## 325              18.023810000             18.525150000                     NA
## 326              20.153000000             20.576000000             21.0080000
## 327        28608715.000000000       29136808.000000000       29674920.0000000
## 328               5.770856996              5.777785935              5.8313883
## 329               4.510463094              4.523121999              4.8038892
## 330              11.452375130             11.043466890             10.5740123
## 331                        NA                       NA                     NA
## 332              63.677000000             62.955000000                     NA
## 333               3.288000107              4.955999851              5.1970000
## 334               5.951000214              8.088000298              9.5010004
## 335              84.475997920             79.476997380             80.7720032
## 336                        NA                       NA                     NA
## 337                        NA                       NA                     NA
## 338              15.109999660                       NA                     NA
## 339              80.777000430             73.702003480             75.5920029
## 340                        NA                       NA                     NA
## 341                        NA                       NA                     NA
## 342                        NA                       NA                     NA
## 343               1.102808710                       NA                     NA
## 344                        NA                       NA                     NA
## 345              16.300000000                       NA                     NA
## 346               2.800000000                       NA                     NA
## 347                        NA                       NA              8.7000000
## 348              13.800000000             12.800000000                     NA
## 349              93.000000000             84.000000000                     NA
## 350              89.637104870             90.074541790                     NA
## 351               2.900000000              2.800000000                     NA
## 352                        NA                       NA                     NA
## 353               4.239999771              4.389999866                     NA
## 354                        NA                       NA                     NA
## 355              24.322490690             26.253349300                     NA
## 356              60.939040000                       NA                     NA
## 357                        NA                       NA                     NA
## 358                        NA                       NA                     NA
## 359                        NA                       NA                     NA
## 360             147.532510000                       NA                     NA
## 361              43.531410220             48.790721890                     NA
## 362                        NA                       NA                     NA
## 363                        NA                       NA                     NA
## 364               0.290067383              0.287107335              0.2870042
## 365   1630000000000.000000000  1280000000000.000000000  1400000000000.0000000
## 366     34539802030.000000000    33830032733.000000000    36486385880.0000000
## 367    113000000000.000000000   110000000000.000000000   115000000000.0000000
## 368             164.929691400            170.236143200            179.6195108
## 369              35.229187000             26.265784000                     NA
## 370               2.860942200              2.860942200                     NA
## 371    331000000000.000000000   318000000000.000000000   332000000000.0000000
## 372               5.156927906              2.431657885              2.8480038
## 373              41.378740910             30.440281510             35.7822125
## 374   1080000000000.000000000   978000000000.000000000  1010000000000.0000000
## 375     27105117750.000000000    28085416288.000000000    29125231026.0000000
## 376               9.761284394              3.814742099             -1.6557058
## 377                        NA                       NA                     NA
## 378                        NA                       NA                     NA
## 379                        NA                       NA                     NA
## 380             135.259506600            131.150261900                     NA
## 381              80.000000000             80.000000000                     NA
## 382               4.500000000              4.500000000              4.5000000
## 383                        NA                       NA                     NA
## 384                        NA                       NA                     NA
## 385              48.000000000                       NA                     NA
## 386                        NA                       NA                     NA
## 387               5.000000000                       NA                     NA
## 388              80.987663250             76.924646880                     NA
## 389              19.809060240             15.773649730                     NA
## 390               0.000000000              0.000000000                     NA
## 391                        NA                       NA             63.3000000
## 392                        NA                       NA                     NA
## 393      8713166195.000000000    11467799302.000000000     9660979251.0000000
## 394                        NA                       NA                     NA
## 395                        NA                       NA                     NA
## 396                        NA                       NA                     NA
## 397                        NA                       NA                     NA
## 398                        NA                       NA                     NA
## 399                        NA                       NA                     NA
## 400               7.166089632             11.227695090                     NA
## 401                        NA                       NA                     NA
## 402          186816.304900000                       NA                     NA
## 403        -7881121.500000000      209632925.099999994                     NA
## 404              11.753087340             15.821904490                     NA
## 405         1899999.976000000        1950000.048000000                     NA
## 406       114919998.200000003      108069999.700000003                     NA
## 407                        NA                       NA                     NA
## 408      1110916913.000000000      890100720.899999976     1720447322.0000000
## 409    -11110082472.000000000    -8923098091.000000000   -14466795451.0000000
## 410     13836308893.000000000    10694431764.000000000    16957495620.0000000
## 411              41.590722010             41.590722010                     NA
## 412                        NA                       NA                     NA
## 413               5.847551000             13.689186000                     NA
## 414               3.500000000              3.500000000              3.5000000
## 415               3.500000000              3.500000000              3.5000000
## 416              12.000000000                       NA                     NA
## 417              20.200000000                       NA                     NA
## 418                        NA                       NA                     NA
## 419             102.857100000                       NA                     NA
## 420                        NA              0.518612623                     NA
## 421     20714551000.000000000    26060200000.000000000                     NA
## 422              16.909200190             10.512349670                     NA
## 423    154000000000.000000000   313000000000.000000000                     NA
## 424                        NA                       NA                     NA
## 425              78.945910900             88.440039470                     NA
## 426               1.661035902              1.677216698                     NA
## 427                        NA                       NA                     NA
## 428                        NA                       NA                     NA
## 429                        NA                       NA                     NA
## 430                        NA                       NA                     NA
## 431                        NA                       NA                     NA
## 432                        NA             94.199996950                     NA
## 433              17.962294380             26.081950820                     NA
## 434                        NA                       NA                     NA
## 435                        NA                       NA                     NA
## 436       250715354.400000006      102508250.299999997                     NA
## 437      6513481342.000000000     7904918393.000000000                     NA
## 438         2759999.990000000        2390000.105000000                     NA
## 439        49349998.469999999       33880001.070000000                     NA
## 440                        NA                       NA                     NA
## 441       564800000.000000000      557160000.000000000                     NA
## 442               0.000000000              0.000000000                     NA
## 443             110.739997900                       NA                     NA
## 444                        NA                       NA                     NA
## 445   1150000000000.000000000   914000000000.000000000  1060000000000.0000000
## 446              11.346110480             -8.929999994              9.7970000
## 447     43100354351.000000000    41698782802.000000000    46476611104.0000000
## 448   2960000000000.000000000  3310000000000.000000000  3590000000000.0000000
## 449        36000000.000000000                       NA                     NA
## 450          762000.000000000         726000.000000000                     NA
## 451              53.565833330                       NA                     NA
## 452               3.400000000              3.400000000              3.4000000
## 453                        NA                       NA                     NA
## 454              26.200000000                       NA                     NA
## 455               2.000000000                       NA                     NA
## 456                        NA                       NA                     NA
## 457               7.300000000                       NA                     NA
## 458              84.435020000             71.177990000             81.1500800
## 459    188000000000.000000000   213000000000.000000000                     NA
## 460               0.000000000              0.000000000                     NA
## 461                        NA                       NA             42.2300000
## 462                        NA                       NA                     NA
## 463             133.771262100            145.071697500                     NA
## 464                        NA                       NA                     NA
## 465                        NA                       NA                     NA
## 466                        NA                       NA                     NA
## 467            3090.000000000                       NA                     NA
## 468                        NA                       NA                     NA
## 469                        NA                       NA                     NA
## 470       200652409.400000006      222297069.599999994                     NA
## 471                        NA                       NA                     NA
## 472         8531000.137000000        7026000.023000000                     NA
## 473                        NA                       NA                     NA
## 474               6.184800000              4.560400000                     NA
## 475       603549993.100000024      548809997.899999976                     NA
## 476                        NA                       NA                     NA
## 477                        NA                       NA                     NA
## 478      1615309509.000000000      881232951.299999952      770464704.6000000
## 479    -11007482455.000000000    -8706903115.000000000   -13696324223.0000000
## 480               3.989908879              6.814729331              7.5047616
## 481                        NA                       NA                     NA
## 482                        NA                       NA                     NA
## 483              67.801285280             71.410067800                     NA
## 484                        NA                       NA                     NA
## 485               0.244490715              0.259060334                     NA
## 486               1.246281269                       NA                     NA
## 487              26.330000000             26.330000000                     NA
## 488        11000000.000000000        4000000.000000000                     NA
## 489              79.300000000                       NA                     NA
## 490               0.771390798              0.780612416              0.8444765
## 491               3.448407706              3.539921435              3.6203815
## 492        18494692.000000000       19044441.000000000       19591736.0000000
## 493         4196198.000000000        4148531.000000000        4115164.0000000
## 494              22.200000000             21.400000000                     NA
## 495           19570.000000000          19555.000000000          19574.0000000
## 496                        NA                       NA                     NA
## 497                        NA                       NA                     NA
## 498                        NA                       NA                     NA
## 499                        NA                       NA                     NA
## 500                        NA                       NA                     NA
## 501                        NA                       NA                     NA
## 502              87.889999390                       NA                     NA
## 503                        NA                       NA                     NA
## 504              17.400000000                       NA                     NA
## 505              63.281337740                       NA                     NA
## 506              53.000000000                       NA                     NA
## 507               2.900000000                       NA                     NA
## 508              40.756949150             42.479517830                     NA
## 509              24.400000000                       NA                     NA
## 510                        NA                       NA                     NA
## 511                        NA                       NA                     NA
## 512              63.000000000             66.000000000                     NA
## 513              27.000000000             25.900000000                     NA
## 514            1331.000000000           1280.000000000                     NA
## 515                        NA                       NA                     NA
## 516                        NA                       NA                     NA
## 517                        NA                       NA                     NA
## 518              87.247528080             87.365333560                     NA
## 519              28.256700000                       NA                     NA
## 520              99.459098820            100.043739300                     NA
## 521              98.362701420             98.346649170                     NA
## 522                        NA                       NA                     NA
## 523                        NA                       NA                     NA
## 524               1.046489954              1.012269974                     NA
## 525                        NA                       NA                     NA
## 526                        NA                       NA                     NA
## 527    516000000000.000000000   460000000000.000000000   615000000000.0000000
## 528    114000000000.000000000   112000000000.000000000   116000000000.0000000
## 529            4119.584979000           3996.665470000           4260.8396940
## 530               0.440770893              0.512156620                     NA
## 531     12190000000.000000000     8864000000.000000000                     NA
## 532               0.000000000              0.000000000                     NA
## 533               5.544167071                       NA                     NA
## 534    192000000000.000000000   174000000000.000000000   200000000000.0000000
## 535    -11517209339.000000000    -9130162345.000000000   -12117844690.0000000
## 536              33.815125680             30.469220520             29.8519298
## 537     40720852693.000000000    38069350491.000000000    42146987772.0000000
## 538         5285142.000000000                       NA                     NA
## 539               1.120879975              0.980612805                     NA
## 540             784.469485100            626.567387200                     NA
## 541               4.061913784              6.953940584              7.6383199
## 542               0.215982700              0.214721900                     NA
## 543               5.153108430              2.496626337                     NA
## 544        22843201.000000000       23141618.000000000       23440813.0000000
## 545               8.944825899              8.916701729              8.9530963
## 546               2.203298058              2.232199607              2.2553064
## 547               9.443904874              9.689579794              9.8450499
## 548         8459704.000000000        8394231.000000000        8329117.0000000
## 549              70.778000000             71.067000000                     NA
## 550               4.800000000                       NA                     NA
## 551                        NA                       NA                     NA
## 552                        NA                       NA                     NA
## 553                        NA                       NA                     NA
## 554                        NA                       NA                     NA
## 555              24.579999920                       NA                     NA
## 556              14.960000040                       NA                     NA
## 557                        NA                       NA                     NA
## 558              74.080001830                       NA                     NA
## 559                        NA                       NA                     NA
## 560                        NA                       NA                     NA
## 561             176.955047600                       NA                     NA
## 562                        NA                       NA                     NA
## 563              31.400000000             30.400000000                     NA
## 564               5.006138298              4.229308738                     NA
## 565              73.840925970             76.430760480                     NA
## 566                        NA                       NA                     NA
## 567               0.030000000              0.030000000                     NA
## 568              21.500000000                       NA                     NA
## 569           13731.000000000          13214.000000000                     NA
## 570                        NA                       NA                     NA
## 571                        NA                       NA                     NA
## 572                        NA                       NA                     NA
## 573              83.132247920             83.149360660                     NA
## 574              80.179916380             85.521492000                     NA
## 575                        NA                       NA                     NA
## 576              96.298400000                       NA                     NA
## 577              27.963540000                       NA                     NA
## 578              50.612240000                       NA                     NA
## 579              18.608020000                       NA                     NA
## 580                        NA                       NA                     NA
## 581                        NA                       NA                     NA
## 582                        NA                       NA                     NA
## 583               5.162835249             -4.036006467              1.7334519
## 584      5231652044.000000000     1912191133.000000000     2797165668.0000000
## 585   3860000000000.000000000  3890000000000.000000000  4280000000000.0000000
## 586    217000000000.000000000   182000000000.000000000   143000000000.0000000
## 587       255800000.000000000      263500000.000000000                     NA
## 588     15749092241.000000000    15035550097.000000000    15666080584.0000000
## 589               4.981441388              4.474854392              4.6655983
## 590              49.249526590             40.918865590             43.8112282
## 591     14145815399.000000000    10177303423.000000000    12984946399.0000000
## 592    300000000000.000000000   265000000000.000000000   223000000000.0000000
## 593     91950080813.000000000    99357733888.000000000   108000000000.0000000
## 594               4.502442893              4.827005869                     NA
## 595               8.139492934              3.596060735              4.2605514
## 596               0.666832899                       NA                     NA
## 597         1031000.000000000        1270000.000000000                     NA
## 598              61.333333330                       NA                     NA
## 599               2.500000000              2.500000000              2.5000000
## 600                        NA                       NA                     NA
## 601               0.700000000                       NA                     NA
## 602             910.000000000                       NA                     NA
## 603                        NA                       NA                     NA
## 604                        NA                       NA                     NA
## 605                        NA                       NA                     NA
## 606              24.633623420             34.763024930                     NA
## 607              22.401347910             19.365426670                     NA
## 608                        NA                       NA                     NA
## 609                        NA                       NA                     NA
## 610      8398189509.000000000    11076694632.000000000     9193553327.0000000
## 611                        NA                       NA                     NA
## 612         1376108.000000000        1423515.000000000        1471867.0000000
## 613                        NA                       NA                     NA
## 614           23549.999240000                       NA                     NA
## 615                        NA                       NA                     NA
## 616                        NA                       NA                     NA
## 617              18.500000000             19.800000000                     NA
## 618               9.420665881             17.277661390                     NA
## 619         7147308.350000000        6877010.822000000                     NA
## 620       651416000.000000000      852719000.000000000                     NA
## 621      2877236000.000000000     3469471000.000000000                     NA
## 622                        NA                       NA                     NA
## 623          509999.990500000         579999.983300000                     NA
## 624                        NA                       NA                     NA
## 625      3427627044.000000000     2278486766.000000000     2950288109.0000000
## 626      -185563265.599999994     -126626337.500000000     -196326024.0000000
## 627      1717909525.000000000     1097427928.000000000     1540935932.0000000
## 628          143350.000000000         143350.000000000         143350.0000000
## 629                        NA                       NA                     NA
## 630                        NA                       NA                     NA
## 631              22.500000000                       NA                     NA
## 632                        NA                       NA                     NA
## 633              11.000000000                       NA                     NA
## 634                        NA                       NA                     NA
## 635               2.473497724              3.323374975                     NA
## 636              17.923262960             19.169773800                     NA
## 637                        NA                       NA                     NA
## 638                        NA                       NA             44.5500000
## 639   3750000000000.000000000  4580000000000.000000000                     NA
## 640              10.364530640              9.272535331                     NA
## 641                        NA                       NA                     NA
## 642                        NA                       NA                     NA
## 643                        NA                       NA                     NA
## 644                        NA                       NA                     NA
## 645                        NA                       NA                     NA
## 646                        NA                       NA                     NA
## 647               8.253737752             12.080367820                     NA
## 648                        NA                       NA                     NA
## 649                        NA                       NA                     NA
## 650       -11078000.000000000                       NA                     NA
## 651       147411972.800000012      370271418.600000024                     NA
## 652        25600000.379999999       32770000.460000001                     NA
## 653           29999.999330000                       NA                     NA
## 654      7834678645.000000000     7795562776.000000000     7907293787.0000000
## 655       185180107.599999994      139906402.300000012      124161500.0000000
## 656        81597337.590000004       44493837.850000001       54695256.1700000
## 657             118.019996600                       NA                     NA
## 658                        NA                       NA                     NA
## 659                        NA                       NA                     NA
## 660                        NA                       NA                     NA
## 661              50.000000000             50.000000000                     NA
## 662               4.000000000              4.000000000              4.0000000
## 663       647200000.000000000                       NA                     NA
## 664               8.000000000                       NA                     NA
## 665             190.000000000                       NA                     NA
## 666                        NA                       NA                     NA
## 667              94.000000000                       NA                     NA
## 668    837000000000.000000000   784000000000.000000000                     NA
## 669      8442841000.000000000     6619530000.000000000                     NA
## 670              -4.793705761             -4.896852861                     NA
## 671                        NA                       NA             58.6100000
## 672              13.813433590             22.113914390                     NA
## 673                        NA                       NA                     NA
## 674                        NA                       NA                     NA
## 675                        NA                       NA                     NA
## 676                        NA                       NA                     NA
## 677                        NA                       NA                     NA
## 678                        NA                       NA                     NA
## 679                        NA                       NA                     NA
## 680               7.423309014             11.633053390                     NA
## 681         3763460.398000000        2824782.133000000                     NA
## 682          -11000.000000000          -3000.000000000                     NA
## 683        12714226.720000001        2794456.959000000                     NA
## 684      5844946369.000000000     7055875975.000000000                     NA
## 685               0.000000000              0.000000000                     NA
## 686           70000.000300000         129999.995200000                     NA
## 687                        NA                       NA                     NA
## 688       701400622.000000000      507153094.300000012      455248866.9000000
## 689              -5.129629145             -0.251653458            -14.8229695
## 690               9.750191340              5.918168268              6.3694548
## 691                        NA                       NA                     NA
## 692     13615734943.000000000     9983934203.000000000    13021756747.0000000
## 693               5.543507178            -15.882138710            -21.0760178
## 694              76.579497500             85.212910460             83.8927182
## 695      2774925672.000000000     3031675664.000000000     3047978490.0000000
## 696                        NA                       NA                     NA
## 697         1659671.000000000        1989284.000000000                     NA
## 698               3.700000000              3.700000000              3.6000000
## 699               4.000000000              4.000000000              3.5000000
## 700       647200000.000000000                       NA                     NA
## 701              22.500000000                       NA                     NA
## 702                        NA                       NA                     NA
## 703             110.000000000                       NA                     NA
## 704                        NA                       NA                     NA
## 705               2.316968952              3.329061352                     NA
## 706    137000000000.000000000   118000000000.000000000                     NA
## 707               4.002321623              8.045683808                     NA
## 708              78.945910900             88.440039470                     NA
## 709              12.405929890             10.472875320                     NA
## 710              16.460000000             19.800000000                     NA
## 711                        NA                       NA                     NA
## 712                        NA                       NA                     NA
## 713            7120.000000000                       NA                     NA
## 714                        NA                       NA                     NA
## 715                        NA                       NA                     NA
## 716              89.900001530             89.900001530                     NA
## 717       282907347.300000012      275249582.100000024                     NA
## 718                        NA                       NA                     NA
## 719                        NA                       NA                     NA
## 720                        NA                       NA                     NA
## 721              18.857905730             23.213207610                     NA
## 722           50000.000750000                       NA                     NA
## 723        37729999.539999999       38849998.469999999                     NA
## 724      8918636411.000000000     8708790060.000000000     8898783155.0000000
## 725       118200000.000000000       89060000.000000000                     NA
## 726               0.000000000              0.000000000                     NA
## 727             112.620002700                       NA                     NA
## 728                        NA                       NA                     NA
## 729                        NA                       NA                     NA
## 730               0.055805909              0.043995545                     NA
## 731               1.910096522                       NA                     NA
## 732               1.431734711              1.673121433                     NA
## 733              12.970000000             11.450000000                     NA
## 734              14.740000000             11.210000000                     NA
## 735       801000000.000000000      238000000.000000000                     NA
## 736              45.604820070             45.812962770             46.0880973
## 737               1.571884255              1.570476239              1.5915571
## 738               4.662414282              4.663865090              4.6686875
## 739              67.242732540             67.853419730             68.2983782
## 740                        NA                       NA                     NA
## 741               6.322000000              6.288000000                     NA
## 742                        NA                       NA                     NA
## 743                        NA                       NA                     NA
## 744                        NA                       NA                     NA
## 745              85.660000000                       NA                     NA
## 746                        NA                       NA                     NA
## 747                        NA                       NA                     NA
## 748              12.109999660                       NA                     NA
## 749               0.430000007                       NA                     NA
## 750                        NA                       NA                     NA
## 751                        NA                       NA                     NA
## 752              57.913040160                       NA                     NA
## 753                        NA                       NA                     NA
## 754              12.000000000                       NA                     NA
## 755               0.900000000                       NA                     NA
## 756              60.798613270             62.143601270                     NA
## 757                        NA                       NA                     NA
## 758                        NA                       NA                     NA
## 759            1300.000000000           1200.000000000                     NA
## 760              46.700000000             46.000000000                     NA
## 761                        NA                       NA                     NA
## 762              80.625000000             80.625000000             80.6250000
## 763                        NA                       NA                     NA
## 764                        NA                       NA                     NA
## 765                        NA                       NA                     NA
## 766         3421508.000000000                       NA                     NA
## 767              10.000000000             10.000000000             10.0000000
## 768               7.859740000                       NA                     NA
## 769                        NA                       NA                     NA
## 770             117.664543200                       NA                     NA
## 771                        NA                       NA                     NA
## 772                        NA                       NA                     NA
## 773                        NA                       NA                     NA
## 774     39915542800.000000000    46101286300.000000000    23285527000.0000000
## 775               7.083016164             -2.264591245              3.6123122
## 776            1069.789098000           1025.509112000           1049.6759710
## 777   3340000000000.000000000  3430000000000.000000000  3660000000000.0000000
## 778            1123.084347000           1085.568467000                     NA
## 779               0.436258380              0.506195430                     NA
## 780               0.845220194                       NA                     NA
## 781                        NA                       NA                     NA
## 782               5.815220184            -20.848090370             16.3225230
## 783     10942611030.000000000     9965435866.000000000    10941749618.0000000
## 784             159.565340000            171.341411200            174.0164109
## 785   2960000000000.000000000  3310000000000.000000000  3590000000000.0000000
## 786              68.037500000                       NA                     NA
## 787               4.000000000              4.000000000              3.5000000
## 788                        NA                       NA                     NA
## 789              46.000000000                       NA                     NA
## 790               6.000000000                       NA                     NA
## 791                        NA                       NA                     NA
## 792                        NA                       NA                     NA
## 793                        NA              0.489695787                     NA
## 794     99935814000.000000000   118000000000.000000000                     NA
## 795       237634000.000000000      112370000.000000000                     NA
## 796    -33345127541.000000000   123000000000.000000000                     NA
## 797                        NA                       NA                     NA
## 798               1.197789140              4.273086064                     NA
## 799                        NA                       NA                     NA
## 800              23.867915330             23.744285000             23.6099092
## 801                        NA                       NA                     NA
## 802                        NA                       NA                     NA
## 803                        NA                       NA                     NA
## 804              77.390000000                       NA                     NA
## 805              63.600000000             62.800000000                     NA
## 806               3.858244479              5.197748516                     NA
## 807                        NA                       NA                     NA
## 808        32562264.399999999       -3843839.300000000                     NA
## 809      2877236000.000000000     3469471000.000000000                     NA
## 810                        NA                       NA                     NA
## 811                        NA                       NA                     NA
## 812        11779999.730000000       10060000.420000000                     NA
## 813               6.169901776              5.266815667              5.5025066
## 814               0.000000000              0.000000000              0.0000000
## 815                        NA                       NA                     NA
## 816                        NA                       NA                     NA
## 817                        NA                       NA                     NA
## 818              20.000000000                       NA                     NA
## 819               3.000000000              3.000000000              3.0000000
## 820                        NA                       NA                     NA
## 821              41.800000000                       NA                     NA
## 822              20.200000000                       NA                     NA
## 823                        NA                       NA                     NA
## 824                        NA                       NA                     NA
## 825                        NA                       NA                     NA
## 826     38447646000.000000000    34752540000.000000000                     NA
## 827    424000000000.000000000   270000000000.000000000                     NA
## 828                        NA                       NA                     NA
## 829               9.632236558             13.678851060                     NA
## 830   3550000000000.000000000  4150000000000.000000000                     NA
## 831                        NA                       NA                     NA
## 832               4.810100698              4.885624396              4.9599696
## 833                        NA                       NA                     NA
## 834                        NA                       NA                     NA
## 835               0.114122286                       NA                     NA
## 836                        NA                       NA                     NA
## 837               5.230000000                       NA                     NA
## 838               9.506365727             15.946429540                     NA
## 839         3118018.866000000        3511770.010000000                     NA
## 840       902131618.799999952      955227411.000000000                     NA
## 841                        NA            276.499301800                     NA
## 842                        NA                       NA                     NA
## 843       126519996.599999994       82690002.439999998                     NA
## 844          289999.991700000          90000.003580000                     NA
## 845       185563265.599999994      126626337.500000000                     NA
## 846      8837039073.000000000     8664296223.000000000     8844087898.0000000
## 847              36.544195810             49.843647770             52.3305788
## 848                        NA                       NA                     NA
## 849                        NA                       NA                     NA
## 850      2570376956.000000000     2668430208.000000000     2624248855.0000000
## 851                        NA                       NA                     NA
## 852                        NA                       NA                     NA
## 853               3.500000000              3.500000000              4.0000000
## 854               3.500000000              3.500000000              3.5000000
## 855                        NA                       NA                     NA
## 856              22.500000000                       NA                     NA
## 857                        NA                       NA                     NA
## 858              43.000000000                       NA                     NA
## 859              63.186600000                       NA                     NA
## 860       122681000.000000000     2295130000.000000000                     NA
## 861    143000000000.000000000   124000000000.000000000                     NA
## 862                        NA                       NA                     NA
## 863                        NA                       NA             60.2800000
## 864              97.169877780            117.749455500                     NA
## 865              17.790000000             21.520000000                     NA
## 866                        NA                       NA                     NA
## 867                        NA                       NA                     NA
## 868                        NA                       NA                     NA
## 869                        NA                       NA                     NA
## 870                        NA                       NA                     NA
## 871                        NA                       NA                     NA
## 872               0.819076343              0.813624936                     NA
## 873                        NA                       NA                     NA
## 874       -11078000.000000000                       NA                     NA
## 875          364857.733200000                       NA                     NA
## 876      5963217369.000000000     7174146975.000000000                     NA
## 877          990000.009500000         340000.003600000                     NA
## 878        45849998.469999999       57490001.680000000                     NA
## 879      8244465869.000000000     8107744662.000000000                     NA
## 880              11.464063490             15.876210940             16.1151444
## 881        60035162.850000001       44143198.960000001                     NA
## 882                        NA                       NA                     NA
## 883                        NA                       NA                     NA
## 884                        NA                       NA                     NA
## 885               2.303732830              2.306293110                     NA
## 886              45.279840110                       NA                     NA
## 887               0.139064817              0.162305981                     NA
## 888              14.060000000             12.490000000                     NA
## 889              15.990000000             12.290000000                     NA
## 890              29.381271990             13.436203680                     NA
## 891              78.300000000                       NA                     NA
## 892               1.154078825              1.185163284              1.1959323
## 893               4.256690213              4.332073989              4.4255226
## 894         8034251.000000000        8331490.000000000        8666064.0000000
## 895               8.535460188              8.367328286              8.2413434
## 896              44.200000000                       NA                     NA
## 897                        NA                       NA                     NA
## 898                        NA                       NA                     NA
## 899                        NA                       NA                     NA
## 900                        NA                       NA                     NA
## 901                        NA                       NA                     NA
## 902                        NA                       NA                     NA
## 903              36.009998320                       NA                     NA
## 904               1.789999962                       NA                     NA
## 905                        NA                       NA                     NA
## 906                        NA                       NA                     NA
## 907              30.836610950                       NA                     NA
## 908                        NA                       NA                     NA
## 909               2.500000000                       NA                     NA
## 910               2.600000000                       NA                     NA
## 911              23.900000000                       NA                     NA
## 912                        NA                       NA                     NA
## 913               3.304700000                       NA                     NA
## 914               0.100000000              0.100000000                     NA
## 915               0.100000000              0.100000000                     NA
## 916                        NA                       NA                     NA
## 917                        NA                       NA                     NA
## 918                        NA                       NA                     NA
## 919                        NA                       NA                     NA
## 920              78.041252140             78.962158200                     NA
## 921              51.433750000                       NA                     NA
## 922             101.613853500            100.578033400                     NA
## 923               7.595410000                       NA                     NA
## 924                        NA                       NA                     NA
## 925             120.447341900                       NA                     NA
## 926               9.000000000              9.000000000                     NA
## 927                        NA                       NA                     NA
## 928                        NA                       NA                     NA
## 929                        NA                       NA                     NA
## 930   2360000000000.000000000  2310000000000.000000000  2390000000000.0000000
## 931               4.744512715             -4.139132233              2.3565718
## 932     27262952301.000000000    26602290156.000000000    27621363368.0000000
## 933            1069.490890000            991.979542500                     NA
## 934      2254000000.000000000     2252000000.000000000                     NA
## 935              41.871855850                       NA                     NA
## 936            1749.488129000                       NA                     NA
## 937      1506012202.000000000      806752077.100000024      708300608.4000000
## 938               1.549555028                       NA                     NA
## 939              65.116757930             64.759928120                     NA
## 940                        NA                       NA                     NA
## 941              17.270000000             12.600000000                     NA
## 942       713000000.000000000      267000000.000000000                     NA
## 943                        NA                       NA                     NA
## 944              54.686079660             52.993768630             51.4665163
## 945               2.854628203              2.864028630              2.8995790
## 946              11.353654760             11.509199390             11.4411280
## 947              32.649623250             31.806732400             30.8044701
## 948              72.208000000             72.510000000                     NA
## 949                        NA                       NA                     NA
## 950                        NA                       NA                     NA
## 951        16795812.000000000       16045628.000000000       16994247.0000000
## 952                        NA                       NA                     NA
## 953                        NA                       NA                     NA
## 954              17.299999240                       NA                     NA
## 955              54.790000920                       NA                     NA
## 956                        NA                       NA                     NA
## 957                        NA                       NA                     NA
## 958                        NA                       NA                     NA
## 959                        NA                       NA                     NA
## 960              53.246402740                       NA                     NA
## 961             238.000000000            235.000000000                     NA
## 962              32.900000000                       NA                     NA
## 963              14.502772380             11.221249430                     NA
## 964              72.637628390             76.657961060                     NA
## 965                        NA                       NA                     NA
## 966             810.000000000            750.000000000                     NA
## 967              23.900000000                       NA                     NA
## 968              24.820832960                       NA                     NA
## 969                        NA                       NA                     NA
## 970                        NA                       NA                     NA
## 971                        NA                       NA                     NA
## 972              73.367172240             73.264701840                     NA
## 973              51.177380000                       NA                     NA
## 974                        NA                       NA                     NA
## 975              44.596290590             47.417728420                     NA
## 976              24.647450000                       NA                     NA
## 977         3970016.000000000        3522177.000000000                     NA
## 978               2.000000000              2.000000000                     NA
## 979                        NA                       NA                     NA
## 980                        NA                       NA                     NA
## 981    995000000000.000000000   982000000000.000000000  1070000000000.0000000
## 982            1081.652813000           1037.997236000           1055.9904190
## 983               0.442967352              0.514043068                     NA
## 984   3860000000000.000000000  3890000000000.000000000  4280000000000.0000000
## 985              36.020280000             26.802340000                     NA
## 986               0.001005000              0.000861930                     NA
## 987   2010000000000.000000000  2100000000000.000000000  2250000000000.0000000
## 988    124000000000.000000000   113000000000.000000000   118000000000.0000000
## 989             -33.689653640            -27.308285940            -33.3927673
## 990    211000000000.000000000     -775127900.000000000   163000000000.0000000
## 991      2659663943.000000000     2275258178.000000000     1890368794.0000000
## 992               6.200367588              1.718423535                     NA
## 993               1.376595177              1.363585634                     NA
## 994             188.893489300            209.219898100                     NA
## 995          121000.000000000          48000.000000000          32000.0000000
## 996               0.032859307              0.131853828                     NA
## 997              16.991630790                       NA                     NA
## 998              21.391033580             20.906359990                     NA
## 999              73.040000000             18.700000000                     NA
## 1000             12.570000000             11.170000000                     NA
## 1001             24.715611860                       NA                     NA
## 1002       15561762.000000000       15788373.000000000       15998314.0000000
## 1003        1654318.000000000        1698136.000000000        1754067.0000000
## 1004              6.128316318              6.278899035              6.3714589
## 1005             10.379338790             10.033123740              9.7326881
## 1006                       NA                       NA                     NA
## 1007            126.348000000            123.086000000                     NA
## 1008                       NA                       NA                     NA
## 1009                       NA                       NA                     NA
## 1010                       NA                       NA                     NA
## 1011             75.213996890             67.255996700             70.7040024
## 1012                       NA                       NA                     NA
## 1013                       NA                       NA                     NA
## 1014             87.470001220                       NA                     NA
## 1015             67.081001280             59.401000980             60.6199989
## 1016                       NA                       NA                     NA
## 1017                       NA                       NA                     NA
## 1018              4.033858300                       NA                     NA
## 1019                       NA                       NA                     NA
## 1020                       NA                       NA                     NA
## 1021              1.700000000              1.800000000                     NA
## 1022                       NA                       NA                     NA
## 1023             49.100000000             47.900000000                     NA
## 1024             93.000000000             84.000000000                     NA
## 1025             17.377852720             15.738280550                     NA
## 1026              2.200000000              2.200000000                     NA
## 1027             35.700000000                       NA                     NA
## 1028                       NA                       NA                     NA
## 1029             13.326829910             13.457739830                     NA
## 1030                       NA                       NA                     NA
## 1031                       NA             23.773679730                     NA
## 1032              7.000000000              7.000000000              7.0000000
## 1033                       NA                       NA                     NA
## 1034                       NA                       NA                     NA
## 1035            145.698820000                       NA                     NA
## 1036             83.387069700             82.387901310                     NA
## 1037                       NA                       NA                     NA
## 1038                       NA                       NA                     NA
## 1039             32.138628750             33.350977630             33.1566816
## 1040             41.755601660             32.435231920             32.4471958
## 1041  3900000000000.000000000  3930000000000.000000000  4300000000000.0000000
## 1042              0.000000000              0.000000000                     NA
## 1043   294000000000.000000000   101000000000.000000000   227000000000.0000000
## 1044    32130000000.000000000    31630000000.000000000                     NA
## 1045      563900000.000000000      618900000.000000000                     NA
## 1046             13.010675410             12.047319930             11.7225156
## 1047   614000000000.000000000   629000000000.000000000   647000000000.0000000
## 1048    14176873281.000000000    11405420523.000000000    14008213484.0000000
## 1049             28.065464890             25.150491920             23.5235500
## 1050              8.290176204              3.616654786              3.7023298
## 1051   185000000000.000000000   192000000000.000000000   189000000000.0000000
## 1052             32.800000000             37.700000000                     NA
## 1053          27035.000000000          35894.000000000                     NA
## 1054              2.900000000              2.900000000              3.0000000
## 1055                       NA                       NA                     NA
## 1056            118.000000000                       NA                     NA
## 1057             20.200000000                       NA                     NA
## 1058                       NA                       NA                     NA
## 1059             49.000000000                       NA                     NA
## 1060                       NA                       NA                     NA
## 1061              4.590983647              4.431881634                     NA
## 1062             47.464739990             34.458915130                     NA
## 1063                       NA                       NA                     NA
## 1064                       NA                       NA                     NA
## 1065  1050000000000.000000000  1420000000000.000000000                     NA
## 1066             23.626041410             23.626041410             23.6260414
## 1067                       NA                       NA                     NA
## 1068                       NA                       NA                     NA
## 1069            590.000000000                       NA                     NA
## 1070              0.118938770                       NA                     NA
## 1071                       NA                       NA                     NA
## 1072                       NA             88.786018370                     NA
## 1073             46.581260460             60.349782460                     NA
## 1074                       NA                       NA                     NA
## 1075                       NA                       NA                     NA
## 1076                       NA             18.500280540                     NA
## 1077                       NA                       NA                     NA
## 1078       18549999.239999998       14800000.189999999                     NA
## 1079        6820000.172000000        4070000.172000000                     NA
## 1080              0.542801816              0.378738964                     NA
## 1081      142129601.900000006      115440308.000000000      117980173.7000000
## 1082             40.857503860             24.009564760             25.9647102
## 1083                       NA                       NA                     NA
## 1084                       NA                       NA                     NA
## 1085      987924064.000000000      880211839.000000000                     NA
## 1086                       NA                       NA                     NA
## 1087             65.116757930             64.759928120                     NA
## 1088            106.864961900            106.792632800                     NA
## 1089             99.400000000             99.400000000                     NA
## 1090       96000000.000000000       41000000.000000000                     NA
## 1091             76.300000000                       NA                     NA
## 1092              1.136180992              1.128851435              1.1096320
## 1093              4.269571600              4.340786017              4.3892176
## 1094             61.579519750             62.415481670             63.3641417
## 1095             10.561293510             10.381052160             10.1605910
## 1096             46.700000000                       NA                     NA
## 1097                       NA                       NA                     NA
## 1098                       NA                       NA                     NA
## 1099                       NA                       NA                     NA
## 1100                       NA                       NA                     NA
## 1101                       NA                       NA                     NA
## 1102                       NA                       NA                     NA
## 1103             22.670000080                       NA                     NA
## 1104              1.029999971                       NA                     NA
## 1105                       NA                       NA                     NA
## 1106                       NA                       NA                     NA
## 1107            102.480047000                       NA                     NA
## 1108                       NA                       NA                     NA
## 1109              3.300000000                       NA                     NA
## 1110             46.718136350             50.237019270                     NA
## 1111             25.000000000                       NA                     NA
## 1112                       NA                       NA                     NA
## 1113              0.809100000                       NA                     NA
## 1114              0.100000000              0.100000000                     NA
## 1115             29.300000000             28.200000000                     NA
## 1116           1634.000000000           1572.000000000                     NA
## 1117                       NA                       NA                     NA
## 1118                       NA                       NA                     NA
## 1119                       NA                       NA                     NA
## 1120             81.198020940             83.119750980                     NA
## 1121             31.994450000                       NA                     NA
## 1122             97.330680850             99.513786320                     NA
## 1123             95.959716800             95.972763060                     NA
## 1124                       NA                       NA                     NA
## 1125                       NA                       NA                     NA
## 1126              1.018659949              0.989560008                     NA
## 1127                       NA                       NA                     NA
## 1128                       NA                       NA                     NA
## 1129     4575218471.000000000     3956454691.000000000     5216026828.0000000
## 1130   119000000000.000000000   118000000000.000000000   127000000000.0000000
## 1131          81784.263710000          78399.104890000          80246.6360800
## 1132  2110000000000.000000000  2060000000000.000000000  2140000000000.0000000
## 1133              6.029236874             -7.247499540                     NA
## 1134              6.526422600              6.612929900                     NA
## 1135              8.598613878                       NA                     NA
## 1136     1702965067.000000000     1496108073.000000000     1693091071.0000000
## 1137             41.469590110             34.113575770             38.6019978
## 1138   874000000000.000000000   796000000000.000000000   874000000000.0000000
## 1139  4870000000000.000000000  4850000000000.000000000  5480000000000.0000000
## 1140    24534623933.000000000    25416903910.000000000    26499804167.0000000
## 1141         112000.000000000                       NA                     NA
## 1142              2.663524500              2.491693668                     NA
## 1143                       NA                       NA                     NA
## 1144              0.146636473              0.156621842                     NA
## 1145             76.590458860             59.072172980                     NA
## 1146             18.755713740             17.951351850                     NA
## 1147             27.660000000             13.290000000                     NA
## 1148             13.550000000             12.190000000                     NA
## 1149        1197000.000000000         230000.000000000                     NA
## 1150             54.395179930             54.187037230             53.9119027
## 1151              5.782567617              5.828146995              5.9109410
## 1152              4.635373485              4.537535674              4.5749216
## 1153             12.374222550             12.022488030             11.4762171
## 1154              7.900000000                       NA                     NA
## 1155            164.041000000            160.766000000                     NA
## 1156              3.096999884              4.723999977              5.0520000
## 1157                       NA                       NA                     NA
## 1158             83.358001710             77.356002810             79.6139984
## 1159             85.300000000                       NA                     NA
## 1160                       NA                       NA                     NA
## 1161                       NA                       NA                     NA
## 1162             62.200001720                       NA                     NA
## 1163                       NA                       NA                     NA
## 1164              4.823147000              4.537874000                     NA
## 1165                       NA                       NA                     NA
## 1166             13.210034970                       NA                     NA
## 1167                       NA                       NA                     NA
## 1168             10.400000000                       NA                     NA
## 1169              2.600000000                       NA                     NA
## 1170             57.164320500             58.753501950                     NA
## 1171             61.400000000             59.700000000                     NA
## 1172             92.000000000             87.000000000                     NA
## 1173             26.311777100             24.668000220                     NA
## 1174              4.500000000              4.400000000                     NA
## 1175             44.600000000                       NA                     NA
## 1176                       NA                       NA                     NA
## 1177             13.689880370             13.753290180                     NA
## 1178                       NA                       NA                     NA
## 1179                       NA                       NA                     NA
## 1180        3463763.000000000        3631853.000000000                     NA
## 1181                       NA                       NA                     NA
## 1182                       NA                       NA                     NA
## 1183            146.616050000                       NA                     NA
## 1184              5.000000000              5.000000000              5.0000000
## 1185                       NA                       NA                     NA
## 1186                       NA                       NA                     NA
## 1187                       NA                       NA                     NA
## 1188             42.187508260             32.819757470             32.6238376
## 1189  3900000000000.000000000  3930000000000.000000000  4300000000000.0000000
## 1190           1194.957236000           1147.471971000           1222.8787940
## 1191                       NA                       NA                     NA
## 1192    30596760061.000000000    28903117469.000000000                     NA
## 1193              1.632585700              1.817328100                     NA
## 1194              6.850007423                       NA                     NA
## 1195             21.583372760             22.180090190             21.3198898
## 1196  1600000000000.000000000  1330000000000.000000000  1650000000000.0000000
## 1197             80.000000000                       NA                     NA
## 1198              3.000000000              3.000000000              3.0000000
## 1199                       NA                       NA                     NA
## 1200                       NA                       NA                     NA
## 1201             10.000000000                       NA                     NA
## 1202                       NA                       NA                     NA
## 1203              0.000000000                       NA                     NA
## 1204                       NA              0.504601777                     NA
## 1205             21.062203600             27.239470110                     NA
## 1206   864000000000.000000000   753000000000.000000000                     NA
## 1207                       NA                       NA             54.0000000
## 1208                       NA                       NA                     NA
## 1209              7.458683432             12.479785100              6.7524087
## 1210                       NA                       NA                     NA
## 1211                       NA                       NA                     NA
## 1212                       NA                       NA                     NA
## 1213                       NA                       NA                     NA
## 1214          13449.999810000                       NA                     NA
## 1215                       NA                       NA                     NA
## 1216             81.689941000             86.895366080                     NA
## 1217     1332630005.000000000     1758400024.000000000                     NA
## 1218        3235234.499000000        2340597.153000000                     NA
## 1219      415129000.000000000      458685000.000000000                     NA
## 1220                       NA                       NA                     NA
## 1221      150690002.400000006      133179992.700000003                     NA
## 1222           9999.999776000           9999.999776000                     NA
## 1223                       NA                       NA                     NA
## 1224                       NA                       NA                     NA
## 1225      954234347.700000048      451762672.600000024      430301856.6000000
## 1226    12118399368.000000000     9597003836.000000000    15416771545.0000000
## 1227                       NA                       NA                     NA
## 1228                       NA                       NA                     NA
## 1229       38696000.000000000       38213000.000000000                     NA
## 1230             93.333300000             86.666700000                     NA
## 1231              3.500000000              3.500000000              3.5000000
## 1232                       NA                       NA                     NA
## 1233            377.000000000                       NA                     NA
## 1234             11.000000000                       NA                     NA
## 1235                       NA                       NA                     NA
## 1236          18085.000000000          25859.000000000                     NA
## 1237   678000000000.000000000   603000000000.000000000                     NA
## 1238   764000000000.000000000   613000000000.000000000                     NA
## 1239             14.498150580             21.642405520                     NA
## 1240                       NA                       NA             51.0000000
## 1241              5.568685478              5.052366553              4.0879105
## 1242              7.970932028              8.975850073              5.2481746
## 1243                       NA                       NA                     NA
## 1244                       NA                       NA                     NA
## 1245                       NA                       NA                     NA
## 1246          20010.000000000                       NA                     NA
## 1247                       NA                       NA                     NA
## 1248                       NA                       NA                     NA
## 1249              0.711141384              0.756196569                     NA
## 1250     1381459961.000000000                       NA                     NA
## 1251                       NA                       NA                     NA
## 1252                       NA                       NA                     NA
## 1253              4.623485780              3.143584837                     NA
## 1254                       NA                       NA                     NA
## 1255         509999.990500000        1570000.052000000                     NA
## 1256                       NA                       NA                     NA
## 1257              0.962380788              0.899117822              1.5190559
## 1258      519418581.399999976      174664881.000000000      239286220.8000000
## 1259      181982040.699999988      332488213.300000012      211451840.3000000
## 1260          59620.300000000          59620.300000000                     NA
## 1261                       NA                       NA                     NA
## 1262              5.330214023              3.404079640                     NA
## 1263             41.594849190             24.500032020             26.4267908
## 1264    12340000000.000000000     9856000000.000000000    18623000000.0000000
## 1265             32.880000000             32.880000000                     NA
## 1266             24.120000000             24.120000000                     NA
## 1267        5765514.000000000        5995190.000000000        6234107.0000000
## 1268                       NA                       NA                     NA
## 1269         752921.000000000         771244.000000000         797536.0000000
## 1270              7.028137302              7.092016384              7.1929080
## 1271              9.522944767              9.229063691              8.9856969
## 1272             72.413588600             72.901989400                     NA
## 1273                       NA                       NA                     NA
## 1274                       NA                       NA                     NA
## 1275                       NA                       NA                     NA
## 1276                       NA                       NA                     NA
## 1277             72.002998350             65.389999390             67.7839966
## 1278                       NA                       NA                     NA
## 1279             23.309999470                       NA                     NA
## 1280                       NA                       NA                     NA
## 1281             74.179000850             64.136001590             67.2409973
## 1282                       NA                       NA                     NA
## 1283                       NA                       NA                     NA
## 1284             24.809253690                       NA                     NA
## 1285                       NA                       NA                     NA
## 1286              9.000000000                       NA                     NA
## 1287              2.300000000                       NA                     NA
## 1288                       NA                       NA                     NA
## 1289             31.500000000             30.400000000                     NA
## 1290             53.000000000             40.000000000                     NA
## 1291             89.720886700             89.577633160                     NA
## 1292           9870.000000000           9473.000000000                     NA
## 1293                       NA                       NA                     NA
## 1294             15.760000230             13.189999580                     NA
## 1295                       NA                       NA                     NA
## 1296          29815.000000000          31315.000000000                     NA
## 1297             62.818480000                       NA                     NA
## 1298                       NA                       NA                     NA
## 1299                       NA                       NA                     NA
## 1300                       NA                       NA                     NA
## 1301            140.825683600            127.600143400                     NA
## 1302             88.535087590             87.321403500                     NA
## 1303                       NA                       NA                     NA
## 1304                       NA                       NA                     NA
## 1305             32.742748230             33.393741220             33.8286877
## 1306    14422302151.000000000    10972849576.000000000    11838809074.0000000
## 1307    35197860011.000000000    34585916524.000000000    36590881233.0000000
## 1308   118000000000.000000000   116000000000.000000000   126000000000.0000000
## 1309            164.929691400            170.236143200            179.6195108
## 1310    12170000000.000000000     8944000000.000000000                     NA
## 1311      988200000.000000000      974300000.000000000                     NA
## 1312              7.379299502             -4.023454985              4.5077431
## 1313     7325040615.000000000     7503160542.000000000     7716850839.0000000
## 1314  1090000000000.000000000   796000000000.000000000  1040000000000.0000000
## 1315              7.779936474              6.805289826              5.2092304
## 1316  3270000000000.000000000  3670000000000.000000000  3950000000000.0000000
## 1317                       NA                       NA                     NA
## 1318             67.801285280             71.410067800                     NA
## 1319             97.313743240            111.593571300                     NA
## 1320              0.820029600              0.860520395                     NA
## 1321              1.369142000              1.472031000                     NA
## 1322              0.000000000              0.000000000                     NA
## 1323                       NA                       NA                     NA
## 1324       13046953.000000000       13348435.000000000       13676606.0000000
## 1325              1.663699779              1.672743607              1.6834211
## 1326              5.085876522              5.232166734              5.3590897
## 1327       10464154.000000000       10712951.000000000       10926589.0000000
## 1328             32.800000000                       NA                     NA
## 1329             19.578000000             19.256000000                     NA
## 1330                       NA                       NA                     NA
## 1331                       NA                       NA                     NA
## 1332                       NA                       NA                     NA
## 1333             86.110000000                       NA                     NA
## 1334                       NA                       NA                     NA
## 1335                       NA                       NA                     NA
## 1336             76.310001370                       NA                     NA
## 1337             70.737998960             61.816001890             63.9860001
## 1338                       NA                       NA                     NA
## 1339                       NA                       NA                     NA
## 1340             43.901225280                       NA                     NA
## 1341                       NA                       NA                     NA
## 1342             13.500000000                       NA                     NA
## 1343              1.700000000                       NA                     NA
## 1344             75.197823600             75.229484750                     NA
## 1345             62.200000000             60.300000000                     NA
## 1346                       NA                       NA                     NA
## 1347             19.178306750             17.575659990                     NA
## 1348              6.000000000              5.900000000                     NA
## 1349             35.400000000                       NA                     NA
## 1350             32.727272730             32.727272730             32.7272727
## 1351             12.942179680             13.150980000                     NA
## 1352                       NA                       NA                     NA
## 1353                       NA                       NA                     NA
## 1354             51.430630000                       NA                     NA
## 1355                       NA                       NA                     NA
## 1356              7.337480000                       NA                     NA
## 1357             96.298400000                       NA                     NA
## 1358            123.213020300                       NA                     NA
## 1359                       NA                       NA                     NA
## 1360                       NA                       NA                     NA
## 1361                       NA                       NA                     NA
## 1362      353611034.000000000      396362221.100000024      197555506.8000000
## 1363    30944697068.000000000    30243926168.000000000    31336431195.0000000
## 1364         134886.533800000         133463.612400000         144138.6152000
## 1365    29610972525.000000000    29477215821.000000000    31072803545.0000000
## 1366              7.965237521             -5.535365799                     NA
## 1367      150700000.000000000      172400000.000000000                     NA
## 1368             44.888749460                       NA                     NA
## 1369                       NA                       NA                     NA
## 1370    14796312028.000000000    11711563524.000000000    13623186173.0000000
## 1371  1300000000000.000000000  1180000000000.000000000  1280000000000.0000000
## 1372             84.696592710             94.280642530             92.2919377
## 1373    26179613280.000000000    28489803716.000000000    30443686215.0000000
## 1374                       NA                       NA                     NA
## 1375             38.458333330                       NA                     NA
## 1376              3.000000000              3.000000000              3.0000000
## 1377                       NA                       NA                     NA
## 1378             15.000000000                       NA                     NA
## 1379              4.000000000                       NA                     NA
## 1380                       NA                       NA                     NA
## 1381                       NA                       NA                     NA
## 1382                       NA                       NA                     NA
## 1383             11.933206200             15.027405840                     NA
## 1384              0.031086925              0.018319488                     NA
## 1385             -0.864102849              3.152060198                     NA
## 1386                       NA                       NA                     NA
## 1387             13.206239320             11.863493470                     NA
## 1388             23.626040000             23.626040000             23.6260414
## 1389        1376108.000000000        1423515.000000000        1471867.0000000
## 1390                       NA                       NA                     NA
## 1391           5990.000000000                       NA                     NA
## 1392              0.470136453                       NA                     NA
## 1393                       NA                       NA                     NA
## 1394             33.600000000             34.800000000                     NA
## 1395     1368939941.000000000     1758400024.000000000                     NA
## 1396                       NA                       NA                     NA
## 1397       19117682.000000000       -2635025.000000000                     NA
## 1398                       NA     6300000000.000000000                     NA
## 1399                       NA                       NA                     NA
## 1400        1559999.943000000         839999.973800000                     NA
## 1401        2069999.933000000        1120000.005000000                     NA
## 1402             43.646992460             22.365709830             15.5201277
## 1403      346250023.199999988     2720202607.000000000    -2364230722.0000000
## 1404    14018290934.000000000    11026919977.000000000    17168947461.0000000
## 1405                       NA                       NA                     NA
## 1406                       NA                       NA                     NA
## 1407    11560103452.000000000    10186978797.000000000    10832916152.0000000
## 1408  1960000000000.000000000  2040000000000.000000000  2110000000000.0000000
## 1409              8.117095211              9.067732071              8.3992194
## 1410                       NA                       NA                     NA
## 1411                       NA                       NA                     NA
## 1412             74.444433330             72.222233330                     NA
## 1413              3.000000000              3.000000000              3.0000000
## 1414                       NA                       NA                     NA
## 1415              8.000000000                       NA                     NA
## 1416             80.000000000                       NA                     NA
## 1417                       NA                       NA                     NA
## 1418              0.977848131              1.357824050                     NA
## 1419             21.701865280             20.164782930                     NA
## 1420              0.944350687              0.845612140                     NA
## 1421   130000000000.000000000   169000000000.000000000                     NA
## 1422                       NA                       NA             59.0200000
## 1423            188.729977200            198.265307400            206.3702156
## 1424             78.845345330             88.340280580                     NA
## 1425                       NA                       NA                     NA
## 1426            199.572479900            203.256421300            207.0102546
## 1427                       NA                       NA                     NA
## 1428                       NA                       NA                     NA
## 1429                       NA                       NA                     NA
## 1430                       NA                       NA                     NA
## 1431      245626826.199999988      255821546.800000012                     NA
## 1432     1332630005.000000000     1758400024.000000000                     NA
## 1433      203725000.000000000      397878000.000000000                     NA
## 1434        2112819.910000000        1919476.032000000                     NA
## 1435      402852000.000000000      360500000.000000000                     NA
## 1436          39999.999110000                       NA                     NA
## 1437       14739999.770000000       20600000.379999999                     NA
## 1438                       NA                       NA                     NA
## 1439     2726226422.000000000     1771333672.000000000     2495039242.0000000
## 1440     -657260867.299999952      483065992.800000012    -4830800229.0000000
## 1441             18.608391450             19.332058140             14.1869110
## 1442                       NA                       NA                     NA
meta_country
##   Country.Code     Region         IncomeGroup
## 1          NPL South Asia Lower middle income
##                                                                                                                                                                                                                                                                                                                           SpecialNotes
## 1 The reporting period for national accounts data is designated as either calendar year basis (CY) or fiscal year basis (FY). For this country, it is fiscal year-based (fiscal year-end: July 14). Also, an estimate (PA.NUS.ATLS) of the exchange rate covers the same period and thus differs from the official exchange rate (CY).
##   TableName  X
## 1     Nepal NA
meta_indictr
##                 INDICATOR_CODE
## 1            TX.VAL.TECH.MF.ZS
## 2            TX.VAL.MRCH.CD.WT
## 3            TM.VAL.OTHR.ZS.WT
## 4            TM.VAL.MANF.ZS.UN
## 5         TM.TAX.MRCH.WM.AR.ZS
## 6            TG.VAL.TOTL.GD.ZS
## 7               SP.RUR.TOTL.ZG
## 8               SP.POP.DPND.YG
## 9            SP.POP.6569.MA.5Y
## 10           SP.POP.2529.MA.5Y
## 11           SP.POP.0014.TO.ZS
## 12           SP.DYN.LE00.MA.IN
## 13              SN.ITK.MSFI.ZS
## 14              SL.UEM.NEET.ZS
## 15           SL.UEM.1524.FE.ZS
## 16           SL.TLF.CACT.FE.ZS
## 17   SL.TLF.ACTI.1524.FE.NE.ZS
## 18              SL.SRV.EMPL.ZS
## 19              SL.FAM.WORK.ZS
## 20        SL.EMP.TOTL.SP.FE.ZS
## 21           SL.AGR.EMPL.MA.ZS
## 22              SI.POV.MDIM.IT
## 23              SI.DST.04TH.20
## 24           SH.XPD.EHEX.CH.ZS
## 25              SH.UHC.NOP1.TO
## 26              SH.STA.STNT.ZS
## 27              SH.STA.ODFC.ZS
## 28              SH.STA.BASS.ZS
## 29                 SH.MMR.RISK
## 30              SH.HIV.INCD.YG
## 31                 SH.DYN.NMRT
## 32              SH.DTH.INJR.ZS
## 33              SG.VAW.REAS.ZS
## 34              SE.XPD.SECO.ZS
## 35           SE.TER.CUAT.MS.ZS
## 36           SE.SEC.TCAQ.UP.ZS
## 37              SE.SEC.ENRR.FE
## 38        SE.SEC.CUAT.PO.MA.ZS
## 39              SE.PRM.TENR.FE
## 40              SE.PRM.PRIV.ZS
## 41           SE.PRM.ENRL.TC.ZS
## 42                 SE.PRE.ENRR
## 43     per_si_allsi.cov_q5_tot
## 44     per_lm_alllm.cov_q5_tot
## 45              NY.TTF.GNFS.KN
## 46              NY.GNP.PCAP.KN
## 47              NY.GDS.TOTL.CN
## 48              NY.GDP.MKTP.KD
## 49           NY.GDP.COAL.RT.ZS
## 50           NY.ADJ.DPEM.GN.ZS
## 51           NV.SRV.TOTL.KD.ZG
## 52              NV.IND.TOTL.CD
## 53              NV.AGR.EMPL.KD
## 54              NE.GDI.TOTL.CN
## 55              NE.EXP.GNFS.KD
## 56           NE.CON.PRVT.PP.KD
## 57              MS.MIL.XPRT.KD
## 58              LP.EXP.DURS.MD
## 59           TX.VAL.MRCH.XD.WD
## 60           TX.VAL.INSF.ZS.WT
## 61           TM.VAL.MRCH.RS.ZS
## 62           TM.VAL.FOOD.ZS.UN
## 63           TM.TAX.MRCH.IP.ZS
## 64              ST.INT.TVLR.CD
## 65           SP.REG.BRTH.UR.ZS
## 66           SP.POP.80UP.MA.5Y
## 67           SP.POP.5559.MA.5Y
## 68           SP.POP.1564.TO.ZS
## 69           SP.POP.0014.FE.ZS
## 70              SP.DYN.IMRT.IN
## 71              SM.POP.REFG.OR
## 72           SL.UEM.INTM.MA.ZS
## 73              SL.TLF.PART.ZS
## 74           SL.TLF.BASC.FE.ZS
## 75        SL.TLF.0714.WK.MA.ZS
## 76           SL.SRV.0714.MA.ZS
## 77           SL.FAM.0714.MA.ZS
## 78           SL.EMP.SELF.MA.ZS
## 79           SL.AGR.0714.FE.ZS
## 80              SI.POV.MDIM.17
## 81           SH.XPD.PVTD.PC.CD
## 82              SH.VAC.TTNS.ZS
## 83              SH.TBS.CURE.ZS
## 84              SH.STA.SMSS.ZS
## 85                 SH.STA.MMRT
## 86              SH.STA.ANVC.ZS
## 87              SH.MLR.INCD.P3
## 88                 SH.HIV.INCD
## 89              SH.DYN.MORT.MA
## 90                 SH.DTH.1519
## 91              SG.VAW.ARGU.ZS
## 92              SE.XPD.CTOT.ZS
## 93        SE.TER.CUAT.DO.MA.ZS
## 94           SE.SEC.TCAQ.LO.ZS
## 95        SE.SEC.ENRL.UP.TC.ZS
## 96        SE.SEC.CUAT.LO.FE.ZS
## 97              SE.PRM.TCAQ.ZS
## 98              SE.PRM.NINT.ZS
## 99              SE.PRM.CUAT.ZS
## 100          SE.ENR.SECO.FM.ZS
## 101    per_si_allsi.cov_q1_tot
## 102    per_lm_alllm.cov_q1_tot
## 103             NY.TAX.NIND.KN
## 104             NY.GNP.PCAP.CD
## 105          NY.GDP.PCAP.PP.KD
## 106          NY.GDP.MINR.RT.ZS
## 107          NY.ADJ.SVNG.GN.ZS
## 108          NY.ADJ.DMIN.GN.ZS
## 109             NV.SRV.EMPL.KD
## 110             NV.IND.MANF.KD
## 111             NE.RSB.GNFS.CN
## 112             NE.GDI.STKB.CD
## 113             NE.DAB.TOTL.KN
## 114             NE.CON.PRVT.KN
## 115             MS.MIL.XPND.CD
## 116             IT.NET.BBND.P2
## 117          TX.VAL.TRVL.ZS.WT
## 118          TX.VAL.MRCH.OR.ZS
## 119          TM.VAL.TRAN.ZS.WT
## 120          TM.VAL.MRCH.AL.ZS
## 121          TM.TAX.TCOM.BC.ZS
## 122          TM.TAX.MANF.BC.ZS
## 123                SP.URB.GROW
## 124          SP.POP.SCIE.RD.P6
## 125          SP.POP.65UP.FE.ZS
## 126          SP.POP.3034.MA.5Y
## 127          SP.POP.0509.MA.5Y
## 128          SP.DYN.TO65.FE.ZS
## 129             SN.ITK.SVFI.ZS
## 130          SL.UEM.TOTL.FE.ZS
## 131          SL.UEM.1524.MA.ZS
## 132          SL.TLF.CACT.FM.ZS
## 133  SL.TLF.ACTI.1524.MA.NE.ZS
## 134          SL.TLF.0714.MA.ZS
## 135          SL.IND.EMPL.FE.ZS
## 136       SL.EMP.TOTL.SP.MA.ZS
## 137    SL.EMP.1524.SP.FE.NE.ZS
## 138             SI.POV.MDIM.XQ
## 139             SI.DST.10TH.10
## 140          SH.XPD.EHEX.PP.CD
## 141             SH.UHC.NOP1.ZS
## 142          SH.STA.SUIC.MA.P5
## 143                SH.STA.ORTH
## 144             SH.STA.BRTC.ZS
## 145                SH.PRG.ANEM
## 146             SH.HIV.INCD.ZS
## 147          SH.H2O.BASW.RU.ZS
## 148             SH.DTH.NCOM.ZS
## 149          SH.ALC.PCAP.FE.LI
## 150             SE.XPD.TERT.ZS
## 151       SE.TER.CUAT.ST.MA.ZS
## 152                SE.SEC.TCHR
## 153                SE.SEC.NENR
## 154       SE.SEC.CUAT.UP.FE.ZS
## 155                SE.PRM.UNER
## 156          SE.PRM.PRS5.MA.ZS
## 157             SE.PRM.ENRR.FE
## 158             SE.PRE.ENRR.MA
## 159       SE.ADT.1524.LT.FE.ZS
## 160    per_sa_allsa.ben_q1_tot
## 161                PA.NUS.FCRF
## 162          NY.GNP.PCAP.PP.KD
## 163             NY.GDY.TOTL.KN
## 164             NY.GDP.MKTP.KN
## 165       NY.GDP.DEFL.KD.ZG.AD
## 166          NY.ADJ.ICTR.GN.ZS
## 167             NV.SRV.TOTL.ZS
## 168             NV.IND.TOTL.KD
## 169             NV.AGR.TOTL.CN
## 170          NE.GDI.TOTL.KD.ZG
## 171             NE.EXP.GNFS.KN
## 172             NE.CON.TOTL.CD
## 173             NE.CON.GOVT.CN
## 174             LP.LPI.CUST.XQ
## 175          IS.RRS.GOOD.MT.K6
## 176             IQ.CPA.STRC.XQ
## 177             IQ.CPA.ECON.XQ
## 178             IQ.CPA.TRAN.XQ
## 179             IQ.CPA.FINQ.XQ
## 180             IE.PPI.WATR.CD
## 181                IC.REG.PROC
## 182             IC.GOV.DURS.ZS
## 183             IC.FRM.BKWC.ZS
## 184             IC.BUS.DISC.XQ
## 185             GC.XPN.OTHR.ZS
## 186          GC.TAX.INTT.RV.ZS
## 187             GC.NLD.TOTL.CN
## 188          FX.OWN.TOTL.FE.ZS
## 189          FM.LBL.BMNY.IR.ZS
## 190             FB.CBK.BRWR.P3
## 191          ER.GDP.FWTL.M3.KD
## 192             EN.HPT.THRD.NO
## 193          EN.ATM.PM25.MC.M3
## 194          EN.ATM.GHGT.KT.CE
## 195          EG.USE.ELEC.KH.PC
## 196             EG.ELC.HYRO.ZS
## 197             DT.TDS.DIMF.CD
## 198             DT.NFL.WFPG.CD
## 199             DT.NFL.PROP.CD
## 200             DT.NFL.IAEA.CD
## 201             DT.DOD.DPNG.CD
## 202             DC.DAC.POLL.CD
## 203             DC.DAC.DNKL.CD
## 204       BX.TRF.PWKR.DT.GD.ZS
## 205             BX.GSR.CMCP.ZS
## 206             BN.CAB.XOKA.CD
## 207             AG.YLD.CREL.KG
## 208          AG.LND.EL5M.UR.K2
## 209          TX.VAL.TRAN.ZS.WT
## 210          TX.VAL.MRCH.HI.ZS
## 211          TM.VAL.SERV.CD.WT
## 212          TM.VAL.MMTL.ZS.UN
## 213       TM.TAX.MRCH.WM.FN.ZS
## 214          TM.QTY.MRCH.XD.WD
## 215             SP.RUR.TOTL.ZS
## 216                SP.POP.GROW
## 217          SP.POP.65UP.FE.IN
## 218          SP.POP.3034.FE.5Y
## 219          SP.POP.0509.FE.5Y
## 220             SP.DYN.TFRT.IN
## 221             SN.ITK.SALT.ZS
## 222       SL.UEM.TOTL.FE.NE.ZS
## 223       SL.UEM.1524.MA.NE.ZS
## 224       SL.TLF.CACT.FM.NE.ZS
## 225     SL.TLF.ACTI.1524.FE.ZS
## 226          SL.TLF.0714.FE.ZS
## 227          SL.GDP.PCAP.EM.KD
## 228    SL.EMP.TOTL.SP.MA.NE.ZS
## 229             SL.AGR.EMPL.ZS
## 230             SI.POV.MDIM.MA
## 231             SI.DST.05TH.20
## 232          SH.XPD.EHEX.PC.CD
## 233             SH.UHC.NOP1.ZG
## 234          SH.STA.SUIC.FE.P5
## 235             SH.STA.ORCF.ZS
## 236             SH.STA.BFED.ZS
## 237             SH.MMR.RISK.ZS
## 238          SH.HIV.INCD.YG.P3
## 239             SH.FPL.SATM.ZS
## 240                SH.DTH.MORT
## 241             SG.VAW.REFU.ZS
## 242          SE.XPD.TERT.PC.ZS
## 243       SE.TER.CUAT.ST.FE.ZS
## 244             SE.SEC.TCAQ.ZS
## 245             SE.SEC.ENRR.MA
## 246          SE.SEC.CUAT.PO.ZS
## 247             SE.PRM.TENR.MA
## 248          SE.PRM.PRS5.FE.ZS
## 249                SE.PRM.ENRR
## 250             SE.PRE.ENRR.FE
## 251                PX.REX.REER
## 252   per_sa_allsa.adq_pop_tot
## 253                PA.NUS.ATLS
## 254          NY.GNP.PCAP.PP.CD
## 255             NY.GDS.TOTL.ZS
## 256          NY.GDP.MKTP.KD.ZG
## 257          NY.GDP.DEFL.KD.ZG
## 258          NY.ADJ.DRES.GN.ZS
## 259             NV.SRV.TOTL.KN
## 260             NV.IND.TOTL.CN
## 261             NV.AGR.TOTL.CD
## 262          TX.VAL.OTHR.ZS.WT
## 263          TX.VAL.MANF.ZS.UN
## 264          TM.VAL.MRCH.WL.CD
## 265          TM.VAL.FUEL.ZS.UN
## 266       TM.TAX.MRCH.SM.AR.ZS
## 267             ST.INT.TVLX.CD
## 268             SP.REG.BRTH.ZS
## 269             SP.POP.BRTH.MF
## 270          SP.POP.6064.FE.5Y
## 271          SP.POP.2024.FE.5Y
## 272          SP.POP.0014.MA.IN
## 273          SP.DYN.IMRT.MA.IN
## 274                SM.POP.TOTL
## 275             SL.UEM.INTM.ZS
## 276          SL.TLF.TOTL.FE.ZS
## 277          SL.TLF.BASC.MA.ZS
## 278          SL.TLF.0714.WK.TM
## 279             SL.SRV.0714.ZS
## 280             SL.FAM.0714.ZS
## 281             SL.EMP.SELF.ZS
## 282          SL.AGR.0714.MA.ZS
## 283          SI.POV.MDIM.17.XQ
## 284          SH.XPD.PVTD.PP.CD
## 285          SH.XPD.CHEX.GD.ZS
## 286             SH.TBS.DTEC.ZS
## 287          SH.STA.STNT.FE.ZS
## 288             SH.STA.MMRT.NE
## 289             SH.STA.ARIC.ZS
## 290             SH.MLR.NETS.ZS
## 291             SH.HIV.INCD.14
## 292          SH.DYN.NCOM.FE.ZS
## 293                SH.DTH.2024
## 294             SG.VAW.BURN.ZS
## 295          SE.XPD.PRIM.PC.ZS
## 296          SE.TER.CUAT.DO.ZS
## 297          SE.SEC.TCAQ.MA.ZS
## 298             SE.SEC.ENRL.VO
## 299       SE.SEC.CUAT.LO.MA.ZS
## 300                SE.PRM.TCHR
## 301          SE.PRM.OENR.FE.ZS
## 302                SE.PRM.DURS
## 303          SE.ENR.TERT.FM.ZS
## 304    per_si_allsi.cov_q2_tot
## 305    per_lm_alllm.cov_q2_tot
## 306             NY.TRF.NCTR.CD
## 307             NY.GNP.PCAP.CN
## 308          NY.GDP.PETR.RT.ZS
## 309             NY.GDP.MKTP.CD
## 310             NY.ADJ.SVNX.CD
## 311             NY.ADJ.DNGY.CD
## 312             NV.SRV.TOTL.CD
## 313          NV.IND.MANF.KD.ZG
## 314             NE.RSB.GNFS.KN
## 315             NE.GDI.STKB.CN
## 316             NE.DAB.TOTL.ZS
## 317          NE.CON.PRVT.PC.KD
## 318             MS.MIL.XPND.CN
## 319                IT.NET.SECR
## 320                VC.IDP.NWCV
## 321          TX.VAL.MRCH.R2.ZS
## 322          TT.PRI.MRCH.XD.WD
## 323          TM.VAL.MRCH.HI.ZS
## 324          TM.TAX.TCOM.IP.ZS
## 325          TM.TAX.MANF.IP.ZS
## 326          SP.URB.TOTL.IN.ZS
## 327                SP.POP.TOTL
## 328          SP.POP.65UP.MA.ZS
## 329          SP.POP.3539.MA.5Y
## 330          SP.POP.1014.MA.5Y
## 331                SP.DYN.WFRT
## 332                SP.ADO.TFRT
## 333          SL.UEM.TOTL.MA.ZS
## 334             SL.UEM.1524.ZS
## 335          SL.TLF.CACT.MA.ZS
## 336     SL.TLF.ACTI.1524.NE.ZS
## 337       SL.TLF.0714.SW.FE.ZS
## 338             SL.IND.EMPL.ZS
## 339          SL.EMP.TOTL.SP.ZS
## 340    SL.EMP.1524.SP.MA.NE.ZS
## 341                SI.POV.UMIC
## 342             SI.DST.FRST.10
## 343          SH.XPD.GHED.GD.ZS
## 344             SH.UHC.NOP2.TO
## 345             SH.STA.TRAF.P5
## 346          SH.STA.OWGH.MA.ZS
## 347             SH.STA.DIAB.ZS
## 348             SH.PRV.SMOK.FE
## 349                SH.IMM.HEPB
## 350             SH.H2O.BASW.ZS
## 351                SH.DYN.0509
## 352          SH.ALC.PCAP.MA.LI
## 353          SE.XPD.TOTL.GD.ZS
## 354          SE.TER.ENRL.TC.ZS
## 355          SE.SEC.TCHR.FE.ZS
## 356             SE.SEC.NENR.MA
## 357          SE.SEC.CUAT.UP.ZS
## 358          SE.PRM.UNER.FE.ZS
## 359          SE.PRM.PRSL.FE.ZS
## 360          SE.PRM.GINT.FE.ZS
## 361          SE.PRE.TCAQ.MA.ZS
## 362       SE.ADT.1524.LT.MA.ZS
## 363    per_sa_allsa.cov_q1_tot
## 364             PA.NUS.PPPC.RF
## 365             NY.GNS.ICTR.CN
## 366             NY.GNP.MKTP.CD
## 367          NY.GDP.MKTP.PP.KD
## 368          NY.GDP.DEFL.ZS.AD
## 369          NY.ADJ.NNAT.GN.ZS
## 370          NY.ADJ.AEDU.GN.ZS
## 371             NV.IND.TOTL.KN
## 372          NV.AGR.TOTL.KD.ZG
## 373             NE.GDI.TOTL.ZS
## 374             NE.GDI.FPRV.CN
## 375             NE.CON.TOTL.KD
## 376          NE.CON.GOVT.KD.ZG
## 377             LP.LPI.ITRN.XQ
## 378             IS.RRS.TOTL.KM
## 379             LP.LPI.TRAC.XQ
## 380             IT.CEL.SETS.P2
## 381                IQ.SCI.SRCE
## 382             IQ.CPA.HRES.XQ
## 383             IE.PPN.WATR.CD
## 384             IC.TAX.GIFT.ZS
## 385                IC.IMP.TMDC
## 386             IC.FRM.CORR.ZS
## 387             IC.CRD.INFO.XQ
## 388             GC.XPN.TRFT.ZS
## 389          GC.TAX.TOTL.GD.ZS
## 390             GC.REV.SOCL.CN
## 391          FX.OWN.TOTL.SO.ZS
## 392                FP.WPI.TOTL
## 393             FI.RES.TOTL.CD
## 394             ER.H2O.FWST.ZS
## 395          EN.POP.EL5M.UR.ZS
## 396          EN.ATM.PM25.MC.ZS
## 397          EN.ATM.METH.AG.ZS
## 398          EN.ATM.CO2E.GF.ZS
## 399             EG.ELC.PETR.ZS
## 400          DT.TDS.DPPG.XP.ZS
## 401             DT.ODA.OATL.CD
## 402             DT.NFL.UNAI.CD
## 403             DT.NFL.IMFN.CD
## 404          DT.DOD.DSTC.XP.ZS
## 405             DC.DAC.SWEL.CD
## 406             DC.DAC.GBRL.CD
## 407             CM.MKT.LDOM.NO
## 408             BX.GSR.MRCH.CD
## 409             BN.GSR.GNFS.CD
## 410             BM.GSR.GNFS.CD
## 411             AG.LND.FRST.ZS
## 412             AG.AGR.TRAC.NO
## 413          IS.AIR.GOOD.MT.K1
## 414             IQ.CPA.REVN.XQ
## 415             IQ.CPA.BREG.XQ
## 416                IC.WRH.PROC
## 417          IC.REG.COST.PC.ZS
## 418             IC.FRM.OUTG.ZS
## 419             IC.EXP.CSBC.CD
## 420             HD.HCI.OVRL.UB
## 421             GC.XPN.INTP.CN
## 422          GC.TAX.GSRV.VA.ZS
## 423             GC.LBL.TOTL.CN
## 424          FS.AST.DOMS.GD.ZS
## 425          FM.AST.PRVT.GD.ZS
## 426             FB.AST.NPER.ZS
## 427             EP.PMP.SGAS.CD
## 428             EN.CO2.MANF.ZS
## 429          EN.ATM.NOXE.EG.ZS
## 430          EN.ATM.CO2E.SF.KT
## 431          EG.USE.COMM.CL.ZS
## 432          EG.ELC.ACCS.UR.ZS
## 433          DT.ODA.ODAT.XP.ZS
## 434             DT.NFL.UNPB.CD
## 435             DT.NFL.PCBK.CD
## 436             DT.NFL.BLAT.CD
## 437             DT.DOD.DECT.CD
## 438             DC.DAC.LUXL.CD
## 439             DC.DAC.CECL.CD
## 440          BX.PEF.TOTL.CD.WD
## 441          BX.GRT.EXTA.CD.WD
## 442          BM.KLT.DINV.CD.WD
## 443             AG.PRD.CROP.XD
## 444             AG.LND.CREL.HA
## 445             NE.IMP.GNFS.KN
## 446          NE.GDI.FTOT.KD.ZG
## 447             NE.DAB.TOTL.CD
## 448          NE.CON.PRVT.CN.AD
## 449             MS.MIL.MPRT.KD
## 450                IT.MLT.MAIN
## 451                IQ.SPI.OVRL
## 452             IQ.CPA.IRAI.XQ
## 453                IP.IDS.NRCT
## 454          IC.TAX.LABR.CP.ZS
## 455                IC.ISV.DURS
## 456             IC.FRM.CRIM.ZS
## 457             IC.CRD.PRVT.ZS
## 458             GF.XPD.BUDG.ZS
## 459             GC.TAX.YPKG.CN
## 460             GC.REV.SOCL.ZS
## 461          FX.OWN.TOTL.YG.ZS
## 462                FR.INR.DPST
## 463          FI.RES.TOTL.DT.ZS
## 464             ER.H2O.FWTL.K3
## 465             EN.POP.EL5M.ZS
## 466          EN.ATM.SF6G.KT.CE
## 467       EN.ATM.METH.EG.KT.CE
## 468          EN.ATM.CO2E.KD.GD
## 469             EG.ELC.RNEW.ZS
## 470             DT.TDS.MLAT.CD
## 471             DT.ODA.OATL.KD
## 472             DT.NFL.UNCF.CD
## 473             DT.NFL.MIBR.CD
## 474             DT.DOD.DSTC.ZS
## 475             DC.DAC.TOTL.CD
## 476             DC.DAC.GRCL.CD
## 477             CM.MKT.TRAD.CD
## 478             BX.GSR.NFSV.CD
## 479             BN.GSR.MRCH.CD
## 480             BM.GSR.INSF.ZS
## 481          AG.LND.IRIG.AG.ZS
## 482          AG.CON.FERT.PT.ZS
## 483          TX.VAL.MRCH.WR.ZS
## 484          TX.VAL.ICTG.ZS.UN
## 485          TM.VAL.MRCH.R6.ZS
## 486          TM.VAL.AGRI.ZS.UN
## 487          TM.TAX.MRCH.BR.ZS
## 488             ST.INT.TRNX.CD
## 489          SP.REG.BRTH.RU.ZS
## 490          SP.POP.80UP.FE.5Y
## 491          SP.POP.5559.FE.5Y
## 492             SP.POP.1564.TO
## 493          SP.POP.0014.FE.IN
## 494          SP.DYN.IMRT.FE.IN
## 495                SM.POP.REFG
## 496          SL.UEM.INTM.FE.ZS
## 497          SL.TLF.PART.MA.ZS
## 498             SL.TLF.ADVN.ZS
## 499       SL.TLF.0714.WK.MA.TM
## 500          SL.SRV.0714.FE.ZS
## 501          SL.FAM.0714.FE.ZS
## 502          SL.EMP.SELF.FE.ZS
## 503             SI.SPR.PCAP.ZG
## 504                SI.POV.MDIM
## 505          SH.XPD.PVTD.CH.ZS
## 506          SH.UHC.SRVS.CV.XD
## 507             SH.SVR.WAST.ZS
## 508          SH.STA.SMSS.UR.ZS
## 509             SH.STA.MALN.ZS
## 510             SH.STA.AIRP.P5
## 511             SH.MED.SAOP.P5
## 512             SH.HIV.ARTC.ZS
## 513             SH.DYN.MORT.FE
## 514                SH.DTH.1014
## 515             SG.VAW.1549.ZS
## 516             SE.XPD.CTER.ZS
## 517       SE.TER.CUAT.DO.FE.ZS
## 518       SE.SEC.TCAQ.LO.MA.ZS
## 519          SE.SEC.ENRL.TC.ZS
## 520          SE.SEC.CMPT.LO.ZS
## 521          SE.PRM.TCAQ.MA.ZS
## 522          SE.PRM.NINT.MA.ZS
## 523          SE.PRM.CUAT.MA.ZS
## 524          SE.ENR.PRSC.FM.ZS
## 525   per_si_allsi.cov_pop_tot
## 526   per_lm_alllm.cov_pop_tot
## 527             NY.TAX.NIND.CN
## 528          NY.GNP.MKTP.PP.KD
## 529          NY.GDP.PCAP.PP.CD
## 530          NY.GDP.FRST.RT.ZS
## 531             NY.ADJ.SVNG.CD
## 532             NY.ADJ.DMIN.CD
## 533          NV.MNF.TXTL.ZS.UN
## 534             NV.IND.MANF.CN
## 535             NE.RSB.GNFS.CD
## 536             NE.GDI.FTOT.ZS
## 537             NE.DAB.TOTL.KD
## 538             TX.VAL.TECH.CD
## 539          TX.VAL.MRCH.AL.ZS
## 540          TM.VAL.MRCH.XD.WD
## 541          TM.VAL.INSF.ZS.WT
## 542          TM.TAX.MRCH.SR.ZS
## 543          ST.INT.XPND.MP.ZS
## 544                SP.RUR.TOTL
## 545             SP.POP.DPND.OL
## 546          SP.POP.6569.FE.5Y
## 547          SP.POP.2529.FE.5Y
## 548             SP.POP.0014.TO
## 549             SP.DYN.LE00.IN
## 550             SN.ITK.DEFC.ZS
## 551          SL.UEM.NEET.MA.ZS
## 552       SL.UEM.1524.FE.NE.ZS
## 553       SL.TLF.CACT.FE.NE.ZS
## 554             SL.TLF.0714.ZS
## 555          SL.SRV.EMPL.MA.ZS
## 556          SL.FAM.WORK.MA.ZS
## 557    SL.EMP.TOTL.SP.FE.NE.ZS
## 558          SL.AGR.EMPL.FE.ZS
## 559             SI.POV.MDIM.HH
## 560             SI.DST.03RD.20
## 561          SH.XPD.CHEX.PP.CD
## 562             SH.UHC.NOP1.CG
## 563          SH.STA.STNT.ME.ZS
## 564          SH.STA.ODFC.UR.ZS
## 565          SH.STA.BASS.UR.ZS
## 566                SH.MMR.DTHS
## 567          SH.HIV.INCD.TL.P3
## 568             SH.DYN.NCOM.ZS
## 569                SH.DTH.IMRT
## 570             SG.VAW.NEGL.ZS
## 571          SE.XPD.SECO.PC.ZS
## 572       SE.TER.CUAT.MS.MA.ZS
## 573       SE.SEC.TCAQ.UP.MA.ZS
## 574                SE.SEC.ENRR
## 575       SE.SEC.CUAT.PO.FE.ZS
## 576                SE.PRM.TENR
## 577             SE.PRM.OENR.ZS
## 578          SE.PRM.ENRL.FE.ZS
## 579          SE.PRE.ENRL.TC.ZS
## 580    per_si_allsi.cov_q4_tot
## 581    per_lm_alllm.cov_q4_tot
## 582             NY.TRF.NCTR.KN
## 583          NY.GNP.PCAP.KD.ZG
## 584             NY.GDS.TOTL.CD
## 585          NY.GDP.MKTP.CN.AD
## 586             NY.EXP.CAPM.KN
## 587             NY.ADJ.DPEM.CD
## 588             NV.SRV.TOTL.KD
## 589             NV.IND.MANF.ZS
## 590             NE.TRD.GNFS.ZS
## 591             NE.GDI.TOTL.CD
## 592             NE.EXP.GNFS.CN
## 593          NE.CON.PRVT.PP.CD
## 594             MS.MIL.XPND.ZS
## 595          NE.CON.PRVT.KD.ZG
## 596          MS.MIL.TOTL.TF.ZS
## 597                IT.NET.BBND
## 598                IQ.SPI.PIL2
## 599             IQ.CPA.PADM.XQ
## 600             IP.JRN.ARTC.SC
## 601          IC.TAX.OTHR.CP.ZS
## 602                IC.LGL.DURS
## 603             IC.FRM.FEMM.ZS
## 604             IC.CUS.DURS.EX
## 605             HD.HCI.OVRL.FE
## 606             GC.TAX.YPKG.ZS
## 607          GC.REV.XGRT.GD.ZS
## 608          GB.XPD.RSDV.GD.ZS
## 609                FR.INR.LNDP
## 610             FI.RES.XGLD.CD
## 611             ER.H2O.INTR.K3
## 612                EN.URB.LCTY
## 613             EN.CLC.DRSK.XQ
## 614          EN.ATM.METH.KT.CE
## 615          EN.ATM.CO2E.LF.KT
## 616             EG.ELC.RNWX.ZS
## 617          EG.CFT.ACCS.RU.ZS
## 618          DT.ODA.ODAT.GI.ZS
## 619             DT.NFL.UNDP.CD
## 620             DT.NFL.MLAT.CD
## 621             DT.DOD.MIDA.CD
## 622             DC.ODA.TLDC.CD
## 623             DC.DAC.IRLL.CD
## 624                CM.MKT.TRNR
## 625             BX.GSR.TOTL.CD
## 626             BN.KLT.DINV.CD
## 627             BM.GSR.NFSV.CD
## 628             AG.LND.TOTL.K2
## 629             AG.LND.AGRI.K2
## 630             IE.PPI.ICTI.CD
## 631             IC.REG.DURS.FE
## 632             IC.FRM.THEV.ZS
## 633                IC.EXP.TMBC
## 634          HD.HCI.OVRL.UB.MA
## 635             GC.XPN.INTP.ZS
## 636             GC.TAX.IMPT.ZS
## 637             GC.NFN.TOTL.CN
## 638          FX.OWN.TOTL.40.ZS
## 639             FM.LBL.BMNY.CN
## 640             FB.BNK.CAPA.ZS
## 641             ER.FSH.CAPT.MT
## 642             EN.CO2.TRAN.ZS
## 643             EN.ATM.NOXE.ZG
## 644          EN.ATM.GHGO.KT.CE
## 645       EG.USE.COMM.GD.PP.KD
## 646             EG.ELC.COAL.ZS
## 647          DT.TDS.DECT.EX.ZS
## 648             DT.NFL.UNTA.CD
## 649             DT.NFL.PNGB.CD
## 650             DT.NFL.DPNG.CD
## 651             DT.DOD.DIMF.CD
## 652             DC.DAC.NORL.CD
## 653             DC.DAC.CZEL.CD
## 654             BX.TRF.PWKR.CD
## 655             BX.GSR.CCIS.CD
## 656             BM.TRF.PRVT.CD
## 657             AG.PRD.LVSK.XD
## 658          AG.LND.EL5M.RU.K2
## 659             LP.LPI.LOGS.XQ
## 660             IS.SHP.GCNW.XQ
## 661                IQ.SCI.MTHD
## 662             IQ.CPA.FINS.XQ
## 663             IE.PPN.ENGY.CD
## 664             IC.REG.PROC.FE
## 665             IC.IMP.CSBC.CD
## 666             IC.FRM.BNKS.ZS
## 667             IC.BUS.EASE.XQ
## 668             GC.XPN.TOTL.CN
## 669             GC.TAX.OTHR.CN
## 670          GC.NLD.TOTL.GD.ZS
## 671          FX.OWN.TOTL.MA.ZS
## 672             FM.LBL.BMNY.ZG
## 673             FB.CBK.DPTR.P3
## 674             ER.H2O.FWAG.ZS
## 675             EN.MAM.THRD.NO
## 676       EN.ATM.PM25.MC.T1.ZS
## 677             EN.ATM.GHGT.ZG
## 678          EG.USE.PCAP.KG.OE
## 679             EG.ELC.LOSS.ZS
## 680          DT.TDS.DPPF.XP.ZS
## 681             DT.NFL.WHOL.CD
## 682             DT.NFL.PRVT.CD
## 683             DT.NFL.IFAD.CD
## 684             DT.DOD.DPPG.CD
## 685             DC.DAC.PRTL.CD
## 686             DC.DAC.ESPL.CD
## 687             CM.MKT.INDX.ZG
## 688             BX.GSR.FCTY.CD
## 689          BN.CAB.XOKA.GD.ZS
## 690          BG.GSR.NFSV.GD.ZS
## 691          AG.LND.EL5M.UR.ZS
## 692             NE.GDI.TOTL.KD
## 693          NE.EXP.GNFS.KD.ZG
## 694             NE.CON.PRVT.ZS
## 695             NE.CON.GOVT.CD
## 696             LP.IMP.DURS.MD
## 697                IS.AIR.PSGR
## 698             IQ.CPA.SOCI.XQ
## 699             IQ.CPA.DEBT.XQ
## 700             IE.PPI.ENGY.CD
## 701                IC.REG.DURS
## 702             IC.FRM.RSDV.ZS
## 703             IC.EXP.CSDC.CD
## 704          HD.HCI.OVRL.UB.FE
## 705          GC.XPN.INTP.RV.ZS
## 706             GC.TAX.IMPT.CN
## 707          GC.LBL.TOTL.GD.ZS
## 708          FS.AST.PRVT.GD.ZS
## 709          FM.AST.PRVT.ZG.M3
## 710             FB.ATM.TOTL.P5
## 711             ER.FSH.AQUA.MT
## 712             EN.CO2.OTHX.ZS
## 713          EN.ATM.NOXE.KT.CE
## 714          EN.ATM.CO2E.SF.ZS
## 715          EG.USE.COMM.FO.ZS
## 716             EG.ELC.ACCS.ZS
## 717             DT.TDS.DECT.CD
## 718             DT.NFL.UNRW.CD
## 719             DT.NFL.PCBO.CD
## 720             DT.NFL.BOND.CD
## 721          DT.DOD.DECT.GN.ZS
## 722             DC.DAC.NLDL.CD
## 723             DC.DAC.CHEL.CD
## 724             BX.TRF.CURR.CD
## 725          BX.GRT.TECH.CD.WD
## 726       BM.KLT.DINV.WD.GD.ZS
## 727             AG.PRD.FOOD.XD
## 728             AG.LND.CROP.ZS
## 729          VC.IHR.PSRC.MA.P5
## 730          TX.VAL.MRCH.R6.ZS
## 731          TX.VAL.AGRI.ZS.UN
## 732          TM.VAL.MRCH.R3.ZS
## 733       TM.TAX.TCOM.WM.AR.ZS
## 734       TM.TAX.MANF.WM.AR.ZS
## 735             ST.INT.RCPT.CD
## 736          SP.POP.TOTL.MA.ZS
## 737          SP.POP.7074.MA.5Y
## 738          SP.POP.4549.MA.5Y
## 739          SP.POP.1564.FE.ZS
## 740             SP.MTR.1519.ZS
## 741             SP.DYN.CDRT.IN
## 742          SL.WAG.0714.MA.ZS
## 743          SL.UEM.BASC.FE.ZS
## 744          SL.TLF.INTM.MA.ZS
## 745             SL.TLF.ACTI.ZS
## 746          SL.TLF.0714.SW.ZS
## 747          SL.SLF.0714.FE.ZS
## 748          SL.EMP.WORK.FE.ZS
## 749          SL.EMP.MPYR.FE.ZS
## 750                SI.SPR.PC40
## 751                SI.POV.GINI
## 752          SH.XPD.OOPC.CH.ZS
## 753          SH.UHC.OOPC.10.ZS
## 754             SH.STA.WAST.ZS
## 755          SH.STA.POIS.P5.FE
## 756             SH.STA.HYGN.ZS
## 757             SH.SGR.PROC.P5
## 758             SH.MED.CMHW.P3
## 759                SH.HIV.0014
## 760          SH.DYN.AIDS.FE.ZS
## 761          SH.CON.1524.FE.ZS
## 762                SG.LAW.INDX
## 763          SE.TER.TCHR.FE.ZS
## 764       SE.TER.CUAT.BA.FE.ZS
## 765             SE.SEC.PROG.ZS
## 766             SE.SEC.ENRL.GC
## 767                SE.SEC.AGES
## 768          SE.PRM.REPT.MA.ZS
## 769             SE.PRM.NENR.FE
## 770          SE.PRM.CMPT.MA.ZS
## 771             SE.ADT.LITR.ZS
## 772    per_sa_allsa.cov_q5_tot
## 773      per_allsp.cov_pop_tot
## 774             NY.GSR.NFCY.CN
## 775          NY.GNP.MKTP.KD.ZG
## 776             NY.GDP.PCAP.KD
## 777             NY.GDP.FCST.CN
## 778          NY.ADJ.NNTY.PC.CD
## 779          NY.ADJ.DFOR.GN.ZS
## 780          NV.MNF.MTRN.ZS.UN
## 781             NV.FSM.TOTL.KN
## 782          NE.IMP.GNFS.KD.ZG
## 783             NE.GDI.FTOT.KD
## 784             NE.DAB.DEFL.ZS
## 785             NE.CON.PRVT.CN
## 786                IQ.SPI.PIL3
## 787             IQ.CPA.PRES.XQ
## 788                IP.PAT.NRES
## 789                IC.TAX.PAYM
## 790                IC.PRP.DURS
## 791             IC.FRM.FEMO.ZS
## 792                IC.ELC.DURS
## 793             HD.HCI.OVRL.LB
## 794             GC.XPN.COMP.CN
## 795             GC.TAX.EXPT.CN
## 796             GC.AST.TOTL.CN
## 797                FR.INR.RINR
## 798          FM.AST.CGOV.ZG.M3
## 799             ER.H2O.INTR.PC
## 800          EN.URB.LCTY.UR.ZS
## 801          EN.CLC.GHGR.MT.CE
## 802             EN.ATM.METH.ZG
## 803          EN.ATM.CO2E.LF.ZS
## 804             EG.FEC.RNEW.ZS
## 805          EG.CFT.ACCS.UR.ZS
## 806          DT.ODA.ODAT.GN.ZS
## 807             DT.NFL.UNEC.CD
## 808             DT.NFL.MOTH.CD
## 809             DT.DOD.MWBG.CD
## 810          DC.ODA.TLDC.GN.ZS
## 811             DC.DAC.ISLL.CD
## 812             DC.DAC.AUSL.CD
## 813             BX.GSR.TRAN.ZS
## 814             BN.KLT.PTXL.CD
## 815             BM.GSR.ROYL.CD
## 816          AG.LND.TOTL.RU.K2
## 817             AG.LND.AGRI.ZS
## 818                IQ.SPI.PIL5
## 819             IQ.CPA.PROT.XQ
## 820                IP.TMK.NRCT
## 821          IC.TAX.TOTL.CP.ZS
## 822       IC.REG.COST.PC.FE.ZS
## 823             IC.FRM.INFM.ZS
## 824             IC.ELC.OUTG.ZS
## 825          HD.HCI.OVRL.LB.MA
## 826             GC.XPN.GSRV.CN
## 827             GC.TAX.GSRV.CN
## 828             GC.DOD.TOTL.CN
## 829          FS.AST.CGOV.GD.ZS
## 830             FM.AST.DOMS.CN
## 831             ER.MRN.PTMR.ZS
## 832          EN.URB.MCTY.TL.ZS
## 833             EN.CO2.BLDG.ZS
## 834          EN.ATM.NOXE.AG.ZS
## 835          EN.ATM.CO2E.PP.GD
## 836       EG.GDP.PUSE.KO.PP.KD
## 837          EG.EGY.PRIM.PP.KD
## 838          DT.ODA.ODAT.MP.ZS
## 839             DT.NFL.UNFP.CD
## 840             DT.NFL.OFFT.CD
## 841          DT.DOD.PVLX.EX.ZS
## 842          DC.ODA.TOTL.GN.ZS
## 843             DC.DAC.JPNL.CD
## 844             DC.DAC.BELL.CD
## 845          BX.KLT.DINV.CD.WD
## 846             BN.TRF.CURR.CD
## 847             BM.GSR.TRAN.ZS
## 848             AG.LND.TRAC.ZS
## 849          AG.LND.ARBL.HA.PC
## 850             NE.CON.GOVT.KD
## 851             LP.LPI.INFR.XQ
## 852             IS.RRS.PASG.KM
## 853             IQ.CPA.TRAD.XQ
## 854             IQ.CPA.ENVR.XQ
## 855             IE.PPI.TRAN.CD
## 856             IC.REG.DURS.MA
## 857             IC.FRM.TRNG.ZS
## 858                IC.EXP.TMDC
## 859             IC.BUS.DFRN.XQ
## 860             GC.XPN.OTHR.CN
## 861             GC.TAX.INTT.CN
## 862          GC.NFN.TOTL.GD.ZS
## 863          FX.OWN.TOTL.60.ZS
## 864          FM.LBL.BMNY.GD.ZS
## 865             FB.CBK.BRCH.P5
## 866             ER.FSH.PROD.MT
## 867             EN.FSH.THRD.NO
## 868          EN.ATM.PFCG.KT.CE
## 869             EN.ATM.GHGO.ZG
## 870             EG.USE.CRNW.ZS
## 871             EG.ELC.FOSL.ZS
## 872          DT.TDS.DECT.GN.ZS
## 873             DT.NFL.UNWT.CD
## 874             DT.NFL.PNGC.CD
## 875             DT.NFL.FAOG.CD
## 876             DT.DOD.DLXF.CD
## 877             DC.DAC.NZLL.CD
## 878             DC.DAC.DEUL.CD
## 879          BX.TRF.PWKR.CD.DT
## 880             BX.GSR.CCIS.ZS
## 881          BM.TRF.PWKR.CD.DT
## 882             AG.SRF.TOTL.K2
## 883          AG.LND.EL5M.RU.ZS
## 884             VC.IHR.PSRC.P5
## 885          TX.VAL.MRCH.RS.ZS
## 886          TX.VAL.FOOD.ZS.UN
## 887          TM.VAL.MRCH.R4.ZS
## 888       TM.TAX.TCOM.WM.FN.ZS
## 889       TM.TAX.MANF.WM.FN.ZS
## 890          ST.INT.RCPT.XP.ZS
## 891          SP.REG.BRTH.FE.ZS
## 892          SP.POP.7579.FE.5Y
## 893          SP.POP.5054.FE.5Y
## 894          SP.POP.1564.MA.IN
## 895          SP.POP.0004.FE.5Y
## 896             SP.DYN.CONM.ZS
## 897             SL.WAG.0714.ZS
## 898          SL.UEM.BASC.MA.ZS
## 899             SL.TLF.INTM.ZS
## 900          SL.TLF.ADVN.FE.ZS
## 901       SL.TLF.0714.WK.FE.TM
## 902          SL.SLF.0714.MA.ZS
## 903          SL.EMP.WORK.MA.ZS
## 904          SL.EMP.MPYR.MA.ZS
## 905             SI.SPR.PC40.ZG
## 906                SI.POV.LMIC
## 907          SH.XPD.OOPC.PC.CD
## 908          SH.UHC.OOPC.25.TO
## 909          SH.SVR.WAST.FE.ZS
## 910          SH.STA.POIS.P5.MA
## 911          SH.STA.MALN.FE.ZS
## 912          SH.STA.AIRP.FE.P5
## 913             SH.MED.NUMW.P3
## 914          SH.HIV.1524.FE.ZS
## 915             SH.DYN.AIDS.ZS
## 916          SH.CON.1524.MA.ZS
## 917             SG.TIM.UWRK.FE
## 918             SE.XPD.CPRM.ZS
## 919       SE.TER.CUAT.BA.MA.ZS
## 920          SE.SEC.TCAQ.FE.ZS
## 921       SE.SEC.ENRL.GC.FE.ZS
## 922       SE.SEC.CMPT.LO.FE.ZS
## 923             SE.PRM.REPT.ZS
## 924             SE.PRM.NENR.MA
## 925             SE.PRM.CMPT.ZS
## 926                SE.COM.DURS
## 927   per_si_allsi.adq_pop_tot
## 928   per_lm_alllm.adq_pop_tot
## 929             NY.GSR.NFCY.KN
## 930             NY.GNP.MKTP.KN
## 931          NY.GDP.PCAP.KD.ZG
## 932             NY.GDP.FCST.KD
## 933          NY.ADJ.NNTY.PC.KD
## 934             NY.ADJ.DKAP.CD
## 935          NV.MNF.OTHR.ZS.UN
## 936             NV.IND.EMPL.KD
## 937          TX.VAL.SERV.CD.WT
## 938          TX.VAL.MMTL.ZS.UN
## 939          TM.VAL.MRCH.WR.ZS
## 940          TM.VAL.ICTG.ZS.UN
## 941       TM.TAX.MRCH.SM.FN.ZS
## 942             ST.INT.XPND.CD
## 943             SP.REG.DTHS.ZS
## 944                SP.POP.DPND
## 945          SP.POP.6064.MA.5Y
## 946          SP.POP.2024.MA.5Y
## 947          SP.POP.0014.MA.ZS
## 948          SP.DYN.LE00.FE.IN
## 949             SM.POP.TOTL.ZS
## 950          SL.UEM.NEET.FE.ZS
## 951             SL.TLF.TOTL.IN
## 952             SL.TLF.BASC.ZS
## 953          SL.TLF.0714.WK.ZS
## 954          SL.SRV.EMPL.FE.ZS
## 955          SL.FAM.WORK.FE.ZS
## 956          SL.EMP.SMGT.FE.ZS
## 957             SL.AGR.0714.ZS
## 958             SI.POV.MDIM.FE
## 959             SI.DST.02ND.20
## 960          SH.XPD.CHEX.PC.CD
## 961                SH.TBS.INCD
## 962          SH.STA.STNT.MA.ZS
## 963          SH.STA.ODFC.RU.ZS
## 964          SH.STA.BASS.RU.ZS
## 965             SH.MLR.TRET.ZS
## 966             SH.HIV.INCD.TL
## 967          SH.DYN.NCOM.MA.ZS
## 968             SH.DTH.COMM.ZS
## 969             SG.VAW.GOES.ZS
## 970             SE.XPD.PRIM.ZS
## 971       SE.TER.CUAT.MS.FE.ZS
## 972       SE.SEC.TCAQ.UP.FE.ZS
## 973       SE.SEC.ENRL.VO.FE.ZS
## 974          SE.SEC.CUAT.LO.ZS
## 975          SE.PRM.TCHR.FE.ZS
## 976          SE.PRM.OENR.MA.ZS
## 977                SE.PRM.ENRL
## 978                SE.PRE.DURS
## 979    per_si_allsi.cov_q3_tot
## 980    per_lm_alllm.cov_q3_tot
## 981             NY.TRF.NCTR.CN
## 982             NY.GNP.PCAP.KD
## 983          NY.GDP.TOTL.RT.ZS
## 984             NY.GDP.MKTP.CN
## 985          NY.ADJ.SVNX.GN.ZS
## 986          NY.ADJ.DNGY.GN.ZS
## 987             NV.SRV.TOTL.CN
## 988             NV.IND.MANF.KN
## 989             NE.RSB.GNFS.ZS
## 990             NE.GDI.STKB.KN
## 991             NE.EXP.GNFS.CD
## 992       NE.CON.PRVT.PC.KD.ZG
## 993          MS.MIL.XPND.GD.ZS
## 994             IT.NET.SECR.P6
## 995                VC.IDP.NWDS
## 996          TX.VAL.MRCH.R3.ZS
## 997          TX.MNF.TECH.ZS.UN
## 998          TM.VAL.MRCH.OR.ZS
## 999       TM.TAX.TCOM.SM.AR.ZS
## 1000      TM.TAX.MANF.SM.AR.ZS
## 1001               SP.UWT.TFRT
## 1002         SP.POP.TOTL.FE.IN
## 1003            SP.POP.65UP.TO
## 1004         SP.POP.4044.FE.5Y
## 1005         SP.POP.1519.FE.5Y
## 1006            SP.HOU.FEMA.ZS
## 1007            SP.DYN.AMRT.FE
## 1008         SL.UEM.TOTL.NE.ZS
## 1009         SL.UEM.ADVN.FE.ZS
## 1010         SL.TLF.CACT.NE.ZS
## 1011       SL.TLF.ACTI.1524.ZS
## 1012      SL.TLF.0714.SW.MA.TM
## 1013         SL.MNF.0714.FE.ZS
## 1014         SL.EMP.VULN.FE.ZS
## 1015      SL.EMP.1524.SP.MA.ZS
## 1016            SI.POV.UMIC.GP
## 1017            SI.DST.FRST.20
## 1018         SH.XPD.GHED.GE.ZS
## 1019            SH.UHC.NOP2.ZG
## 1020            SH.STA.WASH.P5
## 1021         SH.STA.OWGH.ME.ZS
## 1022            SH.STA.FGMS.ZS
## 1023            SH.PRV.SMOK.MA
## 1024               SH.IMM.IDPT
## 1025         SH.H2O.SMDW.RU.ZS
## 1026               SH.DYN.1014
## 1027            SH.ANM.ALLW.ZS
## 1028         SG.DMK.ALLD.FN.ZS
## 1029               SE.TER.ENRR
## 1030      SE.SEC.UNER.LO.FE.ZS
## 1031            SE.SEC.PRIV.ZS
## 1032               SE.SEC.DURS
## 1033            SE.PRM.UNER.MA
## 1034         SE.PRM.PRSL.MA.ZS
## 1035         SE.PRM.GINT.MA.ZS
## 1036            SE.PRE.TCAQ.ZS
## 1037         SE.ADT.1524.LT.ZS
## 1038   per_sa_allsa.cov_q2_tot
## 1039            PA.NUS.PRVT.PP
## 1040         NY.GNS.ICTR.GN.ZS
## 1041            NY.GNP.MKTP.CN
## 1042         NY.GDP.NGAS.RT.ZS
## 1043            NY.GDP.DISC.CN
## 1044            NY.ADJ.NNTY.CD
## 1045            NY.ADJ.DCO2.CD
## 1046            NV.IND.TOTL.ZS
## 1047            NV.AGR.TOTL.KN
## 1048            NE.IMP.GNFS.CD
## 1049            NE.GDI.FPRV.ZS
## 1050         NE.CON.TOTL.KD.ZG
## 1051            NE.CON.GOVT.KN
## 1052            IT.NET.USER.ZS
## 1053               IS.AIR.DPRT
## 1054            IQ.CPA.PUBS.XQ
## 1055               IP.TMK.RSCT
## 1056               IC.WRH.DURS
## 1057      IC.REG.COST.PC.MA.ZS
## 1058            IC.FRM.METG.ZS
## 1059               IC.ELC.TIME
## 1060            HD.HCI.OVRL.MA
## 1061            GC.XPN.GSRV.ZS
## 1062         GC.TAX.GSRV.RV.ZS
## 1063         GC.DOD.TOTL.GD.ZS
## 1064         FS.AST.DOMO.GD.ZS
## 1065            FM.AST.NFRG.CN
## 1066            ER.PTD.TOTL.ZS
## 1067            EP.PMP.DESL.CD
## 1068            EN.CO2.ETOT.ZS
## 1069      EN.ATM.NOXE.EG.KT.CE
## 1070      EN.ATM.CO2E.PP.GD.KD
## 1071            EG.IMP.CONS.ZS
## 1072         EG.ELC.ACCS.RU.ZS
## 1073         DT.ODA.ODAT.PC.ZS
## 1074            DT.NFL.UNID.CD
## 1075            DT.NFL.PBND.CD
## 1076         DT.DOD.PVLX.GN.ZS
## 1077            DC.ODA.TOTL.KD
## 1078            DC.DAC.KORL.CD
## 1079            DC.DAC.CANL.CD
## 1080      BX.KLT.DINV.WD.GD.ZS
## 1081            BN.TRF.KOGT.CD
## 1082            BM.GSR.TRVL.ZS
## 1083            AG.PRD.CREL.MT
## 1084            AG.LND.ARBL.ZS
## 1085         TX.VAL.MRCH.WL.CD
## 1086         TX.VAL.FUEL.ZS.UN
## 1087         TM.VAL.MRCH.R5.ZS
## 1088         TM.UVI.MRCH.XD.WD
## 1089         TM.TAX.MRCH.BC.ZS
## 1090            ST.INT.TRNR.CD
## 1091         SP.REG.BRTH.MA.ZS
## 1092         SP.POP.7579.MA.5Y
## 1093         SP.POP.5054.MA.5Y
## 1094         SP.POP.1564.MA.ZS
## 1095         SP.POP.0004.MA.5Y
## 1096            SP.DYN.CONU.ZS
## 1097               SM.POP.NETM
## 1098            SL.UEM.BASC.ZS
## 1099         SL.TLF.PART.FE.ZS
## 1100         SL.TLF.ADVN.MA.ZS
## 1101      SL.TLF.0714.WK.FE.ZS
## 1102            SL.SLF.0714.ZS
## 1103            SL.EMP.WORK.ZS
## 1104            SL.EMP.MPYR.ZS
## 1105               SI.SPR.PCAP
## 1106            SI.POV.LMIC.GP
## 1107         SH.XPD.OOPC.PP.CD
## 1108         SH.UHC.OOPC.25.ZS
## 1109         SH.SVR.WAST.MA.ZS
## 1110         SH.STA.SMSS.RU.ZS
## 1111         SH.STA.MALN.MA.ZS
## 1112         SH.STA.AIRP.MA.P5
## 1113            SH.MED.PHYS.ZS
## 1114         SH.HIV.1524.MA.ZS
## 1115               SH.DYN.MORT
## 1116               SH.DTH.0509
## 1117            SG.TIM.UWRK.MA
## 1118            SE.XPD.CSEC.ZS
## 1119         SE.TER.CUAT.BA.ZS
## 1120      SE.SEC.TCAQ.LO.FE.ZS
## 1121      SE.SEC.ENRL.LO.TC.ZS
## 1122      SE.SEC.CMPT.LO.MA.ZS
## 1123         SE.PRM.TCAQ.FE.ZS
## 1124         SE.PRM.NINT.FE.ZS
## 1125         SE.PRM.CUAT.FE.ZS
## 1126         SE.ENR.PRIM.FM.ZS
## 1127   per_si_allsi.ben_q1_tot
## 1128   per_lm_alllm.ben_q1_tot
## 1129            NY.TAX.NIND.CD
## 1130         NY.GNP.MKTP.PP.CD
## 1131            NY.GDP.PCAP.KN
## 1132            NY.GDP.FCST.KN
## 1133      NY.ADJ.NNTY.PC.KD.ZG
## 1134         NY.ADJ.DKAP.GN.ZS
## 1135         NV.MNF.TECH.ZS.UN
## 1136            NV.IND.MANF.CD
## 1137            NE.IMP.GNFS.ZS
## 1138            NE.GDI.FTOT.KN
## 1139            NE.DAB.TOTL.CN
## 1140            NE.CON.PRVT.KD
## 1141            MS.MIL.TOTL.P1
## 1142            IT.MLT.MAIN.P2
## 1143               VC.IDP.TOCV
## 1144         TX.VAL.MRCH.R4.ZS
## 1145         TX.QTY.MRCH.XD.WD
## 1146         TM.VAL.MRCH.R1.ZS
## 1147      TM.TAX.TCOM.SM.FN.ZS
## 1148      TM.TAX.MANF.SM.FN.ZS
## 1149               ST.INT.ARVL
## 1150         SP.POP.TOTL.FE.ZS
## 1151         SP.POP.65UP.TO.ZS
## 1152         SP.POP.4044.MA.5Y
## 1153         SP.POP.1519.MA.5Y
## 1154         SP.M15.2024.FE.ZS
## 1155            SP.DYN.AMRT.MA
## 1156            SL.UEM.TOTL.ZS
## 1157         SL.UEM.ADVN.MA.ZS
## 1158            SL.TLF.CACT.ZS
## 1159         SL.TLF.ACTI.FE.ZS
## 1160      SL.TLF.0714.SW.MA.ZS
## 1161         SL.MNF.0714.MA.ZS
## 1162         SL.EMP.VULN.MA.ZS
## 1163      SL.EMP.1524.SP.NE.ZS
## 1164         SI.RMT.COST.IB.ZS
## 1165               SI.POV.DDAY
## 1166         SH.XPD.GHED.PC.CD
## 1167            SH.UHC.NOP2.ZS
## 1168         SH.STA.WAST.FE.ZS
## 1169            SH.STA.OWGH.ZS
## 1170         SH.STA.HYGN.RU.ZS
## 1171            SH.SGR.CRSK.ZS
## 1172               SH.IMM.MEAS
## 1173         SH.H2O.SMDW.UR.ZS
## 1174               SH.DYN.1519
## 1175            SH.ANM.CHLD.ZS
## 1176         SG.DMK.SRCR.FN.ZS
## 1177            SE.TER.ENRR.FE
## 1178      SE.SEC.UNER.LO.MA.ZS
## 1179         SE.SEC.PROG.FE.ZS
## 1180               SE.SEC.ENRL
## 1181         SE.PRM.UNER.MA.ZS
## 1182            SE.PRM.PRSL.ZS
## 1183            SE.PRM.GINT.ZS
## 1184               SE.PRM.AGES
## 1185         SE.ADT.LITR.FE.ZS
## 1186   per_sa_allsa.cov_q3_tot
## 1187     per_allsp.adq_pop_tot
## 1188            NY.GNS.ICTR.ZS
## 1189         NY.GNP.MKTP.CN.AD
## 1190            NY.GDP.PCAP.CD
## 1191            NY.GDP.DISC.KN
## 1192            NY.ADJ.NNTY.KD
## 1193         NY.ADJ.DCO2.GN.ZS
## 1194         NV.MNF.CHEM.ZS.UN
## 1195            NV.AGR.TOTL.ZS
## 1196            NE.IMP.GNFS.CN
## 1197               IQ.SPI.PIL1
## 1198            IQ.CPA.MACR.XQ
## 1199               IP.IDS.RSCT
## 1200               IC.TAX.METG
## 1201            IC.LGL.CRED.XQ
## 1202               IC.FRM.DURS
## 1203            IC.CRD.PUBL.ZS
## 1204               HD.HCI.OVRL
## 1205         GC.TAX.YPKG.RV.ZS
## 1206            GC.REV.XGRT.CN
## 1207            FX.OWN.TOTL.ZS
## 1208               FR.INR.LEND
## 1209            FI.RES.TOTL.MO
## 1210            ER.H2O.FWTL.ZS
## 1211         EN.POP.SLUM.UR.ZS
## 1212            EN.BIR.THRD.NO
## 1213         EN.ATM.METH.EG.ZS
## 1214            EN.ATM.CO2E.KT
## 1215            EG.ELC.RNWX.KH
## 1216         DT.TDS.MLAT.PG.ZS
## 1217            DT.ODA.ODAT.CD
## 1218            DT.NFL.UNCR.CD
## 1219            DT.NFL.MIDA.CD
## 1220            DT.DOD.MIBR.CD
## 1221            DC.DAC.USAL.CD
## 1222            DC.DAC.HUNL.CD
## 1223         CM.MKT.TRAD.GD.ZS
## 1224            BX.GSR.ROYL.CD
## 1225            BN.KAC.EOMS.CD
## 1226            BM.GSR.MRCH.CD
## 1227            AG.LND.PRCP.MM
## 1228            AG.CON.FERT.ZS
## 1229               IT.CEL.SETS
## 1230               IQ.SCI.PRDC
## 1231            IQ.CPA.GNDR.XQ
## 1232            IE.PPN.TRAN.CD
## 1233               IC.TAX.DURS
## 1234               IC.IMP.TMBC
## 1235            IC.FRM.CMPU.ZS
## 1236               IC.BUS.NREG
## 1237            GC.XPN.TRFT.CN
## 1238            GC.TAX.TOTL.CN
## 1239            GC.REV.GOTR.ZS
## 1240         FX.OWN.TOTL.PL.ZS
## 1241            FP.CPI.TOTL.ZG
## 1242         FD.RES.LIQU.AS.ZS
## 1243            ER.H2O.FWIN.ZS
## 1244         EN.POP.EL5M.RU.ZS
## 1245      EN.ATM.PM25.MC.T3.ZS
## 1246      EN.ATM.METH.AG.KT.CE
## 1247         EN.ATM.CO2E.GF.KT
## 1248            EG.ELC.NUCL.ZS
## 1249         DT.TDS.DPPG.GN.ZS
## 1250            DT.ODA.ALLD.KD
## 1251            DT.NFL.RDBN.CD
## 1252            DT.NFL.IMFC.CD
## 1253         DT.DOD.DSTC.IR.ZS
## 1254            DC.DAC.SVNL.CD
## 1255            DC.DAC.FRAL.CD
## 1256         CM.MKT.LCAP.GD.ZS
## 1257            BX.GSR.INSF.ZS
## 1258            BN.GSR.FCTY.CD
## 1259            BM.GSR.FCTY.CD
## 1260            AG.LND.FRST.K2
## 1261               VC.BTL.DETH
## 1262         TX.VAL.MRCH.R1.ZS
## 1263         TM.VAL.TRVL.ZS.WT
## 1264         TM.VAL.MRCH.CD.WT
## 1265         TM.TAX.TCOM.BR.ZS
## 1266         TM.TAX.MANF.BR.ZS
## 1267               SP.URB.TOTL
## 1268         SP.POP.TECH.RD.P6
## 1269         SP.POP.65UP.MA.IN
## 1270         SP.POP.3539.FE.5Y
## 1271         SP.POP.1014.FE.5Y
## 1272         SP.DYN.TO65.MA.ZS
## 1273            SN.ITK.VITA.ZS
## 1274      SL.UEM.TOTL.MA.NE.ZS
## 1275         SL.UEM.1524.NE.ZS
## 1276      SL.TLF.CACT.MA.NE.ZS
## 1277    SL.TLF.ACTI.1524.MA.ZS
## 1278      SL.TLF.0714.SW.FE.TM
## 1279         SL.IND.EMPL.MA.ZS
## 1280      SL.EMP.TOTL.SP.NE.ZS
## 1281      SL.EMP.1524.SP.FE.ZS
## 1282               SI.POV.NAHC
## 1283               SI.DST.50MD
## 1284         SH.XPD.GHED.CH.ZS
## 1285            SH.UHC.NOP2.CG
## 1286            SH.STA.SUIC.P5
## 1287         SH.STA.OWGH.FE.ZS
## 1288            SH.STA.BRTW.ZS
## 1289               SH.PRV.SMOK
## 1290            SH.HIV.PMTC.ZS
## 1291         SH.H2O.BASW.UR.ZS
## 1292               SH.DTH.NMRT
## 1293            SH.ALC.PCAP.LI
## 1294         SE.XPD.TOTL.GB.ZS
## 1295         SE.TER.CUAT.ST.ZS
## 1296            SE.SEC.TCHR.FE
## 1297            SE.SEC.NENR.FE
## 1298      SE.SEC.CUAT.UP.MA.ZS
## 1299            SE.PRM.UNER.FE
## 1300            SE.PRM.PRS5.ZS
## 1301            SE.PRM.ENRR.MA
## 1302         SE.PRE.TCAQ.FE.ZS
## 1303      SE.ADT.1524.LT.FM.ZS
## 1304  per_sa_allsa.cov_pop_tot
## 1305                PA.NUS.PPP
## 1306            NY.GNS.ICTR.CD
## 1307            NY.GNP.ATLS.CD
## 1308         NY.GDP.MKTP.PP.CD
## 1309            NY.GDP.DEFL.ZS
## 1310            NY.ADJ.NNAT.CD
## 1311            NY.ADJ.AEDU.CD
## 1312         NV.IND.TOTL.KD.ZG
## 1313            NV.AGR.TOTL.KD
## 1314            NE.GDI.TOTL.KN
## 1315            NE.EXP.GNFS.ZS
## 1316            NE.CON.TOTL.CN
## 1317         VC.IHR.PSRC.FE.P5
## 1318         TX.VAL.MRCH.R5.ZS
## 1319         TX.UVI.MRCH.XD.WD
## 1320         TM.VAL.MRCH.R2.ZS
## 1321         TM.TAX.TCOM.SR.ZS
## 1322         TM.TAX.MANF.SR.ZS
## 1323               ST.INT.DPRT
## 1324         SP.POP.TOTL.MA.IN
## 1325         SP.POP.7074.FE.5Y
## 1326         SP.POP.4549.FE.5Y
## 1327         SP.POP.1564.FE.IN
## 1328         SP.M18.2024.FE.ZS
## 1329            SP.DYN.CBRT.IN
## 1330         SL.WAG.0714.FE.ZS
## 1331            SL.UEM.ADVN.ZS
## 1332         SL.TLF.INTM.FE.ZS
## 1333         SL.TLF.ACTI.MA.ZS
## 1334         SL.TLF.0714.SW.TM
## 1335            SL.MNF.0714.ZS
## 1336            SL.EMP.VULN.ZS
## 1337         SL.EMP.1524.SP.ZS
## 1338         SI.RMT.COST.OB.ZS
## 1339               SI.POV.GAPS
## 1340         SH.XPD.GHED.PP.CD
## 1341         SH.UHC.OOPC.10.TO
## 1342         SH.STA.WAST.MA.ZS
## 1343            SH.STA.POIS.P5
## 1344         SH.STA.HYGN.UR.ZS
## 1345            SH.SGR.IRSK.ZS
## 1346            SH.MED.BEDS.ZS
## 1347            SH.H2O.SMDW.ZS
## 1348               SH.DYN.2024
## 1349            SH.ANM.NPRG.ZS
## 1350            SG.GEN.PARL.ZS
## 1351            SE.TER.ENRR.MA
## 1352         SE.SEC.UNER.LO.ZS
## 1353         SE.SEC.PROG.MA.ZS
## 1354         SE.SEC.ENRL.FE.ZS
## 1355            SE.PRM.UNER.ZS
## 1356         SE.PRM.REPT.FE.ZS
## 1357               SE.PRM.NENR
## 1358         SE.PRM.CMPT.FE.ZS
## 1359         SE.ADT.LITR.MA.ZS
## 1360   per_sa_allsa.cov_q4_tot
## 1361      per_allsp.ben_q1_tot
## 1362            NY.GSR.NFCY.CD
## 1363            NY.GNP.MKTP.KD
## 1364            NY.GDP.PCAP.CN
## 1365            NY.GDP.FCST.CD
## 1366         NY.ADJ.NNTY.KD.ZG
## 1367            NY.ADJ.DFOR.CD
## 1368         NV.MNF.FBTO.ZS.UN
## 1369            NV.FSM.TOTL.CN
## 1370            NE.IMP.GNFS.KD
## 1371            NE.GDI.FTOT.CN
## 1372            NE.CON.TOTL.ZS
## 1373            NE.CON.PRVT.CD
## 1374            LP.LPI.TIME.XQ
## 1375               IQ.SPI.PIL4
## 1376            IQ.CPA.PROP.XQ
## 1377               IP.PAT.RESD
## 1378         IC.TAX.PRFT.CP.ZS
## 1379               IC.PRP.PROC
## 1380            IC.FRM.FREG.ZS
## 1381               IC.ELC.OUTG
## 1382         HD.HCI.OVRL.LB.FE
## 1383            GC.XPN.COMP.ZS
## 1384            GC.TAX.EXPT.ZS
## 1385         GC.AST.TOTL.GD.ZS
## 1386               FR.INR.RISK
## 1387         FM.AST.DOMO.ZG.M3
## 1388            ER.LND.PTLD.ZS
## 1389               EN.URB.MCTY
## 1390            EN.CLC.MDAT.ZS
## 1391      EN.ATM.NOXE.AG.KT.CE
## 1392            EN.ATM.CO2E.PC
## 1393         EG.GDP.PUSE.KO.PP
## 1394            EG.CFT.ACCS.ZS
## 1395            DT.ODA.ODAT.KD
## 1396            DT.NFL.UNEP.CD
## 1397            DT.NFL.NIFC.CD
## 1398            DT.DOD.PVLX.CD
## 1399            DC.ODA.TOTL.CD
## 1400            DC.DAC.ITAL.CD
## 1401            DC.DAC.AUTL.CD
## 1402            BX.GSR.TRVL.ZS
## 1403            BN.RES.INCL.CD
## 1404            BM.GSR.TOTL.CD
## 1405         AG.LND.TOTL.UR.K2
## 1406            AG.LND.ARBL.HA
## 1407            NE.GDI.FTOT.CD
## 1408            NE.CON.TOTL.KN
## 1409            NE.CON.GOVT.ZS
## 1410            LP.LPI.OVRL.XQ
## 1411            IS.SHP.GOOD.TU
## 1412               IQ.SCI.OVRL
## 1413            IQ.CPA.FISP.XQ
## 1414            IE.PPN.ICTI.CD
## 1415            IC.REG.PROC.MA
## 1416            IC.IMP.CSDC.CD
## 1417            IC.FRM.BRIB.ZS
## 1418            IC.BUS.NDNS.ZS
## 1419         GC.XPN.TOTL.GD.ZS
## 1420         GC.TAX.OTHR.RV.ZS
## 1421            GC.REV.GOTR.CN
## 1422         FX.OWN.TOTL.OL.ZS
## 1423               FP.CPI.TOTL
## 1424         FD.AST.PRVT.GD.ZS
## 1425            ER.H2O.FWDM.ZS
## 1426               EN.POP.DNST
## 1427      EN.ATM.PM25.MC.T2.ZS
## 1428         EN.ATM.HFCG.KT.CE
## 1429         EN.ATM.CO2E.EG.ZS
## 1430            EG.ELC.NGAS.ZS
## 1431            DT.TDS.DPPG.CD
## 1432            DT.ODA.ALLD.CD
## 1433            DT.NFL.RDBC.CD
## 1434            DT.NFL.ILOG.CD
## 1435            DT.DOD.DSTC.CD
## 1436            DC.DAC.SVKL.CD
## 1437            DC.DAC.FINL.CD
## 1438            CM.MKT.LCAP.CD
## 1439            BX.GSR.GNFS.CD
## 1440            BN.FIN.TOTL.CD
## 1441            BM.GSR.CMCP.ZS
## 1442            AG.LND.EL5M.ZS
##                                                                                                                                    INDICATOR_NAME
## 1                                                                                             High-technology exports (% of manufactured exports)
## 2                                                                                                               Merchandise exports (current US$)
## 3                                                                   Computer, communications and other services (% of commercial service imports)
## 4                                                                                                 Manufactures imports (% of merchandise imports)
## 5                                                                                           Tariff rate, applied, weighted mean, all products (%)
## 6                                                                                                                    Merchandise trade (% of GDP)
## 7                                                                                                              Rural population growth (annual %)
## 8                                                                                       Age dependency ratio, young (% of working-age population)
## 9                                                                                              Population ages 65-69, male (% of male population)
## 10                                                                                             Population ages 25-29, male (% of male population)
## 11                                                                                                   Population ages 0-14 (% of total population)
## 12                                                                                                         Life expectancy at birth, male (years)
## 13                                                                         Prevalence of moderate or severe food insecurity in the population (%)
## 14                                                         Share of youth not in education, employment or training, total (% of youth population)
## 15                                                         Unemployment, youth female (% of female labor force ages 15-24) (modeled ILO estimate)
## 16                                                Labor force participation rate, female (% of female population ages 15+) (modeled ILO estimate)
## 17                                                                  Labor force participation rate for ages 15-24, female (%) (national estimate)
## 18                                                                          Employment in services (% of total employment) (modeled ILO estimate)
## 19                                                              Contributing family workers, total (% of total employment) (modeled ILO estimate)
## 20                                                                         Employment to population ratio, 15+, female (%) (modeled ILO estimate)
## 21                                                                  Employment in agriculture, male (% of male employment) (modeled ILO estimate)
## 22                                                     Multidimensional poverty intensity (average share of deprivations experienced by the poor)
## 23                                                                                                                Income share held by fourth 20%
## 24                                                                                  External health expenditure (% of current health expenditure)
## 25                                     Number of people pushed below the $1.90 ($ 2011 PPP) poverty line by out-of-pocket health care expenditure
## 26                                                                                 Prevalence of stunting, height for age (% of children under 5)
## 27                                                                                            People practicing open defecation (% of population)
## 28                                                                              People using at least basic sanitation services (% of population)
## 29                                                                                 Lifetime risk of maternal death (1 in: rate varies by country)
## 30                                                                                              Young people (ages 15-24) newly infected with HIV
## 31                                                                                               Mortality rate, neonatal (per 1,000 live births)
## 32                                                                                                         Cause of death, by injury (% of total)
## 33                                                         Women who believe a husband is justified in beating his wife (any of five reasons) (%)
## 34                                                                  Expenditure on secondary education (% of government expenditure on education)
## 35                                                Educational attainment, at least Master's or equivalent, population 25+, total (%) (cumulative)
## 36                                                                            Trained teachers in upper secondary education (% of total teachers)
## 37                                                                                                 School enrollment, secondary, female (% gross)
## 38                                               Educational attainment, at least completed post-secondary, population 25+, male (%) (cumulative)
## 39                                                               Adjusted net enrollment rate, primary, female (% of primary school age children)
## 40                                                                                       School enrollment, primary, private (% of total primary)
## 41                                                                                                                   Pupil-teacher ratio, primary
## 42                                                                                                        School enrollment, preprimary (% gross)
## 43                                                                    Coverage of social insurance programs in richest quintile (% of population)
## 44                                                               Coverage of unemployment benefits and ALMP in richest quintile (% of population)
## 45                                                                                                       Terms of trade adjustment (constant LCU)
## 46                                                                                                                  GNI per capita (constant LCU)
## 47                                                                                                           Gross domestic savings (current LCU)
## 48                                                                                                                        GDP (constant 2015 US$)
## 49                                                                                                                          Coal rents (% of GDP)
## 50                                                                                       Adjusted savings: particulate emission damage (% of GNI)
## 51                                                                                                        Services, value added (annual % growth)
## 52                                                                                   Industry (including construction), value added (current US$)
## 53                                                                 Agriculture, forestry, and fishing, value added per worker (constant 2015 US$)
## 54                                                                                                          Gross capital formation (current LCU)
## 55                                                                                              Exports of goods and services (constant 2015 US$)
## 56                                                       Households and NPISHs Final consumption expenditure, PPP (constant 2017 international $)
## 57                                                                                                    Arms exports (SIPRI trend indicator values)
## 58                                                                                                        Lead time to export, median case (days)
## 59                                                                                                                Export value index (2000 = 100)
## 60                                                                             Insurance and financial services (% of commercial service exports)
## 61                                                        Merchandise imports by the reporting economy, residual (% of total merchandise imports)
## 62                                                                                                        Food imports (% of merchandise imports)
## 63                                                                               Share of tariff lines with international peaks, all products (%)
## 64                                                                                 International tourism, receipts for travel items (current US$)
## 65                                                                                                  Completeness of birth registration, urban (%)
## 66                                                                                      Population ages 80 and above, male (% of male population)
## 67                                                                                             Population ages 55-59, male (% of male population)
## 68                                                                                                  Population ages 15-64 (% of total population)
## 69                                                                                          Population ages 0-14, female (% of female population)
## 70                                                                                                 Mortality rate, infant (per 1,000 live births)
## 71                                                                                           Refugee population by country or territory of origin
## 72                                             Unemployment with intermediate education, male (% of male labor force with intermediate education)
## 73                                                                                            Part time employment, total (% of total employment)
## 74                                             Labor force with basic education, female (% of female working-age population with basic education)
## 75                                                          Children in employment, work only, male (% of male children in employment, ages 7-14)
## 76                                                          Child employment in services, male (% of male economically active children ages 7-14)
## 77                                              Children in employment, unpaid family workers, male (% of male children in employment, ages 7-14)
## 78                                                                              Self-employed, male (% of male employment) (modeled ILO estimate)
## 79                                                   Child employment in agriculture, female (% of female economically active children ages 7-14)
## 80                                                                 Multidimensional poverty headcount ratio, children (% of population ages 0-17)
## 81                                                                                   Domestic private health expenditure per capita (current US$)
## 82                                                                                                         Newborns protected against tetanus (%)
## 83                                                                                           Tuberculosis treatment success rate (% of new cases)
## 84                                                                              People using safely managed sanitation services (% of population)
## 85                                                                           Maternal mortality ratio (modeled estimate, per 100,000 live births)
## 86                                                                                                     Pregnant women receiving prenatal care (%)
## 87                                                                                            Incidence of malaria (per 1,000 population at risk)
## 88                                                                                                    Adults (ages 15-49) newly infected with HIV
## 89                                                                                          Mortality rate, under-5, male (per 1,000 live births)
## 90                                                                                                              Number of deaths ages 15-19 years
## 91                                                      Women who believe a husband is justified in beating his wife when she argues with him (%)
## 92                                                           Current education expenditure, total (% of total expenditure in public institutions)
## 93                                                          Educational attainment, Doctoral or equivalent, population 25+, male (%) (cumulative)
## 94                                                                            Trained teachers in lower secondary education (% of total teachers)
## 95                                                                                                           Pupil-teacher ratio, upper secondary
## 96                                            Educational attainment, at least completed lower secondary, population 25+, female (%) (cumulative)
## 97                                                                                    Trained teachers in primary education (% of total teachers)
## 98                                                                               Net intake rate in grade 1 (% of official school-age population)
## 99                                               Educational attainment, at least completed primary, population 25+ years, total (%) (cumulative)
## 100                                                                               School enrollment, secondary (gross), gender parity index (GPI)
## 101                                                                   Coverage of social insurance programs in poorest quintile (% of population)
## 102                                                              Coverage of unemployment benefits and ALMP in poorest quintile (% of population)
## 103                                                                                               Taxes less subsidies on products (constant LCU)
## 104                                                                                                    GNI per capita, Atlas method (current US$)
## 105                                                                                           GDP per capita, PPP (constant 2017 international $)
## 106                                                                                                                      Mineral rents (% of GDP)
## 107                                                                        Adjusted net savings, including particulate emission damage (% of GNI)
## 108                                                                                                Adjusted savings: mineral depletion (% of GNI)
## 109                                                                                          Services, value added per worker (constant 2015 US$)
## 110                                                                                                Manufacturing, value added (constant 2015 US$)
## 111                                                                                          External balance on goods and services (current LCU)
## 112                                                                                                          Changes in inventories (current US$)
## 113                                                                                                     Gross national expenditure (constant LCU)
## 114                                                                            Households and NPISHs Final consumption expenditure (constant LCU)
## 115                                                                                                            Military expenditure (current USD)
## 116                                                                                                Fixed broadband subscriptions (per 100 people)
## 117                                                                                             Travel services (% of commercial service exports)
## 118                                       Merchandise exports to low- and middle-income economies outside region (% of total merchandise exports)
## 119                                                                                          Transport services (% of commercial service imports)
## 120                                                         Merchandise imports from economies in the Arab World (% of total merchandise imports)
## 121                                                                                                        Binding coverage, primary products (%)
## 122                                                                                                   Binding coverage, manufactured products (%)
## 123                                                                                                            Urban population growth (annual %)
## 124                                                                                                       Researchers in R&D (per million people)
## 125                                                                                 Population ages 65 and above, female (% of female population)
## 126                                                                                            Population ages 30-34, male (% of male population)
## 127                                                                                            Population ages 05-09, male (% of male population)
## 128                                                                                                      Survival to age 65, female (% of cohort)
## 129                                                                                    Prevalence of severe food insecurity in the population (%)
## 130                                                                         Unemployment, female (% of female labor force) (modeled ILO estimate)
## 131                                                            Unemployment, youth male (% of male labor force ages 15-24) (modeled ILO estimate)
## 132                                                             Ratio of female to male labor force participation rate (%) (modeled ILO estimate)
## 133                                                                   Labor force participation rate for ages 15-24, male (%) (national estimate)
## 134                                                                                   Children in employment, male (% of male children ages 7-14)
## 135                                                                Employment in industry, female (% of female employment) (modeled ILO estimate)
## 136                                                                          Employment to population ratio, 15+, male (%) (modeled ILO estimate)
## 137                                                                    Employment to population ratio, ages 15-24, female (%) (national estimate)
## 138                                                                                                    Multidimensional poverty index (scale 0-1)
## 139                                                                                                              Income share held by highest 10%
## 140                                                                         External health expenditure per capita, PPP (current international $)
## 141                        Proportion of population pushed below the $1.90 ($ 2011 PPP) poverty line by out-of-pocket health care expenditure (%)
## 142                                                                                    Suicide mortality rate, male (per 100,000 male population)
## 143                                                                            Diarrhea treatment (% of children under 5 who received ORS packet)
## 144                                                                                          Births attended by skilled health staff (% of total)
## 145                                                                                                 Prevalence of anemia among pregnant women (%)
## 146                                                                     Incidence of HIV, ages 15-49 (per 1,000 uninfected population ages 15-49)
## 147                                                            People using at least basic drinking water services, rural (% of rural population)
## 148                                                                                     Cause of death, by non-communicable diseases (% of total)
## 149                           Total alcohol consumption per capita, female (liters of pure alcohol, projected estimates, female 15+ years of age)
## 150                                                                  Expenditure on tertiary education (% of government expenditure on education)
## 151                                        Educational attainment, at least completed short-cycle tertiary, population 25+, male (%) (cumulative)
## 152                                                                                                                 Secondary education, teachers
## 153                                                                                                          School enrollment, secondary (% net)
## 154                                           Educational attainment, at least completed upper secondary, population 25+, female (%) (cumulative)
## 155                                                                                                               Children out of school, primary
## 156                                                                                                    Persistence to grade 5, male (% of cohort)
## 157                                                                                                  School enrollment, primary, female (% gross)
## 158                                                                                                 School enrollment, preprimary, male (% gross)
## 159                                                                                         Literacy rate, youth female (% of females ages 15-24)
## 160                                          Benefit incidence of social safety net programs to poorest quintile (% of total safety net benefits)
## 161                                                                                          Official exchange rate (LCU per US$, period average)
## 162                                                                                           GNI per capita, PPP (constant 2017 international $)
## 163                                                                                                          Gross domestic income (constant LCU)
## 164                                                                                                                            GDP (constant LCU)
## 165                                                                                             Inflation, GDP deflator: linked series (annual %)
## 166                                                                                                    Adjusted savings: gross savings (% of GNI)
## 167                                                                                                              Services, value added (% of GDP)
## 168                                                                            Industry (including construction), value added (constant 2015 US$)
## 169                                                                                 Agriculture, forestry, and fishing, value added (current LCU)
## 170                                                                                                     Gross capital formation (annual % growth)
## 171                                                                                                  Exports of goods and services (constant LCU)
## 172                                                                                                   Final consumption expenditure (current US$)
## 173                                                                                General government final consumption expenditure (current LCU)
## 174                                                        Logistics performance index: Efficiency of customs clearance process (1=low to 5=high)
## 175                                                                                                  Railways, goods transported (million ton-km)
## 176                                                                                    CPIA structural policies cluster average (1=low to 6=high)
## 177                                                                                    CPIA economic management cluster average (1=low to 6=high)
## 178                                               CPIA transparency, accountability, and corruption in the public sector rating (1=low to 6=high)
## 179                                                                   CPIA quality of budgetary and financial management rating (1=low to 6=high)
## 180                                                                   Investment in water and sanitation with private participation (current US$)
## 181                                                                                           Start-up procedures to register a business (number)
## 182                                              Time spent dealing with the requirements of government regulations (% of senior management time)
## 183                                                                                    Firms using banks to finance working capital (% of firms) 
## 184                                                                 Business extent of disclosure index (0=less disclosure to 10=more disclosure)
## 185                                                                                                                  Other expense (% of expense)
## 186                                                                                                   Taxes on international trade (% of revenue)
## 187                                                                                             Net lending (+) / net borrowing (-) (current LCU)
## 188                       Account ownership at a financial institution or with a mobile-money-service provider, female (% of population ages 15+)
## 189                                                                                                           Broad money to total reserves ratio
## 190                                                                                            Borrowers from commercial banks (per 1,000 adults)
## 191                                              Water productivity, total (constant 2015 US$ GDP per cubic meter of total freshwater withdrawal)
## 192                                                                                                            Plant species (higher), threatened
## 193                                                                        PM2.5 air pollution, mean annual exposure (micrograms per cubic meter)
## 194                                                                                         Total greenhouse gas emissions (kt of CO2 equivalent)
## 195                                                                                                   Electric power consumption (kWh per capita)
## 196                                                                                Electricity production from hydroelectric sources (% of total)
## 197                                                                                                IMF repurchases and charges (TDS, current US$)
## 198                                                                                        Net official flows from UN agencies, WFP (current US$)
## 199                                                                                               PPG, other private creditors (NFL, current US$)
## 200                                                                                       Net official flows from UN agencies, IAEA (current US$)
## 201                                                                          External debt stocks, private nonguaranteed (PNG) (DOD, current US$)
## 202                                                                                 Net bilateral aid flows from DAC donors, Poland (current US$)
## 203                                                                                Net bilateral aid flows from DAC donors, Denmark (current US$)
## 204                                                                                                     Personal remittances, received (% of GDP)
## 205                                                                                    Communications, computer, etc. (% of service exports, BoP)
## 206                                                                                                    Current account balance (BoP, current US$)
## 207                                                                                                                 Cereal yield (kg per hectare)
## 208                                                                                    Urban land area where elevation is below 5 meters (sq. km)
## 209                                                                                          Transport services (% of commercial service exports)
## 210                                                                 Merchandise exports to high-income economies (% of total merchandise exports)
## 211                                                                                                      Commercial service imports (current US$)
## 212                                                                                            Ores and metals imports (% of merchandise imports)
## 213                                                                             Tariff rate, most favored nation, weighted mean, all products (%)
## 214                                                                                                              Import volume index (2000 = 100)
## 215                                                                                                      Rural population (% of total population)
## 216                                                                                                                  Population growth (annual %)
## 217                                                                                                          Population ages 65 and above, female
## 218                                                                                        Population ages 30-34, female (% of female population)
## 219                                                                                        Population ages 05-09, female (% of female population)
## 220                                                                                                      Fertility rate, total (births per woman)
## 221                                                                                                 Consumption of iodized salt (% of households)
## 222                                                                            Unemployment, female (% of female labor force) (national estimate)
## 223                                                               Unemployment, youth male (% of male labor force ages 15-24) (national estimate)
## 224                                                                Ratio of female to male labor force participation rate (%) (national estimate)
## 225                                                              Labor force participation rate for ages 15-24, female (%) (modeled ILO estimate)
## 226                                                                               Children in employment, female (% of female children ages 7-14)
## 227                                                                                                 GDP per person employed (constant 2017 PPP $)
## 228                                                                             Employment to population ratio, 15+, male (%) (national estimate)
## 229                                                                      Employment in agriculture (% of total employment) (modeled ILO estimate)
## 230                                                                         Multidimensional poverty headcount ratio, male (% of male population)
## 231                                                                                                              Income share held by highest 20%
## 232                                                                                          External health expenditure per capita (current US$)
## 233                   Increase in poverty gap at $1.90 ($ 2011 PPP) poverty line due to out-of-pocket health care expenditure (% of poverty line)
## 234                                                                                Suicide mortality rate, female (per 100,000 female population)
## 235                                                   Diarrhea treatment (% of children under 5 receiving oral rehydration and continued feeding)
## 236                                                                                        Exclusive breastfeeding (% of children under 6 months)
## 237                                                                                                           Lifetime risk of maternal death (%)
## 238                                                                     Incidence of HIV, ages 15-24 (per 1,000 uninfected population ages 15-24)
## 239                                   Demand for family planning satisfied by modern methods (% of married women with demand for family planning)
## 240                                                                                                                   Number of under-five deaths
## 241                                                Women who believe a husband is justified in beating his wife when she refuses sex with him (%)
## 242                                                                            Government expenditure per student, tertiary (% of GDP per capita)
## 243                                      Educational attainment, at least completed short-cycle tertiary, population 25+, female (%) (cumulative)
## 244                                                                                 Trained teachers in secondary education (% of total teachers)
## 245                                                                                                  School enrollment, secondary, male (% gross)
## 246                                             Educational attainment, at least completed post-secondary, population 25+, total (%) (cumulative)
## 247                                                                Adjusted net enrollment rate, primary, male (% of primary school age children)
## 248                                                                                                  Persistence to grade 5, female (% of cohort)
## 249                                                                                                          School enrollment, primary (% gross)
## 250                                                                                               School enrollment, preprimary, female (% gross)
## 251                                                                                               Real effective exchange rate index (2010 = 100)
## 252                                                         Adequacy of social safety net programs (% of total welfare of beneficiary households)
## 253                                                                                               DEC alternative conversion factor (LCU per US$)
## 254                                                                                                 GNI per capita, PPP (current international $)
## 255                                                                                                             Gross domestic savings (% of GDP)
## 256                                                                                                                         GDP growth (annual %)
## 257                                                                                                            Inflation, GDP deflator (annual %)
## 258                                                                                      Adjusted savings: natural resources depletion (% of GNI)
## 259                                                                                                          Services, value added (constant LCU)
## 260                                                                                  Industry (including construction), value added (current LCU)
## 261                                                                                 Agriculture, forestry, and fishing, value added (current US$)
## 262                                                                 Computer, communications and other services (% of commercial service exports)
## 263                                                                                               Manufactures exports (% of merchandise exports)
## 264                                                                                    Merchandise imports by the reporting economy (current US$)
## 265                                                                                                       Fuel imports (% of merchandise imports)
## 266                                                                                           Tariff rate, applied, simple mean, all products (%)
## 267                                                                            International tourism, expenditures for travel items (current US$)
## 268                                                                                                        Completeness of birth registration (%)
## 269                                                                                            Sex ratio at birth (male births per female births)
## 270                                                                                        Population ages 60-64, female (% of female population)
## 271                                                                                        Population ages 20-24, female (% of female population)
## 272                                                                                                                    Population ages 0-14, male
## 273                                                                                          Mortality rate, infant, male (per 1,000 live births)
## 274                                                                                                            International migrant stock, total
## 275                                                 Unemployment with intermediate education (% of total labor force with intermediate education)
## 276                                                                                                  Labor force, female (% of total labor force)
## 277                                                Labor force with basic education, male (% of male working-age population with basic education)
## 278                                                                   Average working hours of children, working only, ages 7-14 (hours per week)
## 279                                                                    Child employment in services (% of economically active children ages 7-14)
## 280                                                        Children in employment, unpaid family workers (% of children in employment, ages 7-14)
## 281                                                                           Self-employed, total (% of total employment) (modeled ILO estimate)
## 282                                                      Child employment in agriculture, male (% of male economically active children ages 7-14)
## 283                                                                   Multidimensional poverty index, children (population ages 0-17) (scale 0-1)
## 284                                                                 Domestic private health expenditure per capita, PPP (current international $)
## 285                                                                                                         Current health expenditure (% of GDP)
## 286                                                                                               Tuberculosis case detection rate (%, all forms)
## 287                                                                        Prevalence of stunting, height for age, female (% of children under 5)
## 288                                                                         Maternal mortality ratio (national estimate, per 100,000 live births)
## 289                                                                              ARI treatment (% of children under 5 taken to a health provider)
## 290                                                                                 Use of insecticide-treated bed nets (% of under-5 population)
## 291                                                                                                  Children (ages 0-14) newly infected with HIV
## 292                                                          Mortality from CVD, cancer, diabetes or CRD between exact ages 30 and 70, female (%)
## 293                                                                                                             Number of deaths ages 20-24 years
## 294                                                      Women who believe a husband is justified in beating his wife when she burns the food (%)
## 295                                                                             Government expenditure per student, primary (% of GDP per capita)
## 296                                                        Educational attainment, Doctoral or equivalent, population 25+, total (%) (cumulative)
## 297                                                                            Trained teachers in secondary education, male (% of male teachers)
## 298                                                                                                        Secondary education, vocational pupils
## 299                                             Educational attainment, at least completed lower secondary, population 25+, male (%) (cumulative)
## 300                                                                                                                   Primary education, teachers
## 301                                                                                   Over-age students, primary, female (% of female enrollment)
## 302                                                                                                           Primary education, duration (years)
## 303                                                                                School enrollment, tertiary (gross), gender parity index (GPI)
## 304                                                                       Coverage of social insurance programs in 2nd quintile (% of population)
## 305                                                                  Coverage of unemployment benefits and ALMP in 2nd quintile (% of population)
## 306                                                                        Net secondary income (Net current transfers from abroad) (current US$)
## 307                                                                                                                  GNI per capita (current LCU)
## 308                                                                                                                          Oil rents (% of GDP)
## 309                                                                                                                             GDP (current US$)
## 310                                                                     Adjusted net savings, excluding particulate emission damage (current US$)
## 311                                                                                              Adjusted savings: energy depletion (current US$)
## 312                                                                                                           Services, value added (current US$)
## 313                                                                                                  Manufacturing, value added (annual % growth)
## 314                                                                                         External balance on goods and services (constant LCU)
## 315                                                                                                          Changes in inventories (current LCU)
## 316                                                                                                         Gross national expenditure (% of GDP)
## 317                                                            Households and NPISHs Final consumption expenditure per capita (constant 2015 US$)
## 318                                                                                                            Military expenditure (current LCU)
## 319                                                                                                                       Secure Internet servers
## 320                                        Internally displaced persons, new displacement associated with conflict and violence (number of cases)
## 321                             Merchandise exports to low- and middle-income economies in Europe & Central Asia (% of total merchandise exports)
## 322                                                                                                  Net barter terms of trade index (2000 = 100)
## 323                                                               Merchandise imports from high-income economies (% of total merchandise imports)
## 324                                                                          Share of tariff lines with international peaks, primary products (%)
## 325                                                                     Share of tariff lines with international peaks, manufactured products (%)
## 326                                                                                                      Urban population (% of total population)
## 327                                                                                                                             Population, total
## 328                                                                                     Population ages 65 and above, male (% of male population)
## 329                                                                                            Population ages 35-39, male (% of male population)
## 330                                                                                            Population ages 10-14, male (% of male population)
## 331                                                                                                      Wanted fertility rate (births per woman)
## 332                                                                                 Adolescent fertility rate (births per 1,000 women ages 15-19)
## 333                                                                             Unemployment, male (% of male labor force) (modeled ILO estimate)
## 334                                                          Unemployment, youth total (% of total labor force ages 15-24) (modeled ILO estimate)
## 335                                                   Labor force participation rate, male (% of male population ages 15+) (modeled ILO estimate)
## 336                                                                  Labor force participation rate for ages 15-24, total (%) (national estimate)
## 337                                                Children in employment, study and work, female (% of female children in employment, ages 7-14)
## 338                                                                         Employment in industry (% of total employment) (modeled ILO estimate)
## 339                                                                         Employment to population ratio, 15+, total (%) (modeled ILO estimate)
## 340                                                                      Employment to population ratio, ages 15-24, male (%) (national estimate)
## 341                                                                           Poverty headcount ratio at $6.85 a day (2017 PPP) (% of population)
## 342                                                                                                               Income share held by lowest 10%
## 343                                                                                     Domestic general government health expenditure (% of GDP)
## 344                                    Number of people pushed below the $3.20 ($ 2011 PPP) poverty line by out-of-pocket health care expenditure
## 345                                                                              Mortality caused by road traffic injury (per 100,000 population)
## 346                                                                     Prevalence of overweight, weight for height, male (% of children under 5)
## 347                                                                                           Diabetes prevalence (% of population ages 20 to 79)
## 348                                                                               Prevalence of current tobacco use, females (% of female adults)
## 349                                                                                              Immunization, HepB3 (% of one-year-old children)
## 350                                                                         People using at least basic drinking water services (% of population)
## 351                                                                                Probability of dying among children ages 5-9 years (per 1,000)
## 352                               Total alcohol consumption per capita, male (liters of pure alcohol, projected estimates, male 15+ years of age)
## 353                                                                                         Government expenditure on education, total (% of GDP)
## 354                                                                                                                 Pupil-teacher ratio, tertiary
## 355                                                                                                      Secondary education, teachers (% female)
## 356                                                                                                    School enrollment, secondary, male (% net)
## 357                                            Educational attainment, at least completed upper secondary, population 25+, total (%) (cumulative)
## 358                                                                               Children out of school, female (% of female primary school age)
## 359                                                                                    Persistence to last grade of primary, female (% of cohort)
## 360                                                      Gross intake ratio in first grade of primary education, female (% of relevant age group)
## 361                                                                           Trained teachers in preprimary education, male (% of male teachers)
## 362                                                                                             Literacy rate, youth male (% of males ages 15-24)
## 363                                                                  Coverage of social safety net programs in poorest quintile (% of population)
## 364                                                                      Price level ratio of PPP conversion factor (GDP) to market exchange rate
## 365                                                                                                                   Gross savings (current LCU)
## 366                                                                                                                             GNI (current US$)
## 367                                                                                                      GDP, PPP (constant 2017 international $)
## 368                                                                                     GDP deflator: linked series (base year varies by country)
## 369                                                                                             Adjusted savings: net national savings (% of GNI)
## 370                                                                                            Adjusted savings: education expenditure (% of GNI)
## 371                                                                                 Industry (including construction), value added (constant LCU)
## 372                                                                             Agriculture, forestry, and fishing, value added (annual % growth)
## 373                                                                                                            Gross capital formation (% of GDP)
## 374                                                                                   Gross fixed capital formation, private sector (current LCU)
## 375                                                                                             Final consumption expenditure (constant 2015 US$)
## 376                                                                            General government final consumption expenditure (annual % growth)
## 377                                               Logistics performance index: Ease of arranging competitively priced shipments (1=low to 5=high)
## 378                                                                                                                   Rail lines (total route-km)
## 379                                                        Logistics performance index: Ability to track and trace consignments (1=low to 5=high)
## 380                                                                                                Mobile cellular subscriptions (per 100 people)
## 381                                                                                Source data assessment of statistical capacity (scale 0 - 100)
## 382                                                                                        CPIA building human resources rating (1=low to 6=high)
## 383                                                                  Public private partnerships investment in water and sanitation (current US$)
## 384                                                                      Firms expected to give gifts in meetings with tax officials (% of firms)
## 385                                                                                                Time to import, documentary compliance (hours)
## 386                                                                                            Informal payments to public officials (% of firms)
## 387                                                                                           Depth of credit information index (0=low to 8=high)
## 388                                                                                                  Subsidies and other transfers (% of expense)
## 389                                                                                                                        Tax revenue (% of GDP)
## 390                                                                                                            Social contributions (current LCU)
## 391  Account ownership at a financial institution or with a mobile-money-service provider, secondary education or more (% of population ages 15+)
## 392                                                                                                            Wholesale price index (2010 = 100)
## 393                                                                                                   Total reserves (includes gold, current US$)
## 394                                                Level of water stress: freshwater withdrawal as a proportion of available freshwater resources
## 395                                                    Urban population living in areas where elevation is below 5 meters (% of total population)
## 396                                                  PM2.5 air pollution, population exposed to levels exceeding WHO guideline value (% of total)
## 397                                                                                                   Agricultural methane emissions (% of total)
## 398                                                                                     CO2 emissions from gaseous fuel consumption (% of total) 
## 399                                                                                          Electricity production from oil sources (% of total)
## 400                                              Public and publicly guaranteed debt service (% of exports of goods, services and primary income)
## 401                                                                                                       Net official aid received (current US$)
## 402                                                                                     Net official flows from UN agencies, UNAIDS (current US$)
## 403                                                                                   Net financial flows, IMF nonconcessional (NFL, current US$)
## 404                                                                          Short-term debt (% of exports of goods, services and primary income)
## 405                                                                                 Net bilateral aid flows from DAC donors, Sweden (current US$)
## 406                                                                         Net bilateral aid flows from DAC donors, United Kingdom (current US$)
## 407                                                                                                              Listed domestic companies, total
## 408                                                                                                              Goods exports (BoP, current US$)
## 409                                                                                            Net trade in goods and services (BoP, current US$)
## 410                                                                                              Imports of goods and services (BoP, current US$)
## 411                                                                                                                  Forest area (% of land area)
## 412                                                                                                              Agricultural machinery, tractors
## 413                                                                                                       Air transport, freight (million ton-km)
## 414                                                                              CPIA efficiency of revenue mobilization rating (1=low to 6=high)
## 415                                                                                 CPIA business regulatory environment rating (1=low to 6=high)
## 416                                                                                                      Procedures to build a warehouse (number)
## 417                                                                                    Cost of business start-up procedures (% of GNI per capita)
## 418                                                                          Value lost due to electrical outages (% of sales for affected firms)
## 419                                                                                                       Cost to export, border compliance (US$)
## 420                                                                                            Human Capital Index (HCI), Upper Bound (scale 0-1)
## 421                                                                                                               Interest payments (current LCU)
## 422                                                                          Taxes on goods and services (% value added of industry and services)
## 423                                                                                            Net incurrence of liabilities, total (current LCU)
## 424                                                                                       Domestic credit provided by financial sector (% of GDP)
## 425                                                                                              Monetary Sector credit to private sector (% GDP)
## 426                                                                                             Bank nonperforming loans to total gross loans (%)
## 427                                                                                                       Pump price for gasoline (US$ per liter)
## 428                                                     CO2 emissions from manufacturing industries and construction (% of total fuel combustion)
## 429                                                                                         Nitrous oxide emissions in energy sector (% of total)
## 430                                                                                               CO2 emissions from solid fuel consumption (kt) 
## 431                                                                                        Alternative and nuclear energy (% of total energy use)
## 432                                                                                          Access to electricity, urban (% of urban population)
## 433                                                                                            Net ODA received (% of central government expense)
## 434                                                                                      Net official flows from UN agencies, UNPBF (current US$)
## 435                                                                                                      PPG, commercial banks (NFL, current US$)
## 436                                                                                             Net financial flows, bilateral (NFL, current US$)
## 437                                                                                                External debt stocks, total (DOD, current US$)
## 438                                                                             Net bilateral aid flows from DAC donors, Luxembourg (current US$)
## 439                                                            Net bilateral aid flows from DAC donors, European Union institutions (current US$)
## 440                                                                                              Portfolio equity, net inflows (BoP, current US$)
## 441                                                                                    Grants, excluding technical cooperation (BoP, current US$)
## 442                                                                                    Foreign direct investment, net outflows (BoP, current US$)
## 443                                                                                                       Crop production index (2014-2016 = 100)
## 444                                                                                                       Land under cereal production (hectares)
## 445                                                                                                  Imports of goods and services (constant LCU)
## 446                                                                                               Gross fixed capital formation (annual % growth)
## 447                                                                                                      Gross national expenditure (current US$)
## 448                                                              Households and NPISHs final consumption expenditure: linked series (current LCU)
## 449                                                                                                   Arms imports (SIPRI trend indicator values)
## 450                                                                                                                 Fixed telephone subscriptions
## 451                                                                         Statistical performance indicators (SPI): Overall score (scale 0-100)
## 452                                                                                               IDA resource allocation index (1=low to 6=high)
## 453                                                                                         Industrial design applications, nonresident, by count
## 454                                                                                         Labor tax and contributions (% of commercial profits)
## 455                                                                                                            Time to resolve insolvency (years)
## 456                                                                       Losses due to theft and vandalism (% of annual sales of affected firms)
## 457                                                                                                  Private credit bureau coverage (% of adults)
## 458                                                               Primary government expenditures as a proportion of original approved budget (%)
## 459                                                                                      Taxes on income, profits and capital gains (current LCU)
## 460                                                                                                           Social contributions (% of revenue)
## 461               Account ownership at a financial institution or with a mobile-money-service provider, young adults (% of population ages 15-24)
## 462                                                                                                                     Deposit interest rate (%)
## 463                                                                                                     Total reserves (% of total external debt)
## 464                                                                                   Annual freshwater withdrawals, total (billion cubic meters)
## 465                                                          Population living in areas where elevation is below 5 meters (% of total population)
## 466                                                                                    SF6 gas emissions (thousand metric tons of CO2 equivalent)
## 467                                                                   Methane emissions in energy sector (thousand metric tons of CO2 equivalent)
## 468                                                                                                        CO2 emissions (kg per 2015 US$ of GDP)
## 469                                                                                  Renewable electricity output (% of total electricity output)
## 470                                                                                                  Multilateral debt service (TDS, current US$)
## 471                                                                                                 Net official aid received (constant 2020 US$)
## 472                                                                                     Net official flows from UN agencies, UNICEF (current US$)
## 473                                                                                                  Net financial flows, IBRD (NFL, current US$)
## 474                                                                                                    Short-term debt (% of total external debt)
## 475                                                                                  Net bilateral aid flows from DAC donors, Total (current US$)
## 476                                                                                 Net bilateral aid flows from DAC donors, Greece (current US$)
## 477                                                                                                      Stocks traded, total value (current US$)
## 478                                                                                                            Service exports (BoP, current US$)
## 479                                                                                                         Net trade in goods (BoP, current US$)
## 480                                                                                  Insurance and financial services (% of service imports, BoP)
## 481                                                                                    Agricultural irrigated land (% of total agricultural land)
## 482                                                                                           Fertilizer consumption (% of fertilizer production)
## 483                                        Merchandise exports to low- and middle-income economies within region (% of total merchandise exports)
## 484                                                                                                  ICT goods exports (% of total goods exports)
## 485                              Merchandise imports from low- and middle-income economies in Sub-Saharan Africa (% of total merchandise imports)
## 486                                                                                 Agricultural raw materials imports (% of merchandise imports)
## 487                                                                                                     Bound rate, simple mean, all products (%)
## 488                                                               International tourism, expenditures for passenger transport items (current US$)
## 489                                                                                                 Completeness of birth registration, rural (%)
## 490                                                                                 Population ages 80 and above, female (% of female population)
## 491                                                                                        Population ages 55-59, female (% of female population)
## 492                                                                                                                  Population ages 15-64, total
## 493                                                                                                                  Population ages 0-14, female
## 494                                                                                        Mortality rate, infant, female (per 1,000 live births)
## 495                                                                                          Refugee population by country or territory of asylum
## 496                                        Unemployment with intermediate education, female (% of female labor force with intermediate education)
## 497                                                                                       Part time employment, male (% of total male employment)
## 498                                               Labor force with advanced education (% of total working-age population with advanced education)
## 499                                                             Average working hours of children, working only, male, ages 7-14 (hours per week)
## 500                                                     Child employment in services, female (% of female economically active children ages 7-14)
## 501                                         Children in employment, unpaid family workers, female (% of female children in employment, ages 7-14)
## 502                                                                         Self-employed, female (% of female employment) (modeled ILO estimate)
## 503                                     Annualized average growth rate in per capita real survey mean consumption or income, total population (%)
## 504                                                                              Multidimensional poverty headcount ratio (% of total population)
## 505                                                                         Domestic private health expenditure (% of current health expenditure)
## 506                                                                                                                    UHC service coverage index
## 507                                                                       Prevalence of severe wasting, weight for height (% of children under 5)
## 508                                                                People using safely managed sanitation services, urban (% of urban population)
## 509                                                                             Prevalence of underweight, weight for age (% of children under 5)
## 510                                   Mortality rate attributed to household and ambient air pollution, age-standardized (per 100,000 population)
## 511                                                                                        Specialist surgical workforce (per 100,000 population)
## 512                                                                                 Antiretroviral therapy coverage (% of people living with HIV)
## 513                                                                                       Mortality rate, under-5, female (per 1,000 live births)
## 514                                                                                                             Number of deaths ages 10-14 years
## 515                 Proportion of women subjected to physical and/or sexual violence in the last 12 months (% of ever-partnered women ages 15-49)
## 516                                              Current education expenditure, tertiary (% of total expenditure in tertiary public institutions)
## 517                                                       Educational attainment, Doctoral or equivalent, population 25+, female (%) (cumulative)
## 518                                                                      Trained teachers in lower secondary education, male (% of male teachers)
## 519                                                                                                                Pupil-teacher ratio, secondary
## 520                                                                              Lower secondary completion rate, total (% of relevant age group)
## 521                                                                              Trained teachers in primary education, male (% of male teachers)
## 522                                                                        Net intake rate in grade 1, male (% of official school-age population)
## 523                                               Educational attainment, at least completed primary, population 25+ years, male (%) (cumulative)
## 524                                                                   School enrollment, primary and secondary (gross), gender parity index (GPI)
## 525                                                                                       Coverage of social insurance programs (% of population)
## 526                                                                                  Coverage of unemployment benefits and ALMP (% of population)
## 527                                                                                                Taxes less subsidies on products (current LCU)
## 528                                                                                                      GNI, PPP (constant 2017 international $)
## 529                                                                                                 GDP per capita, PPP (current international $)
## 530                                                                                                                       Forest rents (% of GDP)
## 531                                                                     Adjusted net savings, including particulate emission damage (current US$)
## 532                                                                                             Adjusted savings: mineral depletion (current US$)
## 533                                                                                     Textiles and clothing (% of value added in manufacturing)
## 534                                                                                                      Manufacturing, value added (current LCU)
## 535                                                                                          External balance on goods and services (current US$)
## 536                                                                                                      Gross fixed capital formation (% of GDP)
## 537                                                                                                Gross national expenditure (constant 2015 US$)
## 538                                                                                                         High-technology exports (current US$)
## 539                                                           Merchandise exports to economies in the Arab World (% of total merchandise exports)
## 540                                                                                                          Import unit value index (2015 = 100)
## 541                                                                            Insurance and financial services (% of commercial service imports)
## 542                                                                                   Share of tariff lines with specific rates, all products (%)
## 543                                                                                      International tourism, expenditures (% of total imports)
## 544                                                                                                                              Rural population
## 545                                                                                       Age dependency ratio, old (% of working-age population)
## 546                                                                                        Population ages 65-69, female (% of female population)
## 547                                                                                        Population ages 25-29, female (% of female population)
## 548                                                                                                                   Population ages 0-14, total
## 549                                                                                                       Life expectancy at birth, total (years)
## 550                                                                                              Prevalence of undernourishment (% of population)
## 551                                                    Share of youth not in education, employment or training, male (% of male youth population)
## 552                                                           Unemployment, youth female (% of female labor force ages 15-24) (national estimate)
## 553                                                  Labor force participation rate, female (% of female population ages 15+) (national estimate)
## 554                                                                                       Children in employment, total (% of children ages 7-14)
## 555                                                                    Employment in services, male (% of male employment) (modeled ILO estimate)
## 556                                                               Contributing family workers, male (% of male employment) (modeled ILO estimate)
## 557                                                                           Employment to population ratio, 15+, female (%) (national estimate)
## 558                                                             Employment in agriculture, female (% of female employment) (modeled ILO estimate)
## 559                                                                   Multidimensional poverty headcount ratio, household (% of total households)
## 560                                                                                                                Income share held by third 20%
## 561                                                                          Current health expenditure per capita, PPP (current international $)
## 562                                 Increase in poverty gap at $1.90 ($ 2011 PPP) poverty line due to out-of-pocket health care expenditure (USD)
## 563                                                              Prevalence of stunting, height for age (modeled estimate, % of children under 5)
## 564                                                                              People practicing open defecation, urban (% of urban population)
## 565                                                                People using at least basic sanitation services, urban (% of urban population)
## 566                                                                                                                     Number of maternal deaths
## 567                                                                                       Incidence of HIV, all (per 1,000 uninfected population)
## 568                                                                  Mortality from CVD, cancer, diabetes or CRD between exact ages 30 and 70 (%)
## 569                                                                                                                       Number of infant deaths
## 570                                               Women who believe a husband is justified in beating his wife when she neglects the children (%)
## 571                                                                           Government expenditure per student, secondary (% of GDP per capita)
## 572                                                Educational attainment, at least Master's or equivalent, population 25+, male (%) (cumulative)
## 573                                                                      Trained teachers in upper secondary education, male (% of male teachers)
## 574                                                                                                        School enrollment, secondary (% gross)
## 575                                            Educational attainment, at least completed post-secondary, population 25+, female (%) (cumulative)
## 576                                                                      Adjusted net enrollment rate, primary (% of primary school age children)
## 577                                                                                                  Over-age students, primary (% of enrollment)
## 578                                                                                                          Primary education, pupils (% female)
## 579                                                                                                               Pupil-teacher ratio, preprimary
## 580                                                                       Coverage of social insurance programs in 4th quintile (% of population)
## 581                                                                  Coverage of unemployment benefits and ALMP in 4th quintile (% of population)
## 582                                                                       Net secondary income (Net current transfers from abroad) (constant LCU)
## 583                                                                                                              GNI per capita growth (annual %)
## 584                                                                                                          Gross domestic savings (current US$)
## 585                                                                                                              GDP: linked series (current LCU)
## 586                                                                                                Exports as a capacity to import (constant LCU)
## 587                                                                                   Adjusted savings: particulate emission damage (current US$)
## 588                                                                                                     Services, value added (constant 2015 US$)
## 589                                                                                                         Manufacturing, value added (% of GDP)
## 590                                                                                                                              Trade (% of GDP)
## 591                                                                                                         Gross capital formation (current US$)
## 592                                                                                                   Exports of goods and services (current LCU)
## 593                                                            Households and NPISHs Final consumption expenditure, PPP (current international $)
## 594                                                                                    Military expenditure (% of general government expenditure)
## 595                                                                         Households and NPISHs Final consumption expenditure (annual % growth)
## 596                                                                                               Armed forces personnel (% of total labor force)
## 597                                                                                                                 Fixed broadband subscriptions
## 598                                                          Statistical performance indicators (SPI): Pillar 2 data services score (scale 0-100)
## 599                                                                                CPIA quality of public administration rating (1=low to 6=high)
## 600                                                                                                     Scientific and technical journal articles
## 601                                                                                   Other taxes payable by businesses (% of commercial profits)
## 602                                                                                                    Time required to enforce a contract (days)
## 603                                                                                                    Firms with female top manager (% of firms)
## 604                                                                                          Average time to clear exports through customs (days)
## 605                                                                                                 Human Capital Index (HCI), Female (scale 0-1)
## 606                                                                                 Taxes on income, profits and capital gains (% of total taxes)
## 607                                                                                                          Revenue, excluding grants (% of GDP)
## 608                                                                                               Research and development expenditure (% of GDP)
## 609                                                                                     Interest rate spread (lending rate minus deposit rate, %)
## 610                                                                                                       Total reserves minus gold (current US$)
## 611                                                                         Renewable internal freshwater resources, total (billion cubic meters)
## 612                                                                                                                    Population in largest city
## 613                                                                                    Disaster risk reduction progress score (1-5 scale; 5=best)
## 614                                                                                                      Methane emissions (kt of CO2 equivalent)
## 615                                                                                              CO2 emissions from liquid fuel consumption (kt) 
## 616                                                           Electricity production from renewable sources, excluding hydroelectric (% of total)
## 617                                                             Access to clean fuels and technologies for cooking, rural (% of rural population)
## 618                                                                                               Net ODA received (% of gross capital formation)
## 619                                                                                       Net official flows from UN agencies, UNDP (current US$)
## 620                                                                                          Net financial flows, multilateral (NFL, current US$)
## 621                                                                                                                   PPG, IDA (DOD, current US$)
## 622                                                                              Net ODA provided, to the least developed countries (current US$)
## 623                                                                                Net bilateral aid flows from DAC donors, Ireland (current US$)
## 624                                                                                          Stocks traded, turnover ratio of domestic shares (%)
## 625                                                                              Exports of goods, services and primary income (BoP, current US$)
## 626                                                                                             Foreign direct investment, net (BoP, current US$)
## 627                                                                                                            Service imports (BoP, current US$)
## 628                                                                                                                            Land area (sq. km)
## 629                                                                                                                    Agricultural land (sq. km)
## 630                                                                                    Investment in ICT with private participation (current US$)
## 631                                                                                              Time required to start a business, female (days)
## 632                                                                             Firms experiencing losses due to theft and vandalism (% of firms)
## 633                                                                                                     Time to export, border compliance (hours)
## 634                                                                                      Human Capital Index (HCI), Male, Upper Bound (scale 0-1)
## 635                                                                                                              Interest payments (% of expense)
## 636                                                                                            Customs and other import duties (% of tax revenue)
## 637                                                                                           Net investment in nonfinancial assets (current LCU)
## 638                  Account ownership at a financial institution or with a mobile-money-service provider, poorest 40% (% of population ages 15+)
## 639                                                                                                                     Broad money (current LCU)
## 640                                                                                                              Bank capital to assets ratio (%)
## 641                                                                                                    Capture fisheries production (metric tons)
## 642                                                                                     CO2 emissions from transport (% of total fuel combustion)
## 643                                                                                                  Nitrous oxide emissions (% change from 1990)
## 644                                                     Other greenhouse gas emissions, HFC, PFC and SF6 (thousand metric tons of CO2 equivalent)
## 645                                                                          Energy use (kg of oil equivalent) per $1,000 GDP (constant 2017 PPP)
## 646                                                                                         Electricity production from coal sources (% of total)
## 647                                                                       Total debt service (% of exports of goods, services and primary income)
## 648                                                                                       Net official flows from UN agencies, UNTA (current US$)
## 649                                                                                                                 PNG, bonds (NFL, current US$)
## 650                                                                    Net flows on external debt, private nonguaranteed (PNG) (NFL, current US$)
## 651                                                                                                          Use of IMF credit (DOD, current US$)
## 652                                                                                 Net bilateral aid flows from DAC donors, Norway (current US$)
## 653                                                                         Net bilateral aid flows from DAC donors, Czech Republic (current US$)
## 654                                                                                               Personal transfers, receipts (BoP, current US$)
## 655                                                                                                        ICT service exports (BoP, current US$)
## 656                                                                                  Secondary income, other sectors, payments (BoP, current US$)
## 657                                                                                                  Livestock production index (2014-2016 = 100)
## 658                                                                                    Rural land area where elevation is below 5 meters (sq. km)
## 659                                                   Logistics performance index: Competence and quality of logistics services (1=low to 5=high)
## 660                                                                               Liner shipping connectivity index (maximum value in 2004 = 100)
## 661                                                                                Methodology assessment of statistical capacity (scale 0 - 100)
## 662                                                                                                CPIA financial sector rating (1=low to 6=high)
## 663                                                                                Public private partnerships investment in energy (current US$)
## 664                                                                                   Start-up procedures to register a business, female (number)
## 665                                                                                                       Cost to import, border compliance (US$)
## 666                                                                                          Firms using banks to finance investment (% of firms)
## 667                                                                            Ease of doing business rank (1=most business-friendly regulations)
## 668                                                                                                                         Expense (current LCU)
## 669                                                                                                                     Other taxes (current LCU)
## 670                                                                                                Net lending (+) / net borrowing (-) (% of GDP)
## 671                         Account ownership at a financial institution or with a mobile-money-service provider, male (% of population ages 15+)
## 672                                                                                                                 Broad money growth (annual %)
## 673                                                                                           Depositors with commercial banks (per 1,000 adults)
## 674                                                                 Annual freshwater withdrawals, agriculture (% of total freshwater withdrawal)
## 675                                                                                                                    Mammal species, threatened
## 676                                               PM2.5 pollution, population exposed to levels exceeding WHO Interim Target-1 value (% of total)
## 677                                                                                           Total greenhouse gas emissions (% change from 1990)
## 678                                                                                                  Energy use (kg of oil equivalent per capita)
## 679                                                                             Electric power transmission and distribution losses (% of output)
## 680                                                           Debt service (PPG and IMF only, % of exports of goods, services and primary income)
## 681                                                                                        Net official flows from UN agencies, WHO (current US$)
## 682                                                                                                     PPG, private creditors (NFL, current US$)
## 683                                                                                       Net official flows from UN agencies, IFAD (current US$)
## 684                                                                 External debt stocks, public and publicly guaranteed (PPG) (DOD, current US$)
## 685                                                                               Net bilateral aid flows from DAC donors, Portugal (current US$)
## 686                                                                                  Net bilateral aid flows from DAC donors, Spain (current US$)
## 687                                                                                                   S&P Global Equity Indices (annual % change)
## 688                                                                                                    Primary income receipts (BoP, current US$)
## 689                                                                                                            Current account balance (% of GDP)
## 690                                                                                                                  Trade in services (% of GDP)
## 691                                                                      Urban land area where elevation is below 5 meters (% of total land area)
## 692                                                                                                   Gross capital formation (constant 2015 US$)
## 693                                                                                               Exports of goods and services (annual % growth)
## 694                                                                                Households and NPISHs final consumption expenditure (% of GDP)
## 695                                                                                General government final consumption expenditure (current US$)
## 696                                                                                                       Lead time to import, median case (days)
## 697                                                                                                             Air transport, passengers carried
## 698                                                                   CPIA policies for social inclusion/equity cluster average (1=low to 6=high)
## 699                                                                                                     CPIA debt policy rating (1=low to 6=high)
## 700                                                                                 Investment in energy with private participation (current US$)
## 701                                                                                                      Time required to start a business (days)
## 702                                                                                                          Firms that spend on R&D (% of firms)
## 703                                                                                                  Cost to export, documentary compliance (US$)
## 704                                                                                    Human Capital Index (HCI), Female, Upper Bound (scale 0-1)
## 705                                                                                                              Interest payments (% of revenue)
## 706                                                                                                 Customs and other import duties (current LCU)
## 707                                                                                               Net incurrence of liabilities, total (% of GDP)
## 708                                                                                                  Domestic credit to private sector (% of GDP)
## 709                                                                                  Claims on private sector (annual growth as % of broad money)
## 710                                                                                         Automated teller machines (ATMs) (per 100,000 adults)
## 711                                                                                                          Aquaculture production (metric tons)
## 712             CO2 emissions from other sectors, excluding residential buildings and commercial and public services (% of total fuel combustion)
## 713                                                                              Nitrous oxide emissions (thousand metric tons of CO2 equivalent)
## 714                                                                                        CO2 emissions from solid fuel consumption (% of total)
## 715                                                                                                   Fossil fuel energy consumption (% of total)
## 716                                                                                                       Access to electricity (% of population)
## 717                                                                                       Debt service on external debt, total (TDS, current US$)
## 718                                                                                      Net official flows from UN agencies, UNRWA (current US$)
## 719                                                                             Commercial banks and other lending (PPG + PNG) (NFL, current US$)
## 720                                                                                    Portfolio investment, bonds (PPG + PNG) (NFL, current US$)
## 721                                                                                                               External debt stocks (% of GNI)
## 722                                                                            Net bilateral aid flows from DAC donors, Netherlands (current US$)
## 723                                                                            Net bilateral aid flows from DAC donors, Switzerland (current US$)
## 724                                                                                                  Secondary income receipts (BoP, current US$)
## 725                                                                                               Technical cooperation grants (BoP, current US$)
## 726                                                                                            Foreign direct investment, net outflows (% of GDP)
## 727                                                                                                       Food production index (2014-2016 = 100)
## 728                                                                                                           Permanent cropland (% of land area)
## 729                                                                                                Intentional homicides, male (per 100,000 male)
## 730                                Merchandise exports to low- and middle-income economies in Sub-Saharan Africa (% of total merchandise exports)
## 731                                                                                 Agricultural raw materials exports (% of merchandise exports)
## 732                   Merchandise imports from low- and middle-income economies in Latin America & the Caribbean (% of total merchandise imports)
## 733                                                                                     Tariff rate, applied, weighted mean, primary products (%)
## 734                                                                                Tariff rate, applied, weighted mean, manufactured products (%)
## 735                                                                                                 International tourism, receipts (current US$)
## 736                                                                                                      Population, male (% of total population)
## 737                                                                                            Population ages 70-74, male (% of male population)
## 738                                                                                            Population ages 45-49, male (% of male population)
## 739                                                                                        Population ages 15-64, female (% of female population)
## 740                                                       Teenage mothers (% of women ages 15-19 who have had children or are currently pregnant)
## 741                                                                                                          Death rate, crude (per 1,000 people)
## 742                                                      Children in employment, wage workers, male (% of male children in employment, ages 7-14)
## 743                                                      Unemployment with basic education, female (% of female labor force with basic education)
## 744                                  Labor force with intermediate education, male (% of male working-age population with intermediate education)
## 745                                               Labor force participation rate, total (% of total population ages 15-64) (modeled ILO estimate)
## 746                                                               Children in employment, study and work (% of children in employment, ages 7-14)
## 747                                                 Children in employment, self-employed, female (% of female children in employment, ages 7-14)
## 748                                                             Wage and salaried workers, female (% of female employment) (modeled ILO estimate)
## 749                                                                             Employers, female (% of female employment) (modeled ILO estimate)
## 750                                                   Survey mean consumption or income per capita, bottom 40% of population (2017 PPP $ per day)
## 751                                                                                                                                    Gini index
## 752                                                                                   Out-of-pocket expenditure (% of current health expenditure)
## 753               Proportion of population spending more than 10% of household consumption or income on out-of-pocket health care expenditure (%)
## 754                                                                              Prevalence of wasting, weight for height (% of children under 5)
## 755                                                  Mortality rate attributed to unintentional poisoning, female (per 100,000 female population)
## 756                                                           People with basic handwashing facilities including soap and water (% of population)
## 757                                                                                        Number of surgical procedures (per 100,000 population)
## 758                                                                                                   Community health workers (per 1,000 people)
## 759                                                                                                               Children (0-14) living with HIV
## 760                                                                                      Women's share of population ages 15+ living with HIV (%)
## 761                                                                           Condom use, population ages 15-24, female (% of females ages 15-24)
## 762                                                                                          Women Business and the Law Index Score (scale 1-100)
## 763                                                                                                 Tertiary education, academic staff (% female)
## 764                                            Educational attainment, at least Bachelor's or equivalent, population 25+, female (%) (cumulative)
## 765                                                                                                           Progression to secondary school (%)
## 766                                                                                                           Secondary education, general pupils
## 767                                                                                                   Lower secondary school starting age (years)
## 768                                                                                               Repeaters, primary, male (% of male enrollment)
## 769                                                                                                    School enrollment, primary, female (% net)
## 770                                                                                       Primary completion rate, male (% of relevant age group)
## 771                                                                                    Literacy rate, adult total (% of people ages 15 and above)
## 772                                                                  Coverage of social safety net programs in richest quintile (% of population)
## 773                                                                            Coverage of social protection and labor programs (% of population)
## 774                                                                                     Net primary income (Net income from abroad) (current LCU)
## 775                                                                                                                         GNI growth (annual %)
## 776                                                                                                            GDP per capita (constant 2015 US$)
## 777                                                                                         Gross value added at basic prices (GVA) (current LCU)
## 778                                                                                         Adjusted net national income per capita (current US$)
## 779                                                                                             Adjusted savings: net forest depletion (% of GNI)
## 780                                                                         Machinery and transport equipment (% of value added in manufacturing)
## 781                                                                    Financial intermediary services indirectly Measured (FISIM) (constant LCU)
## 782                                                                                               Imports of goods and services (annual % growth)
## 783                                                                                             Gross fixed capital formation (constant 2015 US$)
## 784                                                                             Gross national expenditure deflator (base year varies by country)
## 785                                                                             Households and NPISHs Final consumption expenditure (current LCU)
## 786                                                         Statistical performance indicators (SPI): Pillar 3 data products score  (scale 0-100)
## 787                                                                                   CPIA equity of public resource use rating (1=low to 6=high)
## 788                                                                                                             Patent applications, nonresidents
## 789                                                                                                                         Tax payments (number)
## 790                                                                                                     Time required to register property (days)
## 791                                                                                     Firms with female participation in ownership (% of firms)
## 792                                                                                                Time to obtain an electrical connection (days)
## 793                                                                                            Human Capital Index (HCI), Lower Bound (scale 0-1)
## 794                                                                                                       Compensation of employees (current LCU)
## 795                                                                                                                Taxes on exports (current LCU)
## 796                                                                                             Net acquisition of financial assets (current LCU)
## 797                                                                                                                        Real interest rate (%)
## 798                                                                              Claims on central government (annual growth as % of broad money)
## 799                                                                             Renewable internal freshwater resources per capita (cubic meters)
## 800                                                                                        Population in the largest city (% of urban population)
## 801                                                                                     GHG net emissions/removals by LUCF (Mt of CO2 equivalent)
## 802                                                                                                        Methane emissions (% change from 1990)
## 803                                                                                      CO2 emissions from liquid fuel consumption (% of total) 
## 804                                                                            Renewable energy consumption (% of total final energy consumption)
## 805                                                             Access to clean fuels and technologies for cooking, urban (% of urban population)
## 806                                                                                                                   Net ODA received (% of GNI)
## 807                                                                                      Net official flows from UN agencies, UNECE (current US$)
## 808                                                                                                Net financial flows, others (NFL, current US$)
## 809                                                                                                 IBRD loans and IDA credits (DOD, current US$)
## 810                                                                                  Net ODA provided to the least developed countries (% of GNI)
## 811                                                                                Net bilateral aid flows from DAC donors, Iceland (current US$)
## 812                                                                              Net bilateral aid flows from DAC donors, Australia (current US$)
## 813                                                                                                Transport services (% of service exports, BoP)
## 814                                                                                                  Portfolio Investment, net (BoP, current US$)
## 815                                                                     Charges for the use of intellectual property, payments (BoP, current US$)
## 816                                                                                                                      Rural land area (sq. km)
## 817                                                                                                            Agricultural land (% of land area)
## 818                                                    Statistical performance indicators (SPI): Pillar 5 data infrastructure score (scale 0-100)
## 819                                                                                               CPIA social protection rating (1=low to 6=high)
## 820                                                                                                 Trademark applications, nonresident, by count
## 821                                                                                                 Total tax and contribution rate (% of profit)
## 822                                                                            Cost of business start-up procedures, female (% of GNI per capita)
## 823                                                                              Firms that do not report all sales for tax purposes (% of firms)
## 824                                                                                            Firms experiencing electrical outages (% of firms)
## 825                                                                                      Human Capital Index (HCI), Male, Lower Bound (scale 0-1)
## 826                                                                                                      Goods and services expense (current LCU)
## 827                                                                                                     Taxes on goods and services (current LCU)
## 828                                                                                                  Central government debt, total (current LCU)
## 829                                                                                                    Claims on central government, etc. (% GDP)
## 830                                                                                                             Net domestic credit (current LCU)
## 831                                                                                              Marine protected areas (% of territorial waters)
## 832                                                             Population in urban agglomerations of more than 1 million (% of total population)
## 833                                      CO2 emissions from residential buildings and commercial and public services (% of total fuel combustion)
## 834                                                                                             Agricultural nitrous oxide emissions (% of total)
## 835                                                                                                           CO2 emissions (kg per PPP $ of GDP)
## 836                                                                     GDP per unit of energy use (constant 2017 PPP $ per kg of oil equivalent)
## 837                                                                                   Energy intensity level of primary energy (MJ/$2017 PPP GDP)
## 838                                                                         Net ODA received (% of imports of goods, services and primary income)
## 839                                                                                      Net official flows from UN agencies, UNFPA (current US$)
## 840                                                                                                    PPG, official creditors (NFL, current US$)
## 841                                                           Present value of external debt (% of exports of goods, services and primary income)
## 842                                                                                                            Net ODA provided, total (% of GNI)
## 843                                                                                  Net bilateral aid flows from DAC donors, Japan (current US$)
## 844                                                                                Net bilateral aid flows from DAC donors, Belgium (current US$)
## 845                                                                                     Foreign direct investment, net inflows (BoP, current US$)
## 846                                                                                                       Net secondary income (BoP, current US$)
## 847                                                                                                Transport services (% of service imports, BoP)
## 848                                                                                Agricultural machinery, tractors per 100 sq. km of arable land
## 849                                                                                                             Arable land (hectares per person)
## 850                                                                          General government final consumption expenditure (constant 2015 US$)
## 851                                          Logistics performance index: Quality of trade and transport-related infrastructure (1=low to 5=high)
## 852                                                                                           Railways, passengers carried (million passenger-km)
## 853                                                                                                           CPIA trade rating (1=low to 6=high)
## 854                                                        CPIA policy and institutions for environmental sustainability rating (1=low to 6=high)
## 855                                                                              Investment in transport with private participation (current US$)
## 856                                                                                                Time required to start a business, male (days)
## 857                                                                                                   Firms offering formal training (% of firms)
## 858                                                                                                Time to export, documentary compliance (hours)
## 859                                                               Ease of doing business score (0 = lowest performance to 100 = best performance)
## 860                                                                                                                   Other expense (current LCU)
## 861                                                                                                    Taxes on international trade (current LCU)
## 862                                                                                              Net investment in nonfinancial assets (% of GDP)
## 863                  Account ownership at a financial institution or with a mobile-money-service provider, richest 60% (% of population ages 15+)
## 864                                                                                                                        Broad money (% of GDP)
## 865                                                                                                 Commercial bank branches (per 100,000 adults)
## 866                                                                                                      Total fisheries production (metric tons)
## 867                                                                                                                      Fish species, threatened
## 868                                                                                    PFC gas emissions (thousand metric tons of CO2 equivalent)
## 869                                                                                           Other greenhouse gas emissions (% change from 1990)
## 870                                                                                          Combustible renewables and waste (% of total energy)
## 871                                                                            Electricity production from oil, gas and coal sources (% of total)
## 872                                                                                                                 Total debt service (% of GNI)
## 873                                                                                      Net official flows from UN agencies, UNWTO (current US$)
## 874                                                                                  PNG, commercial banks and other creditors (NFL, current US$)
## 875                                                                                        Net official flows from UN agencies, FAO (current US$)
## 876                                                                                            External debt stocks, long-term (DOD, current US$)
## 877                                                                            Net bilateral aid flows from DAC donors, New Zealand (current US$)
## 878                                                                                Net bilateral aid flows from DAC donors, Germany (current US$)
## 879                                                                                                  Personal remittances, received (current US$)
## 880                                                                                               ICT service exports (% of service exports, BoP)
## 881                                                                                                      Personal remittances, paid (current US$)
## 882                                                                                                                         Surface area (sq. km)
## 883                                                                      Rural land area where elevation is below 5 meters (% of total land area)
## 884                                                                                                    Intentional homicides (per 100,000 people)
## 885                                                       Merchandise exports by the reporting economy, residual (% of total merchandise exports)
## 886                                                                                                       Food exports (% of merchandise exports)
## 887                      Merchandise imports from low- and middle-income economies in Middle East & North Africa (% of total merchandise imports)
## 888                                                                         Tariff rate, most favored nation, weighted mean, primary products (%)
## 889                                                                    Tariff rate, most favored nation, weighted mean, manufactured products (%)
## 890                                                                                          International tourism, receipts (% of total exports)
## 891                                                                                                Completeness of birth registration, female (%)
## 892                                                                                        Population ages 75-79, female (% of female population)
## 893                                                                                        Population ages 50-54, female (% of female population)
## 894                                                                                                                   Population ages 15-64, male
## 895                                                                                        Population ages 00-04, female (% of female population)
## 896                                                                   Contraceptive prevalence, any modern method (% of married women ages 15-49)
## 897                                                                 Children in employment, wage workers (% of children in employment, ages 7-14)
## 898                                                          Unemployment with basic education, male (% of male labor force with basic education)
## 899                                       Labor force with intermediate education (% of total working-age population with intermediate education)
## 900                                      Labor force with advanced education, female (% of female working-age population with advanced education)
## 901                                                           Average working hours of children, working only, female, ages 7-14 (hours per week)
## 902                                                     Children in employment, self-employed, male (% of male children in employment, ages 7-14)
## 903                                                                 Wage and salaried workers, male (% of male employment) (modeled ILO estimate)
## 904                                                                                 Employers, male (% of male employment) (modeled ILO estimate)
## 905                             Annualized average growth rate in per capita real survey mean consumption or income, bottom 40% of population (%)
## 906                                                                           Poverty headcount ratio at $3.65 a day (2017 PPP) (% of population)
## 907                                                                                            Out-of-pocket expenditure per capita (current US$)
## 908                           Number of people spending more than 25% of household consumption or income on out-of-pocket health care expenditure
## 909                                                               Prevalence of severe wasting, weight for height, female (% of children under 5)
## 910                                                      Mortality rate attributed to unintentional poisoning, male (per 100,000 male population)
## 911                                                                     Prevalence of underweight, weight for age, female (% of children under 5)
## 912                    Mortality rate attributed to household and ambient air pollution, age-standardized, female (per 100,000 female population)
## 913                                                                                                        Nurses and midwives (per 1,000 people)
## 914                                                                                                      Prevalence of HIV, female (% ages 15-24)
## 915                                                                                         Prevalence of HIV, total (% of population ages 15-49)
## 916                                                                               Condom use, population ages 15-24, male (% of males ages 15-24)
## 917                                                          Proportion of time spent on unpaid domestic and care work, female (% of 24 hour day)
## 918                                                Current education expenditure, primary (% of total expenditure in primary public institutions)
## 919                                              Educational attainment, at least Bachelor's or equivalent, population 25+, male (%) (cumulative)
## 920                                                                        Trained teachers in secondary education, female (% of female teachers)
## 921                                                                                                Secondary education, general pupils (% female)
## 922                                                                             Lower secondary completion rate, female (% of relevant age group)
## 923                                                                                             Repeaters, primary, total (% of total enrollment)
## 924                                                                                                      School enrollment, primary, male (% net)
## 925                                                                                      Primary completion rate, total (% of relevant age group)
## 926                                                                                                        Compulsory education, duration (years)
## 927                                                          Adequacy of social insurance programs (% of total welfare of beneficiary households)
## 928                                                     Adequacy of unemployment benefits and ALMP (% of total welfare of beneficiary households)
## 929                                                                                    Net primary income (Net income from abroad) (constant LCU)
## 930                                                                                                                            GNI (constant LCU)
## 931                                                                                                              GDP per capita growth (annual %)
## 932                                                                                   Gross value added at basic prices (GVA) (constant 2015 US$)
## 933                                                                                   Adjusted net national income per capita (constant 2015 US$)
## 934                                                                                  Adjusted savings: consumption of fixed capital (current US$)
## 935                                                                                       Other manufacturing (% of value added in manufacturing)
## 936                                                                 Industry (including construction), value added per worker (constant 2015 US$)
## 937                                                                                                      Commercial service exports (current US$)
## 938                                                                                            Ores and metals exports (% of merchandise exports)
## 939                                      Merchandise imports from low- and middle-income economies within region (% of total merchandise imports)
## 940                                                                                                     ICT goods imports (% total goods imports)
## 941                                                                               Tariff rate, most favored nation, simple mean, all products (%)
## 942                                                                                             International tourism, expenditures (current US$)
## 943                                                                        Completeness of death registration with cause-of-death information (%)
## 944                                                                                            Age dependency ratio (% of working-age population)
## 945                                                                                            Population ages 60-64, male (% of male population)
## 946                                                                                            Population ages 20-24, male (% of male population)
## 947                                                                                             Population ages 0-14, male (% of male population)
## 948                                                                                                      Life expectancy at birth, female (years)
## 949                                                                                                 International migrant stock (% of population)
## 950                                                Share of youth not in education, employment or training, female (% of female youth population)
## 951                                                                                                                            Labor force, total
## 952                                                     Labor force with basic education (% of total working-age population with basic education)
## 953                                                                    Children in employment, work only (% of children in employment, ages 7-14)
## 954                                                                Employment in services, female (% of female employment) (modeled ILO estimate)
## 955                                                           Contributing family workers, female (% of female employment) (modeled ILO estimate)
## 956                                                                               Female share of employment in senior and middle management (%) 
## 957                                                                 Child employment in agriculture (% of economically active children ages 7-14)
## 958                                                                     Multidimensional poverty headcount ratio, female (% of female population)
## 959                                                                                                               Income share held by second 20%
## 960                                                                                           Current health expenditure per capita (current US$)
## 961                                                                                                Incidence of tuberculosis (per 100,000 people)
## 962                                                                          Prevalence of stunting, height for age, male (% of children under 5)
## 963                                                                              People practicing open defecation, rural (% of rural population)
## 964                                                                People using at least basic sanitation services, rural (% of rural population)
## 965                                                       Children with fever receiving antimalarial drugs (% of children under age 5 with fever)
## 966                                                                            Adults (ages 15+) and children (ages 0-14) newly infected with HIV
## 967                                                            Mortality from CVD, cancer, diabetes or CRD between exact ages 30 and 70, male (%)
## 968                                         Cause of death, by communicable diseases and maternal, prenatal and nutrition conditions (% of total)
## 969                                        Women who believe a husband is justified in beating his wife when she goes out without telling him (%)
## 970                                                                   Expenditure on primary education (% of government expenditure on education)
## 971                                              Educational attainment, at least Master's or equivalent, population 25+, female (%) (cumulative)
## 972                                                                  Trained teachers in upper secondary education, female (% of female teachers)
## 973                                                                                             Secondary education, vocational pupils (% female)
## 974                                            Educational attainment, at least completed lower secondary, population 25+, total (%) (cumulative)
## 975                                                                                                        Primary education, teachers (% female)
## 976                                                                                       Over-age students, primary, male (% of male enrollment)
## 977                                                                                                                     Primary education, pupils
## 978                                                                                                        Preprimary education, duration (years)
## 979                                                                       Coverage of social insurance programs in 3rd quintile (% of population)
## 980                                                                  Coverage of unemployment benefits and ALMP in 3rd quintile (% of population)
## 981                                                                        Net secondary income (Net current transfers from abroad) (current LCU)
## 982                                                                                                            GNI per capita (constant 2015 US$)
## 983                                                                                                      Total natural resources rents (% of GDP)
## 984                                                                                                                             GDP (current LCU)
## 985                                                                        Adjusted net savings, excluding particulate emission damage (% of GNI)
## 986                                                                                                 Adjusted savings: energy depletion (% of GNI)
## 987                                                                                                           Services, value added (current LCU)
## 988                                                                                                     Manufacturing, value added (constant LCU)
## 989                                                                                             External balance on goods and services (% of GDP)
## 990                                                                                                         Changes in inventories (constant LCU)
## 991                                                                                                   Exports of goods and services (current US$)
## 992                                                              Households and NPISHs Final consumption expenditure per capita growth (annual %)
## 993                                                                                                               Military expenditure (% of GDP)
## 994                                                                                                Secure Internet servers (per 1 million people)
## 995                                                    Internally displaced persons, new displacement associated with disasters (number of cases)
## 996                     Merchandise exports to low- and middle-income economies in Latin America & the Caribbean (% of total merchandise exports)
## 997                                                                                         Medium and high-tech exports (% manufactured exports)
## 998                                     Merchandise imports from low- and middle-income economies outside region (% of total merchandise imports)
## 999                                                                                       Tariff rate, applied, simple mean, primary products (%)
## 1000                                                                                 Tariff rate, applied, simple mean, manufactured products (%)
## 1001                                                                                 Unmet need for contraception (% of married women ages 15-49)
## 1002                                                                                                                           Population, female
## 1003                                                                                                          Population ages 65 and above, total
## 1004                                                                                       Population ages 40-44, female (% of female population)
## 1005                                                                                       Population ages 15-19, female (% of female population)
## 1006                                                                                Female headed households (% of households with a female head)
## 1007                                                                                      Mortality rate, adult, female (per 1,000 female adults)
## 1008                                                                             Unemployment, total (% of total labor force) (national estimate)
## 1009                                               Unemployment with advanced education, female (% of female labor force with advanced education)
## 1010                                                   Labor force participation rate, total (% of total population ages 15+) (national estimate)
## 1011                                                              Labor force participation rate for ages 15-24, total (%) (modeled ILO estimate)
## 1012                                                          Average working hours of children, study and work, male, ages 7-14 (hours per week)
## 1013                                               Child employment in manufacturing, female (% of female economically active children ages 7-14)
## 1014                                                                Vulnerable employment, female (% of female employment) (modeled ILO estimate)
## 1015                                                                  Employment to population ratio, ages 15-24, male (%) (modeled ILO estimate)
## 1016                                                                                                    Poverty gap at $6.85 a day (2017 PPP) (%)
## 1017                                                                                                              Income share held by lowest 20%
## 1018                                                         Domestic general government health expenditure (% of general government expenditure)
## 1019                  Increase in poverty gap at $3.20 ($ 2011 PPP) poverty line due to out-of-pocket health care expenditure (% of poverty line)
## 1020                                    Mortality rate attributed to unsafe water, unsafe sanitation and lack of hygiene (per 100,000 population)
## 1021                                                                           Prevalence of overweight (modeled estimate, % of children under 5)
## 1022                                                                                                     Female genital mutilation prevalence (%)
## 1023                                                                                  Prevalence of current tobacco use, males (% of male adults)
## 1024                                                                                          Immunization, DPT (% of children ages 12-23 months)
## 1025                                                           People using safely managed drinking water services, rural (% of rural population)
## 1026                                                                          Probability of dying among adolescents ages 10-14 years (per 1,000)
## 1027                                                                 Prevalence of anemia among women of reproductive age (% of women ages 15-49)
## 1028          Women participating in the three decisions (own health care, major household purchases, and visiting family) (% of women age 15-49)
## 1029                                                                                                        School enrollment, tertiary (% gross)
## 1030                                                                   Adolescents out of school, female (% of female lower secondary school age)
## 1031                                                                                 School enrollment, secondary, private (% of total secondary)
## 1032                                                                                                        Secondary education, duration (years)
## 1033                                                                                                        Children out of school, primary, male
## 1034                                                                                     Persistence to last grade of primary, male (% of cohort)
## 1035                                                       Gross intake ratio in first grade of primary education, male (% of relevant age group)
## 1036                                                                               Trained teachers in preprimary education (% of total teachers)
## 1037                                                                                          Literacy rate, youth total (% of people ages 15-24)
## 1038                                                                     Coverage of social safety net programs in 2nd quintile (% of population)
## 1039                                                                         PPP conversion factor, private consumption (LCU per international $)
## 1040                                                                                                                     Gross savings (% of GNI)
## 1041                                                                                                                            GNI (current LCU)
## 1042                                                                                                                 Natural gas rents (% of GDP)
## 1043                                                                                     Discrepancy in expenditure estimate of GDP (current LCU)
## 1044                                                                                                   Adjusted net national income (current US$)
## 1045                                                                                        Adjusted savings: carbon dioxide damage (current US$)
## 1046                                                                                    Industry (including construction), value added (% of GDP)
## 1047                                                                               Agriculture, forestry, and fishing, value added (constant LCU)
## 1048                                                                                                  Imports of goods and services (current US$)
## 1049                                                                                     Gross fixed capital formation, private sector (% of GDP)
## 1050                                                                                              Final consumption expenditure (annual % growth)
## 1051                                                                              General government final consumption expenditure (constant LCU)
## 1052                                                                                             Individuals using the Internet (% of population)
## 1053                                                                                       Air transport, registered carrier departures worldwide
## 1054                                                             CPIA public sector management and institutions cluster average (1=low to 6=high)
## 1055                                                                                                   Trademark applications, resident, by count
## 1056                                                                                                    Time required to build a warehouse (days)
## 1057                                                                             Cost of business start-up procedures, male (% of GNI per capita)
## 1058                                                                           Firms visited or required meetings with tax officials (% of firms)
## 1059                                                                                                      Time required to get electricity (days)
## 1060                                                                                                  Human Capital Index (HCI), Male (scale 0-1)
## 1061                                                                                                    Goods and services expense (% of expense)
## 1062                                                                                                   Taxes on goods and services (% of revenue)
## 1063                                                                                                    Central government debt, total (% of GDP)
## 1064                                                                                   Claims on other sectors of the domestic economy (% of GDP)
## 1065                                                                                                             Net foreign assets (current LCU)
## 1066                                                                         Terrestrial and marine protected areas (% of total territorial area)
## 1067                                                                                                   Pump price for diesel fuel (US$ per liter)
## 1068                                                       CO2 emissions from electricity and heat production, total (% of total fuel combustion)
## 1069                                                            Nitrous oxide emissions in energy sector (thousand metric tons of CO2 equivalent)
## 1070                                                                                                     CO2 emissions (kg per 2017 PPP $ of GDP)
## 1071                                                                                                        Energy imports, net (% of energy use)
## 1072                                                                                         Access to electricity, rural (% of rural population)
## 1073                                                                                                    Net ODA received per capita (current US$)
## 1074                                                                                    Net official flows from UN agencies, UNIDIR (current US$)
## 1075                                                                                                                PPG, bonds (NFL, current US$)
## 1076                                                                                                    Present value of external debt (% of GNI)
## 1077                                                                                                  Net ODA provided, total (constant 2020 US$)
## 1078                                                                           Net bilateral aid flows from DAC donors, Korea, Rep. (current US$)
## 1079                                                                                Net bilateral aid flows from DAC donors, Canada (current US$)
## 1080                                                                                            Foreign direct investment, net inflows (% of GDP)
## 1081                                                                                                       Net capital account (BoP, current US$)
## 1082                                                                                                  Travel services (% of service imports, BoP)
## 1083                                                                                                              Cereal production (metric tons)
## 1084                                                                                                                 Arable land (% of land area)
## 1085                                                                                   Merchandise exports by the reporting economy (current US$)
## 1086                                                                                                      Fuel exports (% of merchandise exports)
## 1087                                     Merchandise imports from low- and middle-income economies in South Asia (% of total merchandise imports)
## 1088                                                                                                        Import unit value index (2015 = 100 )
## 1089                                                                                                           Binding coverage, all products (%)
## 1090                                                                  International tourism, receipts for passenger transport items (current US$)
## 1091                                                                                                 Completeness of birth registration, male (%)
## 1092                                                                                           Population ages 75-79, male (% of male population)
## 1093                                                                                           Population ages 50-54, male (% of male population)
## 1094                                                                                           Population ages 15-64, male (% of male population)
## 1095                                                                                           Population ages 00-04, male (% of male population)
## 1096                                                                         Contraceptive prevalence, any method (% of married women ages 15-49)
## 1097                                                                                                                                Net migration
## 1098                                                              Unemployment with basic education (% of total labor force with basic education)
## 1099                                                                                  Part time employment, female (% of total female employment)
## 1100                                         Labor force with advanced education, male (% of male working-age population with advanced education)
## 1101                                                    Children in employment, work only, female (% of female children in employment, ages 7-14)
## 1102                                                               Children in employment, self-employed (% of children in employment, ages 7-14)
## 1103                                                              Wage and salaried workers, total (% of total employment) (modeled ILO estimate)
## 1104                                                                              Employers, total (% of total employment) (modeled ILO estimate)
## 1105                                                          Survey mean consumption or income per capita, total population (2017 PPP $ per day)
## 1106                                                                                                    Poverty gap at $3.65 a day (2017 PPP) (%)
## 1107                                                                          Out-of-pocket expenditure per capita, PPP (current international $)
## 1108              Proportion of population spending more than 25% of household consumption or income on out-of-pocket health care expenditure (%)
## 1109                                                                Prevalence of severe wasting, weight for height, male (% of children under 5)
## 1110                                                               People using safely managed sanitation services, rural (% of rural population)
## 1111                                                                      Prevalence of underweight, weight for age, male (% of children under 5)
## 1112                       Mortality rate attributed to household and ambient air pollution, age-standardized, male (per 100,000 male population)
## 1113                                                                                                                Physicians (per 1,000 people)
## 1114                                                                                                       Prevalence of HIV, male (% ages 15-24)
## 1115                                                                                              Mortality rate, under-5 (per 1,000 live births)
## 1116                                                                                                              Number of deaths ages 5-9 years
## 1117                                                          Proportion of time spent on unpaid domestic and care work, male (% of 24 hour day) 
## 1118                                           Current education expenditure, secondary (% of total expenditure in secondary public institutions)
## 1119                                            Educational attainment, at least Bachelor's or equivalent, population 25+, total (%) (cumulative)
## 1120                                                                 Trained teachers in lower secondary education, female (% of female teachers)
## 1121                                                                                                         Pupil-teacher ratio, lower secondary
## 1122                                                                              Lower secondary completion rate, male (% of relevant age group)
## 1123                                                                         Trained teachers in primary education, female (% of female teachers)
## 1124                                                                     Net intake rate in grade 1, female (% of official school-age population)
## 1125                                            Educational attainment, at least completed primary, population 25+ years, female (%) (cumulative)
## 1126                                                                                School enrollment, primary (gross), gender parity index (GPI)
## 1127                                    Benefit incidence of social insurance programs to poorest quintile (% of total social insurance benefits)
## 1128                                         Benefit incidence of unemployment benefits and ALMP to poorest quintile (% of total U/ALMP benefits)
## 1129                                                                                               Taxes less subsidies on products (current US$)
## 1130                                                                                                           GNI, PPP (current international $)
## 1131                                                                                                                GDP per capita (constant LCU)
## 1132                                                                                       Gross value added at basic prices (GVA) (constant LCU)
## 1133                                                                                    Adjusted net national income per capita (annual % growth)
## 1134                                                                                    Adjusted savings: consumption of fixed capital (% of GNI)
## 1135                                                                 Medium and high-tech manufacturing value added (% manufacturing value added)
## 1136                                                                                                     Manufacturing, value added (current US$)
## 1137                                                                                                     Imports of goods and services (% of GDP)
## 1138                                                                                                 Gross fixed capital formation (constant LCU)
## 1139                                                                                                     Gross national expenditure (current LCU)
## 1140                                                                      Households and NPISHs Final consumption expenditure (constant 2015 US$)
## 1141                                                                                                                Armed forces personnel, total
## 1142                                                                                               Fixed telephone subscriptions (per 100 people)
## 1143                                                    Internally displaced persons, total displaced by conflict and violence (number of people)
## 1144                       Merchandise exports to low- and middle-income economies in Middle East & North Africa (% of total merchandise exports)
## 1145                                                                                                             Export volume index (2000 = 100)
## 1146                            Merchandise imports from low- and middle-income economies in East Asia & Pacific (% of total merchandise imports)
## 1147                                                                          Tariff rate, most favored nation, simple mean, primary products (%)
## 1148                                                                     Tariff rate, most favored nation, simple mean, manufactured products (%)
## 1149                                                                                                    International tourism, number of arrivals
## 1150                                                                                                   Population, female (% of total population)
## 1151                                                                                         Population ages 65 and above (% of total population)
## 1152                                                                                           Population ages 40-44, male (% of male population)
## 1153                                                                                           Population ages 15-19, male (% of male population)
## 1154                                                                               Women who were first married by age 15 (% of women ages 20-24)
## 1155                                                                                          Mortality rate, adult, male (per 1,000 male adults)
## 1156                                                                          Unemployment, total (% of total labor force) (modeled ILO estimate)
## 1157                                                   Unemployment with advanced education, male (% of male labor force with advanced education)
## 1158                                                Labor force participation rate, total (% of total population ages 15+) (modeled ILO estimate)
## 1159                                            Labor force participation rate, female (% of female population ages 15-64) (modeled ILO estimate)
## 1160                                                   Children in employment, study and work, male (% of male children in employment, ages 7-14)
## 1161                                                   Child employment in manufacturing, male (% of male economically active children ages 7-14)
## 1162                                                                    Vulnerable employment, male (% of male employment) (modeled ILO estimate)
## 1163                                                                    Employment to population ratio, ages 15-24, total (%) (national estimate)
## 1164                                                                    Average transaction cost of sending remittances to a specific country (%)
## 1165                                                                          Poverty headcount ratio at $2.15 a day (2017 PPP) (% of population)
## 1166                                                                      Domestic general government health expenditure per capita (current US$)
## 1167                       Proportion of population pushed below the $3.20 ($ 2011 PPP) poverty line by out-of-pocket health care expenditure (%)
## 1168                                                                     Prevalence of wasting, weight for height, female (% of children under 5)
## 1169                                                                          Prevalence of overweight, weight for height (% of children under 5)
## 1170                                             People with basic handwashing facilities including soap and water, rural (% of rural population)
## 1171                                                                     Risk of catastrophic expenditure for surgical care (% of people at risk)
## 1172                                                                                      Immunization, measles (% of children ages 12-23 months)
## 1173                                                           People using safely managed drinking water services, urban (% of urban population)
## 1174                                                                          Probability of dying among adolescents ages 15-19 years (per 1,000)
## 1175                                                                         Prevalence of anemia among children (% of children ages 6-59 months)
## 1176 Women making their own informed decisions regarding sexual relations, contraceptive use and reproductive health care  (% of women age 15-49)
## 1177                                                                                                School enrollment, tertiary, female (% gross)
## 1178                                                                       Adolescents out of school, male (% of male lower secondary school age)
## 1179                                                                                                  Progression to secondary school, female (%)
## 1180                                                                                                                  Secondary education, pupils
## 1181                                                                                  Children out of school, male (% of male primary school age)
## 1182                                                                                    Persistence to last grade of primary, total (% of cohort)
## 1183                                                      Gross intake ratio in first grade of primary education, total (% of relevant age group)
## 1184                                                                                                          Primary school starting age (years)
## 1185                                                                                 Literacy rate, adult female (% of females ages 15 and above)
## 1186                                                                     Coverage of social safety net programs in 3rd quintile (% of population)
## 1187                                              Adequacy of social protection and labor programs (% of total welfare of beneficiary households)
## 1188                                                                                                                     Gross savings (% of GDP)
## 1189                                                                                                             GNI: linked series (current LCU)
## 1190                                                                                                                 GDP per capita (current US$)
## 1191                                                                                    Discrepancy in expenditure estimate of GDP (constant LCU)
## 1192                                                                                             Adjusted net national income (constant 2015 US$)
## 1193                                                                                           Adjusted savings: carbon dioxide damage (% of GNI)
## 1194                                                                                                Chemicals (% of value added in manufacturing)
## 1195                                                                                   Agriculture, forestry, and fishing, value added (% of GDP)
## 1196                                                                                                  Imports of goods and services (current LCU)
## 1197                                                              Statistical performance indicators (SPI): Pillar 1 data use score (scale 0-100)
## 1198                                                                                       CPIA macroeconomic management rating (1=low to 6=high)
## 1199                                                                                           Industrial design applications, resident, by count
## 1200                                                        Number of visits or required meetings with tax officials (average for affected firms)
## 1201                                                                                         Strength of legal rights index (0=weak to 12=strong)
## 1202                                                                                          Time required to obtain an operating license (days)
## 1203                                                                                                Public credit registry coverage (% of adults)
## 1204                                                                                                        Human Capital Index (HCI) (scale 0-1)
## 1205                                                                                    Taxes on income, profits and capital gains (% of revenue)
## 1206                                                                                                      Revenue, excluding grants (current LCU)
## 1207                              Account ownership at a financial institution or with a mobile-money-service provider (% of population ages 15+)
## 1208                                                                                                                    Lending interest rate (%)
## 1209                                                                                                          Total reserves in months of imports
## 1210                                                                               Annual freshwater withdrawals, total (% of internal resources)
## 1211                                                                                           Population living in slums (% of urban population)
## 1212                                                                                                                     Bird species, threatened
## 1213                                                                                                Energy related methane emissions (% of total)
## 1214                                                                                                                           CO2 emissions (kt)
## 1215                                                                 Electricity production from renewable sources, excluding hydroelectric (kWh)
## 1216                                                                 Multilateral debt service (% of public and publicly guaranteed debt service)
## 1217                                                                                   Net official development assistance received (current US$)
## 1218                                                                                     Net official flows from UN agencies, UNHCR (current US$)
## 1219                                                                                                  Net financial flows, IDA (NFL, current US$)
## 1220                                                                                                                 PPG, IBRD (DOD, current US$)
## 1221                                                                         Net bilateral aid flows from DAC donors, United States (current US$)
## 1222                                                                               Net bilateral aid flows from DAC donors, Hungary (current US$)
## 1223                                                                                                        Stocks traded, total value (% of GDP)
## 1224                                                                    Charges for the use of intellectual property, receipts (BoP, current US$)
## 1225                                                                                                  Net errors and omissions (BoP, current US$)
## 1226                                                                                                             Goods imports (BoP, current US$)
## 1227                                                                                                 Average precipitation in depth (mm per year)
## 1228                                                                                Fertilizer consumption (kilograms per hectare of arable land)
## 1229                                                                                                                Mobile cellular subscriptions
## 1230                                                                Periodicity and timeliness assessment of statistical capacity (scale 0 - 100)
## 1231                                                                                                CPIA gender equality rating (1=low to 6=high)
## 1232                                                                            Public private partnerships investment in transport (current US$)
## 1233                                                                                                        Time to prepare and pay taxes (hours)
## 1234                                                                                                    Time to import, border compliance (hours)
## 1235                                                                                      Firms competing against unregistered firms (% of firms)
## 1236                                                                                                           New businesses registered (number)
## 1237                                                                                                  Subsidies and other transfers (current LCU)
## 1238                                                                                                                    Tax revenue (current LCU)
## 1239                                                                                                      Grants and other revenue (% of revenue)
## 1240   Account ownership at a financial institution or with a mobile-money-service provider, primary education or less (% of population ages 15+)
## 1241                                                                                                        Inflation, consumer prices (annual %)
## 1242                                                                                                Bank liquid reserves to bank assets ratio (%)
## 1243                                                                   Annual freshwater withdrawals, industry (% of total freshwater withdrawal)
## 1244                                                   Rural population living in areas where elevation is below 5 meters (% of total population)
## 1245                                              PM2.5 pollution, population exposed to levels exceeding WHO Interim Target-3 value (% of total)
## 1246                                                                      Agricultural methane emissions (thousand metric tons of CO2 equivalent)
## 1247                                                                                            CO2 emissions from gaseous fuel consumption (kt) 
## 1248                                                                                     Electricity production from nuclear sources (% of total)
## 1249                                                                                       Public and publicly guaranteed debt service (% of GNI)
## 1250                                                            Net official development assistance and official aid received (constant 2020 US$)
## 1251                                                                                  Net financial flows, RDB nonconcessional (NFL, current US$)
## 1252                                                                                     Net financial flows, IMF concessional (NFL, current US$)
## 1253                                                                                                        Short-term debt (% of total reserves)
## 1254                                                                              Net bilateral aid flows from DAC donors, Slovenia (current US$)
## 1255                                                                                Net bilateral aid flows from DAC donors, France (current US$)
## 1256                                                                                Market capitalization of listed domestic companies (% of GDP)
## 1257                                                                                 Insurance and financial services (% of service exports, BoP)
## 1258                                                                                                        Net primary income (BoP, current US$)
## 1259                                                                                                   Primary income payments (BoP, current US$)
## 1260                                                                                                                         Forest area (sq. km)
## 1261                                                                                                     Battle-related deaths (number of people)
## 1262                              Merchandise exports to low- and middle-income economies in East Asia & Pacific (% of total merchandise exports)
## 1263                                                                                            Travel services (% of commercial service imports)
## 1264                                                                                                            Merchandise imports (current US$)
## 1265                                                                                                Bound rate, simple mean, primary products (%)
## 1266                                                                                           Bound rate, simple mean, manufactured products (%)
## 1267                                                                                                                             Urban population
## 1268                                                                                                      Technicians in R&D (per million people)
## 1269                                                                                                           Population ages 65 and above, male
## 1270                                                                                       Population ages 35-39, female (% of female population)
## 1271                                                                                       Population ages 10-14, female (% of female population)
## 1272                                                                                                       Survival to age 65, male (% of cohort)
## 1273                                                                     Vitamin A supplementation coverage rate (% of children ages 6-59 months)
## 1274                                                                               Unemployment, male (% of male labor force) (national estimate)
## 1275                                                            Unemployment, youth total (% of total labor force ages 15-24) (national estimate)
## 1276                                                     Labor force participation rate, male (% of male population ages 15+) (national estimate)
## 1277                                                               Labor force participation rate for ages 15-24, male (%) (modeled ILO estimate)
## 1278                                                        Average working hours of children, study and work, female, ages 7-14 (hours per week)
## 1279                                                                   Employment in industry, male (% of male employment) (modeled ILO estimate)
## 1280                                                                           Employment to population ratio, 15+, total (%) (national estimate)
## 1281                                                                Employment to population ratio, ages 15-24, female (%) (modeled ILO estimate)
## 1282                                                                          Poverty headcount ratio at national poverty lines (% of population)
## 1283                                                                            Proportion of people living below 50 percent of median income (%)
## 1284                                                             Domestic general government health expenditure (% of current health expenditure)
## 1285                                Increase in poverty gap at $3.20 ($ 2011 PPP) poverty line due to out-of-pocket health care expenditure (USD)
## 1286                                                                                              Suicide mortality rate (per 100,000 population)
## 1287                                                                  Prevalence of overweight, weight for height, female (% of children under 5)
## 1288                                                                                                         Low-birthweight babies (% of births)
## 1289                                                                                              Prevalence of current tobacco use (% of adults)
## 1290                                                              Antiretroviral therapy coverage for PMTCT (% of pregnant women living with HIV)
## 1291                                                           People using at least basic drinking water services, urban (% of urban population)
## 1292                                                                                                                    Number of neonatal deaths
## 1293                                         Total alcohol consumption per capita (liters of pure alcohol, projected estimates, 15+ years of age)
## 1294                                                                     Government expenditure on education, total (% of government expenditure)
## 1295                                      Educational attainment, at least completed short-cycle tertiary, population 25+, total (%) (cumulative)
## 1296                                                                                                        Secondary education, teachers, female
## 1297                                                                                                 School enrollment, secondary, female (% net)
## 1298                                            Educational attainment, at least completed upper secondary, population 25+, male (%) (cumulative)
## 1299                                                                                                      Children out of school, primary, female
## 1300                                                                                                  Persistence to grade 5, total (% of cohort)
## 1301                                                                                                   School enrollment, primary, male (% gross)
## 1302                                                                      Trained teachers in preprimary education, female (% of female teachers)
## 1303                                                                                 Literacy rate, youth (ages 15-24), gender parity index (GPI)
## 1304                                                                                     Coverage of social safety net programs (% of population)
## 1305                                                                                         PPP conversion factor, GDP (LCU per international $)
## 1306                                                                                                                  Gross savings (current US$)
## 1307                                                                                                              GNI, Atlas method (current US$)
## 1308                                                                                                           GDP, PPP (current international $)
## 1309                                                                                                   GDP deflator (base year varies by country)
## 1310                                                                                         Adjusted savings: net national savings (current US$)
## 1311                                                                                        Adjusted savings: education expenditure (current US$)
## 1312                                                                             Industry (including construction), value added (annual % growth)
## 1313                                                                          Agriculture, forestry, and fishing, value added (constant 2015 US$)
## 1314                                                                                                       Gross capital formation (constant LCU)
## 1315                                                                                                     Exports of goods and services (% of GDP)
## 1316                                                                                                  Final consumption expenditure (current LCU)
## 1317                                                                                           Intentional homicides, female (per 100,000 female)
## 1318                                       Merchandise exports to low- and middle-income economies in South Asia (% of total merchandise exports)
## 1319                                                                                                         Export unit value index (2015 = 100)
## 1320                          Merchandise imports from low- and middle-income economies in Europe & Central Asia (% of total merchandise imports)
## 1321                                                                              Share of tariff lines with specific rates, primary products (%)
## 1322                                                                         Share of tariff lines with specific rates, manufactured products (%)
## 1323                                                                                                  International tourism, number of departures
## 1324                                                                                                                             Population, male
## 1325                                                                                       Population ages 70-74, female (% of female population)
## 1326                                                                                       Population ages 45-49, female (% of female population)
## 1327                                                                                                                Population ages 15-64, female
## 1328                                                                               Women who were first married by age 18 (% of women ages 20-24)
## 1329                                                                                                         Birth rate, crude (per 1,000 people)
## 1330                                                 Children in employment, wage workers, female (% of female children in employment, ages 7-14)
## 1331                                                        Unemployment with advanced education (% of total labor force with advanced education)
## 1332                             Labor force with intermediate education, female (% of female working-age population with intermediate education)
## 1333                                                Labor force participation rate, male (% of male population ages 15-64) (modeled ILO estimate)
## 1334                                                                Average working hours of children, study and work, ages 7-14 (hours per week)
## 1335                                                              Child employment in manufacturing (% of economically active children ages 7-14)
## 1336                                                                  Vulnerable employment, total (% of total employment) (modeled ILO estimate)
## 1337                                                                 Employment to population ratio, ages 15-24, total (%) (modeled ILO estimate)
## 1338                                                                  Average transaction cost of sending remittances from a specific country (%)
## 1339                                                                                                    Poverty gap at $2.15 a day (2017 PPP) (%)
## 1340                                                     Domestic general government health expenditure per capita, PPP (current international $)
## 1341                          Number of people spending more than 10% of household consumption or income on out-of-pocket health care expenditure
## 1342                                                                       Prevalence of wasting, weight for height, male (% of children under 5)
## 1343                                                                Mortality rate attributed to unintentional poisoning (per 100,000 population)
## 1344                                             People with basic handwashing facilities including soap and water, urban (% of urban population)
## 1345                                                                    Risk of impoverishing expenditure for surgical care (% of people at risk)
## 1346                                                                                                             Hospital beds (per 1,000 people)
## 1347                                                                        People using safely managed drinking water services (% of population)
## 1348                                                                                Probability of dying among youth ages 20-24 years (per 1,000)
## 1349                                                                        Prevalence of anemia among non-pregnant women (% of women ages 15-49)
## 1350                                                                                Proportion of seats held by women in national parliaments (%)
## 1351                                                                                                  School enrollment, tertiary, male (% gross)
## 1352                                                                                  Adolescents out of school (% of lower secondary school age)
## 1353                                                                                                    Progression to secondary school, male (%)
## 1354                                                                                                       Secondary education, pupils (% female)
## 1355                                                                                             Children out of school (% of primary school age)
## 1356                                                                                          Repeaters, primary, female (% of female enrollment)
## 1357                                                                                                           School enrollment, primary (% net)
## 1358                                                                                    Primary completion rate, female (% of relevant age group)
## 1359                                                                                     Literacy rate, adult male (% of males ages 15 and above)
## 1360                                                                     Coverage of social safety net programs in 4th quintile (% of population)
## 1361                                      Benefit incidence of social protection and labor programs to poorest quintile (% of total SPL benefits)
## 1362                                                                                    Net primary income (Net income from abroad) (current US$)
## 1363                                                                                                                      GNI (constant 2015 US$)
## 1364                                                                                                                 GDP per capita (current LCU)
## 1365                                                                                        Gross value added at basic prices (GVA) (current US$)
## 1366                                                                                               Adjusted net national income (annual % growth)
## 1367                                                                                         Adjusted savings: net forest depletion (current US$)
## 1368                                                                              Food, beverages and tobacco (% of value added in manufacturing)
## 1369                                                                    Financial intermediary services indirectly Measured (FISIM) (current LCU)
## 1370                                                                                            Imports of goods and services (constant 2015 US$)
## 1371                                                                                                  Gross fixed capital formation (current LCU)
## 1372                                                                                                     Final consumption expenditure (% of GDP)
## 1373                                                                            Households and NPISHs Final consumption expenditure (current US$)
## 1374              Logistics performance index: Frequency with which shipments reach consignee within scheduled or expected time (1=low to 5=high)
## 1375                                                          Statistical performance indicators (SPI): Pillar 4 data sources score (scale 0-100)
## 1376                                                                      CPIA property rights and rule-based governance rating (1=low to 6=high)
## 1377                                                                                                               Patent applications, residents
## 1378                                                                                                         Profit tax (% of commercial profits)
## 1379                                                                                                     Procedures to register property (number)
## 1380                                                                               Firms formally registered when operations started (% of firms)
## 1381                                                                                           Power outages in firms in a typical month (number)
## 1382                                                                                   Human Capital Index (HCI), Female, Lower Bound (scale 0-1)
## 1383                                                                                                     Compensation of employees (% of expense)
## 1384                                                                                                          Taxes on exports (% of tax revenue)
## 1385                                                                                               Net acquisition of financial assets (% of GDP)
## 1386                                                                           Risk premium on lending (lending rate minus treasury bill rate, %)
## 1387                                                          Claims on other sectors of the domestic economy (annual growth as % of broad money)
## 1388                                                                                           Terrestrial protected areas (% of total land area)
## 1389                                                                                    Population in urban agglomerations of more than 1 million
## 1390                                                                  Droughts, floods, extreme temperatures (% of population, average 1990-2009)
## 1391                                                                Agricultural nitrous oxide emissions (thousand metric tons of CO2 equivalent)
## 1392                                                                                                       CO2 emissions (metric tons per capita)
## 1393                                                                                  GDP per unit of energy use (PPP $ per kg of oil equivalent)
## 1394                                                                         Access to clean fuels and technologies for cooking (% of population)
## 1395                                                                             Net official development assistance received (constant 2020 US$)
## 1396                                                                                      Net official flows from UN agencies, UNEP (current US$)
## 1397                                                                                                IFC, private nonguaranteed (NFL, current US$)
## 1398                                                                                                 Present value of external debt (current US$)
## 1399                                                                                                        Net ODA provided, total (current US$)
## 1400                                                                                 Net bilateral aid flows from DAC donors, Italy (current US$)
## 1401                                                                               Net bilateral aid flows from DAC donors, Austria (current US$)
## 1402                                                                                                  Travel services (% of service exports, BoP)
## 1403                                                                                                Reserves and related items (BoP, current US$)
## 1404                                                                             Imports of goods, services and primary income (BoP, current US$)
## 1405                                                                                                                     Urban land area (sq. km)
## 1406                                                                                                                       Arable land (hectares)
## 1407                                                                                                  Gross fixed capital formation (current US$)
## 1408                                                                                                 Final consumption expenditure (constant LCU)
## 1409                                                                                  General government final consumption expenditure (% of GDP)
## 1410                                                                                       Logistics performance index: Overall (1=low to 5=high)
## 1411                                                                                       Container port traffic (TEU: 20 foot equivalent units)
## 1412                                                                                 Statistical Capacity Score (Overall Average) (scale 0 - 100)
## 1413                                                                                                  CPIA fiscal policy rating (1=low to 6=high)
## 1414                                                                                  Public private partnerships investment in ICT (current US$)
## 1415                                                                                    Start-up procedures to register a business, male (number)
## 1416                                                                                                 Cost to import, documentary compliance (US$)
## 1417                                                               Bribery incidence (% of firms experiencing at least one bribe payment request)
## 1418                                                                         New business density (new registrations per 1,000 people ages 15-64)
## 1419                                                                                                                           Expense (% of GDP)
## 1420                                                                                                                   Other taxes (% of revenue)
## 1421                                                                                                       Grants and other revenue (current LCU)
## 1422                Account ownership at a financial institution or with a mobile-money-service provider, older adults (% of population ages 25+)
## 1423                                                                                                            Consumer price index (2010 = 100)
## 1424                                                                                        Domestic credit to private sector by banks (% of GDP)
## 1425                                                                   Annual freshwater withdrawals, domestic (% of total freshwater withdrawal)
## 1426                                                                                          Population density (people per sq. km of land area)
## 1427                                              PM2.5 pollution, population exposed to levels exceeding WHO Interim Target-2 value (% of total)
## 1428                                                                                   HFC gas emissions (thousand metric tons of CO2 equivalent)
## 1429                                                                                       CO2 intensity (kg per kg of oil equivalent energy use)
## 1430                                                                                 Electricity production from natural gas sources (% of total)
## 1431                                                       Debt service on external debt, public and publicly guaranteed (PPG) (TDS, current US$)
## 1432                                                                  Net official development assistance and official aid received (current US$)
## 1433                                                                                     Net financial flows, RDB concessional (NFL, current US$)
## 1434                                                                                       Net official flows from UN agencies, ILO (current US$)
## 1435                                                                                          External debt stocks, short-term (DOD, current US$)
## 1436                                                                       Net bilateral aid flows from DAC donors, Slovak Republic (current US$)
## 1437                                                                               Net bilateral aid flows from DAC donors, Finland (current US$)
## 1438                                                                             Market capitalization of listed domestic companies (current US$)
## 1439                                                                                             Exports of goods and services (BoP, current US$)
## 1440                                                                                                     Net financial account (BoP, current US$)
## 1441                                                                                   Communications, computer, etc. (% of service imports, BoP)
## 1442                                                                           Land area where elevation is below 5 meters (% of total land area)
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            SOURCE_NOTE
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    High-technology exports are products with high R&D intensity, such as in aerospace, computers, pharmaceuticals, scientific instruments, and electrical machinery.
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Merchandise exports show the f.o.b. value of goods provided to the rest of the world valued in current U.S. dollars.
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Computer, communications and other services (% of commercial service imports) include such activities as international telecommunications, and postal and courier services; computer data; news-related service transactions between residents and nonresidents; construction services; royalties and license fees; miscellaneous business, professional, and technical services; and personal, cultural, and recreational services.
## 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Manufactures comprise the commodities in SITC sections 5 (chemicals), 6 (basic manufactures), 7 (machinery and transport equipment), and 8 (miscellaneous manufactured goods), excluding division 68 (nonferrous metals).
## 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Weighted mean applied tariff is the average of effectively applied rates weighted by the product import shares corresponding to each partner country. Data are classified using the Harmonized System of trade at the six- or eight-digit level. Tariff line data were matched to Standard International Trade Classification (SITC) revision 3 codes to define commodity groups and import weights. To the extent possible, specific rates have been converted to their ad valorem equivalent rates and have been included in the calculation of weighted mean tariffs. Import weights were calculated using the United Nations Statistics Division's Commodity Trade (Comtrade) database. Effectively applied tariff rates at the six- and eight-digit product level are averaged for products in each commodity group. When the effectively applied rate is unavailable, the most favored nation rate is used instead.
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Merchandise trade as a share of GDP is the sum of merchandise exports and imports divided by the value of GDP, all in current U.S. dollars.
## 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Rural population refers to people living in rural areas as defined by national statistical offices. It is calculated as the difference between total population and urban population.
## 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Age dependency ratio, young, is the ratio of younger dependents--people younger than 15--to the working-age population--those ages 15-64. Data are shown as the proportion of dependents per 100 working-age population.
## 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Male population between the ages 65 to 69 as a percentage of the total male population.
## 10                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Male population between the ages 25 to 29 as a percentage of the total male population.
## 11                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Population between the ages 0 to 14 as a percentage of the total population. Population is based on the de facto definition of population.
## 12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Life expectancy at birth indicates the number of years a newborn infant would live if prevailing patterns of mortality at the time of its birth were to stay the same throughout its life.
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The percentage of people in the population who live in households classified as moderately or severely food insecure. A household is classified as moderately or severely food insecure when at least one adult in the household has reported to have been exposed, at times during the year, to low quality diets and might have been forced to also reduce the quantity of food they would normally eat because of a lack of money or other resources.
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Share of youth not in education, employment or training (NEET) is the proportion of young people who are not in education, employment, or training to the population of the corresponding age group: youth (ages 15 to 24); persons ages 15 to 29; or both age groups.
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Youth unemployment refers to the share of the labor force ages 15-24 without work but available for and seeking employment.
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Labor force participation rate is the proportion of the population ages 15 and older that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Labor force participation rate for ages 15-24 is the proportion of the population ages 15-24 that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Employment is defined as persons of working age who were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period or not at work due to temporary absence from a job, or to working-time arrangement. The services sector consists of wholesale and retail trade and restaurants and hotels; transport, storage, and communications; financing, insurance, real estate, and business services; and community, social, and personal services, in accordance with divisions 6-9 (ISIC 2) or categories G-Q (ISIC 3) or categories G-U (ISIC 4).
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Contributing family workers are those workers who hold "self-employment jobs" as own-account workers in a market-oriented establishment operated by a related person living in the same household.
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Employment to population ratio is the proportion of a country's population that is employed. Employment is defined as persons of working age who, during a short reference period, were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period (i.e. who worked in a job for at least one hour) or not at work due to temporary absence from a job, or to working-time arrangements. Ages 15 and older are generally considered the working-age population.
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Employment is defined as persons of working age who were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period or not at work due to temporary absence from a job, or to working-time arrangement. The agriculture sector consists of activities in agriculture, hunting, forestry and fishing, in accordance with division 1 (ISIC 2) or categories A-B (ISIC 3) or category A (ISIC 4).
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The average percentage of dimensions in which poor people are deprived
## 23                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Percentage share of income or consumption is the share that accrues to subgroups of population indicated by deciles or quintiles. Percentage shares by quintile may not sum to 100 because of rounding.
## 24                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Share of current health expenditures funded from external sources. External sources compose of direct foreign transfers and foreign transfers distributed by government encompassing all financial inflows into the national health system from outside the country. External sources either flow through the government scheme or are channeled through non-governmental organizations or other schemes.
## 25                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Number of people pushed below the $1.90 ($ 2011 PPP) poverty line by out-of-pocket health care expenditure. This indicator shows the number of people living in households experiencing impoverishing out-of-pocket health expenditures, defined as expenditures without which the household they live in would have been above the $1.90 poverty line, but because of the expenditures is below the poverty line.  Out-of-pocket health expenditure is defined as any spending incurred by a household when any member uses a health good or service to receive any type of care (preventive, curative, rehabilitative, long-term or palliative care); provided by any type of provider; for any type of disease, illness or health condition; in any type of setting (outpatient, inpatient, at home).
## 26                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Prevalence of stunting is the percentage of children under age 5 whose height for age is more than two standard deviations below the median for the international reference population ages 0-59 months. For children up to two years old height is measured by recumbent length. For older children height is measured by stature while standing. The data are based on the WHO's new child growth standards released in 2006.
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     People practicing open defecation refers to the percentage of the population defecating in the open, such as in fields, forest, bushes, open bodies of water, on beaches, in other open spaces or disposed of with solid waste.
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The percentage of people using at least basic sanitation services, that is, improved sanitation facilities that are not shared with other households.  This indicator encompasses both people using basic sanitation services as well as those using safely managed sanitation services.   Improved sanitation facilities include flush/pour flush to piped sewer systems, septic tanks or pit latrines; ventilated improved pit latrines, compositing toilets or pit latrines with slabs.
## 29                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Life time risk of maternal death is the probability that a 15-year-old female will die eventually from a maternal cause assuming that current levels of fertility and mortality (including maternal mortality) do not change in the future, taking into account competing causes of death.
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Number of young people (ages 15-24) newly infected with HIV.
## 31                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Neonatal mortality rate is the number of neonates dying before reaching 28 days of age, per 1,000 live births in a given year.
## 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Cause of death refers to the share of all deaths for all ages by underlying causes. Injuries include unintentional and intentional injuries.
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Percentage of women ages 15-49 who believe a husband/partner is justified in hitting or beating his wife/partner for any of the following five reasons: argues with him; refuses to have sex; burns the food; goes out without telling him; or when she neglects the children.
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Expenditure on secondary education is expressed as a percentage of total general government expenditure on education. General government usually refers to local, regional and central governments.
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The percentage of population ages 25 and over that attained or completed Master's or equivalent.
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Trained teachers in upper secondary education are the percentage of upper secondary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Gross enrollment ratio is the ratio of total enrollment, regardless of age, to the population of the age group that officially corresponds to the level of education shown. Secondary education completes the provision of basic education that began at the primary level, and aims at laying the foundations for lifelong learning and human development, by offering more subject- or skill-oriented instruction using more specialized teachers.
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The percentage of population ages 25 and over that attained or completed post-secondary non-tertiary education.
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Adjusted net enrollment is the number of pupils of the school-age group for primary education, enrolled either in primary or secondary education, expressed as a percentage of the total population in that age group.
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Private enrollment refers to pupils or students enrolled in institutions that are not operated by a public authority but controlled and managed, whether for profit or not, by a private body such as a nongovernmental organization, religious body, special interest group, foundation or business enterprise.
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Primary school pupil-teacher ratio is the average number of pupils per teacher in primary school.
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Gross enrollment ratio is the ratio of total enrollment, regardless of age, to the population of the age group that officially corresponds to the level of education shown. Preprimary education refers to programs at the initial stage of organized instruction, designed primarily to introduce very young children to a school-type environment and to provide a bridge between home and school.
## 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Coverage of social insurance programs shows the percentage of population participating in programs that provide old age contributory pensions (including survivors and disability) and social security and health insurance benefits (including occupational injury benefits, paid sick leave, maternity and other social insurance). Estimates include both direct and indirect beneficiaries.
## 44                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Coverage of unemployment benefits and active labor market programs (ALMP) shows the percentage of population participating in unemployment compensation, severance pay, and early retirement due to labor market reasons, labor market services (intermediation), training (vocational, life skills, and cash for training), job rotation and job sharing, employment incentives and wage subsidies, supported employment and rehabilitation, and employment measures for the disabled. Estimates include both direct and indirect beneficiaries.
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The terms of trade effect equals capacity to import less exports of goods and services in constant prices. Data are in constant local currency.
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GNI per capita is gross national income divided by midyear population. GNI (formerly GNP) is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. Data are in constant local currency.
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Gross domestic savings are calculated as GDP less final consumption expenditure (total consumption). Data are in current local currency.
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GDP at purchaser's prices is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in constant 2015 prices, expressed in U.S. dollars. Dollar figures for GDP are converted from domestic currencies using 2015 official exchange rates. For a few countries where the official exchange rate does not reflect the rate effectively applied to actual foreign exchange transactions, an alternative conversion factor is used.
## 49                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Coal rents are the difference between the value of both hard and soft coal production at world prices and their total costs of production.
## 50                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Particulate emissions damage is the damage due to exposure of a country's population to ambient concentrations of particulates measuring less than 2.5 microns in diameter (PM2.5), ambient ozone pollution, and indoor concentrations of PM2.5 in households cooking with solid fuels. Damages are calculated as foregone labor income due to premature death. Estimates of health impacts from the Global Burden of Disease Study 2013 are for 1990, 1995, 2000, 2005, 2010, and 2013. Data for other years have been extrapolated from trends in mortality rates.
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Annual growth rate for value added in services based on constant local currency. Aggregates are based on constant 2015 prices, expressed in U.S. dollars. Services correspond to ISIC divisions 45-99. They include value added in wholesale and retail trade (including hotels and restaurants), transport, and government, financial, professional, and personal services such as education, health care, and real estate services. Also included are imputed bank service charges, import duties, and any statistical discrepancies noted by national compilers as well as discrepancies arising from rescaling. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The industrial origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4.
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Industry (including construction) corresponds to ISIC divisions 05-43 and includes manufacturing (ISIC divisions 10-33). It comprises value added in mining, manufacturing (also reported as a separate subgroup), construction, electricity, water, and gas. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4. Data are in current U.S. dollars.
## 53                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Value added per worker is a measure of labor productivity—value added per unit of input. Value added denotes the net output of a sector after adding up all outputs and subtracting intermediate inputs. Data are in constant 2015 U.S. dollars. Agriculture corresponds to the International Standard Industrial Classification (ISIC) tabulation categories A and B (revision 3) or tabulation category A (revision 4), and includes forestry, hunting, and fishing as well as cultivation of crops and livestock production.
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Gross capital formation (formerly gross domestic investment) consists of outlays on additions to the fixed assets of the economy plus net changes in the level of inventories. Fixed assets include land improvements (fences, ditches, drains, and so on); plant, machinery, and equipment purchases; and the construction of roads, railways, and the like, including schools, offices, hospitals, private residential dwellings, and commercial and industrial buildings. Inventories are stocks of goods held by firms to meet temporary or unexpected fluctuations in production or sales, and "work in progress." According to the 1993 SNA, net acquisitions of valuables are also considered capital formation. Data are in current local currency.
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Exports of goods and services represent the value of all goods and other market services provided to the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments. Data are in constant 2015 prices, expressed in U.S. dollars.
## 56                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Household final consumption expenditure (formerly private consumption) is the market value of all goods and services, including durable products (such as cars, washing machines, and home computers), purchased by households. It excludes purchases of dwellings but includes imputed rent for owner-occupied dwellings. It also includes payments and fees to governments to obtain permits and licenses. Here, household consumption expenditure includes the expenditures of nonprofit institutions serving households, even when reported separately by the country. Data are converted to constant 2017 international dollars using purchasing power parity rates.
## 57                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Arms transfers cover the supply of military weapons through sales, aid, gifts, and those made through manufacturing licenses. Data cover major conventional weapons such as aircraft, armored vehicles, artillery, radar systems, missiles, and ships designed for military use. Excluded are transfers of other military equipment such as small arms and light weapons, trucks, small artillery, ammunition, support equipment, technology transfers, and other services. Figures are SIPRI Trend Indicator Values (TIVs) expressed in US$ m.  A '0' indicates that the value of deliveries is less than US$0.5m
## 58                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Lead time to export is the median time (the value for 50 percent of shipments) from shipment point to port of loading. Data are from the Logistics Performance Index survey. Respondents provided separate values for the best case (10 percent of shipments) and the median case (50 percent of shipments). The data are exponentiated averages of the logarithm of single value responses and of midpoint values of range responses for the median case.
## 59                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Export values are the current value of exports (f.o.b.) converted to U.S. dollars and expressed as a percentage of the average for the base period (2000). UNCTAD's export value indexes are reported for most economies. For selected economies for which UNCTAD does not publish data, the export value indexes are derived from export volume indexes (line 72) and corresponding unit value indexes of exports (line 74) in the IMF's International Financial Statistics.
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Insurance and financial services cover freight insurance on goods exported and other direct insurance such as life insurance; financial intermediation services such as commissions, foreign exchange transactions, and brokerage services; and auxiliary services such as financial market operational and regulatory services.
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Merchandise imports by the reporting economy residuals are the total merchandise imports by the reporting economy from the rest of the world as reported in the IMF's Direction of trade database, less the sum of imports by the reporting economy from high-, low-, and middle-income economies according to the World Bank classification of economies. Includes trade with unspecified partners or with economies not covered by World Bank classification. Data are as a percentage of total merchandise imports by the economy.
## 62                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Food comprises the commodities in SITC sections 0 (food and live animals), 1 (beverages and tobacco), and 4 (animal and vegetable oils and fats) and SITC division 22 (oil seeds, oil nuts, and oil kernels).
## 63                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Share of tariff lines with international peaks is the share of lines in the tariff schedule with tariff rates that exceed 15 percent. It provides an indication of how selectively tariffs are applied.
## 64                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   International tourism receipts for travel items are expenditures by international inbound visitors in the reporting economy. The goods and services are purchased by, or on behalf of, the traveler or provided, without a quid pro quo, for the traveler to use or give away. These receipts should include any other prepayment made for goods or services received in the destination country. They also may include receipts from same-day visitors, except in cases where these are so important as to justify a separate classification. Excluded is the international carriage of travelers, which is covered in passenger travel items. Data are in current U.S. dollars.
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Completeness of birth registration is the percentage of children under age 5 whose births were registered at the time of the survey. The numerator of completeness of birth registration includes children whose birth certificate was seen by the interviewer or whose mother or caretaker says the birth has been registered.
## 66                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Male population between the ages 80 and above as a percentage of the total male population.
## 67                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Male population between the ages 55 to 59 as a percentage of the total male population.
## 68                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Total population between the ages 15 to 64 as a percentage of the total population. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 69                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Female population between the ages 0 to 14 as a percentage of the total female population. Population is based on the de facto definition of population.
## 70                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Infant mortality rate is the number of infants dying before reaching one year of age, per 1,000 live births in a given year.
## 71                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Refugees are people who are recognized as refugees under the 1951 Convention Relating to the Status of Refugees or its 1967 Protocol, the 1969 Organization of African Unity Convention Governing the Specific Aspects of Refugee Problems in Africa, people recognized as refugees in accordance with the UNHCR statute, people granted refugee-like humanitarian status, and people provided temporary protection. Asylum seekers--people who have applied for asylum or refugee status and who have not yet received a decision or who are registered as asylum seekers--are excluded. Palestinian refugees are people (and their descendants) whose residence was Palestine between June 1946 and May 1948 and who lost their homes and means of livelihood as a result of the 1948 Arab-Israeli conflict. Country of origin generally refers to the nationality or country of citizenship of a claimant.
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The percentage of the labor force with an intermediate level of education who are unemployed. Intermediate education comprises upper secondary or post-secondary non tertiary education according to the International Standard Classification of Education 2011 (ISCED 2011).
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Part time employment refers to regular employment in which working time is substantially less than normal. Definitions of part time employment differ by country.
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The ratio of the labor force with basic education to the working-age population with basic education. Basic education comprises primary education or lower secondary education according to the International Standard Classification of Education 2011 (ISCED 2011).
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Children in employment refer to children involved in economic activity for at least one hour in the reference week of the survey. Work only refers to children involved in economic activity and not attending school.
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Employment by economic activity refers to the distribution of economically active children by the major industrial categories of the International Standard Industrial Classification (ISIC). Services correspond to divisions 6-9 (ISIC revision 2), categories G-P (ISIC revision 3), or categories G-U (ISIC revision 4). Services include wholesale and retail trade, hotels and restaurants, transport, financial intermediation, real estate, public administration, education, health and social work, other community services, and private household activity. Economically active children refer to children involved in economic activity for at least one hour in the reference week of the survey.
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Unpaid family workers are people who work without pay in a market-oriented establishment operated by a related person living in the same household.
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Self-employed workers are those workers who, working on their own account or with one or a few partners or in cooperative, hold the type of jobs defined as a "self-employment jobs." i.e. jobs where the remuneration is directly dependent upon the profits derived from the goods and services produced. Self-employed workers include four sub-categories of employers, own-account workers, members of producers' cooperatives, and contributing family workers.
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Employment by economic activity refers to the distribution of economically active children by the major industrial categories of the International Standard Industrial Classification (ISIC). Agriculture corresponds to division 1 (ISIC revision 2), categories A and B (ISIC revision 3), or category A (ISIC revision 4) and includes hunting, forestry, and fishing. Economically active children refer to children involved in economic activity for at least one hour in the reference week of the survey.
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The percentage of children who are multidimensionally poor
## 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Current private expenditures on health per capita expressed in current US dollars. Domestic private sources include funds from households, corporations and non-profit organizations. Such expenditures can be either prepaid to voluntary health insurance or paid directly to healthcare providers.
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Newborns protected against tetanus are the percentage of births by women of child-bearing age who are immunized against tetanus.
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Tuberculosis treatment success rate is the percentage of all new tuberculosis cases (or new and relapse cases for some countries) registered under a national tuberculosis control programme in a given year that successfully completed treatment, with or without bacteriological evidence of success ("cured" and "treatment completed" respectively).
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The percentage of people using improved sanitation facilities that are not shared with other households and where excreta are safely disposed of in situ or transported and treated offsite. Improved sanitation facilities include flush/pour flush to piped sewer systems, septic tanks or pit latrines: ventilated improved pit latrines, compositing toilets or pit latrines with slabs.
## 85                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Maternal mortality ratio is the number of women who die from pregnancy-related causes while pregnant or within 42 days of pregnancy termination per 100,000 live births. The data are estimated with a regression model using information on the proportion of maternal deaths among non-AIDS deaths in women ages 15-49, fertility, birth attendants, and GDP measured using purchasing power parities (PPPs).
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Pregnant women receiving prenatal care are the percentage of women attended at least once during pregnancy by skilled health personnel for reasons related to pregnancy.
## 87                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Incidence of malaria is the number of new cases of malaria in a year per 1,000 population at risk.
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Number of adults (ages 15-49) newly infected with HIV.
## 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Under-five mortality rate, male is the probability per 1,000 that a newborn male baby will die before reaching age five, if subject to male age-specific mortality rates of the specified year.
## 90                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Number of deaths of adolescents ages 15-19 years
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Percentage of women ages 15-49 who believe a husband/partner is justified in hitting or beating his wife/partner when she argues with him.
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Current expenditure is expressed as a percentage of direct expenditure in public educational institutions (instructional and non-instructional) of the specified level of education. Financial aid to students and other transfers are excluded from direct expenditure. Current expenditure is consumed within the current year and would have to be renewed if needed in the following year. It includes staff compensation and current expenditure other than for staff compensation (ex. on teaching materials, ancillary services and administration).
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The percentage of population ages 25 and over that attained or completed Doctoral or equivalent.
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Trained teachers in lower secondary education are the percentage of lower secondary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Upper secondary school pupil-teacher ratio is the average number of pupils per teacher in upper secondary school.
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The percentage of population ages 25 and over that attained or completed lower secondary education.
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Trained teachers in primary education are the percentage of primary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Net intake rate in grade 1 is the number of new entrants in the first grade of primary education who are of official primary school entrance age, expressed as a percentage of the population of the corresponding age.
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The percentage of population ages 25 and over that attained or completed primary education.
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Gender parity index for gross enrollment ratio in secondary education is the ratio of girls to boys enrolled at secondary level in public and private schools.
## 101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Coverage of social insurance programs shows the percentage of population participating in programs that provide old age contributory pensions (including survivors and disability) and social security and health insurance benefits (including occupational injury benefits, paid sick leave, maternity and other social insurance). Estimates include both direct and indirect beneficiaries.
## 102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Coverage of unemployment benefits and active labor market programs (ALMP) shows the percentage of population participating in unemployment compensation, severance pay, and early retirement due to labor market reasons, labor market services (intermediation), training (vocational, life skills, and cash for training), job rotation and job sharing, employment incentives and wage subsidies, supported employment and rehabilitation, and employment measures for the disabled. Estimates include both direct and indirect beneficiaries.
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Taxes less subsidies on products (net indirect taxes) are the sum of product taxes less subsidies. Product taxes are those taxes payable by producers that relate to the production, sale, purchase or use of the goods and services. Subsidies are grants on the current account made by general government to private enterprises and unincorporated public enterprises. The grants may take the form of payments to ensure a guaranteed price or to enable maintenance of prices of goods and services below costs of production, and other forms of assistance to producers. Data are in constant local currency.
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GNI per capita (formerly GNP per capita) is the gross national income, converted to U.S. dollars using the World Bank Atlas method, divided by the midyear population. GNI is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. GNI, calculated in national currency, is usually converted to U.S. dollars at official exchange rates for comparisons across economies, although an alternative rate is used when the official exchange rate is judged to diverge by an exceptionally large margin from the rate actually applied in international transactions. To smooth fluctuations in prices and exchange rates, a special Atlas method of conversion is used by the World Bank. This applies a conversion factor that averages the exchange rate for a given year and the two preceding years, adjusted for differences in rates of inflation between the country, and through 2000, the G-5 countries (France, Germany, Japan, the United Kingdom, and the United States). From 2001, these countries include the Euro area, Japan, the United Kingdom, and the United States.
## 105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GDP per capita based on purchasing power parity (PPP). PPP GDP is gross domestic product converted to international dollars using purchasing power parity rates. An international dollar has the same purchasing power over GDP as the U.S. dollar has in the United States. GDP at purchaser's prices is the sum of gross value added by all resident producers in the country plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in constant 2017 international dollars.
## 106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Mineral rents are the difference between the value of production for a stock of minerals at world prices and their total costs of production. Minerals included in the calculation are tin, gold, lead, zinc, iron, copper, nickel, silver, bauxite, and phosphate.
## 107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Adjusted net savings are equal to net national savings plus education expenditure and minus energy depletion, mineral depletion, net forest depletion, and carbon dioxide and particulate emissions damage.
## 108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Mineral depletion is the ratio of the value of the stock of mineral resources to the remaining reserve lifetime (capped at 25 years). It covers tin, gold, lead, zinc, iron, copper, nickel, silver, bauxite, and phosphate.
## 109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Value added per worker is a measure of labor productivity—value added per unit of input. Value added denotes the net output of a sector after adding up all outputs and subtracting intermediate inputs. Data are in constant 2015 U.S. dollars. Services corresponds to the International Standard Industrial Classification (ISIC) tabulation categories G-P (revision 3) or tabulation categories G-U (revision 4), and includes wholesale and retail trade and restaurants and hotels; transport, storage, and communications; financing, insurance, real estate, and business services; and community, social and personal services.
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Manufacturing refers to industries belonging to ISIC divisions 10-33. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4. Data are in constant 2015 prices, expressed in U.S. dollars.
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   External balance on goods and services (formerly resource balance) equals exports of goods and services minus imports of goods and services (previously nonfactor services). Data are in current local currency.
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Inventories are stocks of goods held by firms to meet temporary or unexpected fluctuations in production or sales, and "work in progress." Data are in current U.S. dollars.
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Gross national expenditure (formerly domestic absorption) is the sum of household final consumption expenditure (formerly private consumption), general government final consumption expenditure (formerly general government consumption), and gross capital formation (formerly gross domestic investment). Data are in constant local currency.
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Household and NPISHs final consumption expenditure (formerly private consumption) is the market value of all goods and services, including durable products (such as cars, washing machines, and home computers), purchased by households. It excludes purchases of dwellings but includes imputed rent for owner-occupied dwellings. It also includes payments and fees to governments to obtain permits and licenses. This indicator includes the expenditures of nonprofit institutions serving households even when reported separately by the country. Data are in constant local currency.
## 115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Military expenditures data from SIPRI are derived from the NATO definition, which includes all current and capital expenditures on the armed forces, including peacekeeping forces; defense ministries and other government agencies engaged in defense projects; paramilitary forces, if these are judged to be trained and equipped for military operations; and military space activities. Such expenditures include military and civil personnel, including retirement pensions of military personnel and social services for personnel; operation and maintenance; procurement; military research and development; and military aid (in the military expenditures of the donor country). Excluded are civil defense and current expenditures for previous military activities, such as for veterans' benefits, demobilization, conversion, and destruction of weapons. This definition cannot be applied for all countries, however, since that would require much more detailed information than is available about what is included in military budgets and off-budget military expenditure items. (For example, military budgets might or might not cover civil defense, reserves and auxiliary forces, police and paramilitary forces, dual-purpose forces such as military and civilian police, military grants in kind, pensions for military personnel, and social security contributions paid by one part of government to another).
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Fixed broadband subscriptions refers to fixed subscriptions to high-speed access to the public Internet (a TCP/IP connection), at downstream speeds equal to, or greater than, 256 kbit/s. This includes cable modem, DSL, fiber-to-the-home/building, other fixed (wired)-broadband subscriptions, satellite broadband and terrestrial fixed wireless broadband. This total is measured irrespective of the method of payment. It excludes subscriptions that have access to data communications (including the Internet) via mobile-cellular networks. It should include fixed WiMAX and any other fixed wireless technologies. It includes both residential subscriptions and subscriptions for organizations.
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Travel services (% of commercial service exports) covers goods and services acquired from an economy by travelers in that economy for their own use during visits of less than one year for business or personal purposes. Travel services include the goods and services consumed by travelers, such as lodging and meals and transport (within the economy visited).
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Merchandise exports to low- and middle-income economies outside region are the sum of merchandise exports from the reporting economy to other low- and middle-income economies in other World Bank regions according to the World Bank classification of economies. Data are expressed as a percentage of total merchandise exports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Transport services (% of commercial service imports) covers all transport services (sea, air, land, internal waterway, space, and pipeline) performed by residents of one economy for those of another and involving the carriage of passengers, movement of goods (freight), rental of carriers with crew, and related support and auxiliary services. Excluded are freight insurance, which is included in insurance services; goods procured in ports by nonresident carriers and repairs of transport equipment, which are included in goods; repairs of railway facilities, harbors, and airfield facilities, which are included in construction services; and rental of carriers without crew, which is included in other services.
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Merchandise imports from economies in the Arab World are the sum of merchandise imports by the reporting economy from economies in the Arab World. Data are expressed as a percentage of total merchandise imports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Binding coverage is the percentage of product lines with an agreed bound rate. Bound rates result from trade negotiations incorporated into a country's schedule of concessions and are thus enforceable. Primary products are commodities classified in SITC revision 3 sections 0-4 plus division 68 (nonferrous metals).
## 122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Binding coverage is the percentage of product lines with an agreed bound rate. Bound rates result from trade negotiations incorporated into a country's schedule of concessions and are thus enforceable. Manufactured products are commodities classified in SITC revision 3 sections 5-8 excluding division 68.
## 123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Urban population refers to people living in urban areas as defined by national statistical offices. It is calculated using World Bank population estimates and urban ratios from the United Nations World Urbanization Prospects.
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The number of researchers engaged in Research &Development (R&D), expressed as per million. Researchers are professionals who conduct research and improve or develop concepts, theories, models techniques instrumentation, software of operational methods. R&D covers basic research, applied research, and experimental development.
## 125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Female population 65 years of age or older as a percentage of the total female population. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Male population between the ages 30 to 34 as a percentage of the total male population.
## 127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Male population between the ages 5 to 9 as a percentage of the total male population.
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Survival to age 65 refers to the percentage of a cohort of newborn infants that would survive to age 65, if subject to age specific mortality rates of the specified year.
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The percentage of people in the population who live in households classified as severely food insecure. A household is classified as severely food insecure when at least one adult in the household has reported to have been exposed, at times during the year, to several of the most severe experiences described in the FIES questions, such as to have been forced to reduce the quantity of the food, to have skipped meals, having gone hungry, or having to go for a whole day without eating because of a lack of money or other resources.
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Unemployment refers to the share of the labor force that is without work but available for and seeking employment.
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Youth unemployment refers to the share of the labor force ages 15-24 without work but available for and seeking employment.
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Labor force participation rate is the proportion of the population ages 15 and older that is economically active: all people who supply labor for the production of goods and services during a specified period. Ratio of female to male labor force participation rate is calculated by dividing female labor force participation rate by male labor force participation rate and multiplying by 100.
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Labor force participation rate for ages 15-24 is the proportion of the population ages 15-24 that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Children in employment refer to children involved in economic activity for at least one hour in the reference week of the survey.
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Employment is defined as persons of working age who were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period or not at work due to temporary absence from a job, or to working-time arrangement. The industry sector consists of mining and quarrying, manufacturing, construction, and public utilities (electricity, gas, and water), in accordance with divisions 2-5 (ISIC 2) or categories C-F (ISIC 3) or categories B-F (ISIC 4).
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Employment to population ratio is the proportion of a country's population that is employed. Employment is defined as persons of working age who, during a short reference period, were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period (i.e. who worked in a job for at least one hour) or not at work due to temporary absence from a job, or to working-time arrangements. Ages 15 and older are generally considered the working-age population.
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Employment to population ratio is the proportion of a country's population that is employed. Employment is defined as persons of working age who, during a short reference period, were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period (i.e. who worked in a job for at least one hour) or not at work due to temporary absence from a job, or to working-time arrangements. Ages 15-24 are generally considered the youth population.
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Proportion of the population that is multidimensionally poor adjusted by the intensity of the deprivations
## 139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Percentage share of income or consumption is the share that accrues to subgroups of population indicated by deciles or quintiles.
## 140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Current external expenditures on health per capita expressed in international dollars at purchasing power parity. External sources are composed of direct foreign transfers and foreign transfers distributed by government encompassing all financial inflows into the national health system from outside the country.
## 141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Proportion of population pushed below the $1.90 ($ 2011 PPP) poverty line by out-of-pocket health care expenditure. This indicator shows the fraction of a country’s population experiencing out-of-pocket health impoverishing expenditures, defined as expenditures without which the household they live in would have been above the $ 1.90 poverty line, but because of the expenditures is below the poverty line. Out-of-pocket health expenditure is defined as any spending incurred by a household when any member uses a health good or service to receive any type of care (preventive, curative, rehabilitative, long-term or palliative care); provided by any type of provider; for any type of disease, illness or health condition; in any type of setting (outpatient, inpatient, at home).
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Suicide mortality rate is the number of suicide deaths in a year per 100,000 population. Crude suicide rate (not age-adjusted).
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Percentage of children under age 5 with diarrhea in the two weeks preceding the survey who received oral rehydration salts (ORS packets or pre-packaged ORS fluids).
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Births attended by skilled health staff are the percentage of deliveries attended by personnel trained to give the necessary supervision, care, and advice to women during pregnancy, labor, and the postpartum period; to conduct deliveries on their own; and to care for newborns.
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Prevalence of anemia, pregnant women, is the percentage of pregnant women whose hemoglobin level is less than 110 grams per liter at sea level.
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Number of new HIV infections among uninfected populations ages 15-49 expressed per 1,000 uninfected population in the year before the period.
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The percentage of people using at least basic water services.  This indicator encompasses both people using basic water services as well as those using safely managed water services.  Basic drinking water services is defined as drinking water from an improved source, provided collection time is not more than 30 minutes for a round trip.  Improved water sources include piped water, boreholes or tubewells, protected dug wells, protected springs, and packaged or delivered water.
## 148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Cause of death refers to the share of all deaths for all ages by underlying causes. Non-communicable diseases include cancer, diabetes mellitus, cardiovascular diseases, digestive diseases, skin diseases, musculoskeletal diseases, and congenital anomalies.
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Total alcohol per capita consumption is defined as the total (sum of recorded and unrecorded alcohol) amount of alcohol consumed per person (15 years of age or older) over a calendar year, in litres of pure alcohol, adjusted for tourist consumption.
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Expenditure on tertiary education is expressed as a percentage of total general government expenditure on education. General government usually refers to local, regional and central governments.
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The percentage of population ages 25 and over that attained or completed short-cycle tertiary education.
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Secondary education teachers includes full-time and part-time teachers.
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Net enrollment rate is the ratio of children of official school age who are enrolled in school to the population of the corresponding official school age. Secondary education completes the provision of basic education that began at the primary level, and aims at laying the foundations for lifelong learning and human development, by offering more subject- or skill-oriented instruction using more specialized teachers.
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of population ages 25 and over that attained or completed upper secondary education.
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Children out of school are the number of primary-school-age children not enrolled in primary or secondary school.
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Persistence to grade 5 (percentage of cohort reaching grade 5) is the share of children enrolled in the first grade of primary school who eventually reach grade 5. The estimate is based on the reconstructed cohort method.
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Gross enrollment ratio is the ratio of total enrollment, regardless of age, to the population of the age group that officially corresponds to the level of education shown. Primary education provides children with basic reading, writing, and mathematics skills along with an elementary understanding of such subjects as history, geography, natural science, social science, art, and music.
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Gross enrollment ratio is the ratio of total enrollment, regardless of age, to the population of the age group that officially corresponds to the level of education shown. Preprimary education refers to programs at the initial stage of organized instruction, designed primarily to introduce very young children to a school-type environment and to provide a bridge between home and school.
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Youth literacy rate is the percentage of people ages 15-24 who can both read and write with understanding a short simple statement about their everyday life.
## 160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Benefit incidence of social safety net programs to poorest quintile shows the percentage of total social safety net benefits received by the poorest 20% of the population. Social safety net programs include cash transfers and last resort programs, noncontributory social pensions, other cash transfers programs (child, family and orphan allowances, birth and death grants, disability benefits, and other allowances), conditional cash transfers, in-kind food transfers (food stamps and vouchers, food rations, supplementary feeding, and emergency food distribution), school feeding, other social assistance programs (housing allowances, scholarships, fee waivers, health subsidies, and other social assistance) and public works programs (cash for work and food for work). Estimates include both direct and indirect beneficiaries.
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Official exchange rate refers to the exchange rate determined by national authorities or to the rate determined in the legally sanctioned exchange market. It is calculated as an annual average based on monthly averages (local currency units relative to the U.S. dollar).
## 162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GNI per capita based on purchasing power parity (PPP). PPP GNI is gross national income (GNI) converted to international dollars using purchasing power parity rates. An international dollar has the same purchasing power over GNI as a U.S. dollar has in the United States. GNI is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. Data are in constant 2017 international dollars.
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Gross domestic income is derived as the sum of GDP and the terms of trade adjustment. Data are in constant local currency.
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                GDP is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in constant local currency.
## 165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Inflation as measured by the annual growth rate of the GDP implicit deflator shows the rate of price change in the economy as a whole. This series has been linked to produce a consistent time series to counteract breaks in series over time due to changes in base years, source data and methodologies. Thus, it may not be comparable with other national accounts series in the database for historical years.
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Gross savings are the difference between gross national income and public and private consumption, plus net current transfers.
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Services correspond to ISIC divisions 50-99 and they include value added in wholesale and retail trade (including hotels and restaurants), transport, and government, financial, professional, and personal services such as education, health care, and real estate services. Also included are imputed bank service charges, import duties, and any statistical discrepancies noted by national compilers as well as discrepancies arising from rescaling. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The industrial origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 3 or 4.
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Industry (including construction) corresponds to ISIC divisions 05-43 and includes manufacturing (ISIC divisions 10-33). It comprises value added in mining, manufacturing (also reported as a separate subgroup), construction, electricity, water, and gas. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4. Data are in constant 2015 prices, expressed in U.S. dollars.
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Agriculture, forestry, and fishing corresponds to ISIC divisions 1-3 and includes forestry, hunting, and fishing, as well as cultivation of crops and livestock production. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4. Data are in current local currency.
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Annual growth rate of gross capital formation based on constant local currency. Aggregates are based on constant 2015 prices, expressed in U.S. dollars. Gross capital formation (formerly gross domestic investment) consists of outlays on additions to the fixed assets of the economy plus net changes in the level of inventories. Fixed assets include land improvements (fences, ditches, drains, and so on); plant, machinery, and equipment purchases; and the construction of roads, railways, and the like, including schools, offices, hospitals, private residential dwellings, and commercial and industrial buildings. Inventories are stocks of goods held by firms to meet temporary or unexpected fluctuations in production or sales, and "work in progress." According to the 2008 SNA, net acquisitions of valuables are also considered capital formation.
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Exports of goods and services represent the value of all goods and other market services provided to the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments. Data are in constant local currency.
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Final consumption expenditure (formerly total consumption) is the sum of household final consumption expenditure (private consumption) and general government final consumption expenditure (general government consumption). Data are in current U.S. dollars.
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           General government final consumption expenditure (formerly general government consumption) includes all government current expenditures for purchases of goods and services (including compensation of employees). It also includes most expenditures on national defense and security, but excludes government military expenditures that are part of government capital formation. Data are in current local currency.
## 174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Data are from Logistics Performance Index surveys conducted by the World Bank in partnership with academic and international institutions and private companies and individuals engaged in international logistics. 2009 round of surveys covered more than 5,000 country assessments by nearly 1,000 international freight forwarders. Respondents evaluate eight markets on six core dimensions on a scale from 1 (worst) to 5 (best). The markets are chosen based on the most important export and import markets of the respondent's country, random selection, and, for landlocked countries, neighboring countries that connect them with international markets. Details of the survey methodology are in Arvis and others' Connecting to Compete 2010: Trade Logistics in the Global Economy (2010). Respondents evaluated efficiency of customs clearance processes (i.e. speed, simplicity and predictability of formalities), on a rating ranging from 1 (very low) to 5 (very high). Scores are averaged across all respondents.
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Goods transported by railway are the volume of goods transported by railway, measured in metric tons times kilometers traveled.
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The structural policies cluster includes trade, financial sector, and business regulatory environment.
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The economic management cluster includes macroeconomic management, fiscal policy, and debt policy.
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Transparency, accountability, and corruption in the public sector assess the extent to which the executive can be held accountable for its use of funds and for the results of its actions by the electorate and by the legislature and judiciary, and the extent to which public employees within the executive are required to account for administrative decisions, use of resources, and results obtained. The three main dimensions assessed here are the accountability of the executive to oversight institutions and of public employees for their performance, access of civil society to information on public affairs, and state capture by narrow vested interests.
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Quality of budgetary and financial management assesses the extent to which there is a comprehensive and credible budget linked to policy priorities, effective financial management systems, and timely and accurate accounting and fiscal reporting, including timely and audited public accounts.
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Investment in water and sanitation projects with private participation refers to commitments to  infrastructure projects in water and sanitation that have reached financial closure and directly or indirectly serve the public. Movable assets, incinerators, standalone solid waste projects, and small projects are excluded. The types of projects included are management and lease contracts, operations and management contracts with major capital expenditure, greenfield projects (in which a private entity or a public-private joint venture builds and operates a new facility), and divestitures. Investment commitments are the sum of investments in facilities and investments in government assets. Investments in facilities are the resources the project company commits to invest during the contract period either in new facilities or in expansion and modernization of existing facilities. Investments in government assets are the resources the project company spends on acquiring government assets such as state-owned enterprises, rights to provide services in a specific area, or the use of specific radio spectrums. Data is presented based on investment year. Data are in current U.S. dollars.
## 181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Start-up procedures are those required to start a business, including interactions to obtain necessary permits and licenses and to complete all inscriptions, verifications, and notifications to start operations. Data are for businesses with specific characteristics of ownership, size, and type of production.
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Time spent dealing with the requirements of government regulations is the proportion of senior management's time, in a typical week, that is spent dealing with the requirements imposed by government regulations (e.g., taxes, customs, labor regulations, licensing and registration, including dealings with officials, and completing forms).
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Firms using banks to finance working capital are the percentage of firms using bank loans to finance working capital.
## 184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Disclosure index measures the extent to which investors are protected through disclosure of ownership and financial information. The index ranges from 0 to 10, with higher values indicating more disclosure.
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Other expense is spending on dividends, rent, and other miscellaneous expenses, including provision for consumption of fixed capital.
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Taxes on international trade include import duties, export duties, profits of export or import monopolies, exchange profits, and exchange taxes.
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Net lending (+) / net borrowing (–) equals government revenue minus expense, minus net investment in nonfinancial assets. It is also equal to the net result of transactions in financial assets and liabilities. Net lending/net borrowing is a summary measure indicating the extent to which government is either putting financial resources at the disposal of other sectors in the economy or abroad, or utilizing the financial resources generated by other sectors in the economy or from abroad.
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Account denotes the percentage of respondents who report having an account (by themselves or together with someone else) at a bank or another type of financial institution or report personally using a mobile money service in the past 12 months (female, % age 15+).
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Broad money (IFS line 35L..ZK) is the sum of currency outside banks; demand deposits other than those of the central government; the time, savings, and foreign currency deposits of resident sectors other than the central government; bank and traveler’s checks; and other securities such as certificates of deposit and commercial paper.
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Borrowers from commercial banks are the reported number of resident customers that are nonfinancial corporations (public and private) and households who obtained loans from commercial banks and other banks functioning as commercial banks. For many countries data cover the total number of loan accounts due to lack of information on loan account holders.
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Water productivity is calculated as GDP in constant prices divided by annual total water withdrawal.
## 192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Higher plants are native vascular plant species. Threatened species are the number of species classified by the IUCN as endangered, vulnerable, rare, indeterminate, out of danger, or insufficiently known.
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Population-weighted exposure to ambient PM2.5 pollution is defined as the average level of exposure of a nation's population to concentrations of suspended particles measuring less than 2.5 microns in aerodynamic diameter, which are capable of penetrating deep into the respiratory tract and causing severe health damage. Exposure is calculated by weighting mean annual concentrations of PM2.5 by population in both urban and rural areas.
## 194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Total greenhouse gas emissions in kt of CO2 equivalent are composed of CO2 totals excluding short-cycle biomass burning (such as agricultural waste burning and savanna burning) but including other biomass burning (such as forest fires, post-burn decay, peat fires and decay of drained peatlands), all anthropogenic CH4 sources, N2O sources and F-gases (HFCs, PFCs and SF6).
## 195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Electric power consumption measures the production of power plants and combined heat and power plants less transmission, distribution, and transformation losses and own use by heat and power plants.
## 196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Sources of electricity refer to the inputs used to generate electricity. Hydropower refers to electricity produced by hydroelectric power plants.
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       IMF repurchases are total repayments of outstanding drawings from the General Resources Account during the year specified, excluding repayments due in the reserve tranche. IMF charges cover interest payments with respect to all uses of IMF resources, excluding those resulting from drawings in the reserve tranche. Data are in current U.S. dollars.
## 198  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Public and publicly guaranteed other private credits from manufacturers, exporters, and other suppliers of goods, and bank credits covered by a guarantee of an export credit agency. Net flows (or net lending or net disbursements) received by the borrower during the year are disbursements minus principal repayments. Data are in current U.S. dollars.
## 200  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Private nonguaranteed external debt comprises long-term external obligations of private debtors that are not guaranteed for repayment by a public entity. Data are in current U.S. dollars.
## 202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Personal remittances comprise personal transfers and compensation of employees. Personal transfers consist of all current transfers in cash or in kind made or received by resident households to or from nonresident households. Personal transfers thus include all current transfers between resident and nonresident individuals. Compensation of employees refers to the income of border, seasonal, and other short-term workers who are employed in an economy where they are not resident and of residents employed by nonresident entities. Data are the sum of two items defined in the sixth edition of the IMF's Balance of Payments Manual: personal transfers and compensation of employees.
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Communications, computer, information, and other services cover international telecommunications; computer data; news-related service transactions between residents and nonresidents; construction services; royalties and license fees; miscellaneous business, professional, and technical services; personal, cultural, and recreational services; manufacturing services on physical inputs owned by others; and maintenance and repair services and government services not included elsewhere.
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Current account balance is the sum of net exports of goods and services, net primary income, and net secondary income. Data are in current U.S. dollars.
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Cereal yield, measured as kilograms per hectare of harvested land, includes wheat, rice, maize, barley, oats, rye, millet, sorghum, buckwheat, and mixed grains. Production data on cereals relate to crops harvested for dry grain only. Cereal crops harvested for hay or harvested green for food, feed, or silage and those used for grazing are excluded. The FAO allocates production data to the calendar year in which the bulk of the harvest took place. Most of a crop harvested near the end of a year will be used in the following year.
## 208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Urban land area below 5m is the total urban land area in square kilometers where the elevation is 5 meters or less.
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Transport services (% of commercial service exports) covers all transport services (sea, air, land, internal waterway, space, and pipeline) performed by residents of one economy for those of another and involving the carriage of passengers, movement of goods (freight), rental of carriers with crew, and related support and auxiliary services. Excluded are freight insurance, which is included in insurance services; goods procured in ports by nonresident carriers and repairs of transport equipment, which are included in goods; repairs of railway facilities, harbors, and airfield facilities, which are included in construction services; and rental of carriers without crew, which is included in other services.
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Merchandise exports to high-income economies are the sum of merchandise exports from the reporting economy to high-income economies according to the World Bank classification of economies. Data are expressed as a percentage of total merchandise exports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Commercial service imports are total service imports minus imports of government services not included elsewhere. International transactions in services are defined by the IMF's Balance of Payments Manual (1993) as the economic output of intangible commodities that may be produced, transferred, and consumed at the same time. Definitions may vary among reporting economies.
## 212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Ores and metals comprise commodities in SITC sections 27 (crude fertilizer, minerals nes); 28 (metalliferous ores, scrap); and 68 (non-ferrous metals).
## 213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Weighted mean most favored nations tariff is the average of most favored nation rates weighted by the product import shares corresponding to each partner country. Data are classified using the Harmonized System of trade at the six- or eight-digit level. Tariff line data were matched to Standard International Trade Classification (SITC) revision 3 codes to define commodity groups and import weights. Import weights were calculated using the United Nations Statistics Division's Commodity Trade (Comtrade) database.
## 214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Import volume indexes are derived from UNCTAD's volume index series and are the ratio of the import value indexes to the corresponding unit value indexes. Unit value indexes are based on data reported by countries that demonstrate consistency under UNCTAD quality controls, supplemented by UNCTAD’s estimates using the previous year’s trade values at the Standard International Trade Classification three-digit level as weights. To improve data coverage, especially for the latest periods, UNCTAD constructs a set of average prices indexes at the three-digit product classification of the Standard International Trade Classification revision 3 using UNCTAD’s Commodity Price Statistics, interna­tional and national sources, and UNCTAD secretariat estimates and calculates unit value indexes at the country level using the current year’s trade values as weights. For economies for which UNCTAD does not publish data, the import volume indexes (lines 73) in the IMF's International Financial Statistics are used.
## 215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Rural population refers to people living in rural areas as defined by national statistical offices. It is calculated as the difference between total population and urban population.
## 216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Annual population growth rate for year t is the exponential rate of growth of midyear population from year t-1 to t, expressed as a percentage . Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Female population 65 years of age or older. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 218                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Female population between the ages 30 to 34 as a percentage of the total female population.
## 219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Female population between the ages 5 to 9 as a percentage of the total female population.
## 220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Total fertility rate represents the number of children that would be born to a woman if she were to live to the end of her childbearing years and bear children in accordance with age-specific fertility rates of the specified year.
## 221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Percentage of households which have salt they used for cooking that tested positive (>0ppm) for presence of iodine.
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Unemployment refers to the share of the labor force that is without work but available for and seeking employment. Definitions of labor force and unemployment differ by country.
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Youth unemployment refers to the share of the labor force ages 15-24 without work but available for and seeking employment. Definitions of labor force and unemployment differ by country.
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Labor force participation rate is the proportion of the population ages 15 and older that is economically active: all people who supply labor for the production of goods and services during a specified period. Ratio of female to male labor force participation rate is calculated by dividing female labor force participation rate by male labor force participation rate and multiplying by 100.
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Labor force participation rate for ages 15-24 is the proportion of the population ages 15-24 that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Children in employment refer to children involved in economic activity for at least one hour in the reference week of the survey.
## 227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         GDP per person employed is gross domestic product (GDP) divided by total employment in the economy. Purchasing power parity (PPP) GDP is GDP converted to 2017 constant international dollars using PPP rates. An international dollar has the same purchasing power over GDP that a U.S. dollar has in the United States.
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Employment to population ratio is the proportion of a country's population that is employed. Employment is defined as persons of working age who, during a short reference period, were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period (i.e. who worked in a job for at least one hour) or not at work due to temporary absence from a job, or to working-time arrangements. Ages 15 and older are generally considered the working-age population.
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Employment is defined as persons of working age who were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period or not at work due to temporary absence from a job, or to working-time arrangement. The agriculture sector consists of activities in agriculture, hunting, forestry and fishing, in accordance with division 1 (ISIC 2) or categories A-B (ISIC 3) or category A (ISIC 4).
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The percentage of male population who are multidimensionally poor
## 231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Percentage share of income or consumption is the share that accrues to subgroups of population indicated by deciles or quintiles. Percentage shares by quintile may not sum to 100 because of rounding.
## 232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Current external expenditures on health per capita expressed in current US dollars. External sources are composed of direct foreign transfers and foreign transfers distributed by government encompassing all financial inflows into the national health system from outside the country.
## 233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Increase in poverty gap at $1.90 ($ 2011 PPP) poverty line due to out-of-pocket health care expenditure, as a percentage of the $1.90 poverty line. The poverty gap increase due to out-of-pocket health spending is one way to measure how much out-of-pocket health spending pushes people below or further below the poverty line (the difference in the poverty gap due to out-of-pocket health spending being included or excluded from the measure of household welfare). This difference corresponds to the total out-of-pocket health spending for households that are already below the poverty line, to the amount that exceeds the shortfall between the poverty line and total consumption for households that are impoverished by out-of-pocket health spending and to zero for households whose consumption is above the poverty line after accounting for out-of-pocket health spending.
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Suicide mortality rate is the number of suicide deaths in a year per 100,000 population. Crude suicide rate (not age-adjusted).
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Children with diarrhea who received oral rehydration and continued feeding refer to the percentage of children under age five with diarrhea in the two weeks prior to the survey who received either oral rehydration therapy or increased fluids, with continued feeding.
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Exclusive breastfeeding refers to the percentage of children less than six months old who are fed breast milk alone (no other liquids) in the past 24 hours.
## 237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Life time risk of maternal death is the probability that a 15-year-old female will die eventually from a maternal cause assuming that current levels of fertility and mortality (including maternal mortality) do not change in the future, taking into account competing causes of death.
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Number of new HIV infections among uninfected populations ages 15-24 expressed per 1,000 uninfected population ages 15-24 in the year before the period.
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Demand for family planning satisfied by modern methods refers to the percentage of married women ages 15-49 years whose need for family planning is satisfied with modern methods.
## 240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Number of children dying before reaching age five.
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Percentage of women ages 15-49 who believe a husband/partner is justified in hitting or beating his wife/partner when she refuses sex with him.
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Government expenditure per student is the average general government expenditure (current, capital, and transfers) per student in the given level of education, expressed as a percentage of GDP per capita.
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The percentage of population ages 25 and over that attained or completed short-cycle tertiary education.
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Trained teachers in secondary education are the percentage of secondary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Gross enrollment ratio is the ratio of total enrollment, regardless of age, to the population of the age group that officially corresponds to the level of education shown. Secondary education completes the provision of basic education that began at the primary level, and aims at laying the foundations for lifelong learning and human development, by offering more subject- or skill-oriented instruction using more specialized teachers.
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The percentage of population ages 25 and over that attained or completed post-secondary non-tertiary education.
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Adjusted net enrollment is the number of pupils of the school-age group for primary education, enrolled either in primary or secondary education, expressed as a percentage of the total population in that age group.
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Persistence to grade 5 (percentage of cohort reaching grade 5) is the share of children enrolled in the first grade of primary school who eventually reach grade 5. The estimate is based on the reconstructed cohort method.
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Gross enrollment ratio is the ratio of total enrollment, regardless of age, to the population of the age group that officially corresponds to the level of education shown. Primary education provides children with basic reading, writing, and mathematics skills along with an elementary understanding of such subjects as history, geography, natural science, social science, art, and music.
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Gross enrollment ratio is the ratio of total enrollment, regardless of age, to the population of the age group that officially corresponds to the level of education shown. Preprimary education refers to programs at the initial stage of organized instruction, designed primarily to introduce very young children to a school-type environment and to provide a bridge between home and school.
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Real effective exchange rate is the nominal effective exchange rate (a measure of the value of a currency against a weighted average of several foreign currencies) divided by a price deflator or index of costs.
## 252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Adequacy of social safety net programs is measured by the total transfer amount received by the population participating in social safety net programs as a share of their total welfare. Welfare is defined as the total income or total expenditure of beneficiary households. Social safety net programs include cash transfers and last resort programs, noncontributory social pensions, other cash transfers programs (child, family and orphan allowances, birth and death grants, disability benefits, and other allowances), conditional cash transfers, in-kind food transfers (food stamps and vouchers, food rations, supplementary feeding, and emergency food distribution), school feeding, other social assistance programs (housing allowances, scholarships, fee waivers, health subsidies, and other social assistance) and public works programs (cash for work and food for work). Estimates include both direct and indirect beneficiaries.
## 253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The DEC alternative conversion factor is the underlying annual exchange rate used for the World Bank Atlas method. As a rule, it is the official exchange rate reported in the IMF's International Financial Statistics (line rf). Exceptions arise where further refinements are made by World Bank staff. It is expressed in local currency units per U.S. dollar.
## 254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              This indicator provides per capita values for gross national income (GNI. Formerly GNP) expressed in current international dollars converted by purchasing power parity (PPP) conversion factor.  GNI is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. PPP conversion factor is a spatial price deflator and currency converter that eliminates the effects of the differences in price levels between countries.
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Gross domestic savings are calculated as GDP less final consumption expenditure (total consumption).
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Annual percentage growth rate of GDP at market prices based on constant local currency. Aggregates are based on constant 2015 prices, expressed in U.S. dollars. GDP is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources.
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Inflation as measured by the annual growth rate of the GDP implicit deflator shows the rate of price change in the economy as a whole. The GDP implicit deflator is the ratio of GDP in current local currency to GDP in constant local currency.
## 258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Natural resource depletion is the sum of net forest depletion, energy depletion, and mineral depletion. Net forest depletion is unit resource rents times the excess of roundwood harvest over natural growth. Energy depletion is the ratio of the value of the stock of energy resources to the remaining reserve lifetime (capped at 25 years). It covers coal, crude oil, and natural gas. Mineral depletion is the ratio of the value of the stock of mineral resources to the remaining reserve lifetime (capped at 25 years). It covers tin, gold, lead, zinc, iron, copper, nickel, silver, bauxite, and phosphate.
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Services correspond to ISIC divisions 50-99. They include value added in wholesale and retail trade (including hotels and restaurants), transport, and government, financial, professional, and personal services such as education, health care, and real estate services. Also included are imputed bank service charges and import duties. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The industrial origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 3. Data are in constant local currency.
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Industry (including construction) corresponds to ISIC divisions 05-43 and includes manufacturing (ISIC divisions 10-33). It comprises value added in mining, manufacturing (also reported as a separate subgroup), construction, electricity, water, and gas. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4. Data are in current local currency.
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Agriculture, forestry, and fishing corresponds to ISIC divisions 1-3 and includes forestry, hunting, and fishing, as well as cultivation of crops and livestock production. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4. Data are in current U.S. dollars.
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Computer, communications and other services (% of commercial service exports) include such activities as international telecommunications, and postal and courier services; computer data; news-related service transactions between residents and nonresidents; construction services; royalties and license fees; miscellaneous business, professional, and technical services; and personal, cultural, and recreational services.
## 263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Manufactures comprise commodities in SITC sections 5 (chemicals), 6 (basic manufactures), 7 (machinery and transport equipment), and 8 (miscellaneous manufactured goods), excluding division 68 (non-ferrous metals).
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Merchandise imports by the reporting economy are the total merchandise imports by the reporting economy from the rest of the world, as reported in the IMF's Direction of trade database. Data are in current U.S. dollars.
## 265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Fuels comprise the commodities in SITC section 3 (mineral fuels, lubricants and related materials).
## 266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Simple mean applied tariff is the unweighted average of effectively applied rates for all products subject to tariffs calculated for all traded goods. Data are classified using the Harmonized System of trade at the six- or eight-digit level. Tariff line data were matched to Standard International Trade Classification (SITC) revision 3 codes to define commodity groups. Effectively applied tariff rates at the six- and eight-digit product level are averaged for products in each commodity group. When the effectively applied rate is unavailable, the most favored nation rate is used instead. To the extent possible, specific rates have been converted to their ad valorem equivalent rates and have been included in the calculation of simple mean tariffs.
## 267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           International tourism expenditures are expenditures of international outbound visitors in other countries. The goods and services are purchased by, or on behalf of, the traveler or provided, without a quid pro quo, for the traveler to use or give away. These may include expenditures by residents traveling abroad as same-day visitors, except in cases where these are so important as to justify a separate classification. Excluded is the international carriage of travelers, which is covered in passenger travel items. Data are in current U.S. dollars.
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Completeness of birth registration is the percentage of children under age 5 whose births were registered at the time of the survey. The numerator of completeness of birth registration includes children whose birth certificate was seen by the interviewer or whose mother or caretaker says the birth has been registered.
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Sex ratio at birth refers to male births per female births. The data are 5 year averages.
## 270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Female population between the ages 60 to 64 as a percentage of the total female population.
## 271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Female population between the ages 20 to 24 as a percentage of the total female population.
## 272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Male population between the ages 0 to 14. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Infant mortality rate, male is the number of male infants dying before reaching one year of age, per 1,000 male live births in a given year.
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             International migrant stock is the number of people born in a country other than that in which they live. It also includes refugees. The data used to estimate the international migrant stock at a particular time are obtained mainly from population censuses. The estimates are derived from the data on foreign-born population--people who have residence in one country but were born in another country. When data on the foreign-born population are not available, data on foreign population--that is, people who are citizens of a country other than the country in which they reside--are used as estimates. After the breakup of the Soviet Union in 1991 people living in one of the newly independent countries who were born in another were classified as international migrants. Estimates of migrant stock in the newly independent states from 1990 on are based on the 1989 census of the Soviet Union. For countries with information on the international migrant stock for at least two points in time, interpolation or extrapolation was used to estimate the international migrant stock on July 1 of the reference years. For countries with only one observation, estimates for the reference years were derived using rates of change in the migrant stock in the years preceding or following the single observation available. A model was used to estimate migrants for countries that had no data.
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The percentage of the labor force with an intermediate level of education who are unemployed. Intermediate education comprises upper secondary or post-secondary non tertiary education according to the International Standard Classification of Education 2011 (ISCED 2011).
## 276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Female labor force as a percentage of the total show the extent to which women are active in the labor force. Labor force comprises people ages 15 and older who supply labor for the production of goods and services during a specified period.
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The ratio of the labor force with basic education to the working-age population with basic education. Basic education comprises primary education or lower secondary education according to the International Standard Classification of Education 2011 (ISCED 2011).
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Average working hours of children working only refers to the average weekly working hours of those children who are involved in economic activity and not attending school.
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Employment by economic activity refers to the distribution of economically active children by the major industrial categories of the International Standard Industrial Classification (ISIC). Services correspond to divisions 6-9 (ISIC revision 2), categories G-P (ISIC revision 3), or categories G-U (ISIC revision 4). Services include wholesale and retail trade, hotels and restaurants, transport, financial intermediation, real estate, public administration, education, health and social work, other community services, and private household activity. Economically active children refer to children involved in economic activity for at least one hour in the reference week of the survey.
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Unpaid family workers are people who work without pay in a market-oriented establishment operated by a related person living in the same household.
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Self-employed workers are those workers who, working on their own account or with one or a few partners or in cooperative, hold the type of jobs defined as a "self-employment jobs." i.e. jobs where the remuneration is directly dependent upon the profits derived from the goods and services produced. Self-employed workers include four sub-categories of employers, own-account workers, members of producers' cooperatives, and contributing family workers.
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Employment by economic activity refers to the distribution of economically active children by the major industrial categories of the International Standard Industrial Classification (ISIC). Agriculture corresponds to division 1 (ISIC revision 2), categories A and B (ISIC revision 3), or category A (ISIC revision 4) and includes hunting, forestry, and fishing. Economically active children refer to children involved in economic activity for at least one hour in the reference week of the survey.
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Proportion of the child population that is multidimensionally poor adjusted by the intensity of the deprivations
## 284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Current private expenditures on health per capita expressed in international dollars at purchasing power parity.
## 285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Level of current health expenditure expressed as a percentage of GDP.  Estimates of current health expenditures include healthcare goods and services consumed during each year. This indicator does not include capital health expenditures such as buildings, machinery, IT and stocks of vaccines for emergency or outbreaks.
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Tuberculosis case detection rate (all forms) is the number of new and relapse tuberculosis cases notified to WHO in a given year, divided by WHO's estimate of the number of incident tuberculosis cases for the same year, expressed as a percentage. Estimates for all years are recalculated as new information becomes available and techniques are refined, so they may differ from those published previously.
## 287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Prevalence of stunting, female, is the percentage of girls under age 5 whose height for age is more than two standard deviations below the median for the international reference population ages 0-59 months. For children up to two years old height is measured by recumbent length. For older children height is measured by stature while standing. The data are based on the WHO's new child growth standards released in 2006.
## 288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Maternal mortality ratio is the number of women who die from pregnancy-related causes while pregnant or within 42 days of pregnancy termination per 100,000 live births.
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Children with acute respiratory infection (ARI) who are taken to a health provider refers to the percentage of children under age five with ARI in the last two weeks who were taken to an appropriate health provider, including hospital, health center, dispensary, village health worker, clinic, and private physician.
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Use of insecticide-treated bed nets refers to the percentage of children under age five who slept under an insecticide-treated bednet to prevent malaria.
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Number of children (ages 0-14) newly infected with HIV.
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Mortality from CVD, cancer, diabetes or CRD is the percent of 30-year-old-people who would die before their 70th birthday from any of cardiovascular disease, cancer, diabetes,  or chronic respiratory disease, assuming that s/he would experience current mortality rates at every age and s/he would not die from any other cause of death (e.g., injuries or HIV/AIDS).
## 293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Number of deaths of youths ages 20-24 years
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Percentage of women ages 15-49 who believe a husband/partner is justified in hitting or beating his wife/partner when she burns the food.
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Government expenditure per student is the average general government expenditure (current, capital, and transfers) per student in the given level of education, expressed as a percentage of GDP per capita.
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The percentage of population ages 25 and over that attained or completed Doctoral or equivalent.
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Trained teachers in secondary education are the percentage of secondary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Secondary vocational pupils are the number of secondary students enrolled in technical and vocational education programs, including teacher training.
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of population ages 25 and over that attained or completed lower secondary education.
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Primary education teachers includes full-time and part-time teachers.
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Over-age students are the percentage of those enrolled who are older than the official school-age range for primary education.
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Primary duration refers to the number of grades (years) in primary school.
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Gender parity index for gross enrollment ratio in tertiary education is the ratio of women to men enrolled at tertiary level in public and private schools.
## 304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Coverage of social insurance programs shows the percentage of population participating in programs that provide old age contributory pensions (including survivors and disability) and social security and health insurance benefits (including occupational injury benefits, paid sick leave, maternity and other social insurance). Estimates include both direct and indirect beneficiaries.
## 305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Coverage of unemployment benefits and active labor market programs (ALMP) shows the percentage of population participating in unemployment compensation, severance pay, and early retirement due to labor market reasons, labor market services (intermediation), training (vocational, life skills, and cash for training), job rotation and job sharing, employment incentives and wage subsidies, supported employment and rehabilitation, and employment measures for the disabled. Estimates include both direct and indirect beneficiaries.
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Net secondary income (from abroad) comprises transfers of income between residents of the reporting country and the rest of the world that carry no provisions for repayment. Net secondary income is equal to the unrequited transfers of income from nonresidents to residents minus the unrequited transfers from residents to nonresidents. Data are in current U.S. dollars.
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GNI per capita is gross national income divided by midyear population. GNI (formerly GNP) is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. Data are in current local currency.
## 308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Oil rents are the difference between the value of crude oil production at regional prices and total costs of production.
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GDP at purchaser's prices is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in current U.S. dollars. Dollar figures for GDP are converted from domestic currencies using single year official exchange rates. For a few countries where the official exchange rate does not reflect the rate effectively applied to actual foreign exchange transactions, an alternative conversion factor is used.
## 310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Adjusted net savings are equal to net national savings plus education expenditure and minus energy depletion, mineral depletion, net forest depletion, and carbon dioxide. This series excludes particulate emissions damage.
## 311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Energy depletion is the ratio of the value of the stock of energy resources to the remaining reserve lifetime (capped at 25 years). It covers coal, crude oil, and natural gas.
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Services correspond to ISIC divisions 50-99. They include value added in wholesale and retail trade (including hotels and restaurants), transport, and government, financial, professional, and personal services such as education, health care, and real estate services. Also included are imputed bank service charges and import duties. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The industrial origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 3. Data are in current U.S. dollars.
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Annual growth rate for manufacturing value added based on constant local currency. Aggregates are based on constant 2015 prices, expressed in U.S. dollars. Manufacturing refers to industries belonging to ISIC divisions 10-33. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4.
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  External balance on goods and services (formerly resource balance) equals exports of goods and services minus imports of goods and services (previously nonfactor services). Data are in constant local currency.
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Inventories are stocks of goods held by firms to meet temporary or unexpected fluctuations in production or sales, and "work in progress." Data are in current local currency.
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Gross national expenditure (formerly domestic absorption) is the sum of household final consumption expenditure (formerly private consumption), general government final consumption expenditure (formerly general government consumption), and gross capital formation (formerly gross domestic investment).
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Household final consumption expenditure per capita (private consumption per capita) is calculated using private consumption in constant 2015 prices and World Bank population estimates. Household final consumption expenditure is the market value of all goods and services, including durable products (such as cars, washing machines, and home computers), purchased by households. It excludes purchases of dwellings but includes imputed rent for owner-occupied dwellings. It also includes payments and fees to governments to obtain permits and licenses. Here, household consumption expenditure includes the expenditures of nonprofit institutions serving households, even when reported separately by the country. Data are in constant 2015 U.S. dollars.
## 318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Military expenditures data from SIPRI are derived from the NATO definition, which includes all current and capital expenditures on the armed forces, including peacekeeping forces; defense ministries and other government agencies engaged in defense projects; paramilitary forces, if these are judged to be trained and equipped for military operations; and military space activities. Such expenditures include military and civil personnel, including retirement pensions of military personnel and social services for personnel; operation and maintenance; procurement; military research and development; and military aid (in the military expenditures of the donor country). Excluded are civil defense and current expenditures for previous military activities, such as for veterans' benefits, demobilization, conversion, and destruction of weapons. This definition cannot be applied for all countries, however, since that would require much more detailed information than is available about what is included in military budgets and off-budget military expenditure items. (For example, military budgets might or might not cover civil defense, reserves and auxiliary forces, police and paramilitary forces, dual-purpose forces such as military and civilian police, military grants in kind, pensions for military personnel, and social security contributions paid by one part of government to another.)
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The number of distinct, publicly-trusted TLS/SSL certificates found in the Netcraft Secure Server Survey.
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Internally displaced persons are defined according to the 1998 Guiding Principles (http://www.internal-displacement.org/publications/1998/ocha-guiding-principles-on-internal-displacement) as people or groups of people who have been forced or obliged to flee or to leave their homes or places of habitual residence, in particular as a result of armed conflict, or to avoid the effects of armed conflict, situations of generalized violence, violations of human rights, or natural or human-made disasters and who have not crossed an international border. "New Displacement" refers to the number of new cases or incidents of displacement recorded over the specified year, rather than the number of people displaced. This is done because people may have been displaced more than once.
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Merchandise exports to low- and middle-income economies in Europe and Central Asia are the sum of merchandise exports from the reporting economy to low- and middle-income economies in the Europe and Central Asia region according to World Bank classification of economies. Data are as a percentage of total merchandise exports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Net barter terms of trade index is calculated as the percentage ratio of the export unit value indexes to the import unit value indexes, measured relative to the base year 2000. Unit value indexes are based on data reported by countries that demonstrate consistency under UNCTAD quality controls, supplemented by UNCTAD's estimates using the previous year’s trade values at the Standard International Trade Classification three-digit level as weights. To improve data coverage, especially for the latest periods, UNCTAD constructs a set of average prices indexes at the three-digit product classification of the Standard International Trade Classification revision 3 using UNCTAD’s Commodity Price Statistics, interna­tional and national sources, and UNCTAD secretariat estimates and calculates unit value indexes at the country level using the current year's trade values as weights.
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Merchandise imports from high-income economies are the sum of merchandise imports by the reporting economy from high-income economies according to the World Bank classification of economies. Data are expressed as a percentage of total merchandise imports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Share of tariff lines with international peaks is the share of lines in the tariff schedule with tariff rates that exceed 15 percent. It provides an indication of how selectively tariffs are applied. Primary products are commodities classified in SITC revision 3 sections 0-4 plus division 68 (nonferrous metals).
## 325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Share of tariff lines with international peaks is the share of lines in the tariff schedule with tariff rates that exceed 15 percent. It provides an indication of how selectively tariffs are applied. Manufactured products are commodities classified in SITC revision 3 sections 5-8 excluding division 68.
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Urban population refers to people living in urban areas as defined by national statistical offices. The data are collected and smoothed by United Nations Population Division.
## 327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Total population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship. The values shown are midyear estimates.
## 328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Male population 65 years of age or older as a percentage of the total male population. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Male population between the ages 35 to 39 as a percentage of the total male population.
## 330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Male population between the ages 10 to 14 as a percentage of the total male population.
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Wanted fertility rate is an estimate of what the total fertility rate would be if all unwanted births were avoided.
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Adolescent fertility rate is the number of births per 1,000 women ages 15-19.
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Unemployment refers to the share of the labor force that is without work but available for and seeking employment.
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Youth unemployment refers to the share of the labor force ages 15-24 without work but available for and seeking employment.
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Labor force participation rate is the proportion of the population ages 15 and older that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Labor force participation rate for ages 15-24 is the proportion of the population ages 15-24 that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Children in employment refer to children involved in economic activity for at least one hour in the reference week of the survey. Study and work refer to children attending school in combination with economic activity.
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Employment is defined as persons of working age who were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period or not at work due to temporary absence from a job, or to working-time arrangement. The industry sector consists of mining and quarrying, manufacturing, construction, and public utilities (electricity, gas, and water), in accordance with divisions 2-5 (ISIC 2) or categories C-F (ISIC 3) or categories B-F (ISIC 4).
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Employment to population ratio is the proportion of a country's population that is employed. Employment is defined as persons of working age who, during a short reference period, were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period (i.e. who worked in a job for at least one hour) or not at work due to temporary absence from a job, or to working-time arrangements. Ages 15 and older are generally considered the working-age population.
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Employment to population ratio is the proportion of a country's population that is employed. Employment is defined as persons of working age who, during a short reference period, were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period (i.e. who worked in a job for at least one hour) or not at work due to temporary absence from a job, or to working-time arrangements. Ages 15-24 are generally considered the youth population.
## 341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Poverty headcount ratio at $6.85 a day is the percentage of the population living on less than $6.85 a day at 2017 international prices.
## 342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Percentage share of income or consumption is the share that accrues to subgroups of population indicated by deciles or quintiles.
## 343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Public expenditure on health from domestic sources as a share of the economy as measured by GDP.
## 344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Number of people pushed below the $3.20 ($ 2011 PPP) poverty line by out-of-pocket health care expenditure. This indicator shows the number of households experiencing impoverishing out-of-pocket health expenditures, defined as expenditures without which the household would have been above the $3.20 poverty line, but because of the expenditures is below the poverty line.  Out-of-pocket health expenditure is defined as any spending incurred by a household when any member uses a health good or service to receive any type of care (preventive, curative, rehabilitative, long-term or palliative care); provided by any type of provider; for any type of disease, illness or health condition; in any type of setting (outpatient, inpatient, at home).
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Mortality caused by road traffic injury is estimated road traffic fatal injury deaths per 100,000 population.
## 346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Prevalence of overweight, male, is the percentage of boys under age 5 whose weight for height is more than two standard deviations above the median for the international reference population of the corresponding age as established by the WHO's new child growth standards released in 2006.
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Diabetes prevalence refers to the percentage of people ages 20-79 who have type 1 or type 2 diabetes. It is calculated by adjusting to a standard population age-structure.
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The percentage of the female population ages 15 years and over who currently use any tobacco product (smoked and/or smokeless tobacco) on a daily or non-daily basis. Tobacco products include cigarettes, pipes, cigars, cigarillos, waterpipes (hookah, shisha), bidis, kretek, heated tobacco products, and all forms of smokeless (oral and nasal) tobacco. Tobacco products exclude e-cigarettes (which do not contain tobacco), “e-cigars”, “e-hookahs”, JUUL and “e-pipes”. The rates are age-standardized to the WHO Standard Population.
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Child immunization rate, hepatitis B is the percentage of children ages 12-23 months who received hepatitis B vaccinations before 12 months or at any time before the survey. A child is considered adequately immunized after three doses.
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The percentage of people using at least basic water services.  This indicator encompasses both people using basic water services as well as those using safely managed water services.  Basic drinking water services is defined as drinking water from an improved source, provided collection time is not more than 30 minutes for a round trip.  Improved water sources include piped water, boreholes or tubewells, protected dug wells, protected springs, and packaged or delivered water.
## 351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Probability of dying between age 5-9 years of age expressed per 1,000 children aged 5, if subject to age-specific mortality rates of the specified year.
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Total alcohol per capita consumption is defined as the total (sum of recorded and unrecorded alcohol) amount of alcohol consumed per person (15 years of age or older) over a calendar year, in litres of pure alcohol, adjusted for tourist consumption.
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             General government expenditure on education (current, capital, and transfers) is expressed as a percentage of GDP. It includes expenditure funded by transfers from international sources to government. General government usually refers to local, regional and central governments.
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Tertiary school pupil-teacher ratio is the average number of pupils per teacher in tertiary school.
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Female teachers as a percentage of total secondary education teachers includes full-time and part-time teachers.
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Net enrollment rate is the ratio of children of official school age who are enrolled in school to the population of the corresponding official school age. Secondary education completes the provision of basic education that began at the primary level, and aims at laying the foundations for lifelong learning and human development, by offering more subject- or skill-oriented instruction using more specialized teachers.
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of population ages 25 and over that attained or completed upper secondary education.
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Children out of school are the percentage of primary-school-age children who are not enrolled in primary or secondary school. Children in the official primary age group that are in preprimary education should be considered out of school.
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Persistence to last grade of primary is the percentage of children enrolled in the first grade of primary school who eventually reach the last grade of primary education. The estimate is based on the reconstructed cohort method.
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Gross intake ratio in first grade of primary education is the number of new entrants in the first grade of primary education regardless of age, expressed as a percentage of the population of the official primary entrance age.
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Trained teachers in preprimary education are the percentage of preprimary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Youth literacy rate is the percentage of people ages 15-24 who can both read and write with understanding a short simple statement about their everyday life.
## 363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Coverage of social safety net programs shows the percentage of population participating in cash transfers and last resort programs, noncontributory social pensions, other cash transfers programs (child, family and orphan allowances, birth and death grants, disability benefits, and other allowances), conditional cash transfers, in-kind food transfers (food stamps and vouchers, food rations, supplementary feeding, and emergency food distribution), school feeding, other social assistance programs (housing allowances, scholarships, fee waivers, health subsidies, and other social assistance) and public works programs (cash for work and food for work). Estimates include both direct and indirect beneficiaries.
## 364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Price level ratio is the ratio of a purchasing power parity (PPP) conversion factor to an exchange rate. It provides a measure of the differences in price levels between countries by indicating the number of units of the common currency needed to buy the same volume of the aggregation level in each country. At the level of GDP, they provide a measure of the differences in the general price levels of countries.
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Gross savings are calculated as gross national income less total consumption, plus net transfers. Data are in current local currency.
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GNI (formerly GNP) is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. Data are in current U.S. dollars.
## 367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              PPP GDP is gross domestic product converted to international dollars using purchasing power parity rates. An international dollar has the same purchasing power over GDP as the U.S. dollar has in the United States. GDP is the sum of gross value added by all resident producers in the country plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in constant 2017 international dollars.
## 368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The GDP implicit deflator is calculated as the ratio of GDP in current local currency to GDP in constant local currency. This series has been linked to produce a consistent time series to counteract breaks in series over time due to changes in base years, source data and methodologies. Thus, it may not be comparable with other national accounts series in the database for historical years. The base year varies by country.
## 369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net national savings are equal to gross national savings less the value of consumption of fixed capital.
## 370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Education expenditure refers to the current operating expenditures in education, including wages and salaries and excluding capital investments in buildings and equipment.
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Industry (including construction) corresponds to ISIC divisions 05-43 and includes manufacturing (ISIC divisions 10-33). It comprises value added in mining, manufacturing (also reported as a separate subgroup), construction, electricity, water, and gas. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4. Data are in constant local currency.
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Annual growth rate for agricultural, forestry, and fishing value added based on constant local currency. Aggregates are based on constant 2015 prices, expressed in U.S. dollars. Agriculture corresponds to ISIC divisions 01-03 and includes forestry, hunting, and fishing, as well as cultivation of crops and livestock production. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4.
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Gross capital formation (formerly gross domestic investment) consists of outlays on additions to the fixed assets of the economy plus net changes in the level of inventories. Fixed assets include land improvements (fences, ditches, drains, and so on); plant, machinery, and equipment purchases; and the construction of roads, railways, and the like, including schools, offices, hospitals, private residential dwellings, and commercial and industrial buildings. Inventories are stocks of goods held by firms to meet temporary or unexpected fluctuations in production or sales, and "work in progress." According to the 1993 SNA, net acquisitions of valuables are also considered capital formation.
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Private investment covers gross outlays by the private sector (including private nonprofit agencies) on additions to its fixed domestic assets.
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Final consumption expenditure (formerly total consumption) is the sum of household final consumption expenditure (formerly private consumption) and general government final consumption expenditure (formerly general government consumption). Data are in constant 2015 prices, expressed in U.S. dollars.
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Annual percentage growth of general government final consumption expenditure based on constant local currency. Aggregates are based on constant 2015 prices, expressed in U.S. dollars. General government final consumption expenditure (general government consumption) includes all government current expenditures for purchases of goods and services (including compensation of employees). It also includes most expenditures on national defense and security, but excludes government military expenditures that are part of government capital formation.
## 377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Data are from Logistics Performance Index surveys conducted by the World Bank in partnership with academic and international institutions and private companies and individuals engaged in international logistics. 2009 round of surveys covered more than 5,000 country assessments by nearly 1,000 international freight forwarders. Respondents evaluate eight markets on six core dimensions on a scale from 1 (worst) to 5 (best). The markets are chosen based on the most important export and import markets of the respondent's country, random selection, and, for landlocked countries, neighboring countries that connect them with international markets. Details of the survey methodology are in Arvis and others' Connecting to Compete 2010: Trade Logistics in the Global Economy (2010). Respondents assessed the ease of arranging competitively priced shipments to markets, on a rating ranging from 1 (very difficult) to 5 (very easy). Scores are averaged across all respondents.
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Rail lines are the length of railway route available for train service, irrespective of the number of parallel tracks.
## 379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Data are from Logistics Performance Index surveys conducted by the World Bank in partnership with academic and international institutions and private companies and individuals engaged in international logistics. 2009 round of surveys covered more than 5,000 country assessments by nearly 1,000 international freight forwarders. Respondents evaluate eight markets on six core dimensions on a scale from 1 (worst) to 5 (best). The markets are chosen based on the most important export and import markets of the respondent's country, random selection, and, for landlocked countries, neighboring countries that connect them with international markets. Details of the survey methodology are in Arvis and others' Connecting to Compete 2010: Trade Logistics in the Global Economy (2010). Respondents evaluated the ability to track and trace consignments when shipping to the market, on a rating ranging from 1 (very low) to 5 (very high). Scores are averaged across all respondents.
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Mobile cellular telephone subscriptions are subscriptions to a public mobile telephone service that provide access to the PSTN using cellular technology. The indicator includes (and is split into) the number of postpaid subscriptions, and the number of active prepaid accounts (i.e. that have been used during the last three months). The indicator applies to all mobile cellular subscriptions that offer voice communications. It excludes subscriptions via data cards or USB modems, subscriptions to public mobile data services, private trunked mobile radio, telepoint, radio paging and telemetry services.
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The source data indicator reflects whether a country conducts data collection activities in line with internationally recommended periodicity, and whether data from administrative systems are available. The source data score is calculated as the weighted average of 5 underlying indicator scores. The final source data score contributes 1/3 of the overall Statistical Capacity Indicator score.
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Building human resources assesses the national policies and public and private sector service delivery that affect the access to and quality of health and education services, including prevention and treatment of HIV/AIDS, tuberculosis, and malaria.
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Public Private Partnerships in water and sanitation (current US$) refers to commitments to  infrastructure projects in water and sanitation that have reached financial closure and directly or indirectly serve the public. Movable assets, incinerators, standalone solid waste projects, and small projects are excluded. The types of projects included are management and lease contracts, operations and management contracts with major capital expenditure, and greenfield projects (in which a private entity or a public-private joint venture builds and operates a new facility). It excludes divestitures and merchant projects. Investment commitments are the sum of investments in facilities and investments in government assets. Investments in facilities are the resources the project company commits to invest during the contract period either in new facilities or in expansion and modernization of existing facilities. Investments in government assets are the resources the project company spends on acquiring government assets such as state-owned enterprises, rights to provide services in a specific area, or the use of specific radio spectrums. Data is presented based on investment year. Data are in current U.S. dollars.
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Firms expected to give gifts in meetings with tax officials is the percentage of firms that answered positively to the question "was a gift or informal payment expected or requested during a meeting with tax officials?"
## 385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Documentary compliance captures the time and cost associated with compliance with the documentary requirements of all government agencies of the origin economy, the destination economy and any transit economies. The aim is to measure the total burden of preparing the bundle of documents that will enable completion of the international trade for the product and partner pair assumed in the case study.
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Informal payments to public officials are the percentage of firms expected to make informal payments to public officials to "get things done" with regard to customs, taxes, licenses, regulations, services, and the like.
## 387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Depth of credit information index measures rules affecting the scope, accessibility, and quality of credit information available through public or private credit registries. The index ranges from 0 to 8, with higher values indicating the availability of more credit information, from either a public registry or a private bureau, to facilitate lending decisions.
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Subsidies, grants, and other social benefits include all unrequited, nonrepayable transfers on current account to private and public enterprises; grants to foreign governments, international organizations, and other government units; and social security, social assistance benefits, and employer social benefits in cash and in kind.
## 389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Tax revenue refers to compulsory transfers to the central government for public purposes. Certain compulsory transfers such as fines, penalties, and most social security contributions are excluded. Refunds and corrections of erroneously collected tax revenue are treated as negative revenue.
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Social contributions include social security contributions by employees, employers, and self-employed individuals, and other contributions whose source cannot be determined. They also include actual or imputed contributions to social insurance schemes operated by governments.
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Account denotes the percentage of respondents who report having an account (by themselves or together with someone else) at a bank or another type of financial institution or report personally using a mobile money service in the past 12 months (secondary education or more, % of population ages 15+).
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Wholesale price index refers to a mix of agricultural and industrial goods at various stages of production and distribution, including import duties. The Laspeyres formula is generally used.
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Total reserves comprise holdings of monetary gold, special drawing rights, reserves of IMF members held by the IMF, and holdings of foreign exchange under the control of monetary authorities. The gold component of these reserves is valued at year-end (December 31) London prices. Data are in current U.S. dollars.
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The level of water stress: freshwater withdrawal as a proportion of available freshwater resources is the ratio between total freshwater withdrawn by all major sectors and total renewable freshwater resources, after taking into account environmental water requirements. Main sectors, as defined by ISIC standards, include agriculture; forestry and fishing; manufacturing; electricity industry; and services. This indicator is also known as water withdrawal intensity.
## 395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Urban population below 5m is the percentage of the total population, living in areas where the elevation is 5 meters or less.
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Percent of population exposed to ambient concentrations of PM2.5 that exceed the WHO guideline value is defined as the portion of a country’s population living in places where mean annual concentrations of PM2.5 are greater than 10 micrograms per cubic meter, the guideline value recommended by the World Health Organization as the lower end of the range of concentrations over which adverse health effects due to PM2.5 exposure have been observed.
## 397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Agricultural methane emissions are emissions from animals, animal waste, rice production, agricultural waste burning (nonenergy, on-site), and savanna burning.
## 398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Carbon dioxide emissions from liquid fuel consumption refer mainly to emissions from use of natural gas as an energy source.
## 399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Sources of electricity refer to the inputs used to generate electricity. Oil refers to crude oil and petroleum products.
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Public and publicly guaranteed debt service is the sum of principal repayments and interest actually paid in currency, goods, or services on long-term obligations of public debtors and long-term private obligations guaranteed by a public entity. Exports refer to exports of goods, services, and income.
## 401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Net official aid refers to aid flows (net of repayments) from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. Data are in current U.S. dollars.
## 402  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Net financial flows received by the borrower during the year are disbursements of loans and credits less repayments of principal. IMF is the International Monetary Fund, which provides nonconcessional lending through the credit it provides to its members, mainly to meet balance of payments needs. Data are in current U.S. dollars.
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Short-term external debt is defined as debt that has an original maturity of one year or less. Available data permit no distinction between public and private nonguaranteed short-term debt.
## 405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Listed domestic companies, including foreign companies which are exclusively listed, are those which have shares listed on an exchange at the end of the year. Investment funds, unit trusts, and companies whose only business goal is to hold shares of other listed companies, such as holding companies and investment companies, regardless of their legal status, are excluded. A company with several classes of shares is counted once. Only companies admitted to listing on the exchange are included.
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Goods exports refer to all movable goods (including nonmonetary gold and net exports of goods under merchanting) involved in a change of ownership from residents to nonresidents. Data are in current U.S. dollars.
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Net trade in goods and services is derived by offsetting imports of goods and services against exports of goods and services. Exports and imports of goods and services comprise all transactions involving a change of ownership of goods and services between residents of one country and the rest of the world. Data are in current U.S. dollars.
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Imports of goods and services comprise all transactions between residents of a country and the rest of the world involving a change of ownership from nonresidents to residents of general merchandise, nonmonetary gold, and services. Data are in current U.S. dollars.
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Forest area is land under natural or planted stands of trees of at least 5 meters in situ, whether productive or not, and excludes tree stands in agricultural production systems (for example, in fruit plantations and agroforestry systems) and trees in urban parks and gardens.
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Agricultural machinery refers to the number of wheel and crawler tractors (excluding garden tractors) in use in agriculture at the end of the calendar year specified or during the first quarter of the following year.
## 413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Air freight is the volume of freight, express, and diplomatic bags carried on each flight stage (operation of an aircraft from takeoff to its next landing), measured in metric tons times kilometers traveled.
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Efficiency of revenue mobilization assesses the overall pattern of revenue mobilization--not only the de facto tax structure, but also revenue from all sources as actually collected.
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Business regulatory environment assesses the extent to which the legal, regulatory, and policy environments help or hinder private businesses in investing, creating jobs, and becoming more productive.
## 416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Number of procedures to build a warehouse is the number of interactions of a company's employees or managers with external parties, including government agency staff, public inspectors, notaries, land registry and cadastre staff, and technical experts apart from architects and engineers.
## 417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Cost to register a business is normalized by presenting it as a percentage of gross national income (GNI) per capita.
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Average losses due to electrical outages, as percentage of total annual sales. The value represents average losses for all firms which reported outages (please see indicator IC.ELC.OUTG.ZS).
## 419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Border compliance captures the time and cost associated with compliance with the economy’s customs regulations and with regulations relating to other inspections that are mandatory in order for the shipment to cross the economy’s border, as well as the time and cost for handling that takes place at its port or border. The time and cost for this segment include time and cost for customs clearance and inspection procedures conducted by other government agencies.
## 420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The HCI upper bound reflects uncertainty in the measurement of the components and the overall index. It is obtained by recalculating the HCI using estimates of the upper bounds of each of the components of the HCI. The range between the upper and lower bound is the uncertainty interval. While the uncertainty intervals constructed here do not have a rigorous statistical interpretation, a rule of thumb is that if for two countries they overlap substantially, the differences between their HCI values are not likely to be practically meaningful.
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Interest payments include interest payments on government debt--including long-term bonds, long-term loans, and other debt instruments--to domestic and foreign residents.
## 422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Taxes on goods and services include general sales and turnover or value added taxes, selective excises on goods, selective taxes on services, taxes on the use of goods or property, taxes on extraction and production of minerals, and profits of fiscal monopolies.
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Net incurrence of government liabilities includes foreign financing (obtained from nonresidents) and domestic financing (obtained from residents), or the means by which a government provides financial resources to cover a budget deficit or allocates financial resources arising from a budget surplus. The net incurrence of liabilities should be offset by the net acquisition of financial assets.
## 424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Domestic credit provided by the financial sector includes all credit to various sectors on a gross basis, with the exception of credit to the central government, which is net. The financial sector includes monetary authorities and deposit money banks, as well as other financial corporations where data are available (including corporations that do not accept transferable deposits but do incur such liabilities as time and savings deposits). Examples of other financial corporations are finance and leasing companies, money lenders, insurance corporations, pension funds, and foreign exchange companies.
## 425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Domestic credit to private sector refers to financial resources provided to the private sector, such as through loans, purchases of nonequity securities, and trade credits and other accounts receivable, that establish a claim for repayment. For some countries these claims include credit to public enterprises.
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Bank nonperforming loans to total gross loans are the value of nonperforming loans divided by the total value of the loan portfolio (including nonperforming loans before the deduction of specific loan-loss provisions). The loan amount recorded as nonperforming should be the gross value of the loan as recorded on the balance sheet, not just the amount that is overdue.
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Fuel prices refer to the pump prices of the most widely sold grade of gasoline. Prices have been converted from the local currency to U.S. dollars.
## 428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             CO2 emissions from manufacturing industries and construction contains the emissions from combustion of fuels in industry. The IPCC Source/Sink Category 1 A 2 includes these emissions. However, in the 1996 IPCC Guidelines, the IPCC category also includes emissions from industry autoproducers that generate electricity and/or heat. The IEA data are not collected in a way that allows the energy consumption to be split by specific end-use and therefore, autoproducers are shown as a separate item (Unallocated Autoproducers). Manufacturing industries and construction also includes emissions from coke inputs into blast furnaces, which may be reported either in the transformation sector, the industry sector or the separate IPCC Source/Sink Category 2, Industrial Processes.
## 429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Nitrous oxide emissions from energy processes are emissions produced by the combustion of fossil fuels and biofuels.
## 430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Carbon dioxide emissions from solid fuel consumption refer mainly to emissions from use of coal as an energy source.
## 431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Clean energy is noncarbohydrate energy that does not produce carbon dioxide when generated. It includes hydropower and nuclear, geothermal, and solar power, among others.
## 432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Access to electricity, urban is the percentage of urban population with access to electricity.
## 433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net official development assistance (ODA) consists of disbursements of loans made on concessional terms (net of repayments of principal) and grants by official agencies of the members of the Development Assistance Committee (DAC), by multilateral institutions, and by non-DAC countries to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. It includes loans with a grant element of at least 25 percent (calculated at a rate of discount of 10 percent).
## 434  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Public and publicly guaranteed commercial bank loans from private banks and other private financial institutions. Net flows (or net lending or net disbursements) received by the borrower during the year are disbursements minus principal repayments. Data are in current U.S. dollars.
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Bilateral debt includes loans from governments and their agencies (including central banks), loans from autonomous bodies, and direct loans from official export credit agencies. Net flows (or net lending or net disbursements) received by the borrower during the year are disbursements minus principal repayments. Data are in current U.S. dollars.
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Total external debt is debt owed to nonresidents repayable in currency, goods, or services. Total external debt is the sum of public, publicly guaranteed, and private nonguaranteed long-term debt, use of IMF credit, and short-term debt. Short-term debt includes all debt having an original maturity of one year or less and interest in arrears on long-term debt. Data are in current U.S. dollars.
## 438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Portfolio equity includes net inflows from equity securities other than those recorded as direct investment and including shares, stocks, depository receipts (American or global), and direct purchases of shares in local stock markets by foreign investors. Data are in current U.S. dollars.
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Grants are defined as legally binding commitments that obligate a specific value of funds available for disbursement for which there is no repayment requirement. Data are in current U.S. dollars.
## 442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Foreign direct investment refers to direct investment equity flows in an economy. It is the sum of equity capital, reinvestment of earnings, and other capital. Direct investment is a category of cross-border investment associated with a resident in one economy having control or a significant degree of influence on the management of an enterprise that is resident in another economy. Ownership of 10 percent or more of the ordinary shares of voting stock is the criterion for determining the existence of a direct investment relationship. This series shows net outflows of investment from the reporting economy to the rest of the world. Data are in current U.S. dollars.
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Crop production index shows agricultural production for each year relative to the base period 2014-2016. It includes all crops except fodder crops. Regional and income group aggregates for the FAO's production indexes are calculated from the underlying values in international dollars, normalized to the base period 2014-2016.
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Land under cereal production refers to harvested area, although some countries report only sown or cultivated area. Cereals include wheat, rice, maize, barley, oats, rye, millet, sorghum, buckwheat, and mixed grains. Production data on cereals relate to crops harvested for dry grain only. Cereal crops harvested for hay or harvested green for food, feed, or silage and those used for grazing are excluded.
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Imports of goods and services represent the value of all goods and other market services received from the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments. Data are in constant local currency.
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Average annual growth of gross fixed capital formation based on constant local currency. Aggregates are based on constant 2015 prices, expressed in U.S. dollars. Gross fixed capital formation (formerly gross domestic fixed investment) includes land improvements (fences, ditches, drains, and so on); plant, machinery, and equipment purchases; and the construction of roads, railways, and the like, including schools, offices, hospitals, private residential dwellings, and commercial and industrial buildings. According to the 2008 SNA, net acquisitions of valuables are also considered capital formation.
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Gross national expenditure (formerly domestic absorption) is the sum of household final consumption expenditure (formerly private consumption), general government final consumption expenditure (formerly general government consumption), and gross capital formation (formerly gross domestic investment). Data are in current U.S. dollars.
## 448                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Household final consumption expenditure (formerly private consumption) is the market value of all goods and services, including durable products (such as cars, washing machines, and home computers), purchased by households. It excludes purchases of dwellings but includes imputed rent for owner-occupied dwellings. It also includes payments and fees to governments to obtain permits and licenses. Here, household consumption expenditure includes the expenditures of nonprofit institutions serving households, even when reported separately by the country. This series has been linked to produce a consistent time series to counteract breaks in series over time due to changes in base years, source data and methodologies. Thus, it may not be comparable with other national accounts series in the database for historical years. Data are in local currency, at current prices.
## 449                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Arms transfers cover the supply of military weapons through sales, aid, gifts, and those made through manufacturing licenses. Data cover major conventional weapons such as aircraft, armored vehicles, artillery, radar systems, missiles, and ships designed for military use. Excluded are transfers of other military equipment such as small arms and light weapons, trucks, small artillery, ammunition, support equipment, technology transfers, and other services. Figures are SIPRI Trend Indicator Values (TIVs) expressed in US$ m. A '0' indicates that the value of deliveries is less than US$0.5m.
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Fixed telephone subscriptions refers to the sum of active number of analogue fixed telephone lines, voice-over-IP (VoIP) subscriptions, fixed wireless local loop (WLL) subscriptions, ISDN voice-channel equivalents and fixed public payphones.
## 451                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The SPI overall score is a composite score measuing country performance across five pillars: data use, data services, data products, data sources, and data infrastructure.  The new Statistical Performance Indicators (SPI) will replace the Statistical Capacity Index (SCI), which the World Bank has regularly published since 2004. Although the goals are the same, to offer a better tool to measure the statistical systems of countries, the new SPI framework has expanded into new areas including in the areas of data use, administrative data, geospatial data, data services, and data infrastructure. The SPI provides a framework that can help countries measure where they stand in several dimensions and offers an ambitious measurement agenda for the international community.
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     IDA Resource Allocation Index is obtained by calculating the average score for each cluster and then by averaging those scores. For each of 16 criteria countries are rated on a scale of 1 (low) to 6 (high).
## 453                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Industrial design applications are applications to register an industrial design with a national or regional Intellectual Property (IP) offices and designations received by relevant offices through the Hague System. Industrial designs are applied to a wide variety of industrial products and handicrafts. They refer to the ornamental or aesthetic aspects of a useful article, including compositions of lines or colors or any three-dimensional forms that give a special appearance to a product or handicraft. The holder of a registered industrial design has exclusive rights against unauthorized copying or imitation of the design by third parties. Industrial design registrations are valid for a limited period. The term of protection is usually 15 years for most jurisdictions. However, differences in legislation do exist, notably in China (which provides for a 10-year term from the application date). Non-resident application refers to an application filed with the IP office of or acting on behalf of a state or jurisdiction in which the first-named applicant in the application is not domiciled. Design count is used to render application data for industrial applications across offices comparable, as some offices follow a single-class/single-design filing system while other have a multiple class/design filing system.
## 454                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Labor tax and contributions is the amount of taxes and mandatory contributions on labor paid by the business.
## 455                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Time to resolve insolvency is the number of years from the filing for insolvency in court until the resolution of distressed assets.
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Average losses as a result of theft, robbery, vandalism or arson that occurred on the establishment’s premises calculated as a percentage of annual sales. The value represents the average losses for all firms which reported losses (please see indicator IC.FRM.THEV.ZS).
## 457                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Private credit bureau coverage reports the number of individuals or firms listed by a private credit bureau with current information on repayment history, unpaid debts, or credit outstanding. The number is expressed as a percentage of the adult population.
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Primary government expenditures as a proportion of original approved budget measures the extent to which aggregate budget expenditure outturn reflects the amount originally approved, as defined in government budget documentation and fiscal reports. The coverage is budgetary central government (BCG) and the time period covered is the last three completed fiscal years.
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Taxes on income, profits, and capital gains are levied on the actual or presumptive net income of individuals, on the profits of corporations and enterprises, and on capital gains, whether realized or not, on land, securities, and other assets. Intragovernmental payments are eliminated in consolidation.
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Social contributions include social security contributions by employees, employers, and self-employed individuals, and other contributions whose source cannot be determined. They also include actual or imputed contributions to social insurance schemes operated by governments.
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Account denotes the percentage of respondents who report having an account (by themselves or together with someone else) at a bank or another type of financial institution or report personally using a mobile money service in the past 12 months (young adults, % of population ages 15-24).
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Deposit interest rate is the rate paid by commercial or similar banks for demand, time, or savings deposits. The terms and conditions attached to these rates differ by country, however, limiting their comparability.
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              International reserves to total external debt stocks.
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Annual freshwater withdrawals refer to total water withdrawals, not counting evaporation losses from storage basins. Withdrawals also include water from desalination plants in countries where they are a significant source. Withdrawals can exceed 100 percent of total renewable resources where extraction from nonrenewable aquifers or desalination plants is considerable or where there is significant water reuse. Withdrawals for agriculture and industry are total withdrawals for irrigation and livestock production and for direct industrial use (including withdrawals for cooling thermoelectric plants). Withdrawals for domestic uses include drinking water, municipal use or supply, and use for public services, commercial establishments, and homes. Data are for the most recent year available for 1987-2002.
## 465                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Population below 5m is the percentage of the total population living in areas where the elevation is 5 meters or less.
## 466                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Sulfur hexafluoride is used largely to insulate high-voltage electric power equipment.
## 467                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Methane emissions from energy processes are emissions from the production, handling, transmission, and combustion of fossil fuels and biofuels.
## 468                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Carbon dioxide emissions are those stemming from the burning of fossil fuels and the manufacture of cement. They include carbon dioxide produced during consumption of solid, liquid, and gas fuels and gas flaring.
## 469                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Renewable electricity is the share of electrity generated by renewable power plants in total electricity generated by all types of plants.
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Public and publicly guaranteed multilateral loans include loans and credits from the World Bank, regional development banks, and other multilateral and intergovernmental agencies. Excluded are loans from funds administered by an international organization on behalf of a single donor government; these are classified as loans from governments. Debt service payments are the sum of principal repayments and interest payments actually made in the year specified. Data are in current U.S. dollars.
## 471                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Net official aid refers to aid flows (net of repayments) from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. Data are in constant 2020 U.S. dollars.
## 472  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Net financial flows received by the borrower during the year are disbursements of loans and credits less repayments of principal. IBRD is the International Bank for Reconstruction and Development, the founding and largest member of the World Bank Group. Data are in current U.S. dollars.
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Short-term debt includes all debt having an original maturity of one year or less and interest in arrears on long-term debt. Total external debt is debt owed to nonresidents repayable in currency, goods, or services. Total external debt is the sum of public, publicly guaranteed, and private nonguaranteed long-term debt, use of IMF credit, and short-term debt.
## 475                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 476                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The value of shares traded is the total number of shares traded, both domestic and foreign, multiplied by their respective matching prices. Figures are single counted (only one side of the transaction is considered). Companies admitted to listing and admitted to trading are included in the data. Data are end of year values converted to U.S. dollars using corresponding year-end foreign exchange rates.
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Services refer to economic output of intangible commodities that may be produced, transferred, and consumed at the same time. Data are in current U.S. dollars.
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Net trade in goods is the difference between exports and imports of goods. Trade in services is not included. Data are in current U.S. dollars.
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Insurance and financial services cover various types of insurance provided to nonresidents by resident insurance enterprises and vice versa, and financial intermediary and auxiliary services (except those of insurance enterprises and pension funds) exchanged between residents and nonresidents.
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Agricultural irrigated land refers to agricultural areas purposely provided with water, including land irrigated by controlled flooding.
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Fertilizer consumption measures the quantity of plant nutrients used per unit of arable land. Fertilizer products cover nitrogenous, potash, and phosphate fertilizers (including ground rock phosphate). Traditional nutrients--animal and plant manures--are not included. For the purpose of data dissemination, FAO has adopted the concept of a calendar year (January to December). Some countries compile fertilizer data on a calendar year basis, while others are on a split-year basis.
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Merchandise exports to low- and middle-income economies within region are the sum of merchandise exports from the reporting economy to other low- and middle-income economies in the same World Bank region as a percentage of total merchandise exports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data. No figures are shown for high-income economies, because they are a separate category in the World Bank classification of economies.
## 484                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Information and communication technology goods exports include computers and peripheral equipment, communication equipment, consumer electronic equipment, electronic components, and other information and technology goods (miscellaneous).
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Merchandise imports from low- and middle-income economies in Sub-Saharan Africa are the sum of merchandise imports by the reporting economy from low- and middle-income economies in the Sub-Saharan Africa region according to the World Bank classification of economies. Data are expressed as a percentage of total merchandise imports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 486                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Agricultural raw materials comprise SITC section 2 (crude materials except fuels) excluding divisions 22, 27 (crude fertilizers and minerals excluding coal, petroleum, and precious stones), and 28 (metalliferous ores and scrap).
## 487                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Simple mean bound rate is the unweighted average of all the lines in the tariff schedule in which bound rates have been set. Bound rates result from trade negotiations incorporated into a country's schedule of concessions and are thus enforceable.
## 488                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              International tourism expenditures for passenger transport items are expenditures of international outbound visitors in other countries for all services provided during international transportation by nonresident carriers. Also included are passenger services performed within an economy by nonresident carriers. Excluded are passenger services provided to nonresidents by resident carriers within the resident economies; these are included in travel items. In addition to the services covered by passenger fares--including fares that are a part of package tours but excluding cruise fares, which are included in travel--passenger services include such items as charges for excess baggage, vehicles, or other personal accompanying effects and expenditures for food, drink, or other items for which passengers make expenditures while on board carriers. Data are in current U.S. dollars.
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Completeness of birth registration is the percentage of children under age 5 whose births were registered at the time of the survey. The numerator of completeness of birth registration includes children whose birth certificate was seen by the interviewer or whose mother or caretaker says the birth has been registered.
## 490                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Female population between the ages 80 and above as a percentage of the total female population.
## 491                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Female population between the ages 55 to 59 as a percentage of the total female population.
## 492                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Total population between the ages 15 to 64. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 493                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Female population between the ages 0 to 14. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 494                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Infant mortality rate, female is the number of female infants dying before reaching one year of age, per 1,000 female live births in a given year.
## 495                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Refugees are people who are recognized as refugees under the 1951 Convention Relating to the Status of Refugees or its 1967 Protocol, the 1969 Organization of African Unity Convention Governing the Specific Aspects of Refugee Problems in Africa, people recognized as refugees in accordance with the UNHCR statute, people granted refugee-like humanitarian status, and people provided temporary protection. Asylum seekers--people who have applied for asylum or refugee status and who have not yet received a decision or who are registered as asylum seekers--are excluded. Palestinian refugees are people (and their descendants) whose residence was Palestine between June 1946 and May 1948 and who lost their homes and means of livelihood as a result of the 1948 Arab-Israeli conflict. Country of asylum is the country where an asylum claim was filed and granted.
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     The percentage of the labor force with an intermediate level of education who are unemployed. Intermediate education comprises upper secondary or post-secondary non tertiary education according to the International Standard Classification of Education 2011 (ISCED 2011).
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Part time employment refers to regular employment in which working time is substantially less than normal. Definitions of part time employment differ by country.
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The ratio of the labor force with advanced education to the working-age population with advanced education. Advanced education comprises short-cycle tertiary education, a bachelor’s degree or equivalent education level, a master’s degree or equivalent education level, or doctoral degree or equivalent education level according to the International Standard Classification of Education 2011 (ISCED 2011).
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Average working hours of children working only refers to the average weekly working hours of those children who are involved in economic activity and not attending school.
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Employment by economic activity refers to the distribution of economically active children by the major industrial categories of the International Standard Industrial Classification (ISIC). Services correspond to divisions 6-9 (ISIC revision 2), categories G-P (ISIC revision 3), or categories G-U (ISIC revision 4). Services include wholesale and retail trade, hotels and restaurants, transport, financial intermediation, real estate, public administration, education, health and social work, other community services, and private household activity. Economically active children refer to children involved in economic activity for at least one hour in the reference week of the survey.
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Unpaid family workers are people who work without pay in a market-oriented establishment operated by a related person living in the same household.
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Self-employed workers are those workers who, working on their own account or with one or a few partners or in cooperative, hold the type of jobs defined as a "self-employment jobs." i.e. jobs where the remuneration is directly dependent upon the profits derived from the goods and services produced. Self-employed workers include four sub-categories of employers, own-account workers, members of producers' cooperatives, and contributing family workers.
## 503                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The growth rate in the welfare aggregate of the total population is computed as the annualized average growth rate in per capita real consumption or income of the total population in  the income distribution in a country from household surveys over a roughly 5-year period. Mean per capita real consumption or income is measured at 2017 Purchasing Power Parity (PPP) using the Poverty and Inequality Platform (http://www.pip.worldbank.org). For some countries means are not reported due to grouped and/or confidential data. The annualized growth rate is computed as (Mean in final year/Mean in initial year)^(1/(Final year - Initial year)) - 1.  The reference year is the year in which the underlying household survey data was collected. In cases for which the data collection period bridged two calendar years, the first year in which data were collected is reported. The initial year refers to the nearest survey collected 5 years before the most recent survey available, only surveys collected between 3 and 7 years before the most recent survey are considered.   The coverage and quality of the 2017 PPP price data for Iraq and most other North African and Middle Eastern countries were hindered by the exceptional period of instability they faced at the time of the 2017 exercise of the International Comparison Program. See the Poverty and Inequality Platform for detailed explanations.
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The percentage of people who are multidimensionally poor
## 505                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Share of current health expenditures funded from domestic private sources.  Domestic private sources include funds from households, corporations and non-profit organizations. Such expenditures can be either prepaid to voluntary health insurance or paid directly to healthcare providers.
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Coverage index for essential health services (based on tracer interventions that include reproductive, maternal, newborn and child health, infectious diseases, noncommunicable diseases and service capacity and access). It is presented on a scale of 0 to 100.
## 507                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Prevalence of severe wasting is the proportion of children under age 5 whose weight for height is more than three standard deviations below the median for the international reference population ages 0-59.
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The percentage of people using improved sanitation facilities that are not shared with other households and where excreta are safely disposed of in situ or transported and treated offsite. Improved sanitation facilities include flush/pour flush to piped sewer systems, septic tanks or pit latrines: ventilated improved pit latrines, compositing toilets or pit latrines with slabs.
## 509                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Prevalence of underweight children is the percentage of children under age 5 whose weight for age is more than two standard deviations below the median for the international reference population ages 0-59 months. The data are based on the WHO's child growth standards released in 2006.
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Mortality rate attributed to household and ambient air pollution is the number of deaths attributable to the joint effects of household and ambient air pollution in a year per 100,000 population. The rates are age-standardized.  Following diseases are taken into account: acute respiratory infections (estimated for all ages); cerebrovascular diseases in adults (estimated above 25 years); ischaemic heart diseases in adults (estimated above 25 years); chronic obstructive pulmonary disease in adults (estimated above 25 years); and lung cancer in adults (estimated above 25 years).
## 511                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Specialist surgical workforce is the number of specialist surgical, anaesthetic, and obstetric (SAO) providers who are working in each country per 100,000 population.
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Antiretroviral therapy coverage indicates the percentage of all people living with HIV who are receiving antiretroviral therapy.
## 513                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Under-five mortality rate, female is the probability per 1,000 that a newborn female baby will die before reaching age five, if subject to female age-specific mortality rates of the specified year.
## 514                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Number of deaths of adolescents ages 10-14 years
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Proportion of women subjected to physical and/or sexual violence in the last 12 months is the percentage of ever partnered women age 15-49 who are subjected to physical violence, sexual violence or both by a current or former intimate partner in the last 12 months.
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Current expenditure is expressed as a percentage of direct expenditure in public educational institutions (instructional and non-instructional) of the specified level of education. Financial aid to students and other transfers are excluded from direct expenditure. Current expenditure is consumed within the current year and would have to be renewed if needed in the following year. It includes staff compensation and current expenditure other than for staff compensation (ex. on teaching materials, ancillary services and administration).
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The percentage of population ages 25 and over that attained or completed Doctoral or equivalent.
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Trained teachers in lower secondary education are the percentage of lower secondary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Secondary school pupil-teacher ratio is the average number of pupils per teacher in secondary school.
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Lower secondary education completion rate is measured as the gross intake ratio to the last grade of lower secondary education (general and pre-vocational). It is calculated as the number of new entrants in the last grade of lower secondary education, regardless of age, divided by the population at the entrance age for the last grade of lower secondary education.
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Trained teachers in primary education are the percentage of primary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Net intake rate in grade 1 is the number of new entrants in the first grade of primary education who are of official primary school entrance age, expressed as a percentage of the population of the corresponding age.
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The percentage of population ages 25 and over that attained or completed primary education.
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Gender parity index for gross enrollment ratio in primary and secondary education is the ratio of girls to boys enrolled at primary and secondary levels in public and private schools.
## 525                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Coverage of social insurance programs shows the percentage of population participating in programs that provide old age contributory pensions (including survivors and disability) and social security and health insurance benefits (including occupational injury benefits, paid sick leave, maternity and other social insurance). Estimates include both direct and indirect beneficiaries.
## 526                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Coverage of unemployment benefits and active labor market programs (ALMP) shows the percentage of population participating in unemployment compensation, severance pay, and early retirement due to labor market reasons, labor market services (intermediation), training (vocational, life skills, and cash for training), job rotation and job sharing, employment incentives and wage subsidies, supported employment and rehabilitation, and employment measures for the disabled. Estimates include both direct and indirect beneficiaries.
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Taxes less subsidies on products (net indirect taxes) are the sum of product taxes less subsidies. Product taxes are those taxes payable by producers that relate to the production, sale, purchase or use of the goods and services. Subsidies are grants on the current account made by general government to private enterprises and unincorporated public enterprises. The grants may take the form of payments to ensure a guaranteed price or to enable maintenance of prices of goods and services below costs of production, and other forms of assistance to producers. Data are in current local currency.
## 528                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            PPP GNI (formerly PPP GNP) is gross national income (GNI) converted to international dollars using purchasing power parity rates. An international dollar has the same purchasing power over GNI as a U.S. dollar has in the United States. Gross national income is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. Data are in constant 2017 international dollars.
## 529                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     This indicator provides per capita values for gross domestic product (GDP) expressed in current international dollars converted by purchasing power parity (PPP) conversion factor.   GDP is the sum of gross value added by all resident producers in the country plus any product taxes and minus any subsidies not included in the value of the products. conversion factor is a spatial price deflator and currency converter that controls for price level differences between countries. Total population is a mid-year population based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 530                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Forest rents are roundwood harvest times the product of regional prices and a regional rental rate.
## 531                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Adjusted net savings are equal to net national savings plus education expenditure and minus energy depletion, mineral depletion, net forest depletion, and carbon dioxide and particulate emissions damage.
## 532                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Mineral depletion is the ratio of the value of the stock of mineral resources to the remaining reserve lifetime (capped at 25 years). It covers tin, gold, lead, zinc, iron, copper, nickel, silver, bauxite, and phosphate.
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Value added in manufacturing is the sum of gross output less the value of intermediate inputs used in production for industries classified in ISIC major division D. Textiles and clothing correspond to ISIC divisions 17-19.
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Manufacturing refers to industries belonging to ISIC divisions 15-37. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 3. Data are in current local currency.
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     External balance on goods and services (formerly resource balance) equals exports of goods and services minus imports of goods and services (previously nonfactor services). Data are in current U.S. dollars.
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Gross fixed capital formation (formerly gross domestic fixed investment) includes land improvements (fences, ditches, drains, and so on); plant, machinery, and equipment purchases; and the construction of roads, railways, and the like, including schools, offices, hospitals, private residential dwellings, and commercial and industrial buildings. According to the 1993 SNA, net acquisitions of valuables are also considered capital formation.
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Gross national expenditure (formerly domestic absorption) is the sum of household final consumption expenditure (formerly private consumption), general government final consumption expenditure (formerly general government consumption), and gross capital formation (formerly gross domestic investment). Data are in constant 2015 prices, expressed in U.S. dollars.
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   High-technology exports are products with high R&D intensity, such as aerospace, computers, pharmaceuticals, scientific instruments, and electrical machinery. Data are in current U.S. dollars.
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Merchandise exports to economies in the Arab World are the sum of merchandise exports by the reporting economy to economies in the Arab World. Data are expressed as a percentage of total merchandise exports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 540                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Import value indexes are the current value of imports (c.i.f.) converted to U.S. dollars and expressed as a percentage of the average for the base period (2000). UNCTAD's import value indexes are reported for most economies. For selected economies for which UNCTAD does not publish data, the import value indexes are derived from import volume indexes (line 73) and corresponding unit value indexes of imports (line 75) in the IMF's International Financial Statistics.
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Insurance and financial services cover freight insurance on goods imported and other direct insurance such as life insurance; financial intermediation services such as commissions, foreign exchange transactions, and brokerage services; and auxiliary services such as financial market operational and regulatory services.
## 542                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Share of tariff lines with specific rates is the share of lines in the tariff schedule that are set on a per unit basis or that combine ad valorem and per unit rates. It shows the extent to which countries use tariffs based on physical quantities or other, non-ad valorem measures.
## 543                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           International tourism expenditures are expenditures of international outbound visitors in other countries, including payments to foreign carriers for international transport. These expenditures may include those by residents traveling abroad as same-day visitors, except in cases where these are important enough to justify separate classification. For some countries they do not include expenditures for passenger transport items. Their share in imports is calculated as a ratio to imports of goods and services, which comprise all transactions between residents of a country and the rest of the world involving a change of ownership from nonresidents to residents of general merchandise, goods sent for processing and repairs, nonmonetary gold, and services.
## 544                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Rural population refers to people living in rural areas as defined by national statistical offices. It is calculated as the difference between total population and urban population. Aggregation of urban and rural population may not add up to total population because of different country coverages.
## 545                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Age dependency ratio, old, is the ratio of older dependents--people older than 64--to the working-age population--those ages 15-64. Data are shown as the proportion of dependents per 100 working-age population.
## 546                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Female population between the ages 65 to 69 as a percentage of the total female population.
## 547                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Female population between the ages 25 to 29 as a percentage of the total female population.
## 548                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Total population between the ages 0 to 14. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 549                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Life expectancy at birth indicates the number of years a newborn infant would live if prevailing patterns of mortality at the time of its birth were to stay the same throughout its life.
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Prevalence of undernourishments is the percentage of the population whose habitual food consumption is insufficient to provide the dietary energy levels that are required to maintain a normal active and healthy life. Data showing as 2.5 may signify a prevalence of undernourishment below 2.5%.
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Share of youth not in education, employment or training (NEET) is the proportion of young people who are not in education, employment, or training to the population of the corresponding age group: youth (ages 15 to 24); persons ages 15 to 29; or both age groups.
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Youth unemployment refers to the share of the labor force ages 15-24 without work but available for and seeking employment. Definitions of labor force and unemployment differ by country.
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Labor force participation rate is the proportion of the population ages 15 and older that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Children in employment refer to children involved in economic activity for at least one hour in the reference week of the survey.
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Employment is defined as persons of working age who were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period or not at work due to temporary absence from a job, or to working-time arrangement. The services sector consists of wholesale and retail trade and restaurants and hotels; transport, storage, and communications; financing, insurance, real estate, and business services; and community, social, and personal services, in accordance with divisions 6-9 (ISIC 2) or categories G-Q (ISIC 3) or categories G-U (ISIC 4).
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Contributing family workers are those workers who hold "self-employment jobs" as own-account workers in a market-oriented establishment operated by a related person living in the same household.
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Employment to population ratio is the proportion of a country's population that is employed. Employment is defined as persons of working age who, during a short reference period, were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period (i.e. who worked in a job for at least one hour) or not at work due to temporary absence from a job, or to working-time arrangements. Ages 15 and older are generally considered the working-age population.
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Employment is defined as persons of working age who were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period or not at work due to temporary absence from a job, or to working-time arrangement. The agriculture sector consists of activities in agriculture, hunting, forestry and fishing, in accordance with division 1 (ISIC 2) or categories A-B (ISIC 3) or category A (ISIC 4).
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The percentage of households who are multidimensionally poor
## 560                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Percentage share of income or consumption is the share that accrues to subgroups of population indicated by deciles or quintiles. Percentage shares by quintile may not sum to 100 because of rounding.
## 561                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Current expenditures on health per capita expressed in international dollars at purchasing power parity.
## 562                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Increase in poverty gap at $1.90 ($ 2011 PPP) poverty line due to out-of-pocket health care expenditure, expressed in US dollars (2011 PPP). The poverty gap increase due to out-of-pocket health spending is one way to measure how much out-of-pocket health spending pushes people below or further below the poverty line (the difference in the poverty gap due to out-of-pocket health spending being included or excluded from the measure of household welfare). This difference corresponds to the total out-of-pocket health spending for households that are already below the poverty line, to the amount that exceeds the shortfall between the poverty line and total consumption for households that are impoverished by out-of-pocket health spending and to zero for households whose consumption is above the poverty line after accounting for out-of-pocket health spending.
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Prevalence of stunting is the percentage of children under age 5 whose height for age is more than two standard deviations below the median for the international reference population ages 0-59 months. For children up to two years old height is measured by recumbent length. For older children height is measured by stature while standing. The data are based on the WHO's new child growth standards released in 2006.
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    People practicing open defecation refers to the percentage of the population defecating in the open, such as in fields, forest, bushes, open bodies of water, on beaches, in other open spaces or disposed of with solid waste.
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The percentage of people using at least basic sanitation services, that is, improved sanitation facilities that are not shared with other households.  This indicator encompasses both people using basic sanitation services as well as those using safely managed sanitation services.   Improved sanitation facilities include flush/pour flush to piped sewer systems, septic tanks or pit latrines; ventilated improved pit latrines, compositing toilets or pit latrines with slabs.
## 566                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     A maternal death refers to the death of a woman while pregnant or within 42 days of termination of pregnancy, irrespective of the duration and site of the pregnancy, from any cause related to or aggravated by the pregnancy or its management but not from accidental or incidental causes.
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Number of new HIV infections among uninfected populations expressed per 1,000 uninfected population in the year before the period.
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Mortality from CVD, cancer, diabetes or CRD is the percent of 30-year-old-people who would die before their 70th birthday from any of cardiovascular disease, cancer, diabetes,  or chronic respiratory disease, assuming that s/he would experience current mortality rates at every age and s/he would not die from any other cause of death (e.g., injuries or HIV/AIDS).
## 569                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Number of infants dying before reaching one year of age.
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Percentage of women ages 15-49 who believe a husband/partner is justified in hitting or beating his wife/partner when she neglects the children.
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Government expenditure per student is the average general government expenditure (current, capital, and transfers) per student in the given level of education, expressed as a percentage of GDP per capita.
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The percentage of population ages 25 and over that attained or completed Master's or equivalent.
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Trained teachers in upper secondary education are the percentage of upper secondary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Gross enrollment ratio is the ratio of total enrollment, regardless of age, to the population of the age group that officially corresponds to the level of education shown. Secondary education completes the provision of basic education that began at the primary level, and aims at laying the foundations for lifelong learning and human development, by offering more subject- or skill-oriented instruction using more specialized teachers.
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    The percentage of population ages 25 and over that attained or completed post-secondary non-tertiary education.
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Adjusted net enrollment is the number of pupils of the school-age group for primary education, enrolled either in primary or secondary education, expressed as a percentage of the total population in that age group.
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Over-age students are the percentage of those enrolled who are older than the official school-age range for primary education.
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Female pupils as a percentage of total pupils at primary level include enrollments in public and private schools.
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Preprimary school pupil-teacher ratio is the average number of pupils per teacher in preprimary school.
## 580                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Coverage of social insurance programs shows the percentage of population participating in programs that provide old age contributory pensions (including survivors and disability) and social security and health insurance benefits (including occupational injury benefits, paid sick leave, maternity and other social insurance). Estimates include both direct and indirect beneficiaries.
## 581                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Coverage of unemployment benefits and active labor market programs (ALMP) shows the percentage of population participating in unemployment compensation, severance pay, and early retirement due to labor market reasons, labor market services (intermediation), training (vocational, life skills, and cash for training), job rotation and job sharing, employment incentives and wage subsidies, supported employment and rehabilitation, and employment measures for the disabled. Estimates include both direct and indirect beneficiaries.
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Net secondary income comprises transfers of income between residents of the reporting country and the rest of the world that carry no provisions for repayment. Net current transfers from abroad is equal to the unrequited transfers of income from nonresidents to residents minus the unrequited transfers from residents to nonresidents. Data are in constant local currency.
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Annual percentage growth rate of GNI per capita based on constant local currency. Aggregates are based on constant 2010 U.S. dollars. GNI per capita is gross national income divided by midyear population. GNI (formerly GNP) is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad.
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Gross domestic savings are calculated as GDP less final consumption expenditure (total consumption). Data are in current U.S. dollars.
## 585                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  GDP is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. This series has been linked to produce a consistent time series to counteract breaks in series over time due to changes in base years, source data and methodologies. Thus, it may not be comparable with other national accounts series in the database for historical years. Data are in current local currency.
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Exports as a capacity to import equals the current price value of exports of goods and services deflated by the import price index. Data are in constant local currency.
## 587                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Particulate emissions damage is the damage due to exposure of a country's population to ambient concentrations of particulates measuring less than 2.5 microns in diameter (PM2.5), ambient ozone pollution, and indoor concentrations of PM2.5 in households cooking with solid fuels. Damages are calculated as foregone labor income due to premature death. Estimates of health impacts from the Global Burden of Disease Study 2013 are for 1990, 1995, 2000, 2005, 2010, and 2013. Data for other years have been extrapolated from trends in mortality rates.
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Services correspond to ISIC divisions 45-99. They include value added in wholesale and retail trade (including hotels and restaurants), transport, and government, financial, professional, and personal services such as education, health care, and real estate services. Also included are imputed bank service charges, import duties, and any statistical discrepancies noted by national compilers as well as discrepancies arising from rescaling. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The industrial origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4. Data are in constant 2015 prices, expressed in U.S. dollars.
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Manufacturing refers to industries belonging to ISIC divisions 15-37. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 3. Note: For VAB countries, gross value added at factor cost is used as the denominator.
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Trade is the sum of exports and imports of goods and services measured as a share of gross domestic product.
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Gross capital formation (formerly gross domestic investment) consists of outlays on additions to the fixed assets of the economy plus net changes in the level of inventories. Fixed assets include land improvements (fences, ditches, drains, and so on); plant, machinery, and equipment purchases; and the construction of roads, railways, and the like, including schools, offices, hospitals, private residential dwellings, and commercial and industrial buildings. Inventories are stocks of goods held by firms to meet temporary or unexpected fluctuations in production or sales, and "work in progress." According to the 1993 SNA, net acquisitions of valuables are also considered capital formation. Data are in current U.S. dollars.
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Exports of goods and services represent the value of all goods and other market services provided to the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments. Data are in current local currency.
## 593                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  This indicator provides values for households and NPISHs final consumption expenditure expressed in current international dollars converted by purchasing power parity (PPP) conversion factor.   Household final consumption expenditure (formerly private consumption) is the market value of all goods and services, including durable products (such as cars, washing machines, and home computers), purchased by households. It excludes purchases of dwellings but includes imputed rent for owner-occupied dwellings. It also includes payments and fees to governments to obtain permits and licenses. Here, household consumption expenditure includes the expenditures of nonprofit institutions serving households, even when reported separately by the country.   PPP conversion factor is a spatial price deflator and currency converter that eliminates the effects of the differences in price levels between countries.  From July 2020, “Households and NPISHs final consumption expenditure: linked series (current LCU)” [NE.CON.PRVT.CN.AD] is used as underlying expenditure in local currency unit so that it’s in line with time series of PPP conversion factor, private consumption (LCU per international $), which are extrapolated with linked CPI.
## 594                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Military expenditures data from SIPRI are derived from the NATO definition, which includes all current and capital expenditures on the armed forces, including peacekeeping forces; defense ministries and other government agencies engaged in defense projects; paramilitary forces, if these are judged to be trained and equipped for military operations; and military space activities. Such expenditures include military and civil personnel, including retirement pensions of military personnel and social services for personnel; operation and maintenance; procurement; military research and development; and military aid (in the military expenditures of the donor country). Excluded are civil defense and current expenditures for previous military activities, such as for veterans' benefits, demobilization, conversion, and destruction of weapons. This definition cannot be applied for all countries, however, since that would require much more detailed information than is available about what is included in military budgets and off-budget military expenditure items. (For example, military budgets might or might not cover civil defense, reserves and auxiliary forces, police and paramilitary forces, dual-purpose forces such as military and civilian police, military grants in kind, pensions for military personnel, and social security contributions paid by one part of government to another.)
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Annual percentage growth of household and NPISHs final consumption expenditure based on constant local currency. Aggregates are based on constant 2015 prices, expressed in U.S. dollars. Household and NPISHs final consumption expenditure (formerly private consumption) is the market value of all goods and services, including durable products (such as cars, washing machines, and home computers), purchased by households. It excludes purchases of dwellings but includes imputed rent for owner-occupied dwellings. It also includes payments and fees to governments to obtain permits and licenses. This indicator includes the expenditures of nonprofit institutions serving households even when reported separately by the country.
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Armed forces personnel are active duty military personnel, including paramilitary forces if the training, organization, equipment, and control suggest they may be used to support or replace regular military forces. Labor force comprises all people who meet the International Labour Organization's definition of the economically active population.
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Fixed broadband subscriptions refers to fixed subscriptions to high-speed access to the public Internet (a TCP/IP connection), at downstream speeds equal to, or greater than, 256 kbit/s. This includes cable modem, DSL, fiber-to-the-home/building, other fixed (wired)-broadband subscriptions, satellite broadband and terrestrial fixed wireless broadband. This total is measured irrespective of the method of payment. It excludes subscriptions that have access to data communications (including the Internet) via mobile-cellular networks. It should include fixed WiMAX and any other fixed wireless technologies. It includes both residential subscriptions and subscriptions for organizations.
## 598                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The data services pillar overall score is a composite indicator based on four dimensions of data services: (i) the quality of data releases, (ii) the richness and openness of online access, (iii) the effectiveness of advisory and analytical services related to statistics, and (iv) the availability and use of data access services such as secure microdata access. Advisory and analytical services might incorporate elements related to data stewardship services including input to national data strategies, advice on data ethics and calling out misuse of data in accordance with the Fundamental Principles of Official Statistics.
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Quality of public administration assesses the extent to which civilian central government staff is structured to design and implement government policy and deliver services effectively.
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Scientific and technical journal articles refer to the number of scientific and engineering articles published in the following fields: physics, biology, chemistry, mathematics, clinical medicine, biomedical research, engineering and technology, and earth and space sciences.
## 601                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Other taxes payable by businesses include the amounts paid for property taxes, turnover taxes, and other small taxes such as municipal fees and vehicle and fuel taxes.
## 602                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Time required to enforce a contract is the number of calendar days from the filing of the lawsuit in court until the final determination and, in appropriate cases, payment.
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Firms with female top manager refers to the percentage of firms in the private sector who have females as top managers. Top manager refers to the highest ranking manager or CEO of the establishment. This person may be the owner if he/she works as the manager of the firm. The results are based on surveys of more than 100,000 private firms.
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Average time to clear exports through customs is the average number of days to clear direct exports through customs.
## 605                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           The HCI calculates the contributions of health and education to worker productivity. The final index score ranges from zero to one and measures the productivity as a future worker of child born today relative to the benchmark of full health and complete education.
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Taxes on income, profits, and capital gains are levied on the actual or presumptive net income of individuals, on the profits of corporations and enterprises, and on capital gains, whether realized or not, on land, securities, and other assets. Intragovernmental payments are eliminated in consolidation.
## 607                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Revenue is cash receipts from taxes, social contributions, and other revenues such as fines, fees, rent, and income from property or sales. Grants are also considered as revenue but are excluded here.
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Gross domestic expenditures on research and development (R&D), expressed as a percent of GDP. They include both capital and current expenditures in the four main sectors: Business enterprise, Government, Higher education and Private non-profit. R&D covers basic research, applied research, and experimental development.
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Interest rate spread is the interest rate charged by banks on loans to private sector customers minus the interest rate paid by commercial or similar banks for demand, time, or savings deposits. The terms and conditions attached to these rates differ by country, however, limiting their comparability.
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Total reserves minus gold comprise special drawing rights, reserves of IMF members held by the IMF, and holdings of foreign exchange under the control of monetary authorities. Gold holdings are excluded. Data are in current U.S. dollars.
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Renewable internal freshwater resources flows refer to internal renewable resources (internal river flows and groundwater from rainfall) in the country.
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Population in largest city is the urban population living in the country's largest metropolitan area.
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Disaster risk reduction progress score is an average of self-assessment scores, ranging from 1 to 5, submitted by countries under Priority 1 of the Hyogo Framework National Progress Reports. The Hyogo Framework is a global blueprint for disaster risk reduction efforts that was adopted by 168 countries in 2005. Assessments of "Priority 1" include four indicators that reflect the degree to which countries have prioritized disaster risk reduction and the strengthening of relevant institutions.
## 614                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Methane emissions are those stemming from human activities such as agriculture and from industrial methane production.
## 615                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Carbon dioxide emissions from liquid fuel consumption refer mainly to emissions from use of petroleum-derived fuels as an energy source.
## 616                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Electricity production from renewable sources, excluding hydroelectric, includes geothermal, solar, tides, wind, biomass, and biofuels.
## 617                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Access to clean fuels and technologies for cooking, rural is the proportion of rural population primarily using clean cooking fuels and technologies for cooking. Under WHO guidelines, kerosene is excluded from clean cooking fuels.
## 618                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net official development assistance (ODA) consists of disbursements of loans made on concessional terms (net of repayments of principal) and grants by official agencies of the members of the Development Assistance Committee (DAC), by multilateral institutions, and by non-DAC countries to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. It includes loans with a grant element of at least 25 percent (calculated at a rate of discount of 10 percent).
## 619  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Public and publicly guaranteed multilateral loans include loans and credits from the World Bank, regional development banks, and other multilateral and intergovernmental agencies. Excluded are loans from funds administered by an international organization on behalf of a single donor government; these are classified as loans from governments. Net flows (or net lending or net disbursements) received by the borrower during the year are disbursements minus principal repayments. Data are in current U.S. dollars.
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Public and publicly guaranteed debt outstanding from the International Development Association (IDA) is concessional. Concessional debt is defined as loans with an original grant element of 35 percent or more. The grant element of a loan is the grant equivalent expressed as a percentage of the amount committed. It is used as a measure of the overall cost of borrowing. The grant equivalent of a loan is its commitment (present) value, less the discounted present value of its contractual debt service; conventionally, future service payments are discounted at 5 percent. Data are in current U.S. dollars.
## 622                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Net Official development assistance (ODA) comprises grants or loans to developing countries and territories on the OECD/DAC list of aid recipients that are undertaken by the official sector with promotion of economic development and welfare as the main objective and at concessional financial terms. The list of least developed countries (LDCs) has been agreed by the General Assembly, on the recommendation of the Committee for Development Policy, Economic and Social Council.
## 623                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Turnover ratio is the value of domestic shares traded divided by their market capitalization. The value is annualized by multiplying the monthly average by 12.
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Exports of goods, services and primary income is the sum of goods exports, service exports and primary income receipts. Data are in current U.S. dollars.
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Foreign direct investment are the net inflows of investment to acquire a lasting management interest (10 percent or more of voting stock) in an enterprise operating in an economy other than that of the investor. It is the sum of equity capital, reinvestment of earnings, other long-term capital, and short-term capital as shown in the balance of payments. This series shows total net FDI. In BPM6, financial account balances are calculated as the change in assets minus the change in liabilities. Net FDI outflows are assets and net FDI inflows are liabilities. Data are in current U.S. dollars.
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Services refer to economic output of intangible commodities that may be produced, transferred, and consumed at the same time. Data are in current U.S. dollars.
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Land area is a country's total area, excluding area under inland water bodies, national claims to continental shelf, and exclusive economic zones. In most cases the definition of inland water bodies includes major rivers and lakes.
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Agricultural land refers to the share of land area that is arable, under permanent crops, and under permanent pastures. Arable land includes land defined by the FAO as land under temporary crops (double-cropped areas are counted once), temporary meadows for mowing or for pasture, land under market or kitchen gardens, and land temporarily fallow. Land abandoned as a result of shifting cultivation is excluded. Land under permanent crops is land cultivated with crops that occupy the land for long periods and need not be replanted after each harvest, such as cocoa, coffee, and rubber. This category includes land under flowering shrubs, fruit trees, nut trees, and vines, but excludes land under trees grown for wood or timber. Permanent pasture is land used for five or more years for forage, including natural and cultivated crops.
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Investment in ICT projects with private participation refers to commitments to projects in ICT backbone infrastructure (including land based and submarine cables) that have reached financial closure and directly or indirectly serve the public. Movable assets and small projects are excluded. The types of projects included are operations and management contracts, operations and management contracts with major capital expenditure, greenfield projects (in which a private entity or a public-private joint venture builds and operates a new facility), and divestitures. Investment commitments are the sum of investments in facilities and investments in government assets. Investments in facilities are the resources the project company commits to invest during the contract period either in new facilities or in expansion and modernization of existing facilities. Investments in government assets are the resources the project company spends on acquiring government assets such as state-owned enterprises, rights to provide services in a specific area, or the use of specific radio spectrums. Data is presented based on investment year. Data are in current U.S. dollars and available 2015 onwards only.
## 631                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Time required to start a business is the number of calendar days needed to complete the procedures to legally operate a business. If a procedure can be speeded up at additional cost, the fastest procedure, independent of cost, is chosen.
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Percent of firms experiencing losses due to theft, robbery, vandalism or arson that occurred on the establishment's premises.
## 633                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Border compliance captures the time and cost associated with compliance with the economy’s customs regulations and with regulations relating to other inspections that are mandatory in order for the shipment to cross the economy’s border, as well as the time and cost for handling that takes place at its port or border. The time and cost for this segment include time and cost for customs clearance and inspection procedures conducted by other government agencies.
## 634                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The HCI upper bound reflects uncertainty in the measurement of the components and the overall index. It is obtained by recalculating the HCI using estimates of the upper bounds of each of the components of the HCI. The range between the upper and lower bound is the uncertainty interval. While the uncertainty intervals constructed here do not have a rigorous statistical interpretation, a rule of thumb is that if for two countries they overlap substantially, the differences between their HCI values are not likely to be practically meaningful.
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Interest payments include interest payments on government debt--including long-term bonds, long-term loans, and other debt instruments--to domestic and foreign residents.
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Customs and other import duties are all levies collected on goods that are entering the country or services delivered by nonresidents to residents. They include levies imposed for revenue or protection purposes and determined on a specific or ad valorem basis as long as they are restricted to imported goods or services.
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Net investment in government nonfinancial assets includes fixed assets, inventories, valuables, and nonproduced assets. Nonfinancial assets are stores of value and provide benefits either through their use in the production of goods and services or in the form of property income and holding gains. Net investment in nonfinancial assets also includes consumption of fixed capital.
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Account denotes the percentage of respondents who report having an account (by themselves or together with someone else) at a bank or another type of financial institution or report personally using a mobile money service in the past 12 months (poorest 40%, share of population ages 15+).
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Broad money (IFS line 35L..ZK) is the sum of currency outside banks; demand deposits other than those of the central government; the time, savings, and foreign currency deposits of resident sectors other than the central government; bank and traveler’s checks; and other securities such as certificates of deposit and commercial paper.
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Bank capital to assets is the ratio of bank capital and reserves to total assets. Capital and reserves include funds contributed by owners, retained earnings, general and special reserves, provisions, and valuation adjustments. Capital includes tier 1 capital (paid-up shares and common stock), which is a common feature in all countries' banking systems, and total regulatory capital, which includes several specified types of subordinated debt instruments that need not be repaid if the funds are required to maintain minimum capital levels (these comprise tier 2 and tier 3 capital). Total assets include all nonfinancial and financial assets.
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Capture fisheries production measures the volume of fish catches landed by a country for all commercial, industrial, recreational and subsistence purposes.
## 642                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            CO2 emissions from transport contains emissions from the combustion of fuel for all transport activity, regardless of the sector, except for international marine bunkers and international aviation. This includes domestic aviation, domestic navigation, road, rail and pipeline transport, and corresponds to IPCC Source/Sink Category 1 A 3. In addition, the IEA data are not collected in a way that allows the autoproducer consumption to be split by specific end-use and therefore, autoproducers are shown as a separate item (Unallocated Autoproducers).
## 643                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Nitrous oxide emissions are emissions from agricultural biomass burning, industrial activities, and livestock management. Each year of data shows the percentage change to that year from 1990.
## 644                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Other greenhouse gas emissions are by-product emissions of hydrofluorocarbons, perfluorocarbons, and sulfur hexafluoride.
## 645                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Energy use per PPP GDP is the kilogram of oil equivalent of energy use per constant PPP GDP. Energy use refers to use of primary energy before transformation to other end-use fuels, which is equal to indigenous production plus imports and stock changes, minus exports and fuels supplied to ships and aircraft engaged in international transport. PPP GDP is gross domestic product converted to 2017 constant international dollars using purchasing power parity rates. An international dollar has the same purchasing power over GDP as a U.S. dollar has in the United States.
## 646                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Sources of electricity refer to the inputs used to generate electricity. Coal refers to all coal and brown coal, both primary (including hard coal and lignite-brown coal) and derived fuels (including patent fuel, coke oven coke, gas coke, coke oven gas, and blast furnace gas). Peat is also included in this category.
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Total debt service to exports of goods, services and primary income. Total debt service is the sum of principal repayments and interest actually paid in currency, goods, or services on long-term debt, interest paid on short-term debt, and repayments (repurchases and charges) to the IMF.
## 648  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Nonguaranteed long-term debt from bonds that are privately placed. Net flows (or net lending or net disbursements) received by the borrower during the year are disbursements minus principal repayments. Data are in current U.S. dollars.
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Private nonguaranteed external debt is an external obligation of a private debtor that is not guaranteed for repayment by a public entity. Net flows (or net lending or net disbursements) received by the borrower during the year are disbursements minus principal repayments. Long-term external debt is defined as debt that has an original or extended maturity of more than one year and that is owed to nonresidents by residents of an economy and repayable in currency, goods, or services. Data are in current U.S. dollars.
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Use of IMF Credit: Data related to the operations of the IMF are provided by the IMF Treasurer’s Department. They are converted from special drawing rights into dollars using end-of-period exchange rates for stocks and average-over-the-period exchange rates for flows. IMF trust fund operations under the Enhanced Structural Adjustment Facility, Extended Fund Facility, Poverty Reduction and Growth Facility, and Structural Adjustment Facility (Enhanced Structural Adjustment Facility in 1999) are presented together with all of the IMF’s special facilities (buffer stock, supplemental reserve, compensatory and contingency facilities, oil facilities, and other facilities). SDR allocations are also included in this category. According to the BPM6, SDR allocations are recorded as the incurrence of a debt liability of the member receiving them (because of a requirement to repay the allocation in certain circumstances, and also because interest accrues). This debt item is introduced for the first time this year with historical data starting in 1999.
## 652                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 653                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Personal transfers consist of all current transfers in cash or in kind made or received by resident households to or from nonresident households. Personal transfers thus include all current transfers between resident and nonresident individuals. Data are in current U.S. dollars.
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Information and communication technology service exports include computer and communications services (telecommunications and postal and courier services) and information services (computer data and news-related service transactions). Data are in current U.S. dollars.
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Secondary income refers to transfers recorded in the balance of payments whenever an economy provides or receives goods, services, income, or financial items without a quid pro quo. All transfers not considered to be capital are current. Data are in current U.S. dollars.
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Livestock production index includes meat and milk from all sources, dairy products such as cheese, and eggs, honey, raw silk, wool, and hides and skins.
## 658                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Rural land area below 5m is the total rural land area in square kilometers where the elevation is 5 meters or less.
## 659                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Data are from Logistics Performance Index surveys conducted by the World Bank in partnership with academic and international institutions and private companies and individuals engaged in international logistics. 2009 round of surveys covered more than 5,000 country assessments by nearly 1,000 international freight forwarders. Respondents evaluate eight markets on six core dimensions on a scale from 1 (worst) to 5 (best). The markets are chosen based on the most important export and import markets of the respondent's country, random selection, and, for landlocked countries, neighboring countries that connect them with international markets. Details of the survey methodology are in Arvis and others' Connecting to Compete 2010: Trade Logistics in the Global Economy (2010). Respondents evaluated the overall level of competence and quality of logistics services (e.g. transport operators, customs brokers), on a rating ranging from 1 (very low) to 5 (very high). Scores are averaged across all respondents.
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The Liner Shipping Connectivity Index captures how well countries are connected to global shipping networks. It is computed by the United Nations Conference on Trade and Development (UNCTAD) based on five components of the maritime transport sector: number of ships, their container-carrying capacity, maximum vessel size, number of services, and number of companies that deploy container ships in a country's ports. For each component a country's value is divided by the maximum value of each component in 2004, the five components are averaged for each country, and the average is divided by the maximum average for 2004 and multiplied by 100. The index generates a value of 100 for the country with the highest average index in 2004. . The underlying data come from Containerisation International Online.
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The methodology indicator measures a country’s ability to adhere to internationally recommended standards and methods. The methodology score is calculated as the weighted average of 10 underlying indicator scores. The final methodology score contributes 1/3 of the overall Statistical Capacity Indicator score.
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Financial sector assesses the structure of the financial sector and the policies and regulations that affect it.
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Public Private Partnerships in energy (current US$)  refers to commitments to  infrastructure projects in energy (electricity and natural gas transmission and distribution) that have reached financial closure and directly or indirectly serve the public. Movable assets and small projects such as windmills are excluded. The types of projects included are  management and lease contracts, operations and management contracts with major capital expenditure, and greenfield projects (in which a private entity or a public-private joint venture builds and operates a new facility). It excludes divestitures and merchant projects. Investment commitments are the sum of investments in facilities and investments in government assets. Investments in facilities are the resources the project company commits to invest during the contract period either in new facilities or in expansion and modernization of existing facilities. Investments in government assets are the resources the project company spends on acquiring government assets such as state-owned enterprises, rights to provide services in a specific area, or the use of specific radio spectrums. Data is presented based on investment year. Data are in current U.S. dollars.
## 664                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Start-up procedures are those required to start a business, including interactions to obtain necessary permits and licenses and to complete all inscriptions, verifications, and notifications to start operations. Data are for businesses with specific characteristics of ownership, size, and type of production.
## 665                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Border compliance captures the time and cost associated with compliance with the economy’s customs regulations and with regulations relating to other inspections that are mandatory in order for the shipment to cross the economy’s border, as well as the time and cost for handling that takes place at its port or border. The time and cost for this segment include time and cost for customs clearance and inspection procedures conducted by other government agencies.
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Firms using banks to finance investment are the percentage of firms using banks to finance investments.
## 667                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Ease of doing business ranks economies from 1 to 190, with first place being the best. The ranking of economies is determined by sorting the aggregate ease of doing business scores. A high ranking (a low numerical rank) means that the regulatory environment is conducive to business operation.
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Expense is cash payments for operating activities of the government in providing goods and services. It includes compensation of employees (such as wages and salaries), interest and subsidies, grants, social benefits, and other expenses such as rent and dividends.
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Other taxes include employer payroll or labor taxes, taxes on property, and taxes not allocable to other categories, such as penalties for late payment or nonpayment of taxes.
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Net lending (+) / net borrowing (–) equals government revenue minus expense, minus net investment in nonfinancial assets. It is also equal to the net result of transactions in financial assets and liabilities. Net lending/net borrowing is a summary measure indicating the extent to which government is either putting financial resources at the disposal of other sectors in the economy or abroad, or utilizing the financial resources generated by other sectors in the economy or from abroad.
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Account denotes the percentage of respondents who report having an account (by themselves or together with someone else) at a bank or another type of financial institution or report personally using a mobile money service in the past 12 months (male, % age 15+).
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Broad money (IFS line 35L..ZK) is the sum of currency outside banks; demand deposits other than those of the central government; the time, savings, and foreign currency deposits of resident sectors other than the central government; bank and traveler’s checks; and other securities such as certificates of deposit and commercial paper.
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Depositors with commercial banks are the reported number of deposit account holders at commercial banks and other resident banks functioning as commercial banks that are resident nonfinancial corporations (public and private) and households. For many countries data cover the total number of deposit accounts due to lack of information on account holders. The major types of deposits are checking accounts, savings accounts, and time deposits.
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Annual freshwater withdrawals refer to total water withdrawals, not counting evaporation losses from storage basins. Withdrawals also include water from desalination plants in countries where they are a significant source. Withdrawals can exceed 100 percent of total renewable resources where extraction from nonrenewable aquifers or desalination plants is considerable or where there is significant water reuse. Withdrawals for agriculture are total withdrawals for irrigation and livestock production. Data are for the most recent year available for 1987-2002.
## 675                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Mammal species are mammals excluding whales and porpoises. Threatened species are the number of species classified by the IUCN as endangered, vulnerable, rare, indeterminate, out of danger, or insufficiently known.
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Percent of population exposed to ambient concentrations of PM2.5 that exceed the World Health Organization (WHO) Interim Target 1 (IT-1) is defined as the portion of a country’s population living in places where mean annual concentrations of PM2.5 are greater than 35 micrograms per cubic meter. The Air Quality Guideline (AQG) of 10 micrograms per cubic meter is recommended by the WHO as the lower end of the range of concentrations over which adverse health effects due to PM2.5 exposure have been observed.
## 677                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Total greenhouse gas emissions are composed of CO2 totals excluding short-cycle biomass burning (such as agricultural waste burning and savanna burning) but including other biomass burning (such as forest fires, post-burn decay, peat fires and decay of drained peatlands), all anthropogenic CH4 sources, N2O sources and F-gases (HFCs, PFCs and SF6). Each year of data shows the percentage change to that year from 1990.
## 678                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Energy use refers to use of primary energy before transformation to other end-use fuels, which is equal to indigenous production plus imports and stock changes, minus exports and fuels supplied to ships and aircraft engaged in international transport.
## 679                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Electric power transmission and distribution losses include losses in transmission between sources of supply and points of distribution and in the distribution to consumers, including pilferage.
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Debt service, the sum of principal repayments and interest actually paid in currency, goods, or services, is expressed as a percentage of exports of goods and services--all transactions between residents of a country and the rest of the world involving a change of ownership from residents to nonresidents of general merchandise, net exports of goods under merchanting, nonmonetary gold, and services. This series differs from the standard debt to exports series in that it covers only long-term public and publicly guaranteed debt and repayments (repurchases and charges) to the IMF.
## 681  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Public and publicly guaranteed debt from private creditors include bonds that are either publicly issued or privately placed; commercial bank loans from private banks and other private financial institutions; and other private credits from manufacturers, exporters, and other suppliers of goods, and bank credits covered by a guarantee of an export credit agency. Net flows (or net lending or net disbursements) received by the borrower during the year are disbursements minus principal repayments. Data are in current U.S. dollars.
## 683  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Public and publicly guaranteed debt comprises long-term external obligations of public debtors, including the national government,  Public Corporations, State Owned Enterprises, Development Banks and Other Mixed Enterprises, political subdivisions (or an agency of either), autonomous public bodies, and external obligations of private debtors that are guaranteed for repayment by a public entity. Data are in current U.S. dollars.
## 685                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 686                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  S&P Global Equity Indices measure the U.S. dollar price change in the stock markets covered by the S&P/IFCI and S&P/Frontier BMI country indices.
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Primary income receipts refer to employee compensation paid to resident workers working abroad and investment income (receipts on direct investment, portfolio investment, other investments, and receipts on reserve assets). Data are in current U.S. dollars.
## 689                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Current account balance is the sum of net exports of goods and services, net primary income, and net secondary income.
## 690                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Trade in services is the sum of service exports and imports divided by the value of GDP, all in current U.S. dollars.
## 691                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Urban land area below 5m is the percentage of total land where the urban land elevation is 5 meters or less.
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Gross capital formation (formerly gross domestic investment) consists of outlays on additions to the fixed assets of the economy plus net changes in the level of inventories. Fixed assets include land improvements (fences, ditches, drains, and so on); plant, machinery, and equipment purchases; and the construction of roads, railways, and the like, including schools, offices, hospitals, private residential dwellings, and commercial and industrial buildings. Inventories are stocks of goods held by firms to meet temporary or unexpected fluctuations in production or sales, and "work in progress." According to the 2008 SNA, net acquisitions of valuables are also considered capital formation. Data are in constant 2015 prices, expressed in U.S. dollars.
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Annual growth rate of exports of goods and services based on constant local currency. Aggregates are based on constant 2015 prices, expressed in U.S. dollars. Exports of goods and services represent the value of all goods and other market services provided to the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments.
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Household final consumption expenditure (formerly private consumption) is the market value of all goods and services, including durable products (such as cars, washing machines, and home computers), purchased by households. It excludes purchases of dwellings but includes imputed rent for owner-occupied dwellings. It also includes payments and fees to governments to obtain permits and licenses. Here, household consumption expenditure includes the expenditures of nonprofit institutions serving households, even when reported separately by the country. This item also includes any statistical discrepancy in the use of resources relative to the supply of resources.
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             General government final consumption expenditure (formerly general government consumption) includes all government current expenditures for purchases of goods and services (including compensation of employees). It also includes most expenditures on national defense and security, but excludes government military expenditures that are part of government capital formation. Data are in current U.S. dollars.
## 696                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Lead time to import is the median time (the value for 50 percent of shipments) from port of discharge to arrival at the consignee. Data are from the Logistics Performance Index survey. Respondents provided separate values for the best case (10 percent of shipments) and the median case (50 percent of shipments). The data are exponentiated averages of the logarithm of single value responses and of midpoint values of range responses for the median case.
## 697                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Air passengers carried include both domestic and international aircraft passengers of air carriers registered in the country.
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The policies for social inclusion and equity cluster includes gender equality, equity of public resource use, building human resources, social protection and labor, and policies and institutions for environmental sustainability.
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Debt policy assesses whether the debt management strategy is conducive to minimizing budgetary risks and ensuring long-term debt sustainability.
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Investment in energy projects with private participation  refers to commitments to  infrastructure projects in energy (electricity and natural gas: generation, transmission and distribution) that have reached financial closure and directly or indirectly serve the public. Movable assets and small projects such as windmills are excluded. The types of projects included are management and lease contracts, operations and management contracts with major capital expenditure, greenfield projects (in which a private entity or a public-private joint venture builds and operates a new facility), and divestitures. Investment commitments are the sum of investments in facilities and investments in government assets. Investments in facilities are the resources the project company commits to invest during the contract period either in new facilities or in expansion and modernization of existing facilities. Investments in government assets are the resources the project company spends on acquiring government assets such as state-owned enterprises, rights to provide services in a specific area, or the use of specific radio spectrums. Data is presented based on investment year. Data are in current U.S. dollars.
## 701                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Time required to start a business is the number of calendar days needed to complete the procedures to legally operate a business. If a procedure can be speeded up at additional cost, the fastest procedure, independent of cost, is chosen.
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Percent of firms that spend on research and development.
## 703                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Documentary compliance captures the time and cost associated with compliance with the documentary requirements of all government agencies of the origin economy, the destination economy and any transit economies. The aim is to measure the total burden of preparing the bundle of documents that will enable completion of the international trade for the product and partner pair assumed in the case study.
## 704                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The HCI upper bound reflects uncertainty in the measurement of the components and the overall index. It is obtained by recalculating the HCI using estimates of the upper bounds of each of the components of the HCI. The range between the upper and lower bound is the uncertainty interval. While the uncertainty intervals constructed here do not have a rigorous statistical interpretation, a rule of thumb is that if for two countries they overlap substantially, the differences between their HCI values are not likely to be practically meaningful.
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Interest payments include interest payments on government debt--including long-term bonds, long-term loans, and other debt instruments--to domestic and foreign residents.
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Customs and other import duties are all levies collected on goods that are entering the country or services delivered by nonresidents to residents. They include levies imposed for revenue or protection purposes and determined on a specific or ad valorem basis as long as they are restricted to imported goods or services.
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Net incurrence of government liabilities includes foreign financing (obtained from nonresidents) and domestic financing (obtained from residents), or the means by which a government provides financial resources to cover a budget deficit or allocates financial resources arising from a budget surplus. The net incurrence of liabilities should be offset by the net acquisition of financial assets.
## 708                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Domestic credit to private sector refers to financial resources provided to the private sector by financial corporations, such as through loans, purchases of nonequity securities, and trade credits and other accounts receivable, that establish a claim for repayment. For some countries these claims include credit to public enterprises. The financial corporations include monetary authorities and deposit money banks, as well as other financial corporations where data are available (including corporations that do not accept transferable deposits but do incur such liabilities as time and savings deposits). Examples of other financial corporations are finance and leasing companies, money lenders, insurance corporations, pension funds, and foreign exchange companies.
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Claims on private sector (IFS line 32D..ZK or 32D..ZF) include gross credit from the financial system to individuals, enterprises, nonfinancial public entities not included under net domestic credit, and financial institutions not included elsewhere.
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Automated teller machines are computerized telecommunications devices that provide clients of a financial institution with access to financial transactions in a public place.
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Aquaculture is understood to mean the farming of aquatic organisms including fish, molluscs, crustaceans and aquatic plants. Aquaculture production specifically refers to output from aquaculture activities, which are designated for final harvest for consumption.
## 712                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    CO2 emissions from other sectors, less residential buildings and commercial and public services, contains the emissions from commercial/institutional activities, residential, agriculture/forestry, fishing and other emissions not specified elsewhere that are included in the IPCC Source/Sink Categories 1 A 4 and 1 A 5. In the 1996 IPCC Guidelines, the category also includes emissions from autoproducers in the commercial/residential/agricultural sectors that generate electricity and/or heat. The IEA data are not collected in a way that allows the energy consumption to be split by specific end-use and therefore, autoproducers are shown as a separate item (Unallocated Autoproducers).
## 713                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Nitrous oxide emissions are emissions from agricultural biomass burning, industrial activities, and livestock management.
## 714                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Carbon dioxide emissions from solid fuel consumption refer mainly to emissions from use of coal as an energy source.
## 715                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Fossil fuel comprises coal, oil, petroleum, and natural gas products.
## 716                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Access to electricity is the percentage of population with access to electricity. Electrification data are collected from industry, national surveys and international sources.
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Total debt service is the sum of principal repayments and interest actually paid in currency, goods, or services on long-term debt, interest paid on short-term debt, and repayments (repurchases and charges) to the IMF. Data are in current U.S. dollars.
## 718  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Commercial bank and other lending includes net commercial bank lending (public and publicly guaranteed and private nonguaranteed) and other private credits. Data are in current U.S. dollars.
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Bonds are securities issued with a fixed rate of interest for a period of more than one year. They include net flows through cross-border public and publicly guaranteed and private nonguaranteed bond issues. Data are in current U.S. dollars.
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Total external debt stocks to gross national income. Total external debt is debt owed to nonresidents repayable in currency, goods, or services. Total external debt is the sum of public, publicly guaranteed, and private nonguaranteed long-term debt, use of IMF credit, and short-term debt. Short-term debt includes all debt having an original maturity of one year or less and interest in arrears on long-term debt. GNI (formerly GNP) is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad.
## 722                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 723                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Secondary income refers to transfers recorded in the balance of payments whenever an economy provides or receives goods, services, income, or financial items without a quid pro quo. All transfers not considered to be capital are current. Data are in current U.S. dollars.
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Technical cooperation grants include free-standing technical cooperation grants, which are intended to finance the transfer of technical and managerial skills or of technology for the purpose of building up general national capacity without reference to any specific investment projects; and investment-related technical cooperation grants, which are provided to strengthen the capacity to execute specific investment projects. Data are in current U.S. dollars.
## 726                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Foreign direct investment refers to direct investment equity flows in an economy. It is the sum of equity capital, reinvestment of earnings, and other capital. Direct investment is a category of cross-border investment associated with a resident in one economy having control or a significant degree of influence on the management of an enterprise that is resident in another economy. Ownership of 10 percent or more of the ordinary shares of voting stock is the criterion for determining the existence of a direct investment relationship. This series shows net outflows of investment from the reporting economy to the rest of the world, and is divided by GDP.
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Food production index covers food crops that are considered edible and that contain nutrients. Coffee and tea are excluded because, although edible, they have no nutritive value.
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Permanent cropland is land cultivated with crops that occupy the land for long periods and need not be replanted after each harvest, such as cocoa, coffee, and rubber. This category includes land under flowering shrubs, fruit trees, nut trees, and vines, but excludes land under trees grown for wood or timber.
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Intentional homicides, male are estimates of unlawful male homicides purposely inflicted as a result of domestic disputes, interpersonal violence, violent conflicts over land resources, intergang violence over turf or control, and predatory violence and killing by armed groups. Intentional homicide does not include all intentional killing; the difference is usually in the organization of the killing. Individuals or small groups usually commit homicide, whereas killing in armed conflict is usually committed by fairly cohesive groups of up to several hundred members and is thus usually excluded.
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Merchandise exports to low- and middle-income economies in Sub-Saharan Africa are the sum of merchandise exports from the reporting economy to low- and middle-income economies in the Sub-Saharan Africa region according to World Bank classification of economies. Data are as a percentage of total merchandise exports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 731                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Agricultural raw materials comprise SITC section 2 (crude materials except fuels) excluding divisions 22, 27 (crude fertilizers and minerals excluding coal, petroleum, and precious stones), and 28 (metalliferous ores and scrap).
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Merchandise imports from low- and middle-income economies in Latin America and the Caribbean are the sum of merchandise imports by the reporting economy from low- and middle-income economies in the Latin America and the Caribbean region according to the World Bank classification of economies. Data are expressed as a percentage of total merchandise imports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 733                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Weighted mean applied tariff is the average of effectively applied rates weighted by the product import shares corresponding to each partner country. Data are classified using the Harmonized System of trade at the six- or eight-digit level. Tariff line data were matched to Standard International Trade Classification (SITC) revision 3 codes to define commodity groups and import weights. To the extent possible, specific rates have been converted to their ad valorem equivalent rates and have been included in the calculation of weighted mean tariffs. Import weights were calculated using the United Nations Statistics Division's Commodity Trade (Comtrade) database. Effectively applied tariff rates at the six- and eight-digit product level are averaged for products in each commodity group. When the effectively applied rate is unavailable, the most favored nation rate is used instead. Primary products are commodities classified in SITC revision 3 sections 0-4 plus division 68 (nonferrous metals).
## 734                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Weighted mean applied tariff is the average of effectively applied rates weighted by the product import shares corresponding to each partner country. Data are classified using the Harmonized System of trade at the six- or eight-digit level. Tariff line data were matched to Standard International Trade Classification (SITC) revision 3 codes to define commodity groups and import weights. To the extent possible, specific rates have been converted to their ad valorem equivalent rates and have been included in the calculation of weighted mean tariffs. Import weights were calculated using the United Nations Statistics Division's Commodity Trade (Comtrade) database. Effectively applied tariff rates at the six- and eight-digit product level are averaged for products in each commodity group. When the effectively applied rate is unavailable, the most favored nation rate is used instead. Manufactured products are commodities classified in SITC revision 3 sections 5-8 excluding division 68.
## 735                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             International tourism receipts are expenditures by international inbound visitors, including payments to national carriers for international transport. These receipts include any other prepayment made for goods or services received in the destination country. They also may include receipts from same-day visitors, except when these are important enough to justify separate classification. For some countries they do not include receipts for passenger transport items. Data are in current U.S. dollars.
## 736                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Male population is the percentage of the population that is male. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 737                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Male population between the ages 70 to 74 as a percentage of the total male population.
## 738                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Male population between the ages 45 to 49 as a percentage of the total male population.
## 739                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Female population between the ages 15 to 64 as a percentage of the total female population. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Teenage mothers are the percentage of women ages 15-19 who already have children or are currently pregnant.
## 741                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Crude death rate indicates the number of deaths occurring during the year, per 1,000 population estimated at midyear. Subtracting the crude death rate from the crude birth rate provides the rate of natural increase, which is equal to the rate of population change in the absence of migration.
## 742                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Wage workers (also known as employees) are people who hold explicit (written or oral) or implicit employment contracts that provide basic remuneration that does not depend directly on the revenue of the unit for which they work.
## 743                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The percentage of the labor force with a basic level of education who are unemployed. Basic education comprises primary education or lower secondary education according to the International Standard Classification of Education 2011 (ISCED 2011).
## 744                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The ratio of the labor force with intermediate education to the working-age population with intermediate education. Intermediate education comprises upper secondary or post-secondary non tertiary education according to the International Standard Classification of Education 2011 (ISCED 2011).
## 745                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Labor force participation rate is the proportion of the population ages 15-64 that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 746                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Children in employment refer to children involved in economic activity for at least one hour in the reference week of the survey. Study and work refer to children attending school in combination with economic activity.
## 747                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Self-employed workers are people whose remuneration depends directly on the profits derived from the goods and services they produce, with or without other employees, and include employers, own-account workers, and members of producers cooperatives.
## 748                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Wage and salaried workers (employees) are those workers who hold the type of jobs defined as "paid employment jobs," where the incumbents hold explicit (written or oral) or implicit employment contracts that give them a basic remuneration that is not directly dependent upon the revenue of the unit for which they work.
## 749                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Employers are those workers who, working on their own account or with one or a few partners, hold the type of jobs defined as a "self-employment jobs" i.e. jobs where the remuneration is directly dependent upon the profits derived from the goods and services produced), and, in this capacity, have engaged, on a continuous basis, one or more persons to work for them as employee(s).
## 750                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Mean consumption or income per capita (2017 PPP $ per day) of the bottom 40%, used in calculating the growth rate in the welfare aggregate of the bottom 40% of the population in the income distribution in a country.
## 751                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Gini index measures the extent to which the distribution of income (or, in some cases, consumption expenditure) among individuals or households within an economy deviates from a perfectly equal distribution. A Lorenz curve plots the cumulative percentages of total income received against the cumulative number of recipients, starting with the poorest individual or household. The Gini index measures the area between the Lorenz curve and a hypothetical line of absolute equality, expressed as a percentage of the maximum area under the line. Thus a Gini index of 0 represents perfect equality, while an index of 100 implies perfect inequality.
## 752                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Share of out-of-pocket payments of total current health expenditures.  Out-of-pocket payments are spending on health directly out-of-pocket by households.
## 753                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Proportion of population spending more than 10% of household consumption or income on out-of-pocket health care expenditure. Out-of-pocket health expenditure is defined as any spending incurred by a household when any member uses a health good or service to receive any type of care (preventive, curative, rehabilitative, long-term or palliative care); provided by any type of provider; for any type of disease, illness or health condition; in any type of setting (outpatient, inpatient, at home).
## 754                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Prevalence of wasting is the proportion of children under age 5 whose weight for height is more than two standard deviations below the median for the international reference population ages 0-59.
## 755                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Mortality rate attributed to unintentional poisonings is the number of female deaths from unintentional poisonings in a year per 100,000 female population.  Unintentional poisoning can be caused by household chemicals, pesticides, kerosene, carbon monoxide and medicines, or can be the result of environmental contamination or occupational chemical exposure.
## 756                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The percentage of people living in households that have a handwashing facility with soap and water available on the premises. Handwashing facilities may be fixed or mobile and include a sink with tap water, buckets with taps, tippy-taps, and jugs or basins designated for handwashing. Soap includes bar soap, liquid soap, powder detergent, and soapy water but does not include ash, soil, sand or other handwashing agents.
## 757                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The number of procedures undertaken in an operating theatre per 100,000 population per year in each country. A procedure is defined as the incision, excision, or manipulation of tissue that needs regional or general anaesthesia, or profound sedation to control pain.
## 758                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Community health workers include various types of community health aides, many with country-specific occupational titles such as community health officers, community health-education workers, family health workers, lady health visitors and health extension package workers.
## 759                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Children living with HIV refers to the number of children ages 0-14 who are infected with HIV.
## 760                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Prevalence of HIV is the percentage of people who are infected with HIV. Female rate is as a percentage of the total population ages 15+ who are living with HIV.
## 761                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Condom use, female is the percentage of the female population ages 15-24 who used a condom at last intercourse in the last 12 months.
## 762                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The index measures how laws and regulations affect women’s economic opportunity. Overall scores are calculated by taking the average score of each index (Mobility, Workplace, Pay, Marriage, Parenthood, Entrepreneurship, Assets and Pension), with 100 representing the highest possible score.
## 763                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Tertiary education, academic staff (% female) is the share of female academic staff in tertiary education.
## 764                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The percentage of population ages 25 and over that attained or completed Bachelor's or equivalent.
## 765                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Progression to secondary school refers to the number of new entrants to the first grade of secondary school in a given year as a percentage of the number of students enrolled in the final grade of primary school in the previous year (minus the number of repeaters from the last grade of primary education in the given year).
## 766                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Secondary general pupils are the number of secondary students enrolled in general education programs, including teacher training.
## 767                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Lower secondary school starting age is the age at which students would enter lower secondary education, assuming they had started at the official entrance age for the lowest level of education, had studied full-time throughout and had progressed through the system without repeating or skipping a grade.
## 768                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Repeaters in primary school are the number of students enrolled in the same grade as in the previous year, as a percentage of all students enrolled in primary school.
## 769                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Net enrollment rate is the ratio of children of official school age who are enrolled in school to the population of the corresponding official school age. Primary education provides children with basic reading, writing, and mathematics skills along with an elementary understanding of such subjects as history, geography, natural science, social science, art, and music.
## 770                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Primary completion rate, or gross intake ratio to the last grade of primary education, is the number of new entrants (enrollments minus repeaters) in the last grade of primary education, regardless of age, divided by the population at the entrance age for the last grade of primary education. Data limitations preclude adjusting for students who drop out during the final year of primary education.
## 771                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Adult literacy rate is the percentage of people ages 15 and above who can both read and write with understanding a short simple statement about their everyday life.
## 772                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Coverage of social safety net programs shows the percentage of population participating in cash transfers and last resort programs, noncontributory social pensions, other cash transfers programs (child, family and orphan allowances, birth and death grants, disability benefits, and other allowances), conditional cash transfers, in-kind food transfers (food stamps and vouchers, food rations, supplementary feeding, and emergency food distribution), school feeding, other social assistance programs (housing allowances, scholarships, fee waivers, health subsidies, and other social assistance) and public works programs (cash for work and food for work). Estimates include both direct and indirect beneficiaries.
## 773                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Coverage of social protection and labor programs (SPL) shows the percentage of population participating in social insurance, social safety net, and unemployment benefits and active labor market programs. Estimates include both direct and indirect beneficiaries.
## 774                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Net primary income includes the net labor income and net property and entrepreneurial income components of the SNA. Labor income covers compensation of employees paid to nonresident workers. Property and entrepreneurial income covers investment income from the ownership of foreign financial claims (interest, dividends, rent, etc.) and nonfinancial property income (patents, copyrights, etc.). Data are in current local currency.
## 775                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            GNI (formerly GNP) is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad.
## 776                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     GDP per capita is gross domestic product divided by midyear population. GDP is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in constant 2015 U.S. dollars.
## 777                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Gross value added at basic prices (formerly GDP at factor cost) is derived as the sum of the value added in the agriculture, industry and services sectors. If the value added of these sectors is calculated at purchaser values, gross value added at basic prices is derived by subtracting net product taxes from GDP. Data are in current local currency.
## 778                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Adjusted net national income is GNI minus consumption of fixed capital and natural resources depletion.
## 779                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Net forest depletion is calculated as the product of unit resource rents and the excess of roundwood harvest over natural growth.
## 780                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Value added in manufacturing is the sum of gross output less the value of intermediate inputs used in production for industries classified in ISIC major division D. Machinery and transport equipment correspond to ISIC divisions 29, 30, 32, 34, and 35.
## 781                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Financial intermediation services indirectly measured (FISIM) is an indirect measure of the value of financial intermediation services (i.e. output) provided but for which financial institutions do not charge explicitly as compared to explicit bank charges. Although the 1993 SNA recommends that the FISIM are allocated as intermediate and final consumption to the users, many countries still make a global (negative) adjustment to the sum of gross value added.
## 782                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Annual growth rate of imports of goods and services based on constant local currency. Aggregates are based on constant 2015 prices, expressed in U.S. dollars. Imports of goods and services represent the value of all goods and other market services received from the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments.
## 783                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Gross fixed capital formation (formerly gross domestic fixed investment) includes land improvements (fences, ditches, drains, and so on); plant, machinery, and equipment purchases; and the construction of roads, railways, and the like, including schools, offices, hospitals, private residential dwellings, and commercial and industrial buildings. According to the 2008 SNA, net acquisitions of valuables are also considered capital formation. Data are in constant 2015 prices, expressed in U.S. dollars.
## 784                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Gross national expenditure (formerly domestic absorption) is the sum of household final consumption expenditure (formerly private consumption), general government final consumption expenditure (formerly general government consumption), and gross capital formation (formerly gross domestic investment).
## 785                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Household and NPISHs final consumption expenditure (formerly private consumption) is the market value of all goods and services, including durable products (such as cars, washing machines, and home computers), purchased by households. It excludes purchases of dwellings but includes imputed rent for owner-occupied dwellings. It also includes payments and fees to governments to obtain permits and licenses. This indicator includes the expenditures of nonprofit institutions serving households even when reported separately by the country. Data are in current local currency.
## 786                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The data products overall score is a composite score measureing whether the country is able to produce relevant indicators, primarily related to SDGs.  The data products (internal process) pillar is segmented by four topics and organized into (i) social, (ii) economic, (iii) environmental, and (iv) institutional dimensions using the typology of the Sustainable Development Goals (SDGs). This approach anchors the national statistical system’s performance around the essential data required to support the achievement of the 2030 global goals, and enables comparisons across countries so that a global view can be generated while enabling country specific emphasis to reflect the user needs of that country.
## 787                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Equity of public resource use assesses the extent to which the pattern of public expenditures and revenue collection affects the poor and is consistent with national poverty reduction priorities.
## 788                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Patent applications are worldwide patent applications filed through the Patent Cooperation Treaty procedure or with a national patent office for exclusive rights for an invention--a product or process that provides a new way of doing something or offers a new technical solution to a problem. A patent provides protection for the invention to the owner of the patent for a limited period, generally 20 years.
## 789                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Tax payments by businesses are the total number of taxes paid by businesses, including electronic filing. The tax is counted as paid once a year even if payments are more frequent.
## 790                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Time required to register property is the number of calendar days needed for businesses to secure rights to property.
## 791                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Firms with female participation in ownership are the percentage of firms with a woman among the principal owners.
## 792                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The average wait, in days, experienced to obtain an electrical connection from the day an establishment applies for it to the day it receives the service.
## 793                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The HCI lower bound reflects uncertainty in the measurement of the components and the overall index. It is obtained by recalculating the HCI using estimates of the lower bounds of each of the components of the HCI. The range between the upper and lower bound is the uncertainty interval. While the uncertainty intervals constructed here do not have a rigorous statistical interpretation, a rule of thumb is that if for two countries they overlap substantially, the differences between their HCI values are not likely to be practically meaningful.
## 794                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Compensation of employees consists of all payments in cash, as well as in kind (such as food and housing), to employees in return for services rendered, and government contributions to social insurance schemes such as social security and pensions that provide benefits to employees.
## 795                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Taxes on exports are all levies on goods being transported out of the country or services being delivered to nonresidents by residents. Rebates on exported goods that are repayments of previously paid general consumption taxes, excise taxes, or import duties are deducted from the gross amounts receivable from these taxes, not from amounts receivable from export taxes.
## 796                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Net acquisition of government financial assets includes domestic and foreign financial claims, SDRs, and gold bullion held by monetary authorities as a reserve asset. The net acquisition of financial assets should be offset by the net incurrence of liabilities.
## 797                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Real interest rate is the lending interest rate adjusted for inflation as measured by the GDP deflator. The terms and conditions attached to lending rates differ by country, however, limiting their comparability.
## 798                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Claims on central government (IFS line 32AN..ZK) include loans to central government institutions net of deposits.
## 799                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Renewable internal freshwater resources flows refer to internal renewable resources (internal river flows and groundwater from rainfall) in the country. Renewable internal freshwater resources per capita are calculated using the World Bank's population estimates.
## 800                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Population in largest city is the percentage of a country's urban population living in that country's largest metropolitan area.
## 801                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      GHG net emissions/removals by LUCF refers to changes in atmospheric levels of all greenhouse gases attributable to forest and land-use change activities, including but not limited to (1) emissions and removals of CO2 from decreases or increases in biomass stocks due to forest management, logging, fuelwood collection, etc.; (2) conversion of existing forests and natural grasslands to other land uses; (3) removal of CO2 from the abandonment of formerly managed lands (e.g. croplands and pastures); and (4) emissions and removals of CO2 in soil associated with land-use change and management. For Annex-I countries under the UNFCCC, these data are drawn from the annual GHG inventories submitted to the UNFCCC by each country; for non-Annex-I countries, data are drawn from the most recently submitted National Communication where available. Because of differences in reporting years and methodologies, these data are not generally considered comparable across countries. Data are in million metric tons.
## 802                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Methane emissions are those stemming from human activities such as agriculture and from industrial methane production. Each year of data shows the percentage change to that year from 1990.
## 803                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Carbon dioxide emissions from liquid fuel consumption refer mainly to emissions from use of petroleum-derived fuels as an energy source.
## 804                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Renewable energy consumption is the share of renewables energy in total final energy consumption.
## 805                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Access to clean fuels and technologies for cooking, urban is the proportion of urban population primarily using clean cooking fuels and technologies for cooking. Under WHO guidelines, kerosene is excluded from clean cooking fuels.
## 806                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net official development assistance (ODA) consists of disbursements of loans made on concessional terms (net of repayments of principal) and grants by official agencies of the members of the Development Assistance Committee (DAC), by multilateral institutions, and by non-DAC countries to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. It includes loans with a grant element of at least 25 percent (calculated at a rate of discount of 10 percent).
## 807  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 808                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Net financial flows received by the borrower during the year are disbursements of loans and credits less repayments of principal. Others is a residual category in the World Bank's Debtor Reporting System. It includes such institutions as the Caribbean Development Fund, Council of Europe, European Development Fund, Islamic Development Bank, Nordic Development Fund, and the like. Data are in current U.S. dollars.
## 809                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             IBRD loans and IDA credits are public and publicly guaranteed debt extended by the World Bank Group. The International Bank for Reconstruction and Development (IBRD) lends at market rates. Credits from the International Development Association (IDA) are at concessional rates. Data are in current U.S. dollars.
## 810                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net Official development assistance (ODA) comprises grants or loans to developing countries and territories on the OECD/DAC list of aid recipients that are undertaken by the official sector with promotion of economic development and welfare as the main objective and at concessional financial terms. The list of least developed countries (LDCs) has been agreed by the General Assembly, on the recommendation of the Committee for Development Policy, Economic and Social Council. Series is shown as a share of donors' GNI.
## 811                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 812                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 813                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Transport covers all transport services (sea, air, land, internal waterway, pipeline, space and electricity transmission) performed by residents of one economy for those of another and involving the carriage of passengers, the movement of goods (freight), rental of carriers with crew, and related support and auxiliary services. Also included are postal and courier services. Excluded are freight insurance (included in insurance services); goods procured in ports by nonresident carriers (included in goods); maintenance and repairs on transport equipment (included in maintenance and repair services n.i.e.); and repairs of railway facilities, harbors, and airfield facilities (included in construction).
## 814                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Portfolio investment covers transactions in equity securities and debt securities. Data are in current U.S. dollars.
## 815                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Charges for the use of intellectual property are payments and receipts between residents and nonresidents for the authorized use of proprietary rights (such as patents, trademarks, copyrights, industrial processes and designs including trade secrets, and franchises) and for the use, through licensing agreements, of produced originals or prototypes (such as copyrights on books and manuscripts, computer software, cinematographic works, and sound recordings) and related rights (such as for live performances and television, cable, or satellite broadcast). Data are in current U.S. dollars.
## 816                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Rural land area in square kilometers, derived from urban extent grids which distinguish urban and rural areas based on a combination of population counts (persons), settlement points, and the presence of Nighttime Lights. Areas are defined as urban where contiguous lighted cells from the Nighttime Lights or approximated urban extents based on buffered settlement points for which the total population is greater than 5,000 persons.
## 817                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Agricultural land refers to the share of land area that is arable, under permanent crops, and under permanent pastures. Arable land includes land defined by the FAO as land under temporary crops (double-cropped areas are counted once), temporary meadows for mowing or for pasture, land under market or kitchen gardens, and land temporarily fallow. Land abandoned as a result of shifting cultivation is excluded. Land under permanent crops is land cultivated with crops that occupy the land for long periods and need not be replanted after each harvest, such as cocoa, coffee, and rubber. This category includes land under flowering shrubs, fruit trees, nut trees, and vines, but excludes land under trees grown for wood or timber. Permanent pasture is land used for five or more years for forage, including natural and cultivated crops.
## 818                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The data infrastructure  pillar  overall score measures the hard and soft infrastructure segments, itemizing essential cross cutting requirements for an effective statistical system.  The segments are: (i) legislation and governance covering the existence of laws and a functioning institutional framework for the statistical system; (ii) standards and methods addressing compliance with recognized frameworks and concepts; (iii) skills including level of skills within the statistical system and among users (statistical literacy); (iv) partnerships reflecting the need for the statistical system to be inclusive and coherent; and (v) finance mobilized both domestically and from donors.
## 819                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Social protection and labor assess government policies in social protection and labor market regulations that reduce the risk of becoming poor, assist those who are poor to better manage further risks, and ensure a minimal level of welfare to all people.
## 820                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Trademark applications filed are applications to register a trademark with a national or regional Intellectual Property (IP) offices and designations received by relevant offices through the Madrid System. A trademark is a distinctive sign which identifies certain goods or services as those produced or provided by a specific person or enterprise. A trademark provides protection to the owner of the mark by ensuring the exclusive right to use it to identify goods or services, or to authorize another to use it in return for payment. The period of protection varies, but a trademark can be renewed indefinitely beyond the time limit on payment of additional fees. Non-resident application refers to an application filed with the IP office of or acting on behalf of a state or jurisdiction in which the first-named applicant in the application is not domiciled. Class count is used to render application data for trademark applications across offices comparable, as some offices follow a single-class/single-design filing system while other have a multiple class/design filing system.
## 821                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Total tax rate measures the amount of taxes and mandatory contributions payable by businesses after accounting for allowable deductions and exemptions as a share of commercial profits. Taxes withheld (such as personal income tax) or collected and remitted to tax authorities (such as value added taxes, sales taxes or goods and service taxes) are excluded.
## 822                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Cost to register a business is normalized by presenting it as a percentage of gross national income (GNI) per capita.
## 823                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Firms that do not report all sales for tax purposes are the percentage of firms that expressed that a typical firm reports less than 100 percent of sales for tax purposes; such firms are termed "informal firms."
## 824                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Percent of firms experiencing electrical outages during the previous fiscal year.
## 825                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The HCI lower bound reflects uncertainty in the measurement of the components and the overall index. It is obtained by recalculating the HCI using estimates of the lower bounds of each of the components of the HCI. The range between the upper and lower bound is the uncertainty interval. While the uncertainty intervals constructed here do not have a rigorous statistical interpretation, a rule of thumb is that if for two countries they overlap substantially, the differences between their HCI values are not likely to be practically meaningful.
## 826                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Goods and services include all government payments in exchange for goods and services used for the production of market and nonmarket goods and services. Own-account capital formation is excluded.
## 827                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Taxes on goods and services include general sales and turnover or value added taxes, selective excises on goods, selective taxes on services, taxes on the use of goods or property, taxes on extraction and production of minerals, and profits of fiscal monopolies.
## 828                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Debt is the entire stock of direct government fixed-term contractual obligations to others outstanding on a particular date. It includes domestic and foreign liabilities such as currency and money deposits, securities other than shares, and loans. It is the gross amount of government liabilities reduced by the amount of equity and financial derivatives held by the government. Because debt is a stock rather than a flow, it is measured as of a given date, usually the last day of the fiscal year.
## 829                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Claims on central government (IFS line 52AN or 32AN) include loans to central government institutions net of deposits.
## 830                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Net domestic credit is the sum of net claims on the central government and claims on other sectors of the domestic economy (IFS line 32). Data are in current local currency.
## 831                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Marine protected areas are areas of intertidal or subtidal terrain--and overlying water and associated flora and fauna and historical and cultural features--that have been reserved by law or other effective means to protect part or all of the enclosed environment.
## 832                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Population in urban agglomerations of more than one million is the percentage of a country's population living in metropolitan areas that in 2018 had a population of more than one million people.
## 833                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           CO2 emissions from residential buildings and commercial and public services contains all emissions from fuel combustion in households. This corresponds to IPCC Source/Sink Category 1 A 4 b. Commercial and public services includes emissions from all activities of ISIC Divisions 41, 50-52, 55, 63-67, 70-75, 80, 85, 90-93 and 99.
## 834                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Agricultural nitrous oxide emissions are emissions produced through fertilizer use (synthetic and animal manure), animal waste management, agricultural waste burning (nonenergy, on-site), and savanna burning.
## 835                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Carbon dioxide emissions are those stemming from the burning of fossil fuels and the manufacture of cement. They include carbon dioxide produced during consumption of solid, liquid, and gas fuels and gas flaring.
## 836                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GDP per unit of energy use is the PPP GDP per kilogram of oil equivalent of energy use. PPP GDP is gross domestic product converted to 2017 constant international dollars using purchasing power parity rates. An international dollar has the same purchasing power over GDP as a U.S. dollar has in the United States.
## 837                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Energy intensity level of primary energy is the ratio between energy supply and gross domestic product measured at purchasing power parity. Energy intensity is an indication of how much energy is used to produce one unit of economic output. Lower ratio indicates that less energy is used to produce one unit of output.
## 838                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net official development assistance (ODA) consists of disbursements of loans made on concessional terms (net of repayments of principal) and grants by official agencies of the members of the Development Assistance Committee (DAC), by multilateral institutions, and by non-DAC countries to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. It includes loans with a grant element of at least 25 percent (calculated at a rate of discount of 10 percent).
## 839  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 840                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Public and publicly guaranteed debt from official creditors includes loans from international organizations (multilateral loans) and loans from governments (bilateral loans). Loans from international organization include loans and credits from the World Bank, regional development banks, and other multilateral and intergovernmental agencies. Excluded are loans from funds administered by an international organization on behalf of a single donor government; these are classified as loans from governments. Government loans include loans from governments and their agencies (including central banks), loans from autonomous bodies, and direct loans from official export credit agencies. Net flows (or net lending or net disbursements) received by the borrower during the year are disbursements minus principal repayments. Data are in current U.S. dollars.
## 841                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Present value of debt is the sum of short-term external debt plus the discounted sum of total debt service payments due on public, publicly guaranteed, and private nonguaranteed long-term external debt over the life of existing loans. This calculation assumes that the PV of loans with a negative grant element is equal to the nominal value of the loan. The exports denominator is a three-year average.
## 842                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Net Official development assistance (ODA) comprises grants or loans to developing countries and territories on the OECD/DAC list of aid recipients that are undertaken by the official sector with promotion of economic development and welfare as the main objective and at concessional financial terms. It is shown as a share of donors' GNI.
## 843                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 844                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 845                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Foreign direct investment refers to direct investment equity flows in the reporting economy. It is the sum of equity capital, reinvestment of earnings, and other capital. Direct investment is a category of cross-border investment associated with a resident in one economy having control or a significant degree of influence on the management of an enterprise that is resident in another economy. Ownership of 10 percent or more of the ordinary shares of voting stock is the criterion for determining the existence of a direct investment relationship. Data are in current U.S. dollars.
## 846                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Secondary income refers to transfers recorded in the balance of payments whenever an economy provides or receives goods, services, income, or financial items without a quid pro quo. All transfers not considered to be capital are current. Data are in current U.S. dollars.
## 847                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Transport covers all transport services (sea, air, land, internal waterway, pipeline, space and electricity transmission) performed by residents of one economy for those of another and involving the carriage of passengers, the movement of goods (freight), rental of carriers with crew, and related support and auxiliary services. Also included are postal and courier services. Excluded are freight insurance (included in insurance services); goods procured in ports by nonresident carriers (included in goods); maintenance and repairs on transport equipment (included in maintenance and repair services n.i.e.); and repairs of railway facilities, harbors, and airfield facilities (included in construction).
## 848                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Agricultural machinery refers to the number of wheel and crawler tractors (excluding garden tractors) in use in agriculture at the end of the calendar year specified or during the first quarter of the following year. Arable land includes land defined by the FAO as land under temporary crops (double-cropped areas are counted once), temporary meadows for mowing or for pasture, land under market or kitchen gardens, and land temporarily fallow. Land abandoned as a result of shifting cultivation is excluded.
## 849                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Arable land (hectares per person) includes land defined by the FAO as land under temporary crops (double-cropped areas are counted once), temporary meadows for mowing or for pasture, land under market or kitchen gardens, and land temporarily fallow. Land abandoned as a result of shifting cultivation is excluded.
## 850                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  General government final consumption expenditure (formerly general government consumption) includes all government current expenditures for purchases of goods and services (including compensation of employees). It also includes most expenditures on national defense and security, but excludes government military expenditures that are part of government capital formation. Data are in constant 2015 prices, expressed in U.S. dollars.
## 851                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Data are from Logistics Performance Index surveys conducted by the World Bank in partnership with academic and international institutions and private companies and individuals engaged in international logistics. 2009 round of surveys covered more than 5,000 country assessments by nearly 1,000 international freight forwarders. Respondents evaluate eight markets on six core dimensions on a scale from 1 (worst) to 5 (best). The markets are chosen based on the most important export and import markets of the respondent's country, random selection, and, for landlocked countries, neighboring countries that connect them with international markets. Details of the survey methodology are in Arvis and others' Connecting to Compete 2010: Trade Logistics in the Global Economy (2010). Respondents evaluated the quality of trade and transport related infrastructure (e.g. ports, railroads, roads, information technology), on a rating ranging from 1 (very low) to 5 (very high). Scores are averaged across all respondents.
## 852                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Passengers carried by railway are the number of passengers transported by rail times kilometers traveled.
## 853                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Trade assesses how the policy framework fosters trade in goods.
## 854                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Policy and institutions for environmental sustainability assess the extent to which environmental policies foster the protection and sustainable use of natural resources and the management of pollution.
## 855                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Investment  in transport projects with private participation refers to commitments to  infrastructure projects in transport that have reached financial closure and directly or indirectly serve the public. Movable assets and small projects are excluded. The types of projects included are  management and lease contracts, operations and management contracts with major capital expenditure, greenfield projects (in which a private entity or a public-private joint venture builds and operates a new facility), and divestitures. Investment commitments are the sum of investments in facilities and investments in government assets. Investments in facilities are the resources the project company commits to invest during the contract period either in new facilities or in expansion and modernization of existing facilities. Investments in government assets are the resources the project company spends on acquiring government assets such as state-owned enterprises, rights to provide services in a specific area, or the use of specific radio spectrums. Data is presented based on investment year. Data are in current U.S. dollars.
## 856                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Time required to start a business is the number of calendar days needed to complete the procedures to legally operate a business. If a procedure can be speeded up at additional cost, the fastest procedure, independent of cost, is chosen.
## 857                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Firms offering formal training are the percentage of firms offering formal training programs for their permanent, full-time employees.
## 858                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Documentary compliance captures the time and cost associated with compliance with the documentary requirements of all government agencies of the origin economy, the destination economy and any transit economies. The aim is to measure the total burden of preparing the bundle of documents that will enable completion of the international trade for the product and partner pair assumed in the case study.
## 859                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The ease of doing business scores benchmark economies with respect to regulatory best practice, showing the proximity to the best regulatory performance on each Doing Business indicator. An economy’s score is indicated on a scale from 0 to 100, where 0 represents the worst regulatory performance and 100 the best regulatory performance.
## 860                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Other expense is spending on dividends, rent, and other miscellaneous expenses, including provision for consumption of fixed capital.
## 861                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Taxes on international trade include import duties, export duties, profits of export or import monopolies, exchange profits, and exchange taxes.
## 862                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Net investment in government nonfinancial assets includes fixed assets, inventories, valuables, and nonproduced assets. Nonfinancial assets are stores of value and provide benefits either through their use in the production of goods and services or in the form of property income and holding gains. Net investment in nonfinancial assets also includes consumption of fixed capital.
## 863                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Account denotes the percentage of respondents who report having an account (by themselves or together with someone else) at a bank or another type of financial institution or report personally using a mobile money service in the past 12 months (richest 60%, share of population ages 15+).
## 864                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Broad money (IFS line 35L..ZK) is the sum of currency outside banks; demand deposits other than those of the central government; the time, savings, and foreign currency deposits of resident sectors other than the central government; bank and traveler’s checks; and other securities such as certificates of deposit and commercial paper.
## 865                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Commercial bank branches are retail locations of resident commercial banks and other resident banks that function as commercial banks that provide financial services to customers and are physically separated from the main office but not organized as legally separated subsidiaries.
## 866                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Total fisheries production measures the volume of aquatic species caught by a country for all commercial, industrial, recreational and subsistence purposes. The harvest from mariculture, aquaculture and other kinds of fish farming is also included.
## 867                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Fish species are based on Froese, R. and Pauly, D. (eds). 2008. Threatened species are the number of species classified by the IUCN as endangered, vulnerable, rare, indeterminate, out of danger, or insufficiently known.
## 868                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Perfluorocarbons, used as a replacement for chlorofluorocarbons in manufacturing semiconductors, are a byproduct of aluminum smelting and uranium enrichment.
## 869                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Other greenhouse gas emissions are by-product emissions of hydrofluorocarbons, perfluorocarbons, and sulfur hexafluoride. Each year of data shows the percentage change to that year from 1990.
## 870                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Combustible renewables and waste comprise solid biomass, liquid biomass, biogas, industrial waste, and municipal waste, measured as a percentage of total energy use.
## 871                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Sources of electricity refer to the inputs used to generate electricity. Oil refers to crude oil and petroleum products. Gas refers to natural gas but excludes natural gas liquids. Coal refers to all coal and brown coal, both primary (including hard coal and lignite-brown coal) and derived fuels (including patent fuel, coke oven coke, gas coke, coke oven gas, and blast furnace gas). Peat is also included in this category.
## 872                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Total debt service is the sum of principal repayments and interest actually paid in currency, goods, or services on long-term debt, interest paid on short-term debt, and repayments (repurchases and charges) to the IMF.
## 873  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 874                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Nonguaranteed long-term commercial bank loans from private banks and other private financial institutions. Net flows (or net lending or net disbursements) received by the borrower during the year are disbursements minus principal repayments. Data are in current U.S. dollars.
## 875  Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 876                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Long-term debt is debt that has an original or extended maturity of more than one year. It has three components: public, publicly guaranteed, and private nonguaranteed debt. Data are in current U.S. dollars.
## 877                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 878                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 879                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Personal remittances comprise personal transfers and compensation of employees. Personal transfers consist of all current transfers in cash or in kind made or received by resident households to or from nonresident households. Personal transfers thus include all current transfers between resident and nonresident individuals. Compensation of employees refers to the income of border, seasonal, and other short-term workers who are employed in an economy where they are not resident and of residents employed by nonresident entities. Data are the sum of two items defined in the sixth edition of the IMF's Balance of Payments Manual: personal transfers and compensation of employees. Data are in current U.S. dollars.
## 880                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Information and communication technology service exports include computer and communications services (telecommunications and postal and courier services) and information services (computer data and news-related service transactions).
## 881                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Personal remittances comprise personal transfers and compensation of employees. Personal transfers consist of all current transfers in cash or in kind made or received by resident households to or from nonresident households. Personal transfers thus include all current transfers between resident and nonresident individuals. Compensation of employees refers to the income of border, seasonal, and other short-term workers who are employed in an economy where they are not resident and of residents employed by nonresident entities. Data are the sum of two items defined in the sixth edition of the IMF's Balance of Payments Manual: personal transfers and compensation of employees. Data are in current U.S. dollars.
## 882                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Surface area is a country's total area, including areas under inland bodies of water and some coastal waterways.
## 883                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Rural land area below 5m is the percentage of total land where the rural land elevation is 5 meters or less.
## 884                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Intentional homicides are estimates of unlawful homicides purposely inflicted as a result of domestic disputes, interpersonal violence, violent conflicts over land resources, intergang violence over turf or control, and predatory violence and killing by armed groups. Intentional homicide does not include all intentional killing; the difference is usually in the organization of the killing. Individuals or small groups usually commit homicide, whereas killing in armed conflict is usually committed by fairly cohesive groups of up to several hundred members and is thus usually excluded.
## 885                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Merchandise exports by the reporting economy residuals are the total merchandise exports by the reporting economy to the rest of the world as reported in the IMF's Direction of trade database, less the sum of exports by the reporting economy to high-, low-, and middle-income economies according to the World Bank classification of economies. Includes trade with unspecified partners or with economies not covered by World Bank classification. Data are as a percentage of total merchandise exports by the economy.
## 886                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Food comprises the commodities in SITC sections 0 (food and live animals), 1 (beverages and tobacco), and 4 (animal and vegetable oils and fats) and SITC division 22 (oil seeds, oil nuts, and oil kernels).
## 887                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Merchandise imports from low- and middle-income economies in Middle East and North Africa are the sum of merchandise imports by the reporting economy from low- and middle-income economies in the Middle East and North Africa region according to the World Bank classification of economies. Data are expressed as a percentage of total merchandise imports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 888                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Weighted mean most favored nations tariff is the average of most favored nation rates weighted by the product import shares corresponding to each partner country. Data are classified using the Harmonized System of trade at the six- or eight-digit level. Tariff line data were matched to Standard International Trade Classification (SITC) revision 3 codes to define commodity groups and import weights. Import weights were calculated using the United Nations Statistics Division's Commodity Trade (Comtrade) database. Primary products are commodities classified in SITC revision 3 sections 0-4 plus division 68 (nonferrous metals).
## 889                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Weighted mean most favored nations tariff is the average of most favored nation rates weighted by the product import shares corresponding to each partner country. Data are classified using the Harmonized System of trade at the six- or eight-digit level. Tariff line data were matched to Standard International Trade Classification (SITC) revision 3 codes to define commodity groups and import weights. Import weights were calculated using the United Nations Statistics Division's Commodity Trade (Comtrade) database. Manufactured products are commodities classified in SITC revision 3 sections 5-8 excluding division 68.
## 890                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      International tourism receipts are expenditures by international inbound visitors, including payments to national carriers for international transport. These receipts include any other prepayment made for goods or services received in the destination country. They also may include receipts from same-day visitors, except when these are important enough to justify separate classification. For some countries they do not include receipts for passenger transport items. Their share in exports is calculated as a ratio to exports of goods and services, which comprise all transactions between residents of a country and the rest of the world involving a change of ownership from residents to nonresidents of general merchandise, goods sent for processing and repairs, nonmonetary gold, and services.
## 891                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Completeness of birth registration is the percentage of children under age 5 whose births were registered at the time of the survey. The numerator of completeness of birth registration includes children whose birth certificate was seen by the interviewer or whose mother or caretaker says the birth has been registered.
## 892                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Female population between the ages 75 to 79 as a percentage of the total female population.
## 893                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Female population between the ages 50 to 54 as a percentage of the total female population.
## 894                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Male population between the ages 15 to 64. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 895                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Female population between the ages 0 to 4 as a percentage of the total female population.
## 896                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Contraceptive prevalence, any modern method is the percentage of married women ages 15-49 who are practicing, or whose sexual partners are practicing, at least one modern method of contraception.  Modern methods of contraception include female and male sterilization, oral hormonal pills, the intra-uterine device (IUD), the male condom, injectables, the implant (including Norplant), vaginal barrier methods, the female condom and emergency contraception.
## 897                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Wage workers (also known as employees) are people who hold explicit (written or oral) or implicit employment contracts that provide basic remuneration that does not depend directly on the revenue of the unit for which they work.
## 898                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The percentage of the labor force with a basic level of education who are unemployed. Basic education comprises primary education or lower secondary education according to the International Standard Classification of Education 2011 (ISCED 2011).
## 899                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The ratio of the labor force with intermediate education to the working-age population with intermediate education. Intermediate education comprises upper secondary or post-secondary non tertiary education according to the International Standard Classification of Education 2011 (ISCED 2011).
## 900                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The ratio of the labor force with advanced education to the working-age population with advanced education. Advanced education comprises short-cycle tertiary education, a bachelor’s degree or equivalent education level, a master’s degree or equivalent education level, or doctoral degree or equivalent education level according to the International Standard Classification of Education 2011 (ISCED 2011).
## 901                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Average working hours of children working only refers to the average weekly working hours of those children who are involved in economic activity and not attending school.
## 902                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Self-employed workers are people whose remuneration depends directly on the profits derived from the goods and services they produce, with or without other employees, and include employers, own-account workers, and members of producers cooperatives.
## 903                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Wage and salaried workers (employees) are those workers who hold the type of jobs defined as "paid employment jobs," where the incumbents hold explicit (written or oral) or implicit employment contracts that give them a basic remuneration that is not directly dependent upon the revenue of the unit for which they work.
## 904                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Employers are those workers who, working on their own account or with one or a few partners, hold the type of jobs defined as a "self-employment jobs" i.e. jobs where the remuneration is directly dependent upon the profits derived from the goods and services produced), and, in this capacity, have engaged, on a continuous basis, one or more persons to work for them as employee(s).
## 905                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The growth rate in the welfare aggregate of the bottom 40% is computed as the annualized average growth rate in per capita real consumption or income of the bottom 40% of the population in  the income distribution in a country from household surveys over a roughly 5-year period. Mean per capita real consumption or income is measured at 2017 Purchasing Power Parity (PPP) using the Poverty and Inequality Platform (http://www.pip.worldbank.org). For some countries means are not reported due to grouped and/or confidential data. The annualized growth rate is computed as (Mean in final year/Mean in initial year)^(1/(Final year - Initial year)) - 1.  The reference year is the year in which the underlying household survey data was collected. In cases for which the data collection period bridged two calendar years, the first year in which data were collected is reported. The initial year refers to the nearest survey collected 5 years before the most recent survey available, only surveys collected between 3 and 7 years before the most recent survey are considered.  The coverage and quality of the 2017 PPP price data for Iraq and most other North African and Middle Eastern countries were hindered by the exceptional period of instability they faced at the time of the 2017 exercise of the International Comparison Program. See the Poverty and Inequality Platform for detailed explanations.
## 906                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Poverty headcount ratio at $3.65 a day is the percentage of the population living on less than $3.65 a day at 2017 international prices.
## 907                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Health expenditure through out-of-pocket payments per capita in USD.  Out of pocket payments are spending on health directly out of pocket by households in each country.
## 908                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Number of people spending more than 25% of household consumption or income on out-of-pocket health care expenditure. Out-of-pocket health expenditure is defined as any spending incurred by a household when any member uses a health good or service to receive any type of care (preventive, curative, rehabilitative, long-term or palliative care); provided by any type of provider; for any type of disease, illness or health condition; in any type of setting (outpatient, inpatient, at home).
## 909                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Prevalence of severe wasting, female, is the proportion of girls under age 5 whose weight for height is more than three standard deviations below the median for the international reference population ages 0-59.
## 910                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Mortality rate attributed to unintentional poisonings is the number of male deaths from unintentional poisonings in a year per 100,000 male population. Unintentional poisoning can be caused by household chemicals, pesticides, kerosene, carbon monoxide and medicines, or can be the result of environmental contamination or occupational chemical exposure.
## 911                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Prevalence of underweight, female, is the percentage of girls under age 5 whose weight for age is more than two standard deviations below the median for the international reference population ages 0-59 months. The data are based on the WHO's new child growth standards released in 2006.
## 912                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Mortality rate attributed to household and ambient air pollution is the number of deaths attributable to the joint effects of household and ambient air pollution in a year per 100,000 population. The rates are age-standardized.  Following diseases are taken into account: acute respiratory infections (estimated for all ages); cerebrovascular diseases in adults (estimated above 25 years); ischaemic heart diseases in adults (estimated above 25 years); chronic obstructive pulmonary disease in adults (estimated above 25 years); and lung cancer in adults (estimated above 25 years).
## 913                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Nurses and midwives include professional nurses, professional midwives, auxiliary nurses, auxiliary midwives, enrolled nurses, enrolled midwives and other associated personnel, such as dental nurses and primary care nurses.
## 914                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Prevalence of HIV, female is the percentage of females who are infected with HIV. Youth rates are as a percentage of the relevant age group.
## 915                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Prevalence of HIV refers to the percentage of people ages 15-49 who are infected with HIV.
## 916                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Condom use, male is the percentage of the male population ages 15-24 who used a condom at last intercourse in the last 12 months.
## 917                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The average time women spend on household provision of services for own consumption. Data are expressed as a proportion of time in a day. Domestic and care work includes food preparation, dishwashing, cleaning and upkeep of a dwelling, laundry, ironing, gardening, caring for pets, shopping, installation, servicing and repair of personal and household goods, childcare, and care of the sick, elderly or disabled household members, among others.
## 918                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Current expenditure is expressed as a percentage of direct expenditure in public educational institutions (instructional and non-instructional) of the specified level of education. Financial aid to students and other transfers are excluded from direct expenditure. Current expenditure is consumed within the current year and would have to be renewed if needed in the following year. It includes staff compensation and current expenditure other than for staff compensation (ex. on teaching materials, ancillary services and administration).
## 919                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The percentage of population ages 25 and over that attained or completed Bachelor's or equivalent.
## 920                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Trained teachers in secondary education are the percentage of secondary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 921                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Secondary general pupils are the number of secondary students enrolled in general education programs, including teacher training.
## 922                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Lower secondary education completion rate is measured as the gross intake ratio to the last grade of lower secondary education (general and pre-vocational). It is calculated as the number of new entrants in the last grade of lower secondary education, regardless of age, divided by the population at the entrance age for the last grade of lower secondary education.
## 923                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Repeaters in primary school are the number of students enrolled in the same grade as in the previous year, as a percentage of all students enrolled in primary school.
## 924                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Net enrollment rate is the ratio of children of official school age who are enrolled in school to the population of the corresponding official school age. Primary education provides children with basic reading, writing, and mathematics skills along with an elementary understanding of such subjects as history, geography, natural science, social science, art, and music.
## 925                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Primary completion rate, or gross intake ratio to the last grade of primary education, is the number of new entrants (enrollments minus repeaters) in the last grade of primary education, regardless of age, divided by the population at the entrance age for the last grade of primary education. Data limitations preclude adjusting for students who drop out during the final year of primary education.
## 926                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Duration of compulsory education is the number of years that children are legally obliged to attend school.
## 927                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Adequacy of social insurance programs is measured by the total transfer amount received by the population participating in social insurance programs as a share of their total welfare. Welfare is defined as the total income or total expenditure of beneficiary households. Social insurance programs include old age contributory pensions (including survivors and disability) and social security and health insurance benefits (including occupational injury benefits, paid sick leave, maternity and other social insurance). Estimates include both direct and indirect beneficiaries.
## 928                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Adequacy of unemployment benefits and active labor market programs (ALMP) is measured by the total transfer amount received by the population participating in unemployment benefits and active labor market programs as a share of their total welfare. Welfare is defined as the total income or total expenditure of beneficiary households. Unemployment benefits and active labor market programs include unemployment compensation, severance pay, and early retirement due to labor market reasons, labor market services (intermediation), training (vocational, life skills, and cash for training), job rotation and job sharing, employment incentives and wage subsidies, supported employment and rehabilitation, and employment measures for the disabled. Estimates include both direct and indirect beneficiaries.
## 929                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Net primary income includes the net labor income and net property and entrepreneurial income components of the SNA. Labor income covers compensation of employees paid to nonresident workers. Property and entrepreneurial income covers investment income from the ownership of foreign financial claims (interest, dividends, rent, etc.) and nonfinancial property income (patents, copyrights, etc.). Data are in constant local currency.
## 930                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GNI (formerly GNP) is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. Data are in constant local currency.
## 931                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Annual percentage growth rate of GDP per capita based on constant local currency. GDP per capita is gross domestic product divided by midyear population. GDP at purchaser's prices is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources.
## 932                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Gross value added at basic prices (formerly GDP at factor cost) is derived as the sum of the value added in the agriculture, industry and services sectors. If the value added of these sectors is calculated at purchaser values, gross value added at basic prices is derived by subtracting net product taxes from GDP. Data are in constant 2015 prices, expressed in U.S. dollars.
## 933                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Adjusted net national income is GNI minus consumption of fixed capital and natural resources depletion.
## 934                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Consumption of fixed capital represents the replacement value of capital used up in the process of production.
## 935                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Value added in manufacturing is the sum of gross output less the value of intermediate inputs used in production for industries classified in ISIC major division D. Other manufacturing, a residual, covers wood and related products (ISIC division 20), paper and related products (ISIC divisions 21 and 22), petroleum and related products (ISIC division 23), basic metals and mineral products (ISIC division27), fabricated metal products and professional goods (ISIC division 28), and other industries (ISIC divisions 25, 26, 31, 33, 36, and 37). Includes unallocated data. When data for textiles, machinery, or chemicals are shown as not available, they are included in other manufacturing.
## 936                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Value added per worker is a measure of labor productivity—value added per unit of input. Value added denotes the net output of a sector after adding up all outputs and subtracting intermediate inputs. Data are in constant 2015 U.S. dollars. Industry corresponds to the International Standard Industrial Classification (ISIC) tabulation categories C-F (revision 3) or tabulation categories B-F (revision 4), and includes mining and quarrying (including oil production), manufacturing, construction, and public utilities (electricity, gas, and water).
## 937                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Commercial service exports are total service exports minus exports of government services not included elsewhere. International transactions in services are defined by the IMF's Balance of Payments Manual (1993) as the economic output of intangible commodities that may be produced, transferred, and consumed at the same time. Definitions may vary among reporting economies.
## 938                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Ores and metals comprise the commodities in SITC sections 27 (crude fertilizer, minerals nes); 28 (metalliferous ores, scrap); and 68 (non-ferrous metals).
## 939                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Merchandise imports from low- and middle-income economies within region are the sum of merchandise imports by the reporting economy from other low- and middle-income economies in the same World Bank region according to the World Bank classification of economies. Data are as a percentage of total merchandise imports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data. No figures are shown for high-income economies, because they are a separate category in the World Bank classification of economies.
## 940                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Information and communication technology goods imports include computers and peripheral equipment, communication equipment, consumer electronic equipment, electronic components, and other information and technology goods (miscellaneous).
## 941                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Simple mean most favored nation tariff rate is the unweighted average of most favored nation rates for all products subject to tariffs calculated for all traded goods. Data are classified using the Harmonized System of trade at the six- or eight-digit level. Tariff line data were matched to Standard International Trade Classification (SITC) revision 3 codes to define commodity groups.
## 942                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  International tourism expenditures are expenditures of international outbound visitors in other countries, including payments to foreign carriers for international transport. These expenditures may include those by residents traveling abroad as same-day visitors, except in cases where these are important enough to justify separate classification. For some countries they do not include expenditures for passenger transport items. Data are in current U.S. dollars.
## 943                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Completeness of death registration is the estimated percentage of deaths that are registered with their cause of death information in the vital registration system of a country.
## 944                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Age dependency ratio is the ratio of dependents--people younger than 15 or older than 64--to the working-age population--those ages 15-64. Data are shown as the proportion of dependents per 100 working-age population.
## 945                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Male population between the ages 60 to 64 as a percentage of the total male population.
## 946                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Male population between the ages 20 to 24 as a percentage of the total male population.
## 947                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Male population between the ages 0 to 14 as a percentage of the total male population. Population is based on the de facto definition of population.
## 948                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Life expectancy at birth indicates the number of years a newborn infant would live if prevailing patterns of mortality at the time of its birth were to stay the same throughout its life.
## 949                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             International migrant stock is the number of people born in a country other than that in which they live. It also includes refugees. The data used to estimate the international migrant stock at a particular time are obtained mainly from population censuses. The estimates are derived from the data on foreign-born population--people who have residence in one country but were born in another country. When data on the foreign-born population are not available, data on foreign population--that is, people who are citizens of a country other than the country in which they reside--are used as estimates. After the breakup of the Soviet Union in 1991 people living in one of the newly independent countries who were born in another were classified as international migrants. Estimates of migrant stock in the newly independent states from 1990 on are based on the 1989 census of the Soviet Union. For countries with information on the international migrant stock for at least two points in time, interpolation or extrapolation was used to estimate the international migrant stock on July 1 of the reference years. For countries with only one observation, estimates for the reference years were derived using rates of change in the migrant stock in the years preceding or following the single observation available. A model was used to estimate migrants for countries that had no data.
## 950                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Share of youth not in education, employment or training (NEET) is the proportion of young people who are not in education, employment, or training to the population of the corresponding age group: youth (ages 15 to 24); persons ages 15 to 29; or both age groups.
## 951                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Labor force comprises people ages 15 and older who supply labor for the production of goods and services during a specified period. It includes people who are currently employed and people who are unemployed but seeking work as well as first-time job-seekers. Not everyone who works is included, however. Unpaid workers, family workers, and students are often omitted, and some countries do not count members of the armed forces. Labor force size tends to vary during the year as seasonal workers enter and leave.
## 952                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The ratio of the labor force with basic education to the working-age population with basic education. Basic education comprises primary education or lower secondary education according to the International Standard Classification of Education 2011 (ISCED 2011).
## 953                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Children in employment refer to children involved in economic activity for at least one hour in the reference week of the survey. Work only refers to children involved in economic activity and not attending school.
## 954                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Employment is defined as persons of working age who were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period or not at work due to temporary absence from a job, or to working-time arrangement. The services sector consists of wholesale and retail trade and restaurants and hotels; transport, storage, and communications; financing, insurance, real estate, and business services; and community, social, and personal services, in accordance with divisions 6-9 (ISIC 2) or categories G-Q (ISIC 3) or categories G-U (ISIC 4).
## 955                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Contributing family workers are those workers who hold "self-employment jobs" as own-account workers in a market-oriented establishment operated by a related person living in the same household.
## 956                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The proportion of females in total employment in senior and middle management. It corresponds to major group 1 in both ISCO-08 and ISCO-88 minus category 14 in ISCO-08 (hospitality, retail and other services managers) and minus category 13 in ISCO-88 (general managers), since these comprise mainly managers of small enterprises.
## 957                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Employment by economic activity refers to the distribution of economically active children by the major industrial categories of the International Standard Industrial Classification (ISIC). Agriculture corresponds to division 1 (ISIC revision 2), categories A and B (ISIC revision 3), or category A (ISIC revision 4) and includes hunting, forestry, and fishing. Economically active children refer to children involved in economic activity for at least one hour in the reference week of the survey.
## 958                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of female population who are multidimensionally poor
## 959                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Percentage share of income or consumption is the share that accrues to subgroups of population indicated by deciles or quintiles. Percentage shares by quintile may not sum to 100 because of rounding.
## 960                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Current expenditures on health per capita in current US dollars. Estimates of current health expenditures include healthcare goods and services consumed during each year.
## 961                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Incidence of tuberculosis is the estimated number of new and relapse tuberculosis cases arising in a given year, expressed as the rate per 100,000 population. All forms of TB are included, including cases in people living with HIV. Estimates for all years are recalculated as new information becomes available and techniques are refined, so they may differ from those published previously.
## 962                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Prevalence of stunting, male, is the percentage of boys under age 5 whose height for age is more than two standard deviations below the median for the international reference population ages 0-59 months. For children up to two years old height is measured by recumbent length. For older children height is measured by stature while standing. The data are based on the WHO's new child growth standards released in 2006.
## 963                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    People practicing open defecation refers to the percentage of the population defecating in the open, such as in fields, forest, bushes, open bodies of water, on beaches, in other open spaces or disposed of with solid waste.
## 964                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         The percentage of people using at least basic sanitation services, that is, improved sanitation facilities that are not shared with other households.  This indicator encompasses both people using basic sanitation services as well as those using safely managed sanitation services.   Improved sanitation facilities include flush/pour flush to piped sewer systems, septic tanks or pit latrines; ventilated improved pit latrines, compositing toilets or pit latrines with slabs.
## 965                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Malaria treatment refers to the percentage of children under age five who were ill with fever in the last two weeks and received any appropriate (locally defined) anti-malarial drugs.
## 966                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Number of adults (ages 15+) and children (ages 0-14) newly infected with HIV.
## 967                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Mortality from CVD, cancer, diabetes or CRD is the percent of 30-year-old-people who would die before their 70th birthday from any of cardiovascular disease, cancer, diabetes,  or chronic respiratory disease, assuming that s/he would experience current mortality rates at every age and s/he would not die from any other cause of death (e.g., injuries or HIV/AIDS).
## 968                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Cause of death refers to the share of all deaths for all ages by underlying causes. Communicable diseases and maternal, prenatal and nutrition conditions include infectious and parasitic diseases, respiratory infections, and nutritional deficiencies such as underweight and stunting.
## 969                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Percentage of women ages 15-49 who believe a husband/partner is justified in hitting or beating his wife/partner when she goes out without telling him.
## 970                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Expenditure on primary education is expressed as a percentage of total general government expenditure on education. General government usually refers to local, regional and central governments.
## 971                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The percentage of population ages 25 and over that attained or completed Master's or equivalent.
## 972                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Trained teachers in upper secondary education are the percentage of upper secondary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 973                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Secondary vocational pupils are the number of secondary students enrolled in technical and vocational education programs, including teacher training.
## 974                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of population ages 25 and over that attained or completed lower secondary education.
## 975                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Female teachers as a percentage of total primary education teachers includes full-time and part-time teachers.
## 976                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Over-age students are the percentage of those enrolled who are older than the official school-age range for primary education.
## 977                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Primary education pupils is the total number of pupils enrolled at primary level in public and private schools.
## 978                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Preprimary duration refers to the number of grades (years) in preprimary school.
## 979                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Coverage of social insurance programs shows the percentage of population participating in programs that provide old age contributory pensions (including survivors and disability) and social security and health insurance benefits (including occupational injury benefits, paid sick leave, maternity and other social insurance). Estimates include both direct and indirect beneficiaries.
## 980                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Coverage of unemployment benefits and active labor market programs (ALMP) shows the percentage of population participating in unemployment compensation, severance pay, and early retirement due to labor market reasons, labor market services (intermediation), training (vocational, life skills, and cash for training), job rotation and job sharing, employment incentives and wage subsidies, supported employment and rehabilitation, and employment measures for the disabled. Estimates include both direct and indirect beneficiaries.
## 981                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Net secondary income (from abroad) comprises transfers of income between residents of the reporting country and the rest of the world that carry no provisions for repayment. Net secondary income is equal to the unrequited transfers of income from nonresidents to residents minus the unrequited transfers from residents to nonresidents. Data are in current local currency.
## 982                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             GNI per capita is gross national income divided by midyear population. GNI (formerly GNP) is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. Data are in constant 2015 U.S. dollars.
## 983                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Total natural resources rents are the sum of oil rents, natural gas rents, coal rents (hard and soft), mineral rents, and forest rents.
## 984                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GDP at purchaser's prices is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in current local currency.
## 985                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Adjusted net savings are equal to net national savings plus education expenditure and minus energy depletion, mineral depletion, net forest depletion, and carbon dioxide. This series excludes particulate emissions damage.
## 986                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Energy depletion is the ratio of the value of the stock of energy resources to the remaining reserve lifetime (capped at 25 years). It covers coal, crude oil, and natural gas.
## 987                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Services correspond to ISIC divisions 50-99. They include value added in wholesale and retail trade (including hotels and restaurants), transport, and government, financial, professional, and personal services such as education, health care, and real estate services. Also included are imputed bank service charges and import duties. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The industrial origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 3. Data are in current local currency.
## 988                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Manufacturing refers to industries belonging to ISIC divisions 15-37. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 3. Data are in constant local currency.
## 989                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       External balance on goods and services (formerly resource balance) equals exports of goods and services minus imports of goods and services (previously nonfactor services).
## 990                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Inventories are stocks of goods held by firms to meet temporary or unexpected fluctuations in production or sales, and "work in progress." Data are in constant local currency.
## 991                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Exports of goods and services represent the value of all goods and other market services provided to the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments. Data are in current U.S. dollars.
## 992                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Annual percentage growth of household final consumption expenditure per capita, which is calculated using household final consumption expenditure in constant 2010 prices and World Bank population estimates. Household final consumption expenditure (private consumption) is the market value of all goods and services, including durable products (such as cars, washing machines, and home computers), purchased by households. It excludes purchases of dwellings but includes imputed rent for owner-occupied dwellings. It also includes payments and fees to governments to obtain permits and licenses. Here, household consumption expenditure includes the expenditures of nonprofit institutions serving households, even when reported separately by the country.
## 993                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Military expenditures data from SIPRI are derived from the NATO definition, which includes all current and capital expenditures on the armed forces, including peacekeeping forces; defense ministries and other government agencies engaged in defense projects; paramilitary forces, if these are judged to be trained and equipped for military operations; and military space activities. Such expenditures include military and civil personnel, including retirement pensions of military personnel and social services for personnel; operation and maintenance; procurement; military research and development; and military aid (in the military expenditures of the donor country). Excluded are civil defense and current expenditures for previous military activities, such as for veterans' benefits, demobilization, conversion, and destruction of weapons. This definition cannot be applied for all countries, however, since that would require much more detailed information than is available about what is included in military budgets and off-budget military expenditure items. (For example, military budgets might or might not cover civil defense, reserves and auxiliary forces, police and paramilitary forces, dual-purpose forces such as military and civilian police, military grants in kind, pensions for military personnel, and social security contributions paid by one part of government to another.)
## 994                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The number of distinct, publicly-trusted TLS/SSL certificates found in the Netcraft Secure Server Survey.
## 995                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Internally displaced persons are defined according to the 1998 Guiding Principles (http://www.internal-displacement.org/publications/1998/ocha-guiding-principles-on-internal-displacement) as people or groups of people who have been forced or obliged to flee or to leave their homes or places of habitual residence, in particular as a result of armed conflict, or to avoid the effects of armed conflict, situations of generalized violence, violations of human rights, or natural or human-made disasters and who have not crossed an international border. "New Displacement" refers to the number of new cases or incidents of displacement recorded over the specified year, rather than the number of people displaced. This is done because people may have been displaced more than once.
## 996                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Merchandise exports to low- and middle-income economies in Latin America and the Caribbean are the sum of merchandise exports from the reporting economy to low- and middle-income economies in the Latin America and the Caribbean region according to World Bank classification of economies. Data are as a percentage of total merchandise exports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 997                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Share of medium and high-tech manufactured exports in total manufactured exports.
## 998                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Merchandise imports from low- and middle-income economies outside region are the sum of merchandise imports by the reporting economy from other low- and middle-income economies in other World Bank regions according to the World Bank classification of economies. Data are expressed as a percentage of total merchandise imports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 999                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Simple mean applied tariff is the unweighted average of effectively applied rates for all products subject to tariffs calculated for all traded goods. Data are classified using the Harmonized System of trade at the six- or eight-digit level. Tariff line data were matched to Standard International Trade Classification (SITC) revision 3 codes to define commodity groups. Effectively applied tariff rates at the six- and eight-digit product level are averaged for products in each commodity group. When the effectively applied rate is unavailable, the most favored nation rate is used instead. To the extent possible, specific rates have been converted to their ad valorem equivalent rates and have been included in the calculation of simple mean tariffs. Primary products are commodities classified in SITC revision 3 sections 0-4 plus division 68 (nonferrous metals).
## 1000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Simple mean applied tariff is the unweighted average of effectively applied rates for all products subject to tariffs calculated for all traded goods. Data are classified using the Harmonized System of trade at the six- or eight-digit level. Tariff line data were matched to Standard International Trade Classification (SITC) revision 3 codes to define commodity groups. Effectively applied tariff rates at the six- and eight-digit product level are averaged for products in each commodity group. When the effectively applied rate is unavailable, the most favored nation rate is used instead. To the extent possible, specific rates have been converted to their ad valorem equivalent rates and have been included in the calculation of simple mean tariffs. Manufactured products are commodities classified in SITC revision 3 sections 5-8 excluding division 68.
## 1001                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Unmet need for contraception is the percentage of fertile, married women of reproductive age who do not want to become pregnant and are not using contraception.
## 1002                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Female population is based on the de facto definition of population, which counts all female residents regardless of legal status or citizenship.
## 1003                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Total population 65 years of age or older. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 1004                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Female population between the ages 40 to 44 as a percentage of the total female population.
## 1005                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Female population between the ages 15 to 19 as a percentage of the total female population.
## 1006                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Female headed households shows the percentage of households with a female head.
## 1007                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Adult mortality rate, female, is the probability of dying between the ages of 15 and 60--that is, the probability of a 15-year-old female dying before reaching age 60, if subject to age-specific mortality rates of the specified year between those ages.
## 1008                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Unemployment refers to the share of the labor force that is without work but available for and seeking employment. Definitions of labor force and unemployment differ by country.
## 1009                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of the labor force with an advanced level of education who are unemployed. Advanced education comprises short-cycle tertiary education, a bachelor’s degree or equivalent education level, a master’s degree or equivalent education level, or doctoral degree or equivalent education level according to the International Standard Classification of Education 2011 (ISCED 2011).
## 1010                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Labor force participation rate is the proportion of the population ages 15 and older that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 1011                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Labor force participation rate for ages 15-24 is the proportion of the population ages 15-24 that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 1012                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Average working hours of children studying and working refer to the average weekly working hours of those children who are attending school in combination with economic activity.
## 1013                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Employment by economic activity refers to the distribution of economically active children by the major industrial categories of the International Standard Industrial Classification (ISIC). Manufacturing corresponds to division 3 (ISIC revision 2), category D (ISIC revision 3), or category C (ISIC revision 4). Economically active children refer to children involved in economic activity for at least one hour in the reference week of the survey.
## 1014                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Vulnerable employment is contributing family workers and own-account workers as a percentage of total employment.
## 1015                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Employment to population ratio is the proportion of a country's population that is employed. Employment is defined as persons of working age who, during a short reference period, were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period (i.e. who worked in a job for at least one hour) or not at work due to temporary absence from a job, or to working-time arrangements. Ages 15-24 are generally considered the youth population.
## 1016                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Poverty gap at $6.85 a day (2017 PPP) is the mean shortfall in income or consumption from the poverty line $6.85 a day (counting the nonpoor as having zero shortfall), expressed as a percentage of the poverty line. This measure reflects the depth of poverty as well as its incidence.
## 1017                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Percentage share of income or consumption is the share that accrues to subgroups of population indicated by deciles or quintiles. Percentage shares by quintile may not sum to 100 because of rounding.
## 1018                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Public expenditure on health from domestic sources as a share of total public expenditure.  It indicates the priority of the government to spend on health from own domestic public resources.
## 1019                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Increase in poverty gap at $3.20 ($ 2011 PPP) poverty line due to out-of-pocket health care expenditure, as a percentage of the $3.20 poverty line. The poverty gap increase due to out-of-pocket health spending is one way to measure how much out-of-pocket health spending pushes people below or further below the poverty line (the difference in the poverty gap due to out-of-pocket health spending being included or excluded from the measure of household welfare). This difference corresponds to the total out-of-pocket health spending for households that are already below the poverty line, to the amount that exceeds the shortfall between the poverty line and total consumption for households that are impoverished by out-of-pocket health spending and to zero for households whose consumption is above the poverty line after accounting for out-of-pocket health spending.
## 1020                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Mortality rate attributed to unsafe water, unsafe sanitation and lack of hygiene is deaths attributable to unsafe water, sanitation and hygiene focusing on inadequate WASH services per 100,000 population. Death rates are calculated by dividing the number of deaths by the total population. In this estimate, only the impact of diarrhoeal diseases, intestinal nematode infections, and protein-energy malnutrition are taken into account.
## 1021                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Prevalence of overweight children is the percentage of children under age 5 whose weight for height is more than two standard deviations above the median for the international reference population of the corresponding age as established by the WHO's new child growth standards released in 2006.
## 1022                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Percentage of women aged 15–49 who have gone through partial or total removal of the female external genitalia or other injury to the female genital organs for cultural or other non-therapeutic reasons.
## 1023                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   The percentage of the male population ages 15 years and over who currently use any tobacco product (smoked and/or smokeless tobacco) on a daily or non-daily basis. Tobacco products include cigarettes, pipes, cigars, cigarillos, waterpipes (hookah, shisha), bidis, kretek, heated tobacco products, and all forms of smokeless (oral and nasal) tobacco. Tobacco products exclude e-cigarettes (which do not contain tobacco), “e-cigars”, “e-hookahs”, JUUL and “e-pipes”. The rates are age-standardized to the WHO Standard Population.
## 1024                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Child immunization, DPT, measures the percentage of children ages 12-23 months who received DPT vaccinations before 12 months or at any time before the survey. A child is considered adequately immunized against diphtheria, pertussis (or whooping cough), and tetanus (DPT) after receiving three doses of vaccine.
## 1025                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of people using drinking water from an improved source that is accessible on premises, available when needed and free from faecal and priority chemical contamination. Improved water sources include piped water, boreholes or tubewells, protected dug wells, protected springs, and packaged or delivered water.
## 1026                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Probability of dying between age 10-14 years of age expressed per 1,000 adolescents age 10, if subject to age-specific mortality rates of the specified year.
## 1027                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Prevalence of anemia among women of reproductive age refers to the combined prevalence of both non-pregnant with haemoglobin levels below 12 g/dL and pregnant women with haemoglobin levels below 11 g/dL.
## 1028                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Women participating in the three decisions (own health care, major household purchases, and visiting family) is the percentage of currently married women aged 15-49 who say that they alone or jointly have the final say in all of the three decisions (own health care, large purchases and visits to family, relatives, and friends).
## 1029                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Gross enrollment ratio is the ratio of total enrollment, regardless of age, to the population of the age group that officially corresponds to the level of education shown. Tertiary education, whether or not to an advanced research qualification, normally requires, as a minimum condition of admission, the successful completion of education at the secondary level.
## 1030                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Adolescents out of school are the percentage of lower secondary school age adolescents who are not enrolled in school.
## 1031                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Private enrollment refers to pupils or students enrolled in institutions that are not operated by a public authority but controlled and managed, whether for profit or not, by a private body such as a nongovernmental organization, religious body, special interest group, foundation or business enterprise.
## 1032                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Secondary duration refers to the number of grades (years) in secondary school.
## 1033                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Children out of school are the number of primary-school-age children not enrolled in primary or secondary school.
## 1034                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Persistence to last grade of primary is the percentage of children enrolled in the first grade of primary school who eventually reach the last grade of primary education. The estimate is based on the reconstructed cohort method.
## 1035                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Gross intake ratio in first grade of primary education is the number of new entrants in the first grade of primary education regardless of age, expressed as a percentage of the population of the official primary entrance age.
## 1036                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Trained teachers in preprimary education are the percentage of preprimary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 1037                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Youth literacy rate is the percentage of people ages 15-24 who can both read and write with understanding a short simple statement about their everyday life.
## 1038                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Coverage of social safety net programs shows the percentage of population participating in cash transfers and last resort programs, noncontributory social pensions, other cash transfers programs (child, family and orphan allowances, birth and death grants, disability benefits, and other allowances), conditional cash transfers, in-kind food transfers (food stamps and vouchers, food rations, supplementary feeding, and emergency food distribution), school feeding, other social assistance programs (housing allowances, scholarships, fee waivers, health subsidies, and other social assistance) and public works programs (cash for work and food for work). Estimates include both direct and indirect beneficiaries.
## 1039                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Purchasing power parity (PPP) conversion factor is a spatial price deflator and currency converter that controls for price level differences between countries, thereby allowing volume comparisons of gross domestic product (GDP) and its expenditure components. This conversion factor is for household final consumption expenditure.
## 1040                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Gross savings are calculated as gross national income less total consumption, plus net transfers.
## 1041                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       GNI (formerly GNP) is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. Data are in current local currency.
## 1042                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Natural gas rents are the difference between the value of natural gas production at regional prices and total costs of production.
## 1043                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Discrepancy in expenditure estimate of GDP is the discrepancy included in final consumption expenditure, etc. (total consumption, etc.). This discrepancy is included to ensure that GDP from the expenditure side equals GDP measured by the income or output approach. Data are in current local currency.
## 1044                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Adjusted net national income is GNI minus consumption of fixed capital and natural resources depletion.
## 1045                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Cost of damage due to carbon dioxide emissions from fossil fuel use and the manufacture of cement, estimated to be US$40 per ton of CO2 (the unit damage in 2017 US dollars for CO2 emitted in 2020) times the number of tons of CO2 emitted.
## 1046                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Industry (including construction) corresponds to ISIC divisions 05-43 and includes manufacturing (ISIC divisions 10-33). It comprises value added in mining, manufacturing (also reported as a separate subgroup), construction, electricity, water, and gas. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4. Note: For VAB countries, gross value added at factor cost is used as the denominator.
## 1047                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Agriculture, forestry, and fishing corresponds to ISIC divisions 1-3 and includes forestry, hunting, and fishing, as well as cultivation of crops and livestock production. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4. Data are in constant local currency.
## 1048                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Imports of goods and services represent the value of all goods and other market services received from the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments. Data are in current U.S. dollars.
## 1049                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Private investment covers gross outlays by the private sector (including private nonprofit agencies) on additions to its fixed domestic assets.
## 1050                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Average annual growth of final consumption expenditure based on constant local currency. Aggregates are based on constant 2015 prices, expressed in U.S. dollars. Final consumption expenditure (formerly total consumption) is the sum of household final consumption expenditure (formerly private consumption) and general government final consumption expenditure (formerly general government consumption). This estimate includes any statistical discrepancy in the use of resources relative to the supply of resources.
## 1051                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         General government final consumption expenditure (formerly general government consumption) includes all government current expenditures for purchases of goods and services (including compensation of employees). It also includes most expenditures on national defense and security, but excludes government military expenditures that are part of government capital formation. Data are in constant local currency.
## 1052                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Internet users are individuals who have used the Internet (from any location) in the last 3 months. The Internet can be used via a computer, mobile phone, personal digital assistant, games machine, digital TV etc.
## 1053                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Registered carrier departures worldwide are domestic takeoffs and takeoffs abroad of air carriers registered in the country.
## 1054                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The public sector management and institutions cluster includes property rights and rule-based governance, quality of budgetary and financial management, efficiency of revenue mobilization, quality of public administration, and transparency, accountability, and corruption in the public sector.
## 1055                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Trademark applications filed are applications to register a trademark with a national or regional Intellectual Property (IP) offices and designations received by relevant offices through the Madrid System. A trademark is a distinctive sign which identifies certain goods or services as those produced or provided by a specific person or enterprise. A trademark provides protection to the owner of the mark by ensuring the exclusive right to use it to identify goods or services, or to authorize another to use it in return for payment. The period of protection varies, but a trademark can be renewed indefinitely beyond the time limit on payment of additional fees. Resident application refers to an application filed with the IP office of or acting on behalf of the state or jurisdiction in which the first-named applicant in the application has residence. Class count is used to render application data for trademark applications across offices comparable, as some offices follow a single-class/single-design filing system while other have a multiple class/design filing system.
## 1056                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Time required to build a warehouse is the number of calendar days needed to complete the required procedures for building a warehouse. If a procedure can be speeded up at additional cost, the fastest procedure, independent of cost, is chosen.
## 1057                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Cost to register a business is normalized by presenting it as a percentage of gross national income (GNI) per capita.
## 1058                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Percent of firms that were visited or required to meet with tax officials.
## 1059                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Time required to get electricity is the number of days to obtain a permanent electricity connection. The measure captures the median duration that the electricity utility and experts indicate is necessary in practice, rather than required by law, to complete a procedure.
## 1060                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The HCI calculates the contributions of health and education to worker productivity. The final index score ranges from zero to one and measures the productivity as a future worker of child born today relative to the benchmark of full health and complete education.
## 1061                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Goods and services include all government payments in exchange for goods and services used for the production of market and nonmarket goods and services. Own-account capital formation is excluded.
## 1062                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Taxes on goods and services include general sales and turnover or value added taxes, selective excises on goods, selective taxes on services, taxes on the use of goods or property, taxes on extraction and production of minerals, and profits of fiscal monopolies.
## 1063                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Debt is the entire stock of direct government fixed-term contractual obligations to others outstanding on a particular date. It includes domestic and foreign liabilities such as currency and money deposits, securities other than shares, and loans. It is the gross amount of government liabilities reduced by the amount of equity and financial derivatives held by the government. Because debt is a stock rather than a flow, it is measured as of a given date, usually the last day of the fiscal year.
## 1064                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Claims on other sectors of the domestic economy (IFS line 52S or 32S) include gross credit from the financial system to households, nonprofit institutions serving households, nonfinancial corporations, state and local governments, and social security funds.
## 1065                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Net foreign assets are the sum of foreign assets held by monetary authorities and deposit money banks, less their foreign liabilities. Data are in current local currency.
## 1066                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Terrestrial protected areas are totally or partially protected areas of at least 1,000 hectares that are designated by national authorities as scientific reserves with limited public access, national parks, natural monuments, nature reserves or wildlife sanctuaries, protected landscapes, and areas managed mainly for sustainable use. Marine protected areas are areas of intertidal or subtidal terrain--and overlying water and associated flora and fauna and historical and cultural features--that have been reserved by law or other effective means to protect part or all of the enclosed environment. Sites protected under local or provincial law are excluded.
## 1067                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Fuel prices refer to the pump prices of the most widely sold grade of diesel fuel. Prices have been converted from the local currency to U.S. dollars.
## 1068                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          CO2 emissions from electricity and heat production is the sum of three IEA categories of CO2 emissions: (1) Main Activity Producer Electricity and Heat which contains the sum of emissions from main activity producer electricity generation, combined heat and power generation and heat plants. Main activity producers (formerly known as public utilities) are defined as those undertakings whose primary activity is to supply the public. They may be publicly or privately owned. This corresponds to IPCC Source/Sink Category 1 A 1 a. For the CO2 emissions from fuel combustion (summary) file, emissions from own on-site use of fuel in power plants (EPOWERPLT) are also included. (2) Unallocated Autoproducers which contains the emissions from the generation of electricity and/or heat by autoproducers. Autoproducers are defined as undertakings that generate electricity and/or heat, wholly or partly for their own use as an activity which supports their primary activity. They may be privately or publicly owned. In the 1996 IPCC Guidelines, these emissions would normally be distributed between industry, transport and "other" sectors. (3) Other Energy Industries contains emissions from fuel combusted in petroleum refineries, for the manufacture of solid fuels, coal mining, oil and gas extraction and other energy-producing industries. This corresponds to the IPCC Source/Sink Categories 1 A 1 b and 1 A 1 c. According to the 1996 IPCC Guidelines, emissions from coke inputs to blast furnaces can either be counted here or in the Industrial Processes source/sink category. Within detailed sectoral calculations, certain non-energy processes can be distinguished. In the reduction of iron in a blast furnace through the combustion of coke, the primary purpose of the coke oxidation is to produce pig iron and the emissions can be considered as an industrial process. Care must be taken not to double count these emissions in both Energy and Industrial Processes. In the IEA estimations, these emissions have been included in this category.
## 1069                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Nitrous oxide emissions from energy processes are emissions produced by the combustion of fossil fuels and biofuels.
## 1070                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Carbon dioxide emissions are those stemming from the burning of fossil fuels and the manufacture of cement. They include carbon dioxide produced during consumption of solid, liquid, and gas fuels and gas flaring.
## 1071                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Net energy imports are estimated as energy use less production, both measured in oil equivalents. A negative value indicates that the country is a net exporter. Energy use refers to use of primary energy before transformation to other end-use fuels, which is equal to indigenous production plus imports and stock changes, minus exports and fuels supplied to ships and aircraft engaged in international transport.
## 1072                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Access to electricity, rural is the percentage of rural population with access to electricity.
## 1073                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net official development assistance (ODA) per capita consists of disbursements of loans made on concessional terms (net of repayments of principal) and grants by official agencies of the members of the Development Assistance Committee (DAC), by multilateral institutions, and by non-DAC countries to promote economic development and welfare in countries and territories in the DAC list of ODA recipients; and is calculated by dividing net ODA received by the midyear population estimate. It includes loans with a grant element of at least 25 percent (calculated at a rate of discount of 10 percent).
## 1074 Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 1075                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Public and publicly guaranteed debt from bonds that are either publicly issued or privately placed. Net flows (or net lending or net disbursements) received by the borrower during the year are disbursements minus principal repayments. Data are in current U.S. dollars.
## 1076                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Present value of debt is the sum of short-term external debt plus the discounted sum of total debt service payments due on public, publicly guaranteed, and private nonguaranteed long-term external debt over the life of existing loans. This calculation assumes that the PV of loans with a negative grant element is equal to the nominal value of the loan. The GNI denominator is a three-year average.
## 1077                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Net Official development assistance (ODA) comprises grants or loans to developing countries and territories on the OECD/DAC list of aid recipients that are undertaken by the official sector with promotion of economic development and welfare as the main objective and at concessional financial terms. Data are in constant 2020 U.S. dollars.
## 1078                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 1079                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 1080                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Foreign direct investment are the net inflows of investment to acquire a lasting management interest (10 percent or more of voting stock) in an enterprise operating in an economy other than that of the investor. It is the sum of equity capital, reinvestment of earnings, other long-term capital, and short-term capital as shown in the balance of payments. This series shows net inflows (new investment inflows less disinvestment) in the reporting economy from foreign investors, and is divided by GDP.
## 1081                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Net capital account records acquisitions and disposals of nonproduced nonfinancial assets, such as land sold to embassies and sales of leases and licenses, as well as capital transfers, including government debt forgiveness. The use of the term capital account in this context is designed to be consistent with the System of National Accounts, which distinguishes between capital transactions and financial transactions. Data are in current U.S. dollars.
## 1082                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Travel covers goods and services acquired from an economy by travelers for their own use during visits of less than one year in that economy for either business or personal purposes. Travel includes local transport (i.e., transport within the economy being visited and provided by a resident of that economy), but excludes international transport (which is included in passenger transport. Travel also excludes goods for resale, which are included in general merchandise.
## 1083                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Production data on cereals relate to crops harvested for dry grain only. Cereal crops harvested for hay or harvested green for food, feed, or silage and those used for grazing are excluded.
## 1084                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Arable land includes land defined by the FAO as land under temporary crops (double-cropped areas are counted once), temporary meadows for mowing or for pasture, land under market or kitchen gardens, and land temporarily fallow. Land abandoned as a result of shifting cultivation is excluded.
## 1085                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Merchandise exports by the reporting economy are the total merchandise exports by the reporting economy to the rest of the world, as reported in the IMF's Direction of trade database. Data are in current US$.
## 1086                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Fuels comprise the commodities in SITC section 3 (mineral fuels, lubricants and related materials).
## 1087                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Merchandise imports from low- and middle-income economies in South Asia are the sum of merchandise imports by the reporting economy from low- and middle-income economies in the South Asia region according to the World Bank classification of economies. Data are expressed as a percentage of total merchandise imports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 1088                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Import unit value indices come from UNCTAD's trade database. Unit value indices are based on data reported by countries that demonstrate consistency under UNCTAD quality controls, supplemented by UNCTAD’s estimates using the previous year’s trade values at the Standard International Trade Classification three-digit level as weights. To improve data coverage, especially for the latest periods, UNCTAD constructs a set of average prices indexes at the three-digit product classification of the Standard International Trade Classification revision 3 using UNCTAD’s Commodity Price Statistics, interna¬tional and national sources, and UNCTAD secretariat estimates.
## 1089                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Binding coverage is the percentage of product lines with an agreed bound rate. Bound rates result from trade negotiations incorporated into a country's schedule of concessions and are thus enforceable.
## 1090                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        International tourism receipts for passenger transport items are expenditures by international inbound visitors for all services provided in the international transportation by resident carriers. Also included are passenger services performed within an economy by nonresident carriers. Excluded are passenger services provided to nonresidents by resident carriers within the resident economies; these are included in travel items. In addition to the services covered by passenger fares--including fares that are a part of package tours but excluding cruise fares, which are included in travel--passenger services include such items as charges for excess baggage, vehicles, or other personal accompanying effects and expenditures for food, drink, or other items for which passengers make expenditures while on board carriers. Data are in current U.S. dollars.
## 1091                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Completeness of birth registration is the percentage of children under age 5 whose births were registered at the time of the survey. The numerator of completeness of birth registration includes children whose birth certificate was seen by the interviewer or whose mother or caretaker says the birth has been registered.
## 1092                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Male population between the ages 75 to 79 as a percentage of the total male population.
## 1093                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Male population between the ages 50 to 54 as a percentage of the total male population.
## 1094                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Male population between the ages 15 to 64 as a percentage of the total male population. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 1095                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Male population between the ages 0 to 4 as a percentage of the total male population.
## 1096                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Contraceptive prevalence, any method is the percentage of married women ages 15-49 who are practicing, or whose sexual partners are practicing, any method of contraception (modern or traditional). Modern methods of contraception include female and male sterilization, oral hormonal pills, the intra-uterine device (IUD), the male condom, injectables, the implant (including Norplant), vaginal barrier methods, the female condom and emergency contraception. Traditional methods of contraception include rhythm (e.g., fertility awareness based methods, periodic abstinence), withdrawal and other traditional methods.
## 1097                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Net migration is the net total of migrants during the period, that is, the total number of immigrants less the annual number of emigrants, including both citizens and noncitizens. Data are five-year estimates.
## 1098                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The percentage of the labor force with a basic level of education who are unemployed. Basic education comprises primary education or lower secondary education according to the International Standard Classification of Education 2011 (ISCED 2011).
## 1099                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Part time employment refers to regular employment in which working time is substantially less than normal. Definitions of part time employment differ by country.
## 1100                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The ratio of the labor force with advanced education to the working-age population with advanced education. Advanced education comprises short-cycle tertiary education, a bachelor’s degree or equivalent education level, a master’s degree or equivalent education level, or doctoral degree or equivalent education level according to the International Standard Classification of Education 2011 (ISCED 2011).
## 1101                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Children in employment refer to children involved in economic activity for at least one hour in the reference week of the survey. Work only refers to children involved in economic activity and not attending school.
## 1102                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Self-employed workers are people whose remuneration depends directly on the profits derived from the goods and services they produce, with or without other employees, and include employers, own-account workers, and members of producers cooperatives.
## 1103                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Wage and salaried workers (employees) are those workers who hold the type of jobs defined as "paid employment jobs," where the incumbents hold explicit (written or oral) or implicit employment contracts that give them a basic remuneration that is not directly dependent upon the revenue of the unit for which they work.
## 1104                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Employers are those workers who, working on their own account or with one or a few partners, hold the type of jobs defined as a "self-employment jobs" i.e. jobs where the remuneration is directly dependent upon the profits derived from the goods and services produced), and, in this capacity, have engaged, on a continuous basis, one or more persons to work for them as employee(s).
## 1105                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Mean consumption or income per capita (2017 PPP $ per day) used in calculating the growth rate in the welfare aggregate of total population.
## 1106                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Poverty gap at $3.65 a day (2017 PPP) is the mean shortfall in income or consumption from the poverty line $3.65 a day (counting the nonpoor as having zero shortfall), expressed as a percentage of the poverty line. This measure reflects the depth of poverty as well as its incidence.
## 1107                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Health expenditure through out-of-pocket payments per capita in international dollars at purchasing power parity.
## 1108                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Proportion of population spending more than 25% of household consumption or income on out-of-pocket health care expenditure. Out-of-pocket health expenditure is defined as any spending incurred by a household when any member uses a health good or service to receive any type of care (preventive, curative, rehabilitative, long-term or palliative care); provided by any type of provider; for any type of disease, illness or health condition; in any type of setting (outpatient, inpatient, at home).
## 1109                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Prevalence of severe wasting, male, is the proportion of boys under age 5 whose weight for height is more than three standard deviations below the median for the international reference population ages 0-59.
## 1110                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The percentage of people using improved sanitation facilities that are not shared with other households and where excreta are safely disposed of in situ or transported and treated offsite. Improved sanitation facilities include flush/pour flush to piped sewer systems, septic tanks or pit latrines: ventilated improved pit latrines, compositing toilets or pit latrines with slabs.
## 1111                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Prevalence of underweight, male, is the percentage of boys under age 5 whose weight for age is more than two standard deviations below the median for the international reference population ages 0-59 months. The data are based on the WHO's new child growth standards released in 2006.
## 1112                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Mortality rate attributed to household and ambient air pollution is the number of deaths attributable to the joint effects of household and ambient air pollution in a year per 100,000 population. The rates are age-standardized.  Following diseases are taken into account: acute respiratory infections (estimated for all ages); cerebrovascular diseases in adults (estimated above 25 years); ischaemic heart diseases in adults (estimated above 25 years); chronic obstructive pulmonary disease in adults (estimated above 25 years); and lung cancer in adults (estimated above 25 years).
## 1113                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Physicians include generalist and specialist medical practitioners.
## 1114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Prevalence of HIV, male is the percentage of males who are infected with HIV. Youth rates are as a percentage of the relevant age group.
## 1115                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Under-five mortality rate is the probability per 1,000 that a newborn baby will die before reaching age five, if subject to age-specific mortality rates of the specified year.
## 1116                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Number of deaths of children ages 5-9 years
## 1117                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The average time men spend on household provision of services for own consumption.  Data are expressed as a proportion of time in a day. Domestic and care work includes food preparation, dishwashing, cleaning and upkeep of a dwelling, laundry, ironing, gardening, caring for pets, shopping, installation, servicing and repair of personal and household goods, childcare, and care of the sick, elderly or disabled household members, among others.
## 1118                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Current expenditure is expressed as a percentage of direct expenditure in public educational institutions (instructional and non-instructional) of the specified level of education. Financial aid to students and other transfers are excluded from direct expenditure. Current expenditure is consumed within the current year and would have to be renewed if needed in the following year. It includes staff compensation and current expenditure other than for staff compensation (ex. on teaching materials, ancillary services and administration).
## 1119                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of population ages 25 and over that attained or completed Bachelor's or equivalent.
## 1120                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Trained teachers in lower secondary education are the percentage of lower secondary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 1121                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Lower secondary school pupil-teacher ratio is the average number of pupils per teacher in lower secondary school.
## 1122                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Lower secondary education completion rate is measured as the gross intake ratio to the last grade of lower secondary education (general and pre-vocational). It is calculated as the number of new entrants in the last grade of lower secondary education, regardless of age, divided by the population at the entrance age for the last grade of lower secondary education.
## 1123                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Trained teachers in primary education are the percentage of primary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 1124                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Net intake rate in grade 1 is the number of new entrants in the first grade of primary education who are of official primary school entrance age, expressed as a percentage of the population of the corresponding age.
## 1125                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The percentage of population ages 25 and over that attained or completed primary education.
## 1126                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Gender parity index for gross enrollment ratio in primary education is the ratio of girls to boys enrolled at primary level in public and private schools.
## 1127                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Benefit incidence of social insurance programs to poorest quintile shows the percentage of total social insurance benefits received by the poorest 20% of the population. Social insurance programs include old age contributory pensions (including survivors and disability) and social security and health insurance benefits (including occupational injury benefits, paid sick leave, maternity and other social insurance). Estimates include both direct and indirect beneficiaries.
## 1128                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Benefit incidence of unemployment benefits and active labor market programs (ALMP) to poorest quintile shows the percentage of total unemployment and active labor market programs benefits received by the poorest 20% of the population. Unemployment benefits and active labor market programs include unemployment compensation, severance pay, and early retirement due to labor market reasons, labor market services (intermediation), training (vocational, life skills, and cash for training), job rotation and job sharing, employment incentives and wage subsidies, supported employment and rehabilitation, and employment measures for the disabled. Estimates include both direct and indirect beneficiaries.
## 1129                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Taxes less subsidies on products (net indirect taxes) are the sum of product taxes less subsidies. Product taxes are those taxes payable by producers that relate to the production, sale, purchase or use of the goods and services. Subsidies are grants on the current account made by general government to private enterprises and unincorporated public enterprises. The grants may take the form of payments to ensure a guaranteed price or to enable maintenance of prices of goods and services below costs of production, and other forms of assistance to producers. Data are in current U.S. dollars.
## 1130                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              This indicator provides values for gross national income (GNI. Formerly GNP) expressed in current international dollars converted by purchasing power parity (PPP) conversion factor.  Gross national income is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. PPP conversion factor is a spatial price deflator and currency converter that eliminates the effects of the differences in price levels between countries.  From July 2020, “GNI: linked series (current LCU)” [NY.GNP.MKTP.CN.AD] is used as underlying GNI in local currency unit so that it’s in line with time series of PPP conversion factors, which are extrapolated with linked deflators.
## 1131                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 GDP per capita is gross domestic product divided by midyear population. GDP at purchaser's prices is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in constant local currency.
## 1132                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Gross value added at basic prices (formerly GDP at factor cost) is derived as the sum of the value added in the agriculture, industry and services sectors. If the value added of these sectors is calculated at purchaser values, gross value added at basic prices is derived by subtracting net product taxes from GDP. Data are in constant local currency.
## 1133                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Adjusted net national income is GNI minus consumption of fixed capital and natural resources depletion.
## 1134                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Consumption of fixed capital represents the replacement value of capital used up in the process of production.
## 1135                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The proportion of medium and high-tech industry value added in total value added of manufacturing
## 1136                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Manufacturing refers to industries belonging to ISIC divisions 15-37. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 3. Data are in current U.S. dollars.
## 1137                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Imports of goods and services represent the value of all goods and other market services received from the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments.
## 1138                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Gross fixed capital formation (formerly gross domestic fixed investment) includes land improvements (fences, ditches, drains, and so on); plant, machinery, and equipment purchases; and the construction of roads, railways, and the like, including schools, offices, hospitals, private residential dwellings, and commercial and industrial buildings. According to the 1993 SNA, net acquisitions of valuables are also considered capital formation. Data are in constant local currency.
## 1139                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Gross national expenditure (formerly domestic absorption) is the sum of household final consumption expenditure (formerly private consumption), general government final consumption expenditure (formerly general government consumption), and gross capital formation (formerly gross domestic investment). Data are in current local currency.
## 1140                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Household and NPISHs final consumption expenditure (formerly private consumption) is the market value of all goods and services, including durable products (such as cars, washing machines, and home computers), purchased by households. It excludes purchases of dwellings but includes imputed rent for owner-occupied dwellings. It also includes payments and fees to governments to obtain permits and licenses. This indicator includes the expenditures of nonprofit institutions serving households even when reported separately by the country. Data are in constant 2015 prices, expressed in U.S. dollars.
## 1141                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Armed forces personnel are active duty military personnel, including paramilitary forces if the training, organization, equipment, and control suggest they may be used to support or replace regular military forces.
## 1142                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Fixed telephone subscriptions refers to the sum of active number of analogue fixed telephone lines, voice-over-IP (VoIP) subscriptions, fixed wireless local loop (WLL) subscriptions, ISDN voice-channel equivalents and fixed public payphones.
## 1143                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Internally displaced persons are defined according to the 1998 Guiding Principles (http://www.internal-displacement.org/publications/1998/ocha-guiding-principles-on-internal-displacement) as people or groups of people who have been forced or obliged to flee or to leave their homes or places of habitual residence, in particular as a result of armed conflict, or to avoid the effects of armed conflict, situations of generalized violence, violations of human rights, or natural or human-made disasters and who have not crossed an international border. “People displaced” refers to the number of people living in displacement as of the end of each year, and reflects the stock of people displaced at the end of the previous year, plus inflows of new cases arriving over the year as well as births over the year to those displaced, minus outflows which may include returnees, those who settled elsewhere, those who integrated locally, those who travelled over borders, and deaths.
## 1144                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Merchandise exports to low- and middle-income economies in Middle East and North Africa are the sum of merchandise exports from the reporting economy to low- and middle-income economies in the Middle East and North Africa region according to World Bank classification of economies. Data are as a percentage of total merchandise exports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 1145                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Export volume indexes are derived from UNCTAD's volume index series and are the ratio of the export value indexes to the corresponding unit value indexes. Unit value indexes are based on data reported by countries that demonstrate consistency under UNCTAD quality controls, supplemented by UNCTAD’s estimates using the previous year’s trade values at the Standard International Trade Classification three-digit level as weights. To improve data coverage, especially for the latest periods, UNCTAD constructs a set of average prices indexes at the three-digit product classification of the Standard International Trade Classification revision 3 using UNCTAD’s Commodity Price Statistics, interna­tional and national sources, and UNCTAD secretariat estimates and calculates unit value indexes at the country level using the current year’s trade values as weights. For economies for which UNCTAD does not publish data, the export volume indexes (lines 72) in the IMF's International Financial Statistics are used.
## 1146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Merchandise imports from low- and middle-income economies in East Asia and Pacific are the sum of merchandise imports by the reporting economy from low- and middle-income economies in the East Asia and Pacific region according to the World Bank classification of economies. Data are expressed as a percentage of total merchandise imports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 1147                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Simple mean most favored nation tariff rate is the unweighted average of most favored nation rates for all products subject to tariffs calculated for all traded goods. Data are classified using the Harmonized System of trade at the six- or eight-digit level. Tariff line data were matched to Standard International Trade Classification (SITC) revision 3 codes to define commodity groups. Primary products are commodities classified in SITC revision 3 sections 0-4 plus division 68 (nonferrous metals).
## 1148                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Simple mean most favored nation tariff rate is the unweighted average of most favored nation rates for all products subject to tariffs calculated for all traded goods. Data are classified using the Harmonized System of trade at the six- or eight-digit level. Tariff line data were matched to Standard International Trade Classification (SITC) revision 3 codes to define commodity groups. Manufactured products are commodities classified in SITC revision 3 sections 5-8 excluding division 68.
## 1149                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     International inbound tourists (overnight visitors) are the number of tourists who travel to a country other than that in which they have their usual residence, but outside their usual environment, for a period not exceeding 12 months and whose main purpose in visiting is other than an activity remunerated from within the country visited. When data on number of tourists are not available, the number of visitors, which includes tourists, same-day visitors, cruise passengers, and crew members, is shown instead. Sources and collection methods for arrivals differ across countries. In some cases data are from border statistics (police, immigration, and the like) and supplemented by border surveys. In other cases data are from tourism accommodation establishments. For some countries number of arrivals is limited to arrivals by air and for others to arrivals staying in hotels. Some countries include arrivals of nationals residing abroad while others do not. Caution should thus be used in comparing arrivals across countries. The data on inbound tourists refer to the number of arrivals, not to the number of people traveling. Thus a person who makes several trips to a country during a given period is counted each time as a new arrival.
## 1150                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Female population is the percentage of the population that is female. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 1151                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Population ages 65 and above as a percentage of the total population. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 1152                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Male population between the ages 40 to 44 as a percentage of the total male population.
## 1153                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Male population between the ages 15 to 19 as a percentage of the total male population.
## 1154                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Women who were first married by age 15 refers to the percentage of women ages 20-24 who were first married by age 15.
## 1155                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Adult mortality rate, male, is the probability of dying between the ages of 15 and 60--that is, the probability of a 15-year-old male dying before reaching age 60, if subject to age-specific mortality rates of the specified year between those ages.
## 1156                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Unemployment refers to the share of the labor force that is without work but available for and seeking employment.
## 1157                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of the labor force with an advanced level of education who are unemployed. Advanced education comprises short-cycle tertiary education, a bachelor’s degree or equivalent education level, a master’s degree or equivalent education level, or doctoral degree or equivalent education level according to the International Standard Classification of Education 2011 (ISCED 2011).
## 1158                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Labor force participation rate is the proportion of the population ages 15 and older that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 1159                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Labor force participation rate is the proportion of the population ages 15-64 that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 1160                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Children in employment refer to children involved in economic activity for at least one hour in the reference week of the survey. Study and work refer to children attending school in combination with economic activity.
## 1161                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Employment by economic activity refers to the distribution of economically active children by the major industrial categories of the International Standard Industrial Classification (ISIC). Manufacturing corresponds to division 3 (ISIC revision 2), category D (ISIC revision 3), or category C (ISIC revision 4). Economically active children refer to children involved in economic activity for at least one hour in the reference week of the survey.
## 1162                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Vulnerable employment is contributing family workers and own-account workers as a percentage of total employment.
## 1163                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Employment to population ratio is the proportion of a country's population that is employed. Employment is defined as persons of working age who, during a short reference period, were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period (i.e. who worked in a job for at least one hour) or not at work due to temporary absence from a job, or to working-time arrangements. Ages 15-24 are generally considered the youth population.
## 1164                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Average transaction cost of sending remittance to a specific country is the average of the total transaction cost in percentage of the amount sent for sending USD 200 charged by each single remittance service provider (RSP) included in the Remittance Prices Worldwide (RPW) database to a specific country.
## 1165                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Poverty headcount ratio at $2.15 a day is the percentage of the population living on less than $2.15 a day at 2017 purchasing power adjusted prices. As a result of revisions in PPP exchange rates, poverty rates for individual countries cannot be compared with poverty rates reported in earlier editions.
## 1166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Public expenditure on health from domestic sources per capita expressed in current US dollars.
## 1167                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Proportion of population pushed below the $3.20 ($2011 PPP) poverty line by out-of-pocket health care expenditure. This indicator shows the fraction of a country’s population experiencing out-of-pocket health impoverishing expenditures, defined as expenditures without which the household they live in would have been above the $3.20 poverty line, but because of the expenditures is below the poverty line.  Out-of-pocket health expenditure is defined as any spending incurred by a household when any member uses a health good or service to receive any type of care (preventive, curative, rehabilitative, long-term or palliative care); provided by any type of provider; for any type of disease, illness or health condition; in any type of setting (outpatient, inpatient, at home).
## 1168                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Prevalence of wasting, female, is the proportion of girls under age 5 whose weight for height is more than two standard deviations below the median for the international reference population ages 0-59.
## 1169                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Prevalence of overweight children is the percentage of children under age 5 whose weight for height is more than two standard deviations above the median for the international reference population of the corresponding age as established by the WHO's new child growth standards released in 2006.
## 1170                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The percentage of people living in households that have a handwashing facility with soap and water available on the premises. Handwashing facilities may be fixed or mobile and include a sink with tap water, buckets with taps, tippy-taps, and jugs or basins designated for handwashing. Soap includes bar soap, liquid soap, powder detergent, and soapy water but does not include ash, soil, sand or other handwashing agents.
## 1171                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            The proportion of population at risk of catastrophic expenditure when surgical care is required. Catastrophic expenditure is defined as direct out of pocket payments for surgical and anaesthesia care exceeding 10% of total income.
## 1172                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Child immunization, measles, measures the percentage of children ages 12-23 months who received the measles vaccination before 12 months or at any time before the survey. A child is considered adequately immunized against measles after receiving one dose of vaccine.
## 1173                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of people using drinking water from an improved source that is accessible on premises, available when needed and free from faecal and priority chemical contamination. Improved water sources include piped water, boreholes or tubewells, protected dug wells, protected springs, and packaged or delivered water.
## 1174                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Probability of dying between age 15-19 years of age expressed per 1,000 adolescents age 15, if subject to age-specific mortality rates of the specified year.
## 1175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Prevalence of anemia, children ages 6-59 months, is the percentage of children ages 6-59 months whose hemoglobin level is less than 110 grams per liter, adjusted for altitude.
## 1176                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Proportion of women ages 15-49 years (married or in union) who make their own decision on all three selected areas i.e. can say no to sexual intercourse with their husband or partner if they do not want; decide on use of contraception; and decide on their own health care. Only women who provide a “yes” answer to all three components are considered as women who “make her own decisions regarding sexual and reproductive”.
## 1177                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Gross enrollment ratio is the ratio of total enrollment, regardless of age, to the population of the age group that officially corresponds to the level of education shown. Tertiary education, whether or not to an advanced research qualification, normally requires, as a minimum condition of admission, the successful completion of education at the secondary level.
## 1178                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Adolescents out of school are the percentage of lower secondary school age adolescents who are not enrolled in school.
## 1179                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Progression to secondary school refers to the number of new entrants to the first grade of secondary school in a given year as a percentage of the number of students enrolled in the final grade of primary school in the previous year (minus the number of repeaters from the last grade of primary education in the given year).
## 1180                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Secondary education pupils is the total number of pupils enrolled at secondary level in public and private schools.
## 1181                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Children out of school are the percentage of primary-school-age children who are not enrolled in primary or secondary school. Children in the official primary age group that are in preprimary education should be considered out of school.
## 1182                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Persistence to last grade of primary is the percentage of children enrolled in the first grade of primary school who eventually reach the last grade of primary education. The estimate is based on the reconstructed cohort method.
## 1183                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Gross intake ratio in first grade of primary education is the number of new entrants in the first grade of primary education regardless of age, expressed as a percentage of the population of the official primary entrance age.
## 1184                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Primary school starting age is the age at which students would enter primary education, assuming they had started at the official entrance age for the lowest level of education, had studied full-time throughout and had progressed through the system without repeating or skipping a grade.
## 1185                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Adult literacy rate is the percentage of people ages 15 and above who can both read and write with understanding a short simple statement about their everyday life.
## 1186                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Coverage of social safety net programs shows the percentage of population participating in cash transfers and last resort programs, noncontributory social pensions, other cash transfers programs (child, family and orphan allowances, birth and death grants, disability benefits, and other allowances), conditional cash transfers, in-kind food transfers (food stamps and vouchers, food rations, supplementary feeding, and emergency food distribution), school feeding, other social assistance programs (housing allowances, scholarships, fee waivers, health subsidies, and other social assistance) and public works programs (cash for work and food for work). Estimates include both direct and indirect beneficiaries.
## 1187                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Adequacy of social protection and labor programs (SPL) is measured by the total transfer amount received by the population participating in social insurance, social safety net, and unemployment benefits and active labor market programs as a share of their total welfare. Welfare is defined as the total income or total expenditure of beneficiary households. Estimates include both direct and indirect beneficiaries.
## 1188                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Gross savings are calculated as gross national income less total consumption, plus net transfers.
## 1189                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           GNI (formerly GNP) is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad.  This series has been linked to produce a consistent time series to counteract breaks in series over time due to changes in base years, source data and methodologies. Thus, it may not be comparable with other national accounts series in the database for historical years.  Data are in local currency, at current prices.
## 1190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          GDP per capita is gross domestic product divided by midyear population. GDP is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in current U.S. dollars.
## 1191                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         A statistical discrepancy usually arises when the GDP components are estimated independently by industrial origin and by expenditure categories. This item represents the discrepancy in the use of resources (i.e., the estimate of GDP by expenditure categories). Data are in constant local currency.
## 1192                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Adjusted net national income is GNI minus consumption of fixed capital and natural resources depletion.
## 1193                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Cost of damage due to carbon dioxide emissions from fossil fuel use and the manufacture of cement, estimated to be US$40 per ton of CO2 (the unit damage in 2017 US dollars for CO2 emitted in 2020) times the number of tons of CO2 emitted.
## 1194                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Value added in manufacturing is the sum of gross output less the value of intermediate inputs used in production for industries classified in ISIC major division D. Chemicals correspond to ISIC division 24.
## 1195                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Agriculture, forestry, and fishing corresponds to ISIC divisions 1-3 and includes forestry, hunting, and fishing, as well as cultivation of crops and livestock production. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4. Note: For VAB countries, gross value added at factor cost is used as the denominator.
## 1196                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Imports of goods and services represent the value of all goods and other market services received from the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments. Data are in current local currency.
## 1197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The data use overall score is a composite score measuring the demand side of the statistical system.  The data use  pillar is segmented by five types of users: (i) the legislature, (ii) the executive branch, (iii) civil society (including sub-national actors), (iv) academia and (v) international bodies.  Each dimension would have associated indicators to measure performance. A mature system would score well across all dimensions whereas a less mature one would have weaker scores along certain dimensions. The gaps would give insights into prioritization among user groups and help answer questions as to why the existing services are not resulting in higher use of national statistics in a particular segment.  Currently, the SPI only features indicators for one of the five dimensions of data use, which is data use by international organizations. Indicators on whether statistical systems are providing useful data to their national governments (legislature and executive branches), to civil society, and to academia are absent.  Thus the dashboard does not yet assess if national statistical systems are meeting the data needs of a large swathe of users.
## 1198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Macroeconomic management assesses the monetary, exchange rate, and aggregate demand policy framework.
## 1199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Industrial design applications are applications to register an industrial design with a national or regional Intellectual Property (IP) offices and designations received by relevant offices through the Hague System. Industrial designs are applied to a wide variety of industrial products and handicrafts. They refer to the ornamental or aesthetic aspects of a useful article, including compositions of lines or colors or any three-dimensional forms that give a special appearance to a product or handicraft. The holder of a registered industrial design has exclusive rights against unauthorized copying or imitation of the design by third parties. Industrial design registrations are valid for a limited period. The term of protection is usually 15 years for most jurisdictions. However, differences in legislation do exist, notably in China (which provides for a 10-year term from the application date). Resident application refers to an application filed with the IP office of or acting on behalf of the state or jurisdiction in which the first-named applicant in the application has residence. Design count is used to render application data for industrial applications across offices comparable, as some offices follow a single-class/single-design filing system while other have a multiple class/design filing system.
## 1200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Average number of visits or required meetings with tax officials during the year. The value represents the average number of visits for all firms which reported being visited or required to meet with tax officials (please see indicator IC.FRM.METG.ZS).
## 1201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Strength of legal rights index measures the degree to which collateral and bankruptcy laws protect the rights of borrowers and lenders and thus facilitate lending. The index ranges from 0 to 12, with higher scores indicating that these laws are better designed to expand access to credit.
## 1202                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Time required to obtain operating license is the average wait to obtain an operating license from the day the establishment applied for it to the day it was granted.
## 1203                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Public credit registry coverage reports the number of individuals and firms listed in a public credit registry with current information on repayment history, unpaid debts, or credit outstanding. The number is expressed as a percentage of the adult population.
## 1204                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The HCI calculates the contributions of health and education to worker productivity. The final index score ranges from zero to one and measures the productivity as a future worker of child born today relative to the benchmark of full health and complete education.
## 1205                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Taxes on income, profits, and capital gains are levied on the actual or presumptive net income of individuals, on the profits of corporations and enterprises, and on capital gains, whether realized or not, on land, securities, and other assets. Intragovernmental payments are eliminated in consolidation.
## 1206                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Revenue is cash receipts from taxes, social contributions, and other revenues such as fines, fees, rent, and income from property or sales. Grants are also considered as revenue but are excluded here.
## 1207                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Account denotes the percentage of respondents who report having an account (by themselves or together with someone else) at a bank or another type of financial institution or report personally using a mobile money service in the past 12 months (% age 15+).
## 1208                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Lending rate is the bank rate that usually meets the short- and medium-term financing needs of the private sector. This rate is normally differentiated according to creditworthiness of borrowers and objectives of financing. The terms and conditions attached to these rates differ by country, however, limiting their comparability.
## 1209                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Total reserves comprise holdings of monetary gold, special drawing rights, reserves of IMF members held by the IMF, and holdings of foreign exchange under the control of monetary authorities. The gold component of these reserves is valued at year-end (December 31) London prices. This item shows reserves expressed in terms of the number of months of imports of goods and services they could pay for [Reserves/(Imports/12)].
## 1210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Annual freshwater withdrawals refer to total water withdrawals, not counting evaporation losses from storage basins. Withdrawals also include water from desalination plants in countries where they are a significant source. Withdrawals can exceed 100 percent of total renewable resources where extraction from nonrenewable aquifers or desalination plants is considerable or where there is significant water reuse. Withdrawals for agriculture and industry are total withdrawals for irrigation and livestock production and for direct industrial use (including withdrawals for cooling thermoelectric plants). Withdrawals for domestic uses include drinking water, municipal use or supply, and use for public services, commercial establishments, and homes. Data are for the most recent year available for 1987-2002.
## 1211                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Population living in slums is the proportion of the urban population living in slum households. A slum household is defined as a group of individuals living under the same roof lacking one or more of the following conditions: access to improved water, access to improved sanitation, sufficient living area, housing durability, and security of tenure, as adopted in the Millennium Development Goal Target 7.D. The successor, the Sustainable Development Goal 11.1.1, considers inadequate housing (housing affordability) to complement the above definition of slums/informal settlements.
## 1212                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Birds are listed for countries included within their breeding or wintering ranges. Threatened species are the number of species classified by the IUCN as endangered, vulnerable, rare, indeterminate, out of danger, or insufficiently known.
## 1213                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Methane emissions from energy processes are emissions from the production, handling, transmission, and combustion of fossil fuels and biofuels.
## 1214                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Carbon dioxide emissions are those stemming from the burning of fossil fuels and the manufacture of cement. They include carbon dioxide produced during consumption of solid, liquid, and gas fuels and gas flaring.
## 1215                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Electricity production from renewable sources, excluding hydroelectric, includes geothermal, solar, tides, wind, biomass, and biofuels.
## 1216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Multilateral debt service is the repayment of principal and interest to the World Bank, regional development banks, and other multilateral agencies. public and publicly guaranteed debt service is the sum of principal repayments and interest actually paid in currency, goods, or services on long-term obligations of public debtors and long-term private obligations guaranteed by a public entity.
## 1217                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Net official development assistance (ODA) consists of disbursements of loans made on concessional terms (net of repayments of principal) and grants by official agencies of the members of the Development Assistance Committee (DAC), by multilateral institutions, and by non-DAC countries to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. It includes loans with a grant element of at least 25 percent (calculated at a rate of discount of 10 percent). Data are in current U.S. dollars.
## 1218 Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 1219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Net financial flows received by the borrower during the year are disbursements of loans and credits less repayments of principal. IDA is the International Development Association, the concessional loan window of the World Bank Group. Data are in current U.S. dollars.
## 1220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Public and publicly guaranteed debt outstanding from the International Bank for Reconstruction and Development (IBRD) is nonconcessional. Nonconcessional debt excludes loans with an original grant element of 35 percent or more. Data are in current U.S. dollars.
## 1221                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 1222                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 1223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The value of shares traded is the total number of shares traded, both domestic and foreign, multiplied by their respective matching prices. Figures are single counted (only one side of the transaction is considered). Companies admitted to listing and admitted to trading are included in the data. Data are end of year values.
## 1224                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Charges for the use of intellectual property are payments and receipts between residents and nonresidents for the authorized use of proprietary rights (such as patents, trademarks, copyrights, industrial processes and designs including trade secrets, and franchises) and for the use, through licensing agreements, of produced originals or prototypes (such as copyrights on books and manuscripts, computer software, cinematographic works, and sound recordings) and related rights (such as for live performances and television, cable, or satellite broadcast). Data are in current U.S. dollars.
## 1225                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Net errors and omissions constitute a residual category needed to ensure that accounts in the balance of payments statement sum to zero. Net errors and omissions are derived as the balance on the financial account minus the balances on the current and capital accounts. Data are in current U.S. dollars.
## 1226                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Goods imports refer to all movable goods (including nonmonetary gold) involved in a change of ownership from nonresidents to residents. Data are in current U.S. dollars.
## 1227                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Average precipitation is the long-term average in depth (over space and time) of annual precipitation in the country. Precipitation is defined as any kind of water that falls from clouds as a liquid or a solid.
## 1228                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Fertilizer consumption measures the quantity of plant nutrients used per unit of arable land. Fertilizer products cover nitrogenous, potash, and phosphate fertilizers (including ground rock phosphate). Traditional nutrients--animal and plant manures--are not included. For the purpose of data dissemination, FAO has adopted the concept of a calendar year (January to December). Some countries compile fertilizer data on a calendar year basis, while others are on a split-year basis. Arable land includes land defined by the FAO as land under temporary crops (double-cropped areas are counted once), temporary meadows for mowing or for pasture, land under market or kitchen gardens, and land temporarily fallow. Land abandoned as a result of shifting cultivation is excluded.
## 1229                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Mobile cellular telephone subscriptions are subscriptions to a public mobile telephone service that provide access to the PSTN using cellular technology. The indicator includes (and is split into) the number of postpaid subscriptions, and the number of active prepaid accounts (i.e. that have been used during the last three months). The indicator applies to all mobile cellular subscriptions that offer voice communications. It excludes subscriptions via data cards or USB modems, subscriptions to public mobile data services, private trunked mobile radio, telepoint, radio paging and telemetry services.
## 1230                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The periodicity and timeliness indicator assesses the availability and periodicity of key socioeconomic indicators. It measures the extent to which data are made accessible to users through transformation of source data into timely statistical outputs. The periodicity score is calculated as the weighted average of 10 underlying indicator scores. The final periodicity score contributes 1/3 of the overall Statistical Capacity Indicator score.
## 1231                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Gender equality assesses the extent to which the country has installed institutions and programs to enforce laws and policies that promote equal access for men and women in education, health, the economy, and protection under law.
## 1232                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Public Private Partnerships in transport (current US$) refers to commitments to  infrastructure projects in transport that have reached financial closure and directly or indirectly serve the public. Movable assets and small projects are excluded. The types of projects included are  management and lease contracts, operations and management contracts with major capital expenditure,  and greenfield projects (in which a private entity or a public-private joint venture builds and operates a new facility). It excludes divestitures and merchant projects. Investment commitments are the sum of investments in facilities and investments in government assets. Investments in facilities are the resources the project company commits to invest during the contract period either in new facilities or in expansion and modernization of existing facilities. Investments in government assets are the resources the project company spends on acquiring government assets such as state-owned enterprises, rights to provide services in a specific area, or the use of specific radio spectrums. Data is presented based on investment year. Data are in current U.S. dollars.
## 1233                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Time to prepare and pay taxes is the time, in hours per year, it takes to prepare, file, and pay (or withhold) three major types of taxes: the corporate income tax, the value added or sales tax, and labor taxes, including payroll taxes and social security contributions.
## 1234                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Border compliance captures the time and cost associated with compliance with the economy’s customs regulations and with regulations relating to other inspections that are mandatory in order for the shipment to cross the economy’s border, as well as the time and cost for handling that takes place at its port or border. The time and cost for this segment include time and cost for customs clearance and inspection procedures conducted by other government agencies.
## 1235                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Firms competing against unregistered firms are the percentage of firms competing against unregistered or informal firms.
## 1236                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               New businesses registered are the number of new limited liability corporations (or its equivalent) registered in the calendar year.
## 1237                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Subsidies, grants, and other social benefits include all unrequited, nonrepayable transfers on current account to private and public enterprises; grants to foreign governments, international organizations, and other government units; and social security, social assistance benefits, and employer social benefits in cash and in kind.
## 1238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Tax revenue refers to compulsory transfers to the central government for public purposes. Certain compulsory transfers such as fines, penalties, and most social security contributions are excluded. Refunds and corrections of erroneously collected tax revenue are treated as negative revenue.
## 1239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Grants and other revenue include grants from other foreign governments, international organizations, and other government units; interest; dividends; rent; requited, nonrepayable receipts for public purposes (such as fines, administrative fees, and entrepreneurial income from government owner­ship of property); and voluntary, unrequited, nonrepayable receipts other than grants.
## 1240                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Account denotes the percentage of respondents who report having an account (by themselves or together with someone else) at a bank or another type of financial institution or report personally using a mobile money service in the past 12 months (primary education or less, % of population ages 15+).
## 1241                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Inflation as measured by the consumer price index reflects the annual percentage change in the cost to the average consumer of acquiring a basket of goods and services that may be fixed or changed at specified intervals, such as yearly. The Laspeyres formula is generally used.
## 1242                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Ratio of bank liquid reserves to bank assets is the ratio of domestic currency holdings and deposits with the monetary authorities to claims on other governments, nonfinancial public enterprises, the private sector, and other banking institutions.
## 1243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Annual freshwater withdrawals refer to total water withdrawals, not counting evaporation losses from storage basins. Withdrawals also include water from desalination plants in countries where they are a significant source. Withdrawals can exceed 100 percent of total renewable resources where extraction from nonrenewable aquifers or desalination plants is considerable or where there is significant water reuse. Withdrawals for industry are total withdrawals for direct industrial use (including withdrawals for cooling thermoelectric plants). Data are for the most recent year available for 1987-2002.
## 1244                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Rural population below 5m is the percentage of the total population, living in areas where the elevation is 5 meters or less.
## 1245                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Percent of population exposed to ambient concentrations of PM2.5 that exceed the World Health Organization (WHO) Interim Target 3 (IT-3) is defined as the portion of a country’s population living in places where mean annual concentrations of PM2.5 are greater than 15 micrograms per cubic meter. The Air Quality Guideline (AQG) of 10 micrograms per cubic meter is recommended by the WHO as the lower end of the range of concentrations over which adverse health effects due to PM2.5 exposure have been observed.
## 1246                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Agricultural methane emissions are emissions from animals, animal waste, rice production, agricultural waste burning (nonenergy, on-site), and savanna burning.
## 1247                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Carbon dioxide emissions from liquid fuel consumption refer mainly to emissions from use of natural gas as an energy source.
## 1248                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Sources of electricity refer to the inputs used to generate electricity. Nuclear power refers to electricity produced by nuclear power plants.
## 1249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Public and publicly guaranteed debt service is the sum of principal repayments and interest actually paid in currency, goods, or services on long-term obligations of public debtors and long-term private obligations guaranteed by a public entity.
## 1250                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Net official development assistance (ODA) consists of disbursements of loans made on concessional terms (net of repayments of principal) and grants by official agencies of the members of the Development Assistance Committee (DAC), by multilateral institutions, and by non-DAC countries to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. It includes loans with a grant element of at least 25 percent (calculated at a rate of discount of 10 percent). Net official aid refers to aid flows (net of repayments) from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. Data are in constant 2020 U.S. dollars.
## 1251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Net financial flows received by the borrower during the year are disbursements of loans and credits less repayments of principal. Nonconcessional financial flows cover all disbursements except those made through concessional lending facilities. Regional development banks are the African Development Bank, in Tunis, Tunisia, which serves all of Africa, including North Africa; the Asian Development Bank, in Manila, Philippines, which serves South and Central Asia and East Asia and Pacific; the European Bank for Reconstruction and Development, in London, United Kingdom, which serves Europe and Central Asia; and the Inter-American Development Bank, in Washington, D.C., which serves the Americas. Aggregates include amounts for economies not specified elsewhere. Data are in current U.S. dollars.
## 1252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Net financial flows received by the borrower during the year are disbursements of loans and credits less repayments of principal. IMF is the International Monetary Fund, which provides concessional lending through the Poverty Reduction and Growth Facility and the IMF Trust Fund. Data are in current U.S. dollars.
## 1253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Short-term debt includes all debt having an original maturity of one year or less and interest in arrears on long-term debt. Total reserves includes gold.
## 1254                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 1255                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 1256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Market capitalization (also known as market value) is the share price times the number of shares outstanding (including their several classes) for listed domestic companies. Investment funds, unit trusts, and companies whose only business goal is to hold shares of other listed companies are excluded. Data are end of year values.
## 1257                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Insurance and financial services cover various types of insurance provided to nonresidents by resident insurance enterprises and vice versa, and financial intermediary and auxiliary services (except those of insurance enterprises and pension funds) exchanged between residents and nonresidents.
## 1258                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Net primary income refers to receipts and payments of employee compensation paid to nonresident workers and investment income (receipts and payments on direct investment, portfolio investment, other investments, and receipts on reserve assets). Data are in current U.S. dollars.
## 1259                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Primary income payments refer to employee compensation paid to nonresident workers and investment income (payments on direct investment, portfolio investment, other investments). Data are in current U.S. dollars.
## 1260                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Forest area is land under natural or planted stands of trees of at least 5 meters in situ, whether productive or not, and excludes tree stands in agricultural production systems (for example, in fruit plantations and agroforestry systems) and trees in urban parks and gardens.
## 1261                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Battle-related deaths are deaths in battle-related conflicts between warring parties in the conflict dyad (two conflict units that are parties to a conflict). Typically, battle-related deaths occur in warfare involving the armed forces of the warring parties. This includes traditional battlefield fighting, guerrilla activities, and all kinds of bombardments of military units, cities, and villages, etc. The targets are usually the military itself and its installations or state institutions and state representatives, but there is often substantial collateral damage in the form of civilians being killed in crossfire, in indiscriminate bombings, etc. All deaths--military as well as civilian--incurred in such situations, are counted as battle-related deaths.
## 1262                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Merchandise exports to low- and middle-income economies in East Asia and Pacific are the sum of merchandise exports from the reporting economy to low- and middle-income economies in the East Asia and Pacific region according to World Bank classification of economies. Data are as a percentage of total merchandise exports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 1263                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Travel services (% of commercial service imports) covers goods and services acquired from an economy by travelers in that economy for their own use during visits of less than one year for business or personal purposes. Travel services include the goods and services consumed by travelers, such as lodging, meals, and transport (within the economy visited).
## 1264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Merchandise imports show the c.i.f. value of goods received from the rest of the world valued in current U.S. dollars.
## 1265                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Simple mean bound rate is the unweighted average of all the lines in the tariff schedule in which bound rates have been set. Bound rates result from trade negotiations incorporated into a country's schedule of concessions and are thus enforceable. Primary products are commodities classified in SITC revision 3 sections 0-4 plus division 68 (nonferrous metals).
## 1266                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Simple mean bound rate is the unweighted average of all the lines in the tariff schedule in which bound rates have been set. Bound rates result from trade negotiations incorporated into a country's schedule of concessions and are thus enforceable. Manufactured products are commodities classified in SITC revision 3 sections 5-8 excluding division 68.
## 1267                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Urban population refers to people living in urban areas as defined by national statistical offices. It is calculated using World Bank population estimates and urban ratios from the United Nations World Urbanization Prospects. Aggregation of urban and rural population may not add up to total population because of different country coverages.
## 1268                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The number of technicians participated in Research & Development (R&D), expressed as per million. Technicians and equivalent staff are people who perform scientific and technical tasks involving the application of concepts and operational methods, normally under the supervision of researchers. R&D covers basic research, applied research, and experimental development.
## 1269                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Male population 65 years of age or older. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 1270                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Female population between the ages 35 to 39 as a percentage of the total female population.
## 1271                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Female population between the ages 10 to 14 as a percentage of the total female population.
## 1272                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Survival to age 65 refers to the percentage of a cohort of newborn infants that would survive to age 65, if subject to age specific mortality rates of the specified year.
## 1273                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Vitamin A supplementation refers to the percentage of children ages 6-59 months old who received at least two doses of vitamin A in the previous year.
## 1274                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Unemployment refers to the share of the labor force that is without work but available for and seeking employment. Definitions of labor force and unemployment differ by country.
## 1275                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Youth unemployment refers to the share of the labor force ages 15-24 without work but available for and seeking employment. Definitions of labor force and unemployment differ by country.
## 1276                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Labor force participation rate is the proportion of the population ages 15 and older that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 1277                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Labor force participation rate for ages 15-24 is the proportion of the population ages 15-24 that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 1278                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Average working hours of children studying and working refer to the average weekly working hours of those children who are attending school in combination with economic activity.
## 1279                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Employment is defined as persons of working age who were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period or not at work due to temporary absence from a job, or to working-time arrangement. The industry sector consists of mining and quarrying, manufacturing, construction, and public utilities (electricity, gas, and water), in accordance with divisions 2-5 (ISIC 2) or categories C-F (ISIC 3) or categories B-F (ISIC 4).
## 1280                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Employment to population ratio is the proportion of a country's population that is employed. Employment is defined as persons of working age who, during a short reference period, were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period (i.e. who worked in a job for at least one hour) or not at work due to temporary absence from a job, or to working-time arrangements. Ages 15 and older are generally considered the working-age population.
## 1281                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Employment to population ratio is the proportion of a country's population that is employed. Employment is defined as persons of working age who, during a short reference period, were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period (i.e. who worked in a job for at least one hour) or not at work due to temporary absence from a job, or to working-time arrangements. Ages 15-24 are generally considered the youth population.
## 1282                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       National poverty headcount ratio is the percentage of the population living below the national poverty line(s). National estimates are based on population-weighted subgroup estimates from household surveys. For economies for which the data are from EU-SILC, the reported year is the income reference year, which is the year before the survey year.
## 1283                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of people in the population who live in households whose per capita income or consumption is below half of the median income or consumption per capita. The median is measured at 2017 Purchasing Power Parity (PPP) using the Poverty and Inequality Platform (http://www.pip.worldbank.org). For some countries, medians are not reported due to grouped and/or confidential data. The reference year is the year in which the underlying household survey data was collected. In cases for which the data collection period bridged two calendar years, the first year in which data were collected is reported.
## 1284                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Share of current health expenditures funded from domestic public sources for health.  Domestic public sources include domestic revenue as internal transfers and grants, transfers, subsidies to voluntary health insurance beneficiaries, non-profit institutions serving households (NPISH) or enterprise financing schemes as well as compulsory prepayment and social health insurance contributions. They do not include external resources spent by governments on health.
## 1285                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Increase in poverty gap at $3.20 ($ 2011 PPP) poverty line due to out-of-pocket health care expenditure, expressed in US dollars (2011 PPP). The poverty gap increase due to out-of-pocket health spending is one way to measure how much out-of-pocket health spending pushes people below or further below the poverty line (the difference in the poverty gap due to out-of-pocket health spending being included or excluded from the measure of household welfare). This difference corresponds to the total out-of-pocket health spending for households that are already below the poverty line, to the amount that exceeds the shortfall between the poverty line and total consumption for households that are impoverished by out-of-pocket health spending and to zero for households whose consumption is above the poverty line after accounting for out-of-pocket health spending.
## 1286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Suicide mortality rate is the number of suicide deaths in a year per 100,000 population. Crude suicide rate (not age-adjusted).
## 1287                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Prevalence of overweight, female, is the percentage of girls under age 5 whose weight for height is more than two standard deviations above the median for the international reference population of the corresponding age as established by the WHO's new child growth standards released in 2006.
## 1288                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Low-birthweight babies are newborns weighing less than 2,500 grams, with the measurement taken within the first hour of life, before significant postnatal weight loss has occurred.
## 1289                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        The percentage of the population ages 15 years and over who currently use any tobacco product (smoked and/or smokeless tobacco) on a daily or non-daily basis. Tobacco products include cigarettes, pipes, cigars, cigarillos, waterpipes (hookah, shisha), bidis, kretek, heated tobacco products, and all forms of smokeless (oral and nasal) tobacco. Tobacco products exclude e-cigarettes (which do not contain tobacco), “e-cigars”, “e-hookahs”, JUUL and “e-pipes”. The rates are age-standardized to the WHO Standard Population.
## 1290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Percentage of pregnant women with HIV who receive antiretroviral medicine for prevention of mother-to-child transmission (PMTCT).
## 1291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  The percentage of people using at least basic water services.  This indicator encompasses both people using basic water services as well as those using safely managed water services.  Basic drinking water services is defined as drinking water from an improved source, provided collection time is not more than 30 minutes for a round trip.  Improved water sources include piped water, boreholes or tubewells, protected dug wells, protected springs, and packaged or delivered water.
## 1292                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Number of neonates dying before reaching 28 days of age.
## 1293                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Total alcohol per capita consumption is defined as the total (sum of recorded and unrecorded alcohol) amount of alcohol consumed per person (15 years of age or older) over a calendar year, in litres of pure alcohol, adjusted for tourist consumption.
## 1294                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       General government expenditure on education (current, capital, and transfers) is expressed as a percentage of total general government expenditure on all sectors (including health, education, social services, etc.). It includes expenditure funded by transfers from international sources to government. General government usually refers to local, regional and central governments.
## 1295                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The percentage of population ages 25 and over that attained or completed short-cycle tertiary education.
## 1296                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Secondary education teachers includes full-time and part-time teachers.
## 1297                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Net enrollment rate is the ratio of children of official school age who are enrolled in school to the population of the corresponding official school age. Secondary education completes the provision of basic education that began at the primary level, and aims at laying the foundations for lifelong learning and human development, by offering more subject- or skill-oriented instruction using more specialized teachers.
## 1298                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               The percentage of population ages 25 and over that attained or completed upper secondary education.
## 1299                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Children out of school are the number of primary-school-age children not enrolled in primary or secondary school.
## 1300                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Persistence to grade 5 (percentage of cohort reaching grade 5) is the share of children enrolled in the first grade of primary school who eventually reach grade 5. The estimate is based on the reconstructed cohort method.
## 1301                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Gross enrollment ratio is the ratio of total enrollment, regardless of age, to the population of the age group that officially corresponds to the level of education shown. Primary education provides children with basic reading, writing, and mathematics skills along with an elementary understanding of such subjects as history, geography, natural science, social science, art, and music.
## 1302                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Trained teachers in preprimary education are the percentage of preprimary school teachers who have received the minimum organized teacher training (pre-service or in-service) required for teaching in a given country.
## 1303                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Gender parity index for youth literacy rate is the ratio of females to males ages 15-24 who can both read and write with understanding a short simple statement about their everyday life.
## 1304                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Coverage of social safety net programs shows the percentage of population participating in cash transfers and last resort programs, noncontributory social pensions, other cash transfers programs (child, family and orphan allowances, birth and death grants, disability benefits, and other allowances), conditional cash transfers, in-kind food transfers (food stamps and vouchers, food rations, supplementary feeding, and emergency food distribution), school feeding, other social assistance programs (housing allowances, scholarships, fee waivers, health subsidies, and other social assistance) and public works programs (cash for work and food for work). Estimates include both direct and indirect beneficiaries.
## 1305                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Purchasing power parity (PPP) conversion factor is a spatial price deflator and currency converter that controls for price level differences between countries, thereby allowing volume comparisons of gross domestic product (GDP) and its expenditure components. This conversion factor is for GDP.
## 1306                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Gross savings are calculated as gross national income less total consumption, plus net transfers. Data are in current U.S. dollars.
## 1307                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GNI (formerly GNP) is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. Data are in current U.S. dollars. GNI, calculated in national currency, is usually converted to U.S. dollars at official exchange rates for comparisons across economies, although an alternative rate is used when the official exchange rate is judged to diverge by an exceptionally large margin from the rate actually applied in international transactions. To smooth fluctuations in prices and exchange rates, a special Atlas method of conversion is used by the World Bank. This applies a conversion factor that averages the exchange rate for a given year and the two preceding years, adjusted for differences in rates of inflation between the country, and through 2000, the G-5 countries (France, Germany, Japan, the United Kingdom, and the United States). From 2001, these countries include the Euro area, Japan, the United Kingdom, and the United States.
## 1308                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 This indicator provides values for gross domestic product (GDP) expressed in current international dollars, converted by purchasing power parity (PPP) conversion factor.  GDP is the sum of gross value added by all resident producers in the country plus any product taxes and minus any subsidies not included in the value of the products. PPP conversion factor is a spatial price deflator and currency converter that eliminates the effects of the differences in price levels between countries.  From April 2020, “GDP: linked series (current LCU)” [NY.GDP.MKTP.CN.AD] is used as underlying GDP in local currency unit so that it’s in line with time series of PPP conversion factors for GDP, which are extrapolated with linked GDP deflators.
## 1309                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       The GDP implicit deflator is the ratio of GDP in current local currency to GDP in constant local currency. The base year varies by country.
## 1310                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net national savings are equal to gross national savings less the value of consumption of fixed capital.
## 1311                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Education expenditure refers to the current operating expenditures in education, including wages and salaries and excluding capital investments in buildings and equipment.
## 1312                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Annual growth rate for industrial (including construction) value added based on constant local currency. Aggregates are based on constant 2015 prices, expressed in  U.S. dollars. Industry corresponds to ISIC divisions 05-43 and includes manufacturing (ISIC divisions 10-33). It comprises value added in mining, manufacturing (also reported as a separate subgroup), construction, electricity, water, and gas. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4.
## 1313                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Agriculture, forestry, and fishing corresponds to ISIC divisions 01-03 and includes forestry, hunting, and fishing, as well as cultivation of crops and livestock production. Value added is the net output of a sector after adding up all outputs and subtracting intermediate inputs. It is calculated without making deductions for depreciation of fabricated assets or depletion and degradation of natural resources. The origin of value added is determined by the International Standard Industrial Classification (ISIC), revision 4. Data are in constant 2015 prices, expressed in U.S. dollars.
## 1314                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Gross capital formation (formerly gross domestic investment) consists of outlays on additions to the fixed assets of the economy plus net changes in the level of inventories. Fixed assets include land improvements (fences, ditches, drains, and so on); plant, machinery, and equipment purchases; and the construction of roads, railways, and the like, including schools, offices, hospitals, private residential dwellings, and commercial and industrial buildings. Inventories are stocks of goods held by firms to meet temporary or unexpected fluctuations in production or sales, and "work in progress." According to the 1993 SNA, net acquisitions of valuables are also considered capital formation. Data are in constant local currency.
## 1315                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Exports of goods and services represent the value of all goods and other market services provided to the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments.
## 1316                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Final consumption expenditure (formerly total consumption) is the sum of household final consumption expenditure (private consumption) and general government final consumption expenditure (general government consumption). Data are in current local currency.
## 1317                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Intentional homicides, female are estimates of unlawful female homicides purposely inflicted as a result of domestic disputes, interpersonal violence, violent conflicts over land resources, intergang violence over turf or control, and predatory violence and killing by armed groups. Intentional homicide does not include all intentional killing; the difference is usually in the organization of the killing. Individuals or small groups usually commit homicide, whereas killing in armed conflict is usually committed by fairly cohesive groups of up to several hundred members and is thus usually excluded.
## 1318                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Merchandise exports to low- and middle-income economies in South Asia are the sum of merchandise exports from the reporting economy to low- and middle-income economies in the South Asia region according to World Bank classification of economies. Data are as a percentage of total merchandise exports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 1319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Export unit value indices come from UNCTAD's trade database. Unit value indices are based on data reported by countries that demonstrate consistency under UNCTAD quality controls, supplemented by UNCTAD’s estimates using the previous year’s trade values at the Standard International Trade Classification three-digit level as weights. To improve data coverage, especially for the latest periods, UNCTAD constructs a set of average prices indexes at the three-digit product classification of the Standard International Trade Classification revision 3 using UNCTAD’s Commodity Price Statistics, interna¬tional and national sources, and UNCTAD secretariat estimates.
## 1320                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Merchandise imports from low- and middle-income economies in Europe and Central Asia are the sum of merchandise imports by the reporting economy from low- and middle-income economies in the Europe and Central Asia region according to the World Bank classification of economies. Data are expressed as a percentage of total merchandise imports by the economy. Data are computed only if at least half of the economies in the partner country group had non-missing data.
## 1321                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Share of tariff lines with specific rates is the share of lines in the tariff schedule that are set on a per unit basis or that combine ad valorem and per unit rates. It shows the extent to which countries use tariffs based on physical quantities or other, non-ad valorem measures. Primary products are commodities classified in SITC revision 3 sections 0-4 plus division 68 (nonferrous metals).
## 1322                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Share of tariff lines with specific rates is the share of lines in the tariff schedule that are set on a per unit basis or that combine ad valorem and per unit rates. It shows the extent to which countries use tariffs based on physical quantities or other, non-ad valorem measures. Manufactured products are commodities classified in SITC revision 3 sections 5-8 excluding division 68.
## 1323                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    International outbound tourists are the number of departures that people make from their country of usual residence to any other country for any purpose other than a remunerated activity in the country visited. The data on outbound tourists refer to the number of departures, not to the number of people traveling. Thus a person who makes several trips from a country during a given period is counted each time as a new departure.
## 1324                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Male population is based on the de facto definition of population, which counts all male residents regardless of legal status or citizenship.
## 1325                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Female population between the ages 70 to 74 as a percentage of the total female population.
## 1326                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Female population between the ages 45 to 49 as a percentage of the total female population.
## 1327                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Female population between the ages 15 to 64. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship.
## 1328                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Women who were first married by age 18 refers to the percentage of women ages 20-24 who were first married by age 18.
## 1329                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Crude birth rate indicates the number of live births occurring during the year, per 1,000 population estimated at midyear. Subtracting the crude death rate from the crude birth rate provides the rate of natural increase, which is equal to the rate of population change in the absence of migration.
## 1330                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Wage workers (also known as employees) are people who hold explicit (written or oral) or implicit employment contracts that provide basic remuneration that does not depend directly on the revenue of the unit for which they work.
## 1331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of the labor force with an advanced level of education who are unemployed. Advanced education comprises short-cycle tertiary education, a bachelor’s degree or equivalent education level, a master’s degree or equivalent education level, or doctoral degree or equivalent education level according to the International Standard Classification of Education 2011 (ISCED 2011).
## 1332                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              The ratio of the labor force with intermediate education to the working-age population with intermediate education. Intermediate education comprises upper secondary or post-secondary non tertiary education according to the International Standard Classification of Education 2011 (ISCED 2011).
## 1333                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Labor force participation rate is the proportion of the population ages 15-64 that is economically active: all people who supply labor for the production of goods and services during a specified period.
## 1334                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Average working hours of children studying and working refer to the average weekly working hours of those children who are attending school in combination with economic activity.
## 1335                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Employment by economic activity refers to the distribution of economically active children by the major industrial categories of the International Standard Industrial Classification (ISIC). Manufacturing corresponds to division 3 (ISIC revision 2), category D (ISIC revision 3), or category C (ISIC revision 4). Economically active children refer to children involved in economic activity for at least one hour in the reference week of the survey.
## 1336                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Vulnerable employment is contributing family workers and own-account workers as a percentage of total employment.
## 1337                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Employment to population ratio is the proportion of a country's population that is employed. Employment is defined as persons of working age who, during a short reference period, were engaged in any activity to produce goods or provide services for pay or profit, whether at work during the reference period (i.e. who worked in a job for at least one hour) or not at work due to temporary absence from a job, or to working-time arrangements. Ages 15-24 are generally considered the youth population.
## 1338                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Average transaction cost of sending remittance from a specific country is the average of the total transaction cost in percentage of the amount sent for sending USD 200 charged by each single remittance service provider (RSP) included in the Remittance Prices Worldwide (RPW) database from a specific country.
## 1339                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Poverty gap at $2.15 a day (2017 PPP) is the mean shortfall in income or consumption from the poverty line $2.15 a day (counting the nonpoor as having zero shortfall), expressed as a percentage of the poverty line. This measure reflects the depth of poverty as well as its incidence.
## 1340                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Public expenditure on health from domestic sources per capita expressed in international dollars at purchasing power parity.
## 1341                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Number of people spending more than 10% of household consumption or income on out-of-pocket health care expenditure. Out-of-pocket health expenditure is defined as any spending incurred by a household when any member uses a health good or service to receive any type of care (preventive, curative, rehabilitative, long-term or palliative care); provided by any type of provider; for any type of disease, illness or health condition; in any type of setting (outpatient, inpatient, at home).
## 1342                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Prevalence of wasting, male,is the proportion of boys under age 5 whose weight for height is more than two standard deviations below the median for the international reference population ages 0-59.
## 1343                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Mortality rate attributed to unintentional poisonings is the number of deaths from unintentional poisonings in a year per 100,000 population.  Unintentional poisoning can be caused by household chemicals, pesticides, kerosene, carbon monoxide and medicines, or can be the result of environmental contamination or occupational chemical exposure.
## 1344                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             The percentage of people living in households that have a handwashing facility with soap and water available on the premises. Handwashing facilities may be fixed or mobile and include a sink with tap water, buckets with taps, tippy-taps, and jugs or basins designated for handwashing. Soap includes bar soap, liquid soap, powder detergent, and soapy water but does not include ash, soil, sand or other handwashing agents.
## 1345                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      The proportion of population at risk of impoverishing expenditure when surgical care is required. Impoverishing expenditure is defined as direct out of pocket payments for surgical and anaesthesia care which drive people below a poverty threshold (using a threshold of $1.90 PPP/day).
## 1346                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Hospital beds include inpatient beds available in public, private, general, and specialized hospitals and rehabilitation centers. In most cases beds for both acute and chronic care are included.
## 1347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The percentage of people using drinking water from an improved source that is accessible on premises, available when needed and free from faecal and priority chemical contamination. Improved water sources include piped water, boreholes or tubewells, protected dug wells, protected springs, and packaged or delivered water.
## 1348                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Probability of dying between age 20-24 years of age expressed per 1,000 youths age 20, if subject to age-specific mortality rates of the specified year.
## 1349                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Prevalence of anemia, non-pregnant women, is the percentage of non-pregnant women whose hemoglobin level is less than 120 grams per liter at sea level.
## 1350                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Women in parliaments are the percentage of parliamentary seats in a single or lower chamber held by women.
## 1351                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Gross enrollment ratio is the ratio of total enrollment, regardless of age, to the population of the age group that officially corresponds to the level of education shown. Tertiary education, whether or not to an advanced research qualification, normally requires, as a minimum condition of admission, the successful completion of education at the secondary level.
## 1352                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Adolescents out of school are the percentage of lower secondary school age adolescents who are not enrolled in school.
## 1353                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Progression to secondary school refers to the number of new entrants to the first grade of secondary school in a given year as a percentage of the number of students enrolled in the final grade of primary school in the previous year (minus the number of repeaters from the last grade of primary education in the given year).
## 1354                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Female pupils as a percentage of total pupils at secondary level includes enrollments in public and private schools.
## 1355                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Children out of school are the percentage of primary-school-age children who are not enrolled in primary or secondary school. Children in the official primary age group that are in preprimary education should be considered out of school.
## 1356                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Repeaters in primary school are the number of students enrolled in the same grade as in the previous year, as a percentage of all students enrolled in primary school.
## 1357                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Net enrollment rate is the ratio of children of official school age who are enrolled in school to the population of the corresponding official school age. Primary education provides children with basic reading, writing, and mathematics skills along with an elementary understanding of such subjects as history, geography, natural science, social science, art, and music.
## 1358                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Primary completion rate, or gross intake ratio to the last grade of primary education, is the number of new entrants (enrollments minus repeaters) in the last grade of primary education, regardless of age, divided by the population at the entrance age for the last grade of primary education. Data limitations preclude adjusting for students who drop out during the final year of primary education.
## 1359                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Adult literacy rate is the percentage of people ages 15 and above who can both read and write with understanding a short simple statement about their everyday life.
## 1360                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Coverage of social safety net programs shows the percentage of population participating in cash transfers and last resort programs, noncontributory social pensions, other cash transfers programs (child, family and orphan allowances, birth and death grants, disability benefits, and other allowances), conditional cash transfers, in-kind food transfers (food stamps and vouchers, food rations, supplementary feeding, and emergency food distribution), school feeding, other social assistance programs (housing allowances, scholarships, fee waivers, health subsidies, and other social assistance) and public works programs (cash for work and food for work). Estimates include both direct and indirect beneficiaries.
## 1361                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Benefit incidence of social protection and labor programs (SPL) to poorest quintile shows the percentage of total social protection and labor programs benefits received by the poorest 20% of the population. Social protection and labor programs include social insurance, social safety nets, and unemployment benefits and active labor market programs. Estimates include both direct and indirect beneficiaries.
## 1362                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Net primary income includes the net labor income and net property and entrepreneurial income components of the SNA. Labor income covers compensation of employees paid to nonresident workers. Property and entrepreneurial income covers investment income from the ownership of foreign financial claims (interest, dividends, rent, etc.) and nonfinancial property income (patents, copyrights, etc.). Data are in current U.S. dollars.
## 1363                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              GNI (formerly GNP) is the sum of value added by all resident producers plus any product taxes (less subsidies) not included in the valuation of output plus net receipts of primary income (compensation of employees and property income) from abroad. Data are in constant 2015 prices, expressed in U.S. dollars.
## 1364                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GDP per capita is gross domestic product divided by midyear population. GDP is the sum of gross value added by all resident producers in the economy plus any product taxes and minus any subsidies not included in the value of the products. It is calculated without making deductions for depreciation of fabricated assets or for depletion and degradation of natural resources. Data are in current local currency.
## 1365                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Gross value added at basic prices (formerly GDP at factor cost) is derived as the sum of the value added in the agriculture, industry and services sectors. If the value added of these sectors is calculated at purchaser values, gross value added at basic prices is derived by subtracting net product taxes from GDP. Data are in current U.S. dollars.
## 1366                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Adjusted net national income is GNI minus consumption of fixed capital and natural resources depletion.
## 1367                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Net forest depletion is calculated as the product of unit resource rents and the excess of roundwood harvest over natural growth.
## 1368                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Value added in manufacturing is the sum of gross output less the value of intermediate inputs used in production for industries classified in ISIC major division D. Food, beverages, and tobacco correspond to ISIC divisions 15 and 16.
## 1369                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Financial intermediation services indirectly measured (FISIM) is an indirect measure of the value of financial intermediation services (i.e. output) provided but for which financial institutions do not charge explicitly as compared to explicit bank charges. Although the 1993 SNA recommends that the FISIM are allocated as intermediate and final consumption to the users, many countries still make a global (negative) adjustment to the sum of gross value added.
## 1370                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Imports of goods and services represent the value of all goods and other market services received from the rest of the world. They include the value of merchandise, freight, insurance, transport, travel, royalties, license fees, and other services, such as communication, construction, financial, information, business, personal, and government services. They exclude compensation of employees and investment income (formerly called factor services) and transfer payments. Data are in constant 2015 prices, expressed in U.S. dollars.
## 1371                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Gross fixed capital formation (formerly gross domestic fixed investment) includes land improvements (fences, ditches, drains, and so on); plant, machinery, and equipment purchases; and the construction of roads, railways, and the like, including schools, offices, hospitals, private residential dwellings, and commercial and industrial buildings. According to the 1993 SNA, net acquisitions of valuables are also considered capital formation. Data are in current local currency.
## 1372                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Final consumption expenditure (formerly total consumption) is the sum of household final consumption expenditure (private consumption) and general government final consumption expenditure (general government consumption). This estimate includes any statistical discrepancy in the use of resources relative to the supply of resources.
## 1373                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Household and NPISHs final consumption expenditure (formerly private consumption) is the market value of all goods and services, including durable products (such as cars, washing machines, and home computers), purchased by households. It excludes purchases of dwellings but includes imputed rent for owner-occupied dwellings. It also includes payments and fees to governments to obtain permits and licenses. This indicator includes the expenditures of nonprofit institutions serving households even when reported separately by the country. Data are in current U.S. dollars.
## 1374                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Data are from Logistics Performance Index surveys conducted by the World Bank in partnership with academic and international institutions and private companies and individuals engaged in international logistics. 2009 round of surveys covered more than 5,000 country assessments by nearly 1,000 international freight forwarders. Respondents evaluate eight markets on six core dimensions on a scale from 1 (worst) to 5 (best). The markets are chosen based on the most important export and import markets of the respondent's country, random selection, and, for landlocked countries, neighboring countries that connect them with international markets. Details of the survey methodology are in Arvis and others' Connecting to Compete 2010: Trade Logistics in the Global Economy (2010). Respondents assessed how often the shipments to assessed markets reach the consignee within the scheduled or expected delivery time, on a rating ranging from 1 (hardly ever) to 5 (nearly always). Scores are averaged across all respondents.
## 1375                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The data sources overall score is a composity measure of whether countries have data available from the following sources: Censuses and surveys, administrative data, geospatial data, and private sector/citizen generated data.  The data sources (input) pillar is segmented by four types of sources generated by (i) the statistical office (censuses and surveys), and sources accessed from elsewhere such as (ii)  administrative data, (iii) geospatial data, and (iv) private sector data and citizen generated data. The appropriate balance between these source types will vary depending on a country’s institutional setting and the maturity of its statistical system. High scores should reflect the extent to which the sources being utilized enable the necessary statistical indicators to be generated. For example, a low score on environment statistics (in the data production pillar) may reflect a lack of use of (and low score for) geospatial data (in the data sources pillar). This type of linkage is inherent in the data cycle approach and can help highlight areas for investment required if country needs are to be met.
## 1376                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Property rights and rule-based governance assess the extent to which private economic activity is facilitated by an effective legal system and rule-based governance structure in which property and contract rights are reliably respected and enforced.
## 1377                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Patent applications are worldwide patent applications filed through the Patent Cooperation Treaty procedure or with a national patent office for exclusive rights for an invention--a product or process that provides a new way of doing something or offers a new technical solution to a problem. A patent provides protection for the invention to the owner of the patent for a limited period, generally 20 years.
## 1378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Profit tax is the amount of taxes on profits paid by the business.
## 1379                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Number of procedures to register property is the number of procedures required for a businesses to secure rights to property.
## 1380                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Firms formally registered when operations started are the percentage of firms formally registered when they started operations in the country.
## 1381                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Power outages are the average number of power outages that establishments experience in a typical month.
## 1382                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                The HCI lower bound reflects uncertainty in the measurement of the components and the overall index. It is obtained by recalculating the HCI using estimates of the lower bounds of each of the components of the HCI. The range between the upper and lower bound is the uncertainty interval. While the uncertainty intervals constructed here do not have a rigorous statistical interpretation, a rule of thumb is that if for two countries they overlap substantially, the differences between their HCI values are not likely to be practically meaningful.
## 1383                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Compensation of employees consists of all payments in cash, as well as in kind (such as food and housing), to employees in return for services rendered, and government contributions to social insurance schemes such as social security and pensions that provide benefits to employees.
## 1384                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Taxes on exports are all levies on goods being transported out of the country or services being delivered to nonresidents by residents. Rebates on exported goods that are repayments of previously paid general consumption taxes, excise taxes, or import duties are deducted from the gross amounts receivable from these taxes, not from amounts receivable from export taxes.
## 1385                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Net acquisition of government financial assets includes domestic and foreign financial claims, SDRs, and gold bullion held by monetary authorities as a reserve asset. The net acquisition of financial assets should be offset by the net incurrence of liabilities.
## 1386                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Risk premium on lending is the interest rate charged by banks on loans to private sector customers minus the "risk free" treasury bill interest rate at which short-term government securities are issued or traded in the market. In some countries this spread may be negative, indicating that the market considers its best corporate clients to be lower risk than the government. The terms and conditions attached to lending rates differ by country, however, limiting their comparability.
## 1387                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Claims on other sectors of the domestic economy (IFS line 32S..ZK) include gross credit from the financial system to households, nonprofit institutions serving households, nonfinancial corporations, state and local governments, and social security funds.
## 1388                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Terrestrial protected areas are totally or partially protected areas of at least 1,000 hectares that are designated by national authorities as scientific reserves with limited public access, national parks, natural monuments, nature reserves or wildlife sanctuaries, protected landscapes, and areas managed mainly for sustainable use. Marine areas, unclassified areas, littoral (intertidal) areas, and sites protected under local or provincial law are excluded.
## 1389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Population in urban agglomerations of more than one million is the country's population living in metropolitan areas that in 2018 had a population of more than one million people.
## 1390                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Droughts, floods and extreme temperatures is the annual average percentage of the population that is affected by natural disasters classified as either droughts, floods, or extreme temperature events. A drought is an extended period of time characterized by a deficiency in a region's water supply that is the result of constantly below average precipitation. A drought can lead to losses to agriculture, affect inland navigation and hydropower plants, and cause a lack of drinking water and famine. A flood is a significant rise of water level in a stream, lake, reservoir or coastal region. Extreme temperature events are either cold waves or heat waves. A cold wave can be both a prolonged period of excessively cold weather and the sudden invasion of very cold air over a large area. Along with frost it can cause damage to agriculture, infrastructure, and property. A heat wave is a prolonged period of excessively hot and sometimes also humid weather relative to normal climate patterns of a certain region. Population affected is the number of people injured, left homeless or requiring immediate assistance during a period of emergency resulting from a natural disaster; it can also include displaced or evacuated people. Average percentage of population affected is calculated by dividing the sum of total affected for the period stated by the sum of the annual population figures for the period stated.
## 1391                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Agricultural nitrous oxide emissions are emissions produced through fertilizer use (synthetic and animal manure), animal waste management, agricultural waste burning (nonenergy, on-site), and savanna burning.
## 1392                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Carbon dioxide emissions are those stemming from the burning of fossil fuels and the manufacture of cement. They include carbon dioxide produced during consumption of solid, liquid, and gas fuels and gas flaring.
## 1393                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   GDP per unit of energy use is the PPP GDP per kilogram of oil equivalent of energy use. PPP GDP is gross domestic product converted to current international dollars using purchasing power parity rates based on the 2017 ICP round. An international dollar has the same purchasing power over GDP as a U.S. dollar has in the United States.
## 1394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Access to clean fuels and technologies for cooking is the proportion of total population primarily using clean cooking fuels and technologies for cooking. Under WHO guidelines, kerosene is excluded from clean cooking fuels.
## 1395                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Net official development assistance (ODA) consists of disbursements of loans made on concessional terms (net of repayments of principal) and grants by official agencies of the members of the Development Assistance Committee (DAC), by multilateral institutions, and by non-DAC countries to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. It includes loans with a grant element of at least 25 percent (calculated at a rate of discount of 10 percent). Data are in constant 2020 U.S. dollars.
## 1396 Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 1397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Nonguaranteed long-term debt privately placed from the International Finance Corporation (IFC). Net flows (or net lending or net disbursements) received by the borrower during the year are disbursements minus principal repayments. Data are in current U.S. dollars.
## 1398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Present value of debt is the sum of short-term external debt plus the discounted sum of total debt service payments due on public, publicly guaranteed, and private nonguaranteed long-term external debt over the life of existing loans. This calculation assumes that the PV of loans with a negative grant element is equal to the nominal value of the loan. Data are in current U.S. dollars.
## 1399                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Net Official development assistance (ODA) comprises grants or loans to developing countries and territories on the OECD/DAC list of aid recipients that are undertaken by the official sector with promotion of economic development and welfare as the main objective and at concessional financial terms.
## 1400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 1401                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 1402                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Travel covers goods and services acquired from an economy by travelers for their own use during visits of less than one year in that economy for either business or personal purposes. Travel includes local transport (i.e., transport within the economy being visited and provided by a resident of that economy), but excludes international transport (which is included in passenger transport. Travel also excludes goods for resale, which are included in general merchandise.
## 1403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Reserves and related items is the net change in a country's holdings of international reserves resulting from transactions on the current, capital, and financial accounts. Reserve assets are those external assets that are readily available to and controlled by monetary authorities for meeting balance of payments financing needs, and include holdings of monetary gold, special drawing rights (SDRs), reserve position in the International Monetary Fund (IMF), and other reserve assets. Also included are net credit and loans from the IMF (excluding reserve position) and total exceptional financing. Data are in current U.S. dollars.
## 1404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Imports of goods, services and primary income is the sum of goods imports, service imports and primary income payments. Data are in current U.S. dollars.
## 1405                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Urban land area in square kilometers, based on a combination of population counts (persons), settlement points, and the presence of Nighttime Lights. Areas are defined as urban where contiguous lighted cells from the Nighttime Lights or approximated urban extents based on buffered settlement points for which the total population is greater than 5,000 persons.
## 1406                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Arable land (in hectares) includes land defined by the FAO as land under temporary crops (double-cropped areas are counted once), temporary meadows for mowing or for pasture, land under market or kitchen gardens, and land temporarily fallow. Land abandoned as a result of shifting cultivation is excluded.
## 1407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Gross fixed capital formation (formerly gross domestic fixed investment) includes land improvements (fences, ditches, drains, and so on); plant, machinery, and equipment purchases; and the construction of roads, railways, and the like, including schools, offices, hospitals, private residential dwellings, and commercial and industrial buildings. According to the 1993 SNA, net acquisitions of valuables are also considered capital formation. Data are in current U.S. dollars.
## 1408                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Final consumption expenditure (formerly total consumption) is the sum of household final consumption expenditure (formerly private consumption) and general government final consumption expenditure (formerly general government consumption). Data are in constant local currency.
## 1409                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              General government final consumption expenditure (formerly general government consumption) includes all government current expenditures for purchases of goods and services (including compensation of employees). It also includes most expenditures on national defense and security, but excludes government military expenditures that are part of government capital formation.
## 1410                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Logistics Performance Index overall score reflects perceptions of a country's logistics based on efficiency of customs clearance process, quality of trade- and transport-related infrastructure, ease of arranging competitively priced shipments, quality of logistics services, ability to track and trace consignments, and frequency with which shipments reach the consignee within the scheduled time. The index ranges from 1 to 5, with a higher score representing better performance. Data are from Logistics Performance Index surveys conducted by the World Bank in partnership with academic and international institutions and private companies and individuals engaged in international logistics. 2009 round of surveys covered more than 5,000 country assessments by nearly 1,000 international freight forwarders. Respondents evaluate eight markets on six core dimensions on a scale from 1 (worst) to 5 (best). The markets are chosen based on the most important export and import markets of the respondent's country, random selection, and, for landlocked countries, neighboring countries that connect them with international markets. Scores for the six areas are averaged across all respondents and aggregated to a single score using principal components analysis. Details of the survey methodology and index construction methodology are in Arvis and others' Connecting to Compete 2010: Trade Logistics in the Global Economy (2010).
## 1411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Port container traffic measures the flow of containers from land to sea transport modes, and vice versa, in twenty-foot equivalent units (TEUs), a standard-size container. Data refer to coastal shipping as well as international journeys. Transshipment traffic is counted as two lifts at the intermediate port (once to off-load and again as an outbound lift) and includes empty units.
## 1412                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 The Statistical Capacity Indicator is a composite score assessing the capacity of a country’s statistical system. It is based on a diagnostic framework assessing the following areas: methodology; data sources; and periodicity and timeliness. Countries are scored against 25 criteria in these areas, using publicly available information and/or country input. The overall Statistical Capacity score is then calculated as a simple average of all three area scores on a scale of 0-100.
## 1413                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Fiscal policy assesses the short- and medium-term sustainability of fiscal policy (taking into account monetary and exchange rate policy and the sustainability of the public debt) and its impact on growth.
## 1414                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Public Private Partnerships in ICT (current US$) refers to commitments to projects in ICT backbone infrastructure (including land based and submarine cables) that have reached financial closure and directly or indirectly serve the public. Movable assets and small projects are excluded. The types of projects included are management and lease contracts, operations and management contracts with major capital expenditure and greenfield projects (in which a private entity or a public-private joint venture builds and operates a new facility). It excludes divestitures and merchant projects. Investment commitments are the sum of investments in facilities and investments in government assets. Investments in facilities are the resources the project company commits to invest during the contract period either in new facilities or in expansion and modernization of existing facilities. Investments in government assets are the resources the project company spends on acquiring government assets such as state-owned enterprises, rights to provide services in a specific area, or the use of specific radio spectrums. Data is presented based on investment year. Data are in current U.S. dollars and available 2015 onwards only.
## 1415                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Start-up procedures are those required to start a business, including interactions to obtain necessary permits and licenses and to complete all inscriptions, verifications, and notifications to start operations. Data are for businesses with specific characteristics of ownership, size, and type of production.
## 1416                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Documentary compliance captures the time and cost associated with compliance with the documentary requirements of all government agencies of the origin economy, the destination economy and any transit economies. The aim is to measure the total burden of preparing the bundle of documents that will enable completion of the international trade for the product and partner pair assumed in the case study.
## 1417                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Bribery incidence is the percentage of firms experiencing at least one bribe payment request across 6 public transactions dealing with utilities access, permits, licenses, and taxes.
## 1418                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               New businesses registered are the number of new limited liability corporations (or its equivalent) registered in the calendar year.
## 1419                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Expense is cash payments for operating activities of the government in providing goods and services. It includes compensation of employees (such as wages and salaries), interest and subsidies, grants, social benefits, and other expenses such as rent and dividends.
## 1420                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Other taxes include employer payroll or labor taxes, taxes on property, and taxes not allocable to other categories, such as penalties for late payment or nonpayment of taxes.
## 1421                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Grants and other revenue include grants from other foreign governments, international organizations, and other government units; interest; dividends; rent; requited, nonrepayable receipts for public purposes (such as fines, administrative fees, and entrepreneurial income from government owner­ship of property); and voluntary, unrequited, nonrepayable receipts other than grants.
## 1422                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Account denotes the percentage of respondents who report having an account (by themselves or together with someone else) at a bank or another type of financial institution or report personally using a mobile money service in the past 12 months (older adults, % of population ages 25+).
## 1423                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Consumer price index reflects changes in the cost to the average consumer of acquiring a basket of goods and services that may be fixed or changed at specified intervals, such as yearly. The Laspeyres formula is generally used. Data are period averages.
## 1424                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               Domestic credit to private sector by banks refers to financial resources provided to the private sector by other depository corporations (deposit taking corporations except central banks), such as through loans, purchases of nonequity securities, and trade credits and other accounts receivable, that establish a claim for repayment. For some countries these claims include credit to public enterprises.
## 1425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Annual freshwater withdrawals refer to total water withdrawals, not counting evaporation losses from storage basins. Withdrawals also include water from desalination plants in countries where they are a significant source. Withdrawals can exceed 100 percent of total renewable resources where extraction from nonrenewable aquifers or desalination plants is considerable or where there is significant water reuse. Withdrawals for domestic uses include drinking water, municipal use or supply, and use for public services, commercial establishments, and homes. Data are for the most recent year available for 1987-2002.
## 1426                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Population density is midyear population divided by land area in square kilometers. Population is based on the de facto definition of population, which counts all residents regardless of legal status or citizenship--except for refugees not permanently settled in the country of asylum, who are generally considered part of the population of their country of origin. Land area is a country's total area, excluding area under inland water bodies, national claims to continental shelf, and exclusive economic zones. In most cases the definition of inland water bodies includes major rivers and lakes.
## 1427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Percent of population exposed to ambient concentrations of PM2.5 that exceed the World Health Organization (WHO) Interim Target 2 (IT-2) is defined as the portion of a country’s population living in places where mean annual concentrations of PM2.5 are greater than 25 micrograms per cubic meter. The Air Quality Guideline (AQG) of 10 micrograms per cubic meter is recommended by the WHO as the lower end of the range of concentrations over which adverse health effects due to PM2.5 exposure have been observed.
## 1428                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Hydrofluorocarbons, used as a replacement for chlorofluorocarbons, are used mainly in refrigeration and semiconductor manufacturing.
## 1429                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Carbon dioxide emissions from solid fuel consumption refer mainly to emissions from use of coal as an energy source.
## 1430                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Sources of electricity refer to the inputs used to generate electricity. Gas refers to natural gas but excludes natural gas liquids.
## 1431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Public and publicly guaranteed debt service is the sum of principal repayments and interest actually paid in currency, goods, or services on long-term obligations of public debtors and long-term private obligations guaranteed by a public entity. Data are in current U.S. dollars.
## 1432                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Net official development assistance (ODA) consists of disbursements of loans made on concessional terms (net of repayments of principal) and grants by official agencies of the members of the Development Assistance Committee (DAC), by multilateral institutions, and by non-DAC countries to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. It includes loans with a grant element of at least 25 percent (calculated at a rate of discount of 10 percent). Net official aid refers to aid flows (net of repayments) from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. Data are in current U.S. dollars.
## 1433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Net financial flows received by the borrower during the year are disbursements of loans and credits less repayments of principal. Concessional financial flows cover disbursements made through concessional lending facilities. Regional development banks are the African Development Bank, in Tunis, Tunisia, which serves all of Africa, including North Africa; the Asian Development Bank, in Manila, Philippines, which serves South and Central Asia and East Asia and Pacific; the European Bank for Reconstruction and Development, in London, United Kingdom, which serves Europe and Central Asia; and the Inter-American Development Bank, in Washington, D.C., which serves the Americas. Aggregates include amounts for economies not specified elsewhere. Data are in current U.S. dollars.
## 1434 Net official flows from UN agencies are the net disbursements of total official flows from the UN agencies. Total official flows are the sum of Official Development Assistance (ODA) or official aid and Other Official Flows (OOF) and represent the total disbursements by the official sector at large to the recipient country. Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. OOF are transactions by the official sector whose main objective is other than development-motivated, or, if development-motivated, whose grant element is below the 25 per cent threshold which would make them eligible to be recorded as ODA. The main classes of transactions included here are official export credits, official sector equity and portfolio investment, and debt reorganization undertaken by the official sector at nonconcessional terms (irrespective of the nature or the identity of the original creditor). UN agencies are United Nations includes the United Nations Children’s Fund (UNICEF), United Nations Relief and Works Agency for Palestine Refugees in the Near East (UNRWA), World Food Programme (WFP), International Fund for Agricultural Development (IFAD), United Nations Development Programme(UNDP), United Nations Population Fund (UNFPA), United Nations Refugee Agency (UNHCR), Joint United Nations Programme on HIV/AIDS (UNAIDS), United Nations Regular Programme for Technical Assistance (UNTA), United Nations Peacebuilding Fund (UNPBF), International Atomic Energy Agency (IAEA), World Health Organization (WHO), United Nations Economic Commission for Europe (UNECE), Food and Agriculture Organization of the United Nations (FAO), International Labour Organization (ILO), United Nations Environment Programme (UNEP), World Tourism Organization (UNWTO) and United Nations Institute for Disarmament Research (UNIDIR). Data are in current U.S. dollars.
## 1435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Short-term external debt is defined as debt that has an original maturity of one year or less. Available data permit no distinction between public and private nonguaranteed short-term debt. Data are in current U.S. dollars.
## 1436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 1437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Net bilateral aid flows from DAC donors are the net disbursements of official development assistance (ODA) or official aid from the members of the Development Assistance Committee (DAC). Net disbursements are gross disbursements of grants and loans minus repayments of principal on earlier loans. ODA consists of loans made on concessional terms (with a grant element of at least 25 percent, calculated at a rate of discount of 10 percent) and grants made to promote economic development and welfare in countries and territories in the DAC list of ODA recipients. Official aid refers to aid flows from official donors to countries and territories in part II of the DAC list of recipients: more advanced countries of Central and Eastern Europe, the countries of the former Soviet Union, and certain advanced developing countries and territories. Official aid is provided under terms and conditions similar to those for ODA. Part II of the DAC List was abolished in 2005. The collection of data on official aid and other resource flows to Part II countries ended with 2004 data. DAC members are Australia, Austria, Belgium, Canada, Czech Republic, Denmark, Finland, France, Germany, Greece, Hungary, Iceland, Ireland, Italy, Japan, Korea, Luxembourg, The Netherlands, New Zealand, Norway, Poland, Portugal, Slovak Republic, Slovienia, Spain, Sweden, Switzerland, United Kingdom, United States, and European Union Institutions. Regional aggregates include data for economies not specified elsewhere. World and income group totals include aid not allocated by country or region. Data are in current U.S. dollars.
## 1438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Market capitalization (also known as market value) is the share price times the number of shares outstanding (including their several classes) for listed domestic companies. Investment funds, unit trusts, and companies whose only business goal is to hold shares of other listed companies are excluded. Data are end of year values converted to U.S. dollars using corresponding year-end foreign exchange rates.
## 1439                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Exports of goods and services comprise all transactions between residents of a country and the rest of the world involving a change of ownership from residents to nonresidents of general merchandise, net exports of goods under merchanting, nonmonetary gold, and services. Data are in current U.S. dollars.
## 1440                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          The net financial account shows net acquisition and disposal of financial assets and liabilities. It measures how net lending to or borrowing from nonresidents is financed, and is conceptually equal to the sum of the balances on the current and capital accounts. Data are in current U.S. dollars.
## 1441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             Communications, computer, information, and other services cover international telecommunications; computer data; news-related service transactions between residents and nonresidents; construction services; royalties and license fees; miscellaneous business, professional, and technical services; personal, cultural, and recreational services; manufacturing services on physical inputs owned by others; and maintenance and repair services and government services not included elsewhere.
## 1442                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Land area below 5m is the percentage of total land where the elevation is 5 meters or less.
##                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       SOURCE_ORGANIZATION
## 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                            United Nations, Comtrade database through the WITS platform.
## 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               World Trade Organization.
## 3                                                                                                                                                                                                                                                                                                                                                                                                                                                    International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 4                                                                                                                                                                                                                                                                                                                                                                                                   World Bank staff estimates through the WITS platform from the Comtrade database maintained by the United Nations Statistics Division.
## 5                                                                                                                                                                                                      World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database and the World Trade Organization’s (WTO) Integrated Data Base (IDB) and Consolidated Tariff Schedules (CTS) database.
## 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 World Trade Organization, and World Bank GDP estimates.
## 7                                                                                                                                                                                                                                                                                                                                                                                                               World Bank staff estimates based on the United Nations Population Division's World Urbanization Prospects: 2018 Revision.
## 8                                                                                                                                                                                                                                                                                                                                                                                                World Bank staff estimates based on age distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 9                                                                                                                                                                                                                                                                                                                                                                                            World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 10                                                                                                                                                                                                                                                                                                                                                                                           World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 11                                                                                                                                                                                                                                                                                                                                                                                           World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 12                                                                                  (1) United Nations Population Division. World Population Prospects: 2019 Revision. (2) Census reports and other statistical publications from national statistical offices, (3) Eurostat: Demographic Statistics, (4) United Nations Statistical Division. Population and Vital Statistics Reprot (various years), (5) U.S. Census Bureau: International Database, and (6) Secretariat of the Pacific Community: Statistics and Demography Programme.
## 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Food and Agriculture Organization of the United Nations (FAO)
## 14                                                                                                                                                                                                                                                                                                                                                                                                                                                             International Labour Organization, ILOSTAT database. Data as of June 2022.
## 15                                                                                                                                                                                                                                                                                                                                                                                                                                                             International Labour Organization, ILOSTAT database. Data as of June 2022.
## 16                                                                                                                                                                                                                                                                                                                                                                                                                                                             International Labour Organization, ILOSTAT database. Data as of June 2022.
## 17                                                                                                                                                                                                                                                                                                                                                                                                                                                             International Labour Organization, ILOSTAT database. Data as of June 2022.
## 18                                                                                                                                                                                                                                                                                                                                                                                                                                                          International Labour Organization, ILOSTAT database. Data as of January 2021.
## 19                                                                                                                                                                                                                                                                                                                                                                                                                                                          International Labour Organization, ILOSTAT database. Data as of January 2021.
## 20                                                                                                                                                                                                                                                                                                                                                                                                                                                             International Labour Organization, ILOSTAT database. Data as of June 2022.
## 21                                                                                                                                                                                                                                                                                                                                                                                                                                                          International Labour Organization, ILOSTAT database. Data as of January 2021.
## 22                                                                                                                                                                                                                                                                                                                                                                                                                                                           Government statistical agencies. Data for EU countires are from the EUROSTAT
## 23                                                                                                                                                                                         World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 24                                                                                                                                                                                                                                                                                                                                                                                           World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 25                                                                                                                                                                                                                                                                                                                                                                                                                       World Health Organization and World Bank. 2021. Global Monitoring Report on Financial Protection in Health 2021.
## 26                                                                                                                                                                                                                                                                                                                                             UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 27                                                                                                                                                                                                                                                                                                                                                                                                                                   WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 28                                                                                                                                                                                                                                                                                                                                                                                                                                   WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 29                                                                                                                                                                                                                                                                                                                                                                  WHO, UNICEF, UNFPA, World Bank Group, and the United Nations Population Division. Trends in Maternal Mortality: 2000 to 2017. Geneva, World Health Organization, 2019
## 30                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNAIDS estimates.
## 31                                                                                                                                                                                                                                                                                                                                                                      Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 32                                                                                                                                                                                                                                                 Derived based on the data from Global Health Estimates 2020: Deaths by Cause, Age, Sex, by Country and by Region, 2000-2019. Geneva, World Health Organization; 2020. Link: https://www.who.int/data/gho/data/themes/mortality-and-global-health-estimates/ghe-leading-causes-of-death
## 33                                                                                                                                                                                                                                                                                                                                                                                                                                     Demographic and Health Surveys (DHS), Multiple Indicator Cluster Surveys (MICS), and other surveys
## 34                                                                                                                                                                                                                                                                                                                                                                                                                                                    UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 35                                                                                                                                                                                                                                                                                                                                                                                                                                                        UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 36                                                                                                                                                                                                                                                                                                                                                                                                                                                        UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 37                                                                                                                                                                                                                                                                                                                                                                                                                                                        UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 38                                                                                                                                                                                                                                                                                                                                                                                                                                                        UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 39                                                                                                                                                                                                                                                                                                                                                                                                                                                    UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 40                                                                                                                                                                                                                                                                                                                                                                                                                                                        UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 41                                                                                                                                                                                                                                                                                                                                                                                                                                                    UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 42                                                                                                                                                                                                                                                                                                                                                                                                                                                        UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 43                                                                                                                                                                                                                                                                                                                                          ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 44                                                                                                                                                                                                                                                                                                                                          ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 45                                                                                                                                                                                                                                                                                                                                                                                                                                                              World Bank national accounts data, and OECD National Accounts data files.
## 46                                                                                                                                                                                                                                                                                                                                                                                                                                                              World Bank national accounts data, and OECD National Accounts data files.
## 47                                                                                                                                                                                                                                                                                                                                                                                                                                                              World Bank national accounts data, and OECD National Accounts data files.
## 48                                                                                                                                                                                                                                                                                                                                                                                                                                                              World Bank national accounts data, and OECD National Accounts data files.
## 49                                                                                                                                                                                                                                                                                                                                                                                                                  World Bank staff estimates based on sources and methods described in the World Bank's The Changing Wealth of Nations.
## 50                                                                                                                                                                                                                                                                                    Data on health impacts from exposure to ambient PM2.5 pollution and household air pollution are from the Global Burden of Disease 2013 study. Data are provided by the Institute for Health Metrics and Evaluation at the University of Washington.
## 51                                                                                                                                                                                                                                                                                                                                                                                                                                                              World Bank national accounts data, and OECD National Accounts data files.
## 52                                                                                                                                                                                                                                                                                                                                                                                                                                                              World Bank national accounts data, and OECD National Accounts data files.
## 53                                                                                                                                                                                                                                                                                                                                                                   Derived using World Bank national accounts data and OECD National Accounts data files, and employment data from International Labour Organization, ILOSTAT database.
## 54                                                                                                                                                                                                                                                                                                                                                                                                                                                              World Bank national accounts data, and OECD National Accounts data files.
## 55                                                                                                                                                                                                                                                                                                                                                                                                                                                              World Bank national accounts data, and OECD National Accounts data files.
## 56                                                                                                                                                                                                                                                                                                                                                                                                        International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 57                                                                                                                                                                                                                                                                                                                                                                                       Stockholm International Peace Research Institute (SIPRI), Arms Transfers Programme (http://portal.sipri.org/publications/pages/transfer/splash).
## 58                                                                                                                                                                                                                    World Bank and Turku School of Economics, Logistic Performance Index Surveys. Data are available online at: https://lpi.worldbank.org/. Summary results are published in Arvis and others' Connecting to Compete: Trade Logistics in the Global Economy, The Logistics Performance Index and Its Indicators report.
## 59                                                                                                                                                                                                                                                                                                                                                                        United Nations Conference on Trade and Development, Handbook of Statistics and data files, and International Monetary Fund, International Financial Statistics.
## 60                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 61                                                                                                                                                                                                                                                                                                                                                                                                                                  World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 62                                                                                                                                                                                                                                                                                                                                                                                                  World Bank staff estimates through the WITS platform from the Comtrade database maintained by the United Nations Statistics Division.
## 63                                                                                                                                                                                                                                                                                                                          World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database.
## 64                                                                                                                                                                                                                                                                                                                                                                                                                           World Tourism Organization, Yearbook of Tourism Statistics, Compendium of Tourism Statistics and data files.
## 65                                                                                                                                                                                                                                                                                                                                                                                                                                  UNICEF's State of the World's Children based mostly on household surveys and ministry of health data.
## 66                                                                                                                                                                                                                                                                                                                                                                                           World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 67                                                                                                                                                                                                                                                                                                                                                                                           World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 68                                                                                                                                                                                                                                                                                                                                                                                           World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 69                                                                                                                                                                                                                                                                                                                                                                                           World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 70                                                                                                                                                                                                                                                                                                                                                                      Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 71                                                                                                                                                                                                                                                                                                                                                                                                               United Nations High Commissioner for Refugees (UNHCR), Refugee Data Finder at https://www.unhcr.org/refugee-statistics/.
## 72                                                                                                                                                                                                                                                                                                                                                                                                                                                             International Labour Organization, ILOSTAT database. Data as of June 2022.
## 73                                                                                                                                                                                                                                                                                                                                                                                                                                                             International Labour Organization, ILOSTAT database. Data as of June 2022.
## 74                                                                                                                                                                                                                                                                                                                                                                                                                                                             International Labour Organization, ILOSTAT database. Data as of June 2022.
## 75                                                                                                                                                                                                                                                                                                                                                                                                                                               Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 76                                                                                                                                                                                                                                                                                                                                                                                                                                               Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 77                                                                                                                                                                                                                                                                                                                                                                                                                                               Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 78                                                                                                                                                                                                                                                                                                                                                                                                                                                          International Labour Organization, ILOSTAT database. Data as of January 2021.
## 79                                                                                                                                                                                                                                                                                                                                                                                                                                               Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 80                                                                                                                                                                                                                                                                                                                                                                                                                                                           Government statistical agencies. Data for EU countires are from the EUROSTAT
## 81                                                                                                                                                                                                                                                                                                                                                                                           World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 82                                                                                                                                                                                                                                                                                                                                                                                                                                                          WHO and UNICEF (http://www.who.int/immunization/monitoring_surveillance/en/).
## 83                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 World Health Organization, Global Tuberculosis Report.
## 84                                                                                                                                                                                                                                                                                                                                                                                                                                   WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 85                                                                                                                                                                                                                                                                                                                                                                  WHO, UNICEF, UNFPA, World Bank Group, and the United Nations Population Division. Trends in Maternal Mortality: 2000 to 2017. Geneva, World Health Organization, 2019
## 86                                                                                                                                                                                                                                                                                                                                                                                                                                                  UNICEF, State of the World's Children, Childinfo, and Demographic and Health Surveys.
## 87                                                                                                                                                                                                                                                                                                                                                                                                           World Health Organization, Global Health Observatory Data Repository/World Health Statistics (http://apps.who.int/ghodata/).
## 88                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNAIDS estimates.
## 89                                                                                                                                                                                                                                                                                                                                                                      Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 90                                                                                                                                                                                                                                                                                                                                                                      Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 91                                                                                                                                                                                                                                                                                                                                                                                                                                     Demographic and Health Surveys (DHS), Multiple Indicator Cluster Surveys (MICS), and other surveys
## 92                                                                                                                                                                                                                                                                                                                                                                                                                                                        UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 93                                                                                                                                                                                                                                                                                                                                                                                                                                                        UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 94                                                                                                                                                                                                                                                                                                                                                                                                                                                        UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 95                                                                                                                                                                                                                                                                                                                                                                                                                                                    UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 96                                                                                                                                                                                                                                                                                                                                                                                                                                                        UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 97                                                                                                                                                                                                                                                                                                                                                                                                                                                        UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 98                                                                                                                                                                                                                                                                                                                                                                                                                                                    UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 99                                                                                                                                                                                                                                                                                                                                                                                                                                                        UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 100                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 101                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 102                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 103                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 104                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 105                                                                                                                                                                                                                                                                                                                                                                                                       International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 106                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based on sources and methods described in the World Bank's The Changing Wealth of Nations.
## 107                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 108                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 109                                                                                                                                                                                                                                                                                                                                                                  Derived using World Bank national accounts data and OECD National Accounts data files, and employment data from International Labour Organization, ILOSTAT database.
## 110                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 111                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 112                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 113                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 114                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 115                                                                                                                                                                                                                                                                                                                                                                                                                Stockholm International Peace Research Institute (SIPRI), Yearbook: Armaments, Disarmament and International Security.
## 116                                                                                                                                                                                                                                                                                                                                                                                                                                           International Telecommunication Union (ITU) World Telecommunication/ICT Indicators Database
## 117                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 118                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 119                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 120                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 121                                                                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates using the World Integrated Trade Solution system, based on data from World Trade Organization.
## 122                                                                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates using the World Integrated Trade Solution system, based on data from World Trade Organization.
## 123                                                                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on the United Nations Population Division's World Urbanization Prospects: 2018 Revision.
## 124                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 125                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 126                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 127                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 128                                                                                                                                                                                                                                                                                                                                                                                                                                                        United Nations Population Division. World Population Prospects: 2019 Revision.
## 129                                                                                                                                                                                                                                                                                                                                                                                                                                                                         Food and Agriculture Organization of the United Nations (FAO)
## 130                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 131                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 132                                                                                                                                                                                                                                                                                                                                                                                                                                                          Derived using data from International Labour Organization, ILOSTAT database.
## 133                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 134                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 135                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 136                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 137                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 138                                                                                                                                                                                                                                                                                                                                                                                                                                                          Government statistical agencies. Data for EU countires are from the EUROSTAT
## 139                                                                                                                                                                                        World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 140                                                                                                                                                                                                                                                                                                                                                                                          World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 141                                                                                                                                                                                                                                                                                                                                                                                                                      World Health Organization and World Bank. 2021. Global Monitoring Report on Financial Protection in Health 2021.
## 142                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 143                                                                                                                                                                                                                                                                                                                                                                                                                                                 UNICEF, State of the World's Children, Childinfo, and Demographic and Health Surveys.
## 144                                                                                                                                                                                                                                                                                                                                                                                                                                                 UNICEF, State of the World's Children, Childinfo, and Demographic and Health Surveys.
## 145                                                                                                                                                                                                                                                                                                                                                                                                                                         World Health Organization, Global Health Observatory Data Repository/World Health Statistics.
## 146                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     UNAIDS estimates.
## 147                                                                                                                                                                                                                                                                                                                                                                                                                                  WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 148                                                                                                                                                                                                                                                Derived based on the data from Global Health Estimates 2020: Deaths by Cause, Age, Sex, by Country and by Region, 2000-2019. Geneva, World Health Organization; 2020. Link: https://www.who.int/data/gho/data/themes/mortality-and-global-health-estimates/ghe-leading-causes-of-death
## 149                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 150                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 151                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 152                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 153                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 154                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 155                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 156                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 157                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 158                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 159                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 160                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 161                                                                                                                                                                                                                                                                                                                                                                                                                                                                      International Monetary Fund, International Financial Statistics.
## 162                                                                                                                                                                                                                                                                                                                                                                                                       International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 163                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 164                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 165                                                                                                                                                                                                                                                                                                                                                                                                     World Bank staff estimates based on World Bank national accounts data archives, OECD National Accounts, and the IMF WEO database.
## 166                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              World Bank national accounts data files.
## 167                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 168                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 169                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 170                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 171                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 172                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 173                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 174                                                                                                                                                                                                                   World Bank and Turku School of Economics, Logistic Performance Index Surveys. Data are available online at: https://lpi.worldbank.org/. Summary results are published in Arvis and others' Connecting to Compete: Trade Logistics in the Global Economy, The Logistics Performance Index and Its Indicators report.
## 175                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Internation Union of Railways (UIC), OECD Statistics
## 176                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 177                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 178                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 179                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 180                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank, Private Participation in Infrastructure Project Database (http://ppi.worldbank.org).
## 181                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 182                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 183                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 184                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 185                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 186                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 187                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 188                                                                                                                                                                                                                                                                                                                                                                                                                                           Global Findex Database, World Bank (https://www.worldbank.org/en/publication/globalfindex).
## 189                                                                                                                                                                                                                                                                                                                                                                                                                                                       International Monetary Fund, International Financial Statistics and data files.
## 190                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Financial Access Survey.
## 191                                                                                                                                                                                                                                                                                                                                                                                                                                              Food and Agriculture Organization, AQUASTAT data, and World Bank and OECD GDP estimates.
## 192                                                                                                                                                                                                                                                                                                                                                                United Nations Environmental Program and the World Conservation Monitoring Centre, and International Union for Conservation of Nature, Red List of Threatened Species.
## 193                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Brauer, M. et al. 2017, for the Global Burden of Disease Study 2017.
## 194                                                                                                                                                                                                                                                                                                                                                                                          Climate Watch. 2020. GHG Emissions. Washington, DC: World Resources Institute. Available at: https://www.climatewatchdata.org/ghg-emissions.
## 195                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 196                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 197                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 198                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 199                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 200                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 201                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 202                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 203                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 204                                                                                                                                                                                                                                                                                                                                                                                                                              World Bank staff estimates based on IMF balance of payments data, and World Bank and OECD GDP estimates.
## 205                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 206                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 207                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 208                                                                                                                                            Center for International Earth Science Information Network - CIESIN - Columbia University, and CUNY Institute for Demographic Research - CIDR - City University of New York. 2021. Low Elevation Coastal Zone (LECZ) Urban-Rural Population and Land Area Estimates, Version 3. Palisades, NY: NASA Socioeconomic Data and Applications Center (SEDAC). https://doi.org/10.7927/d1x1-d702.
## 209                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 210                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 211                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 212                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates through the WITS platform from the Comtrade database maintained by the United Nations Statistics Division.
## 213                                                                                                                                                                                                    World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database and the World Trade Organization’s (WTO) Integrated Data Base (IDB) and Consolidated Tariff Schedules (CTS) database.
## 214                                                                                                                                                                                                                                                                                                                                                                       United Nations Conference on Trade and Development, Handbook of Statistics and data files, and International Monetary Fund, International Financial Statistics.
## 215                                                                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on the United Nations Population Division's World Urbanization Prospects: 2018 Revision.
## 216                               Derived from total population. Population source: (1) United Nations Population Division. World Population Prospects: 2019 Revision, (2) Census reports and other statistical publications from national statistical offices, (3) Eurostat: Demographic Statistics, (4) United Nations Statistical Division. Population and Vital Statistics Reprot (various years), (5) U.S. Census Bureau: International Database, and (6) Secretariat of the Pacific Community: Statistics and Demography Programme.
## 217                                                                                                                                                                                                                                                                                                                                                   World Bank staff estimates using the World Bank's total population and age/sex distributions of the United Nations Population Division's World Population Prospects: 2019 Revision.
## 218                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 219                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 220                                                                                 (1) United Nations Population Division. World Population Prospects: 2019 Revision. (2) Census reports and other statistical publications from national statistical offices, (3) Eurostat: Demographic Statistics, (4) United Nations Statistical Division. Population and Vital Statistics Reprot (various years), (5) U.S. Census Bureau: International Database, and (6) Secretariat of the Pacific Community: Statistics and Demography Programme.
## 221                                                                                                                                                                                                                                                                                                                                                                              United Nations Children's Fund, Division of Data, Analysis, Planning and Monitoring (2019). UNICEF Global Databases on Iodized salt, New York, June 2019
## 222                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 223                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 224                                                                                                                                                                                                                                                                                                                                                                                                                                                          Derived using data from International Labour Organization, ILOSTAT database.
## 225                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 226                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 227                                                                                                                                                                                                                                                                                                                                                                                                                     Derived using data from International Labour Organization, ILOSTAT database. The data retrieved on June 15, 2021.
## 228                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 229                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 230                                                                                                                                                                                                                                                                                                                                                                                                                                                          Government statistical agencies. Data for EU countires are from the EUROSTAT
## 231                                                                                                                                                                                        World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 232                                                                                                                                                                                                                                                                                                                                                                                          World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 233                                                                                                                                                                                                                                             World Health Organization and World Bank. 2019. Global Monitoring Report on Financial Protection in Health 2019.  NOTE: This indicator has been discontinued as of December 2021. Please see the following indicators: SH.UHC.FBP1.ZS, SH.UHC.FBP2.ZS, SH.UHC.FBP1.TO and SH.UHC.FBP2.TO.
## 234                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 235                                                                                                                                                                                                                                                                                                                                                                                                                                                 UNICEF, State of the World's Children, Childinfo, and Demographic and Health Surveys.
## 236                                                                                                                                                                                                                                                                                                                                                                                                                                                 UNICEF, State of the World's Children, Childinfo, and Demographic and Health Surveys.
## 237                                                                                                                                                                                                                                                                                                                                                                 WHO, UNICEF, UNFPA, World Bank Group, and the United Nations Population Division. Trends in Maternal Mortality: 2000 to 2017. Geneva, World Health Organization, 2019
## 238                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     UNAIDS estimates.
## 239                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Demographic and Health Surveys (DHS).
## 240                                                                                                                                                                                                                                                                                                                                                                     Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 241                                                                                                                                                                                                                                                                                                                                                                                                                                    Demographic and Health Surveys (DHS), Multiple Indicator Cluster Surveys (MICS), and other surveys
## 242                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 243                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 244                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 245                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 246                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 247                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 248                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 249                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 250                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 251                                                                                                                                                                                                                                                                                                                                                                                                                                                                      International Monetary Fund, International Financial Statistics.
## 252                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 253                                                                                                                                                                                                                                                                                                                                                                                                                          International Monetary Fund, International Financial Statistics, supplemented by World Bank staff estimates.
## 254                                                                                                                                                                                                                                                                                                                                                                                                       International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 255                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 256                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 257                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 258                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 259                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 260                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 261                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 262                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 263                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates through the WITS platform from the Comtrade database maintained by the United Nations Statistics Division.
## 264                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 265                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates through the WITS platform from the Comtrade database maintained by the United Nations Statistics Division.
## 266                                                                                                                                                                                                    World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database and the World Trade Organization’s (WTO) Integrated Data Base (IDB) and Consolidated Tariff Schedules (CTS) database.
## 267                                                                                                                                                                                                                                                                                                                                                                                                                          World Tourism Organization, Yearbook of Tourism Statistics, Compendium of Tourism Statistics and data files.
## 268                                                                                                                                                                                                                                                                                                                                                                                                                                 UNICEF's State of the World's Children based mostly on household surveys and ministry of health data.
## 269                                                                                                                                                                                                                                                                                                                                                                                                                                                        United Nations Population Division. World Population Prospects: 2019 Revision.
## 270                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 271                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 272                                                                                                                                                                                                                                                                                                                                                   World Bank staff estimates using the World Bank's total population and age/sex distributions of the United Nations Population Division's World Population Prospects: 2019 Revision.
## 273                                                                                                                                                                                                                                                                                                                                                                     Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 274                                                                                                                                                                                                                                                                                                                                                                                                                                                     United Nations Population Division, Trends in Total Migrant Stock: 2012 Revision.
## 275                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 276                                                                                                                                                                                                                                                                                                                                                                                                              Derived using data from International Labour Organization, ILOSTAT database. The data was retrieved on February 8, 2022.
## 277                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 278                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 279                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 280                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 281                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 282                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 283                                                                                                                                                                                                                                                                                                                                                                                                                                                          Government statistical agencies. Data for EU countires are from the EUROSTAT
## 284                                                                                                                                                                                                                                                                                                                                                                                          World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 285                                                                                                                                                                                                                                                                                                                                                                                          World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 286                                                                                                                                                                                                                                                                                                                                                                                                                                                                                World Health Organization, Global Tuberculosis Report.
## 287                                                                                                                                                                                                                                                                                                                                            UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 288                                                                                                                                     The country data compiled, adjusted and used in the estimation model by the Maternal Mortality Estimation Inter-Agency Group (MMEIG). The country data were compiled from the following sources:  civil registration and vital statistics; specialized studies on maternal mortality; population based surveys and censuses; other available data sources including data from surveillance sites.
## 289                                                                                                                                                                                                                                                                                                                                                                                                                                                 UNICEF, State of the World's Children, Childinfo, and Demographic and Health Surveys.
## 290                                                                                                                                                                                                                                                                                                                                                                                                                                                 UNICEF, State of the World's Children, Childinfo, and Demographic and Health Surveys.
## 291                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     UNAIDS estimates.
## 292                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 293                                                                                                                                                                                                                                                                                                                                                                     Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 294                                                                                                                                                                                                                                                                                                                                                                                                                                    Demographic and Health Surveys (DHS), Multiple Indicator Cluster Surveys (MICS), and other surveys
## 295                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 296                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 297                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 298                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 299                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 300                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 301                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 302                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 303                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 304                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 305                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 306                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 307                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 308                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based on sources and methods described in the World Bank's The Changing Wealth of Nations.
## 309                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 310                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 311                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 312                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 313                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 314                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 315                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 316                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 317                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 318                                                                                                                                                                                                                                                                                                                                                                                                                Stockholm International Peace Research Institute (SIPRI), Yearbook: Armaments, Disarmament and International Security.
## 319                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Netcraft (http://www.netcraft.com/)
## 320                                                                                                                                                                                                                                                                                                                                                                                                                                                   The Internal Displacement Monitoring Centre (http://www.internal-displacement.org/)
## 321                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 322                                                                                                                                                                                                                                                                                                                                                                       United Nations Conference on Trade and Development, Handbook of Statistics and data files, and International Monetary Fund, International Financial Statistics.
## 323                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 324                                                                                                                                                                                                                                                                                                                         World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database.
## 325                                                                                                                                                                                                                                                                                                                         World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database.
## 326                                                                                                                                                                                                                                                                                                                                                                                                                                                      United Nations Population Division. World Urbanization Prospects: 2018 Revision.
## 327                                                                                 (1) United Nations Population Division. World Population Prospects: 2019 Revision. (2) Census reports and other statistical publications from national statistical offices, (3) Eurostat: Demographic Statistics, (4) United Nations Statistical Division. Population and Vital Statistics Reprot (various years), (5) U.S. Census Bureau: International Database, and (6) Secretariat of the Pacific Community: Statistics and Demography Programme.
## 328                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 329                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 330                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 331                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Demographic and Health Surveys.
## 332                                                                                                                                                                                                                                                                                                                                                                                                                                                                       United Nations Population Division, World Population Prospects.
## 333                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 334                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 335                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 336                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 337                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 338                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 339                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 340                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 341                                                                                                                                                                                        World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 342                                                                                                                                                                                        World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 343                                                                                                                                                                                                                                                                                                                                                                                          World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 344                                                                                                                                                                                                                                                                                                                                                                                                                      World Health Organization and World Bank. 2021. Global Monitoring Report on Financial Protection in Health 2021.
## 345                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 346                                                                                                                                                                                                                                                                                                                                            UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 347                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    International Diabetes Federation, Diabetes Atlas.
## 348                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 349                                                                                                                                                                                                                                                                                                                                                                                                                                                         WHO and UNICEF (http://www.who.int/immunization/monitoring_surveillance/en/).
## 350                                                                                                                                                                                                                                                                                                                                                                                                                                  WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 351                                                                                                                                                                                                                                                                                                                                                                     Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 352                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 353                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 354                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 355                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 356                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 357                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 358                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 359                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 360                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 361                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 362                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 363                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 364                                                                                                                                                                                                                                                                                                                                                                                                       International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 365                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 366                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 367                                                                                                                                                                                                                                                                                                                                                                                                       International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 368                                                                                                                                                                                                                                                                                                                                                                                                     World Bank staff estimates based on World Bank national accounts data archives, OECD National Accounts, and the IMF WEO database.
## 369                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 370                                                                                                                                                                                                                                                                                                                                                                    World Bank staff estimates using data from the United Nations Statistics Division's Statistical Yearbook, and the UNESCO Institute for Statistics online database.
## 371                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 372                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 373                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 374                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 375                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 376                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 377                                                                                                                                                                                                                   World Bank and Turku School of Economics, Logistic Performance Index Surveys. Data are available online at: https://lpi.worldbank.org/. Summary results are published in Arvis and others' Connecting to Compete: Trade Logistics in the Global Economy, The Logistics Performance Index and Its Indicators report.
## 378                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   Internation Union of Railways (UIC)
## 379                                                                                                                                                                                                                   World Bank and Turku School of Economics, Logistic Performance Index Surveys. Data are available online at: https://lpi.worldbank.org/. Summary results are published in Arvis and others' Connecting to Compete: Trade Logistics in the Global Economy, The Logistics Performance Index and Its Indicators report.
## 380                                                                                                                                                                                                                                                                                                                                                                                                                                           International Telecommunication Union (ITU) World Telecommunication/ICT Indicators Database
## 381                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank, Bulletin Board on Statistical Capacity (http://bbsc.worldbank.org).
## 382                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 383                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank, Private Participation in Infrastructure Project Database (http://ppi.worldbank.org).
## 384                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 385                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 386                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 387                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 388                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 389                                                                                                                                                                                                                                                                                                                                                                                                            International Monetary Fund, Government Finance Statistics Yearbook and data files, and World Bank and OECD GDP estimates.
## 390                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 391                                                                                                                                                                                                                                                                                                                                                                                                                                           Global Findex Database, World Bank (https://www.worldbank.org/en/publication/globalfindex).
## 392                                                                                                                                                                                                                                                                                                                                                                                                                                                       International Monetary Fund, International Financial Statistics and data files.
## 393                                                                                                                                                                                                                                                                                                                                                                                                                                                       International Monetary Fund, International Financial Statistics and data files.
## 394                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, AQUASTAT data.
## 395                                                                                                                                            Center for International Earth Science Information Network - CIESIN - Columbia University, and CUNY Institute for Demographic Research - CIDR - City University of New York. 2021. Low Elevation Coastal Zone (LECZ) Urban-Rural Population and Land Area Estimates, Version 3. Palisades, NY: NASA Socioeconomic Data and Applications Center (SEDAC). https://doi.org/10.7927/d1x1-d702.
## 396                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Brauer, M. et al. 2017, for the Global Burden of Disease Study 2017.
## 397                                                                                                                                                                                                                                                                                       World Bank staff estimates from original source: European Commission, Joint Research Centre (JRC)/Netherlands Environmental Assessment Agency (PBL). Emission Database for Global Atmospheric Research (EDGAR): http://edgar.jrc.ec.europa.eu/.
## 398                                                                                                                                                                                                                                                                                                                                                                                                 Carbon Dioxide Information Analysis Center, Environmental Sciences Division, Oak Ridge National Laboratory, Tennessee, United States.
## 399                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 400                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank.
## 401                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 402                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 403                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 404                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 405                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 406                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 407                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               World Federation of Exchanges database.
## 408                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 409                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 410                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 411                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 412                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 413                                                                                                                                                                                                                                                                                                                                                                                                                           International Civil Aviation Organization, Civil Aviation Statistics of the World and ICAO staff estimates.
## 414                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 415                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 416                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 417                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 418                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 419                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 420                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff calculations based on the methodology described in World Bank (2018). https://openknowledge.worldbank.org/handle/10986/30498
## 421                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 422                                                                                                                                                                                                                                                                                                                                                                                                    International Monetary Fund, Government Finance Statistics Yearbook and data files, and World Bank and OECD value added estimates.
## 423                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 424                                                                                                                                                                                                                                                                                                                                                                                                                International Monetary Fund, International Financial Statistics and data files, and World Bank and OECD GDP estimates.
## 425                                                                                                                                                                                                                                                                                                                                                                                                                International Monetary Fund, International Financial Statistics and data files, and World Bank and OECD GDP estimates.
## 426                                                                                                                                                                                                                                                                                                                                                                                                                                                                          International Monetary Fund, Financial Soundness Indicators.
## 427                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    German Agency for International Cooperation (GIZ).
## 428                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 429                                                                                                                                                                                                                                                                                       World Bank staff estimates from original source: European Commission, Joint Research Centre (JRC)/Netherlands Environmental Assessment Agency (PBL). Emission Database for Global Atmospheric Research (EDGAR): http://edgar.jrc.ec.europa.eu/.
## 430                                                                                                                                                                                                                                                                                                                                                                                                 Carbon Dioxide Information Analysis Center, Environmental Sciences Division, Oak Ridge National Laboratory, Tennessee, United States.
## 431                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 432                                                                                                                                                                                                  World Bank Global Electrification Database from "Tracking SDG 7: The Energy Progress Report" led jointly by the custodian agencies: the International Energy Agency (IEA), the International Renewable Energy Agency (IRENA), the United Nations Statistics Division (UNSD), the World Bank and the World Health Organization (WHO).
## 433                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: www.oecd.org/dac/stats/idsonline. IMF central government expense estimates are used for the denominator.
## 434                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 436                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 437                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 438                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 439                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 440                                                                                                                                                                                                                                                                                                                                                                                                                             International Monetary Fund, Balance of Payments database, and World Bank, International Debt Statistics.
## 441                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  World Bank, International Debt Statistics, and OECD.
## 442                                                                                                                                                                                                                                                                                                                                                            International Monetary Fund, Balance of Payments database, supplemented by data from the United Nations Conference on Trade and Development and official national sources.
## 443                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 444                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 445                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 446                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 447                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 448                                                                                                                                                                                                                                                                                                                                                                                                     World Bank staff estimates based on World Bank national accounts data archives, OECD National Accounts, and the IMF WEO database.
## 449                                                                                                                                                                                                                                                                                                                                                                                      Stockholm International Peace Research Institute (SIPRI), Arms Transfers Programme (http://portal.sipri.org/publications/pages/transfer/splash).
## 450                                                                                                                                                                                                                                                                                                                                                                                                                                           International Telecommunication Union (ITU) World Telecommunication/ICT Indicators Database
## 451                                                                                                                                                                                                                                                                                                                                                                                                     Statistical Performance Indicators, The World Bank (https://datacatalog.worldbank.org/dataset/statistical-performance-indicators)
## 452                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 453                                                                                                                                                                                                                                                                                                                           World Intellectual Property Organization (WIPO), Statistics Database at www.wipo.int/ipstats/. The International Bureau of WIPO assumes no responsibility with respect to the transformation of these data.
## 454                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 455                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 456                                                                                                                                                                                                                                                                                                                                                                                                                                                                    World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/)
## 457                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 458                                                                                                                                                                                                                                                                                                                                                                                                                                                    Public Expenditure and Financial Accountability (PEFA). Ministry of Finance (MoF).
## 459                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 460                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 461                                                                                                                                                                                                                                                                                                                                                                                                                                           Global Findex Database, World Bank (https://www.worldbank.org/en/publication/globalfindex).
## 462                                                                                                                                                                                                                                                                                                                                                                                                                                                       International Monetary Fund, International Financial Statistics and data files.
## 463                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 464                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, AQUASTAT data.
## 465                                                                                                                                            Center for International Earth Science Information Network - CIESIN - Columbia University, and CUNY Institute for Demographic Research - CIDR - City University of New York. 2021. Low Elevation Coastal Zone (LECZ) Urban-Rural Population and Land Area Estimates, Version 3. Palisades, NY: NASA Socioeconomic Data and Applications Center (SEDAC). https://doi.org/10.7927/d1x1-d702.
## 466                                                                                                                                                                                                                                                                                                                                         European Commission, Joint Research Centre (JRC)/Netherlands Environmental Assessment Agency (PBL). Emission Database for Global Atmospheric Research (EDGAR): http://edgar.jrc.ec.europa.eu/
## 467                                                                                                                                                                                                                                                                                                                                                                                          Climate Watch. 2020. GHG Emissions. Washington, DC: World Resources Institute. Available at: https://www.climatewatchdata.org/ghg-emissions.
## 468                                                                                                                                                                                                                                                                                                                                         Climate Watch. 2020. GHG Emissions. Washington, DC: World Resources Institute. Available at: https://www.climatewatchdata.org/ghg-emissions. See NY.GDP.MKTP.KD for the denominator's source.
## 469                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2018 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 470                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 471                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 472                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 473                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 474                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 475                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 476                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 477                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               World Federation of Exchanges database.
## 478                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 479                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 480                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 481                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 482                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 483                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 484                                                                                                                                                                                                                                                                                                                                                                                            United Nations Conference on Trade and Development's UNCTADstat database at http://unctadstat.unctad.org/ReportFolders/reportFolders.aspx.
## 485                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 486                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates through the WITS platform from the Comtrade database maintained by the United Nations Statistics Division.
## 487                                                                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates using the World Integrated Trade Solution system, based on data from World Trade Organization.
## 488                                                                                                                                                                                                                                                                                                                                                                                                                          World Tourism Organization, Yearbook of Tourism Statistics, Compendium of Tourism Statistics and data files.
## 489                                                                                                                                                                                                                                                                                                                                                                                                                                 UNICEF's State of the World's Children based mostly on household surveys and ministry of health data.
## 490                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 491                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 492                                                                                                                                                                                                                                                                                                                                                   World Bank staff estimates using the World Bank's total population and age/sex distributions of the United Nations Population Division's World Population Prospects: 2019 Revision.
## 493                                                                                                                                                                                                                                                                                                                                                   World Bank staff estimates using the World Bank's total population and age/sex distributions of the United Nations Population Division's World Population Prospects: 2019 Revision.
## 494                                                                                                                                                                                                                                                                                                                                                                     Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 495                                                                                                                                                                                                                                                                                                                                                                                     United Nations High Commissioner for Refugees (UNHCR) and UNRWA through UNHCR's Refugee Data Finder at https://www.unhcr.org/refugee-statistics/.
## 496                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 497                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 498                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 499                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 500                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 501                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 502                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 503                                                                                                                                                                                                                                                                                                                                                                                       World Bank, Global Database of Shared Prosperity (GDSP) (http://www.worldbank.org/en/topic/poverty/brief/global-database-of-shared-prosperity).
## 504                                                                                                                                                                                                                                                                                                                                                                                                                                                          Government statistical agencies. Data for EU countires are from the EUROSTAT
## 505                                                                                                                                                                                                                                                                                                                                                                                          World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 506                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (https://www.who.int/data/gho).
## 507                                                                                                                                                                                                                                                                                                                                            UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 508                                                                                                                                                                                                                                                                                                                                                                                                                                  WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 509                                                                                                                                                                                                                                                                                                                                            UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 510                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 511                                                                          Data collected by the Lancet Commission on Global Surgery (www.lancetglobalsurgery.org); Data collected by WHO Collaborating Centre for Surgery and Public Health at Lund University from various sources including Ministries of Health or equivalent national regulatory bodies, national official entities such as medical councils, Eurostat, OECD, WHO Euro Health For All Database, WHO EURO Technical resources for health Database; BMJ Glob Health.
## 512                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     UNAIDS estimates.
## 513                                                                                                                                                                                                                                                                                                                                                                     Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 514                                                                                                                                                                                                                                                                                                                                                                     Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 515                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             United Nations Statistics Division (UNSD)
## 516                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 517                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 518                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 519                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 520                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 521                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 522                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 523                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 524                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 525                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 526                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 527                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 528                                                                                                                                                                                                                                                                                                                                                                                                       International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 529                                                                                                                                                                                                                                                                                                                                                                                                       International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 530                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based on sources and methods described in the World Bank's The Changing Wealth of Nations.
## 531                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 532                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 533                                                                                                                                                                                                                                                                                                                                                                                                                                  United Nations Industrial Development Organization, International Yearbook of Industrial Statistics.
## 534                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 535                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 536                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 537                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 538                                                                                                                                                                                                                                                                                                                                                                                                                                                                          United Nations, Comtrade database through the WITS platform.
## 539                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 540                                                                                                                                                                                                                                                                                                                                                                       United Nations Conference on Trade and Development, Handbook of Statistics and data files, and International Monetary Fund, International Financial Statistics.
## 541                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 542                                                                                                                                                                                                                                                                                                                         World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database.
## 543                                                                                                                                                                                                                                                                                                                                                                                World Tourism Organization, Yearbook of Tourism Statistics, Compendium of Tourism Statistics and data files, and IMF and World Bank imports estimates.
## 544                                                                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on the United Nations Population Division's World Urbanization Prospects: 2018 Revision.
## 545                                                                                                                                                                                                                                                                                                                                                                                              World Bank staff estimates based on age distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 546                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 547                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 548                                                                                                                                                                                                                                                                                                                                                   World Bank staff estimates using the World Bank's total population and age/sex distributions of the United Nations Population Division's World Population Prospects: 2019 Revision.
## 549  (1) United Nations Population Division. World Population Prospects: 2019 Revision, or derived from male and female life expectancy at birth from sources such as: (2) Census reports and other statistical publications from national statistical offices, (3) Eurostat: Demographic Statistics, (4) United Nations Statistical Division. Population and Vital Statistics Reprot (various years), (5) U.S. Census Bureau: International Database, and (6) Secretariat of the Pacific Community: Statistics and Demography Programme.
## 550                                                                                                                                                                                                                                                                                                                                                                                                                                                              Food and Agriculture Organization (http://www.fao.org/faostat/en/#home).
## 551                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 552                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 553                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 554                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 555                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 556                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 557                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 558                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 559                                                                                                                                                                                                                                                                                                                                                                                                                                                          Government statistical agencies. Data for EU countires are from the EUROSTAT
## 560                                                                                                                                                                                        World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 561                                                                                                                                                                                                                                                                                                                                                                                          World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 562                                                                                                                                                                                                                                              World Health Organization and World Bank. 2019. Global Monitoring Report on Financial Protection in Health 2019. NOTE: This indicator has been discontinued as of December 2021. Please see the following indicators: SH.UHC.FBP1.ZS, SH.UHC.FBP2.ZS, SH.UHC.FBP1.TO and SH.UHC.FBP2.TO.
## 563                                                                                                                                                                                                                                                                                                                                                                                                                                                                    UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME).
## 564                                                                                                                                                                                                                                                                                                                                                                                                                                  WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 565                                                                                                                                                                                                                                                                                                                                                                                                                                  WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 566                                                                                                                                                                                                                                                                                                                                                                 WHO, UNICEF, UNFPA, World Bank Group, and the United Nations Population Division. Trends in Maternal Mortality: 2000 to 2017. Geneva, World Health Organization, 2019
## 567                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     UNAIDS estimates.
## 568                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 569                                                                                                                                                                                                                                                                                                                                                                     Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 570                                                                                                                                                                                                                                                                                                                                                                                                                                    Demographic and Health Surveys (DHS), Multiple Indicator Cluster Surveys (MICS), and other surveys
## 571                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 572                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 573                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 574                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 575                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 576                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 577                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 578                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 579                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 580                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 581                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 582                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 583                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 584                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 585                                                                                                                                                                                                                                                                                                                                                                                                     World Bank staff estimates based on World Bank national accounts data archives, OECD National Accounts, and the IMF WEO database.
## 586                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 587                                                                                                                                                                                                                                                                                   Data on health impacts from exposure to ambient PM2.5 pollution and household air pollution are from the Global Burden of Disease 2013 study. Data are provided by the Institute for Health Metrics and Evaluation at the University of Washington.
## 588                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 589                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 590                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 591                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 592                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 593                                                                                                                                                                                                                                                                                                                                                                                                       International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 594                                                                                                                                                                                                                                                                                                                                                                                                                Stockholm International Peace Research Institute (SIPRI), Yearbook: Armaments, Disarmament and International Security.
## 595                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 596                                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Institute for Strategic Studies, The Military Balance.
## 597                                                                                                                                                                                                                                                                                                                                                                                                                                           International Telecommunication Union (ITU) World Telecommunication/ICT Indicators Database
## 598                                                                                                                                                                                                                                                                                                                                                                                                     Statistical Performance Indicators, The World Bank (https://datacatalog.worldbank.org/dataset/statistical-performance-indicators)
## 599                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 600                                                                                                                                                                                                                                                                                                                                                                                                                                                                      National Science Foundation, Science and Engineering Indicators.
## 601                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 602                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 603                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 604                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 605                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff calculations based on the methodology described in World Bank (2018). https://openknowledge.worldbank.org/handle/10986/30498
## 606                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 607                                                                                                                                                                                                                                                                                                                                                                                                            International Monetary Fund, Government Finance Statistics Yearbook and data files, and World Bank and OECD GDP estimates.
## 608                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 609                                                                                                                                                                                                                                                                                                                                                                                                                                                       International Monetary Fund, International Financial Statistics and data files.
## 610                                                                                                                                                                                                                                                                                                                                                                                                                                                       International Monetary Fund, International Financial Statistics and data files.
## 611                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, AQUASTAT data.
## 612                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         United Nations, World Urbanization Prospects.
## 613                                                                                                                                                                                                                                                                                                                                                                                                                                                     (UNISDR, 2009-2011 Progress Reports, http://www.preventionweb.net/english/hyogo).
## 614                                                                                                                                                                                                                                                                                                                                                                                          Climate Watch. 2020. GHG Emissions. Washington, DC: World Resources Institute. Available at: https://www.climatewatchdata.org/ghg-emissions.
## 615                                                                                                                                                                                                                                                                                                                                                                                                 Carbon Dioxide Information Analysis Center, Environmental Sciences Division, Oak Ridge National Laboratory, Tennessee, United States.
## 616                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 617                                                                                                                                                                                                                                                                                                                                                                                                                       WHO Global Health Observatory  (https://www.who.int/data/gho/data/themes/air-pollution/household-air-pollution)
## 618                                                                                                                                  Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: www.oecd.org/dac/stats/idsonline. World Bank gross capital formation estimates are used for the denominator.
## 619                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 620                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 621                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 622                                                                                                                                                                                                             Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: www.oecd.org/dac/stats/idsonline.
## 623                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 624                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               World Federation of Exchanges database.
## 625                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 626                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 627                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 628                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 629                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 630                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank, Private Participation in Infrastructure Project Database (http://ppi.worldbank.org).
## 631                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 632                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 633                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 634                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff calculations based on the methodology described in World Bank (2018). https://openknowledge.worldbank.org/handle/10986/30498
## 635                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 636                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 637                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 638                                                                                                                                                                                                                                                                                                                                                                                                                                           Global Findex Database, World Bank (https://www.worldbank.org/en/publication/globalfindex).
## 639                                                                                                                                                                                                                                                                                                                                                                                                                                                       International Monetary Fund, International Financial Statistics and data files.
## 640                                                                                                                                                                                                                                                                                                                                                                                                                                                                          International Monetary Fund, Financial Soundness Indicators.
## 641                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Food and Agriculture Organization.
## 642                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 643                                                                                                                                                                                                                                                                                       World Bank staff estimates from original source: European Commission, Joint Research Centre (JRC)/Netherlands Environmental Assessment Agency (PBL). Emission Database for Global Atmospheric Research (EDGAR): http://edgar.jrc.ec.europa.eu/.
## 644                                                                                                                                                                                                                                                                                       World Bank staff estimates from original source: European Commission, Joint Research Centre (JRC)/Netherlands Environmental Assessment Agency (PBL). Emission Database for Global Atmospheric Research (EDGAR): http://edgar.jrc.ec.europa.eu/.
## 645                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 646                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 647                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 648                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 649                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 650                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 651                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 652                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 653                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 654                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 655                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 656                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 657                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 658                                                                                                                                            Center for International Earth Science Information Network - CIESIN - Columbia University, and CUNY Institute for Demographic Research - CIDR - City University of New York. 2021. Low Elevation Coastal Zone (LECZ) Urban-Rural Population and Land Area Estimates, Version 3. Palisades, NY: NASA Socioeconomic Data and Applications Center (SEDAC). https://doi.org/10.7927/d1x1-d702.
## 659                                                                                                                                                                                                                   World Bank and Turku School of Economics, Logistic Performance Index Surveys. Data are available online at: https://lpi.worldbank.org/. Summary results are published in Arvis and others' Connecting to Compete: Trade Logistics in the Global Economy, The Logistics Performance Index and Its Indicators report.
## 660                                                                                                                                                                                                                                                                                                                                                                                                                                                United Nations Conference on Trade and Development, Review of Maritime Transport 2010.
## 661                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank, Bulletin Board on Statistical Capacity (http://bbsc.worldbank.org).
## 662                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 663                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank, Private Participation in Infrastructure Project Database (http://ppi.worldbank.org).
## 664                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 665                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 666                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 667                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 668                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 669                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 670                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 671                                                                                                                                                                                                                                                                                                                                                                                                                                           Global Findex Database, World Bank (https://www.worldbank.org/en/publication/globalfindex).
## 672                                                                                                                                                                                                                                                                                                                                                                                                                                                       International Monetary Fund, International Financial Statistics and data files.
## 673                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Financial Access Survey.
## 674                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, AQUASTAT data.
## 675                                                                                                                                                                                                                                                                                                                                                                United Nations Environmental Program and the World Conservation Monitoring Centre, and International Union for Conservation of Nature, Red List of Threatened Species.
## 676                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Brauer, M. et al. 2017, for the Global Burden of Disease Study 2017.
## 677                                                                                                                                                                                                                                                                                       World Bank staff estimates from original source: European Commission, Joint Research Centre (JRC)/Netherlands Environmental Assessment Agency (PBL). Emission Database for Global Atmospheric Research (EDGAR): http://edgar.jrc.ec.europa.eu/.
## 678                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 679                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2018 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 680                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 681                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 682                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 683                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 684                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 685                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 686                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 687                                                                                                                                                                                                                                                                                                                                                                                                                                                           Standard & Poor's, Global Stock Markets Factbook and supplemental S&P data.
## 688                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 689                                                                                                                                                                                                                                                                                                                                                                                                           International Monetary Fund, Balance of Payments Statistics Yearbook and data files, and World Bank and OECD GDP estimates.
## 690                                                                                                                                                                                                                                                                                                                                                                                                           International Monetary Fund, Balance of Payments Statistics Yearbook and data files, and World Bank and OECD GDP estimates.
## 691                                                                                                                                            Center for International Earth Science Information Network - CIESIN - Columbia University, and CUNY Institute for Demographic Research - CIDR - City University of New York. 2021. Low Elevation Coastal Zone (LECZ) Urban-Rural Population and Land Area Estimates, Version 3. Palisades, NY: NASA Socioeconomic Data and Applications Center (SEDAC). https://doi.org/10.7927/d1x1-d702.
## 692                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 693                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 694                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 695                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 696                                                                                                                                                                                                                   World Bank and Turku School of Economics, Logistic Performance Index Surveys. Data are available online at: https://lpi.worldbank.org/. Summary results are published in Arvis and others' Connecting to Compete: Trade Logistics in the Global Economy, The Logistics Performance Index and Its Indicators report.
## 697                                                                                                                                                                                                                                                                                                                                                                                                                           International Civil Aviation Organization, Civil Aviation Statistics of the World and ICAO staff estimates.
## 698                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 699                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 700                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank, Private Participation in Infrastructure Project Database (http://ppi.worldbank.org).
## 701                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 702                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 703                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 704                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff calculations based on the methodology described in World Bank (2018). https://openknowledge.worldbank.org/handle/10986/30498
## 705                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 706                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 707                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 708                                                                                                                                                                                                                                                                                                                                                                                                                International Monetary Fund, International Financial Statistics and data files, and World Bank and OECD GDP estimates.
## 709                                                                                                                                                                                                                                                                                                                                                                                                                                                       International Monetary Fund, International Financial Statistics and data files.
## 710                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Financial Access Survey.
## 711                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Food and Agriculture Organization.
## 712                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 713                                                                                                                                                                                                                                                                                                                                                                                          Climate Watch. 2020. GHG Emissions. Washington, DC: World Resources Institute. Available at: https://www.climatewatchdata.org/ghg-emissions.
## 714                                                                                                                                                                                                                                                                                                                                                                                                 Carbon Dioxide Information Analysis Center, Environmental Sciences Division, Oak Ridge National Laboratory, Tennessee, United States.
## 715                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 716                                                                                                                                                                                                  World Bank Global Electrification Database from "Tracking SDG 7: The Energy Progress Report" led jointly by the custodian agencies: the International Energy Agency (IEA), the International Renewable Energy Agency (IRENA), the United Nations Statistics Division (UNSD), the World Bank and the World Health Organization (WHO).
## 717                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 718                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 719                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 720                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 721                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 722                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 723                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 724                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 725                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  World Bank, International Debt Statistics, and OECD.
## 726                                                                                                                                                                                                                                                                                                                                                            International Monetary Fund, Balance of Payments database, supplemented by data from the United Nations Conference on Trade and Development and official national sources.
## 727                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 728                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 729                                                                                                                                                                                                                                                                                                                                                                                                                                                            UN Office on Drugs and Crime's International Homicide Statistics database.
## 730                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 731                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates through the WITS platform from the Comtrade database maintained by the United Nations Statistics Division.
## 732                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 733                                                                                                                                                                                                    World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database and the World Trade Organization’s (WTO) Integrated Data Base (IDB) and Consolidated Tariff Schedules (CTS) database.
## 734                                                                                                                                                                                                    World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database and the World Trade Organization’s (WTO) Integrated Data Base (IDB) and Consolidated Tariff Schedules (CTS) database.
## 735                                                                                                                                                                                                                                                                                                                                                                                                                          World Tourism Organization, Yearbook of Tourism Statistics, Compendium of Tourism Statistics and data files.
## 736                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 737                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 738                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 739                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 740                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Demographic and Health Surveys.
## 741                                                                                 (1) United Nations Population Division. World Population Prospects: 2019 Revision. (2) Census reports and other statistical publications from national statistical offices, (3) Eurostat: Demographic Statistics, (4) United Nations Statistical Division. Population and Vital Statistics Reprot (various years), (5) U.S. Census Bureau: International Database, and (6) Secretariat of the Pacific Community: Statistics and Demography Programme.
## 742                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 743                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 744                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 745                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2021.
## 746                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 747                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 748                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 749                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 750                                                                                                                                                                                                                                                                                                                                                                                       World Bank, Global Database of Shared Prosperity (GDSP) (http://www.worldbank.org/en/topic/poverty/brief/global-database-of-shared-prosperity).
## 751                                                                                                                                                                                        World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 752                                                                                                                                                                                                                                                                                                                                                                                          World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 753                                                                                                                                                                                                                                                                                                                                                                                                                      World Health Organization and World Bank. 2021. Global Monitoring Report on Financial Protection in Health 2021.
## 754                                                                                                                                                                                                                                                                                                                                            UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 755                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 756                                                                                                                                                                                                                                                                                                                                                                                                                                  WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 757                                                                                                                                                                                                                                                                                                                                        Data from various sources compiled by the Lancet Commission on Global Surgery (www.lancetglobalsurgery.org) and the Center for Health Equity in Surgery and Anesthesia at UCSF Medical Center.
## 758                                                                                                                                                                                                                                                                                                                                                                                                                                   World Health Organization's Global Health Workforce Statistics, OECD, supplemented by country data.
## 759                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     UNAIDS estimates.
## 760                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     UNAIDS estimates.
## 761                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Demographic and Health Surveys, and UNAIDS.
## 762                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank: Women, Business and the Law. https://wbl.worldbank.org/
## 763                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 764                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 765                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 766                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 767                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 768                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 769                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 770                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 771                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 772                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 773                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 774                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 775                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 776                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 777                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 778                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 779                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 780                                                                                                                                                                                                                                                                                                                                                                                                                                  United Nations Industrial Development Organization, International Yearbook of Industrial Statistics.
## 781                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 782                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 783                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 784                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 785                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 786                                                                                                                                                                                                                                                                                                                                                                                                     Statistical Performance Indicators, The World Bank (https://datacatalog.worldbank.org/dataset/statistical-performance-indicators)
## 787                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 788                                                                                                                                                                                                                                                                                                            World Intellectual Property Organization (WIPO), WIPO Patent Report: Statistics on Worldwide Patent Activity. The International Bureau of WIPO assumes no responsibility with respect to the transformation of these data.
## 789                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 790                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 791                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 792                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 793                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff calculations based on the methodology described in World Bank (2018). https://openknowledge.worldbank.org/handle/10986/30498
## 794                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 795                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 796                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 797                                                                                                                                                                                                                                                                                                                                                                                                             International Monetary Fund, International Financial Statistics and data files using World Bank data on the GDP deflator.
## 798                                                                                                                                                                                                                                                                                                                                                                                                                                                       International Monetary Fund, International Financial Statistics and data files.
## 799                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, AQUASTAT data.
## 800                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         United Nations, World Urbanization Prospects.
## 801                                                                                                                                                                                                                                                                                                                                                                                                                                                                                United Nations Framework Convention on Climate Change.
## 802                                                                                                                                                                                                                                                                                       World Bank staff estimates from original source: European Commission, Joint Research Centre (JRC)/Netherlands Environmental Assessment Agency (PBL). Emission Database for Global Atmospheric Research (EDGAR): http://edgar.jrc.ec.europa.eu/.
## 803                                                                                                                                                                                                                                                                                                                                                                                                 Carbon Dioxide Information Analysis Center, Environmental Sciences Division, Oak Ridge National Laboratory, Tennessee, United States.
## 804                                                                                                                                                                                                                                                                                                                   World Bank, Sustainable Energy for All (SE4ALL) database from the SE4ALL Global Tracking Framework led jointly by the World Bank, International Energy Agency, and the Energy Sector Management Assistance Program.
## 805                                                                                                                                                                                                                                                                                                                                                                                                                       WHO Global Health Observatory  (https://www.who.int/data/gho/data/themes/air-pollution/household-air-pollution)
## 806                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: www.oecd.org/dac/stats/idsonline. World Bank GNI estimates are used for the denominator.
## 807                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 808                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 809                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 810                                                                                                                                                                                                             Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: www.oecd.org/dac/stats/idsonline.
## 811                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 812                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 813                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 814                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 815                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 816                                                                                                                                                                                                        Center for International Earth Science Information Network (CIESIN)/Columbia University. 2013. Urban-Rural Population and Land Area Estimates Version 2. Palisades, NY: NASA Socioeconomic Data and Applications Center (SEDAC). http://sedac.ciesin.columbia.edu/data/set/lecz-urban-rural-population-land-area-estimates-v2.
## 817                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 818                                                                                                                                                                                                                                                                                                                                                                                                     Statistical Performance Indicators, The World Bank (https://datacatalog.worldbank.org/dataset/statistical-performance-indicators)
## 819                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 820                                                                                                                                                                                                                                                                                                                           World Intellectual Property Organization (WIPO), Statistics Database at www.wipo.int/ipstats/. The International Bureau of WIPO assumes no responsibility with respect to the transformation of these data.
## 821                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 822                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 823                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 824                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 825                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff calculations based on the methodology described in World Bank (2018). https://openknowledge.worldbank.org/handle/10986/30498
## 826                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 827                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 828                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 829                                                                                                                                                                                                                                                                                                                                                                                                                International Monetary Fund, International Financial Statistics and data files, and World Bank and OECD GDP estimates.
## 830                                                                                                                                                                                                                                                                                                                                                                                                                                                       International Monetary Fund, International Financial Statistics and data files.
## 831                                                                                                                                                           World Database on Protected Areas (WDPA) where the compilation and management is carried out by United Nations Environment World Conservation Monitoring Centre (UNEP-WCMC) in collaboration with governments, non-governmental organizations, academia and industry. The data is available online through the Protected Planet website (https://www.protectedplanet.net/).
## 832                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         United Nations, World Urbanization Prospects.
## 833                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 834                                                                                                                                                                                                                                                                                       World Bank staff estimates from original source: European Commission, Joint Research Centre (JRC)/Netherlands Environmental Assessment Agency (PBL). Emission Database for Global Atmospheric Research (EDGAR): http://edgar.jrc.ec.europa.eu/.
## 835                                                                                                                                                                                                                                                                                                                                      Climate Watch. 2020. GHG Emissions. Washington, DC: World Resources Institute. Available at: https://www.climatewatchdata.org/ghg-emissions. See NY.GDP.MKTP.PP.CD for the denominator's source.
## 836                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 837                                                                                                                                                                                                                                                                                                                   World Bank, Sustainable Energy for All (SE4ALL) database from the SE4ALL Global Tracking Framework led jointly by the World Bank, International Energy Agency, and the Energy Sector Management Assistance Program.
## 838                                                                                                                             Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: www.oecd.org/dac/stats/idsonline. World Bank imports of good and services estimates are used for the denominator.
## 839                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 840                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 841                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 842                                                                                                                                                                                                             Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: www.oecd.org/dac/stats/idsonline.
## 843                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 844                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 845                                                                                                                                                                                                                                                                                                                                                            International Monetary Fund, Balance of Payments database, supplemented by data from the United Nations Conference on Trade and Development and official national sources.
## 846                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 847                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 848                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 849                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 850                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 851                                                                                                                                                                                                                   World Bank and Turku School of Economics, Logistic Performance Index Surveys. Data are available online at: https://lpi.worldbank.org/. Summary results are published in Arvis and others' Connecting to Compete: Trade Logistics in the Global Economy, The Logistics Performance Index and Its Indicators report.
## 852                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Internation Union of Railways (UIC), OECD Statistics
## 853                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 854                                                                                                                                                                                                                                                                                                                                                                                                                                                                       World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 855                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank, Private Participation in Infrastructure Project Database (http://ppi.worldbank.org).
## 856                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 857                                                                                                                                                                                                                                                                                                                                                                                                                                                                   World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 858                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 859                                                                                                                                                                                                                                                                                                                                                          World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 860                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 861                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 862                                                                                                                                                                                                                                                                                                                                                                                                                                                   International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 863                                                                                                                                                                                                                                                                                                                                                                                                                                           Global Findex Database, World Bank (https://www.worldbank.org/en/publication/globalfindex).
## 864                                                                                                                                                                                                                                                                                                                                                                                                                International Monetary Fund, International Financial Statistics and data files, and World Bank and OECD GDP estimates.
## 865                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Financial Access Survey.
## 866                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Food and Agriculture Organization.
## 867                                                                                                                                                                                                                                                                                                                                                                                                                                                            Froese, R. and Pauly, D. (eds). 2008. FishBase database, www.fishbase.org.
## 868                                                                                                                                                                                                                                                                                                                                         European Commission, Joint Research Centre (JRC)/Netherlands Environmental Assessment Agency (PBL). Emission Database for Global Atmospheric Research (EDGAR): http://edgar.jrc.ec.europa.eu/
## 869                                                                                                                                                                                                                                                                                       World Bank staff estimates from original source: European Commission, Joint Research Centre (JRC)/Netherlands Environmental Assessment Agency (PBL). Emission Database for Global Atmospheric Research (EDGAR): http://edgar.jrc.ec.europa.eu/.
## 870                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 871                                                                                                                                                                                                                                                                                                                                                                                                           IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 872                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 873                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 874                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 875                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 876                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank, International Debt Statistics.
## 877                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 878                                                                                                                                                                                                                      Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 879                                                                                                                                                                                                                                                                                                                                                                                                                                                                     World Bank staff estimates based on IMF balance of payments data.
## 880                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 881                                                                                                                                                                                                                                                                                                                                                                                                                                                                     World Bank staff estimates based on IMF balance of payments data.
## 882                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Food and Agriculture Organization, electronic files and web site.
## 883                                                                                                                                            Center for International Earth Science Information Network - CIESIN - Columbia University, and CUNY Institute for Demographic Research - CIDR - City University of New York. 2021. Low Elevation Coastal Zone (LECZ) Urban-Rural Population and Land Area Estimates, Version 3. Palisades, NY: NASA Socioeconomic Data and Applications Center (SEDAC). https://doi.org/10.7927/d1x1-d702.
## 884                                                                                                                                                                                                                                                                                                                                                                                                                                                            UN Office on Drugs and Crime's International Homicide Statistics database.
## 885                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 886                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates through the WITS platform from the Comtrade database maintained by the United Nations Statistics Division.
## 887                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 888                                                                                                                                                                                                    World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database and the World Trade Organization’s (WTO) Integrated Data Base (IDB) and Consolidated Tariff Schedules (CTS) database.
## 889                                                                                                                                                                                                    World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database and the World Trade Organization’s (WTO) Integrated Data Base (IDB) and Consolidated Tariff Schedules (CTS) database.
## 890                                                                                                                                                                                                                                                                                                                                                                                World Tourism Organization, Yearbook of Tourism Statistics, Compendium of Tourism Statistics and data files, and IMF and World Bank exports estimates.
## 891                                                                                                                                                                                                                                                                                                                                                                                                                                 UNICEF's State of the World's Children based mostly on household surveys and ministry of health data.
## 892                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 893                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 894                                                                                                                                                                                                                                                                                                                                                   World Bank staff estimates using the World Bank's total population and age/sex distributions of the United Nations Population Division's World Population Prospects: 2019 Revision.
## 895                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 896                                                                                                                                                                                                                                                                                                                                                                           Household surveys, including Demographic and Health Surveys and Multiple Indicator Cluster Surveys. Largely compiled by United Nations Population Division.
## 897                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 898                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 899                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 900                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 901                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 902                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 903                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 904                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 905                                                                                                                                                                                                                                                                                                                                                                                       World Bank, Global Database of Shared Prosperity (GDSP) (http://www.worldbank.org/en/topic/poverty/brief/global-database-of-shared-prosperity).
## 906                                                                                                                                                                                        World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 907                                                                                                                                                                                                                                                                                                                                                                                          World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 908                                                                                                                                                                                                                                                                                                                                                                                                                      World Health Organization and World Bank. 2021. Global Monitoring Report on Financial Protection in Health 2021.
## 909                                                                                                                                                                                                                                                                                                                                            UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 910                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 911                                                                                                                                                                                                                                                                                                                                            UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 912                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 913                                                                                                                                                                                                                                                                                                                                                                                                                                   World Health Organization's Global Health Workforce Statistics, OECD, supplemented by country data.
## 914                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     UNAIDS estimates.
## 915                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     UNAIDS estimates.
## 916                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           Demographic and Health Surveys, and UNAIDS.
## 917                                                                                                                                                                                                                                                                                 National statistical offices or national database and publications compiled by United Nations Statistics Division.  The data were downloaded on December 3 from the Global SDG Indicators Database:  https://unstats.un.org/sdgs/indicators/database/
## 918                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 919                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 920                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 921                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 922                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 923                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 924                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 925                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 926                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 927                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 928                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 929                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 930                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 931                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 932                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 933                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 934                                                                                                                                                                                                                                                                                                                                                                                                                     World Bank staff estimates using data from the United Nations Statistics Division's National Accounts Statistics.
## 935                                                                                                                                                                                                                                                                                                                                                                                                                                  United Nations Industrial Development Organization, International Yearbook of Industrial Statistics.
## 936                                                                                                                                                                                                                                                                                                                                                                  Derived using World Bank national accounts data and OECD National Accounts data files, and employment data from International Labour Organization, ILOSTAT database.
## 937                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 938                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates through the WITS platform from the Comtrade database maintained by the United Nations Statistics Division.
## 939                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 940                                                                                                                                                                                                                                                                                                                                                                                            United Nations Conference on Trade and Development's UNCTADstat database at http://unctadstat.unctad.org/ReportFolders/reportFolders.aspx.
## 941                                                                                                                                                                                                    World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database and the World Trade Organization’s (WTO) Integrated Data Base (IDB) and Consolidated Tariff Schedules (CTS) database.
## 942                                                                                                                                                                                                                                                                                                                                                                                                                          World Tourism Organization, Yearbook of Tourism Statistics, Compendium of Tourism Statistics and data files.
## 943                                                                                                                                                                                                                                                                                                                                                                                      World Health Organization, Global Health Observatory Data Repository/World Health Statistics (http://apps.who.int/gho/data/node.main.1?lang=en).
## 944                                                                                                                                                                                                                                                                                                                                                                                              World Bank staff estimates based on age distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 945                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 946                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 947                                                                                                                                                                                                                                                                                                                                                                                          World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 948                                                                                 (1) United Nations Population Division. World Population Prospects: 2019 Revision. (2) Census reports and other statistical publications from national statistical offices, (3) Eurostat: Demographic Statistics, (4) United Nations Statistical Division. Population and Vital Statistics Reprot (various years), (5) U.S. Census Bureau: International Database, and (6) Secretariat of the Pacific Community: Statistics and Demography Programme.
## 949                                                                                                                                                                                                                                                                                                                                                                                                                                                     United Nations Population Division, Trends in Total Migrant Stock: 2008 Revision.
## 950                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 951                                                                                                                                                                                                                                                                                                                                                                                                              Derived using data from International Labour Organization, ILOSTAT database. The data was retrieved on February 8, 2022.
## 952                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 953                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 954                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 955                                                                                                                                                                                                                                                                                                                                                                                                                                                         International Labour Organization, ILOSTAT database. Data as of January 2021.
## 956                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Labour Organization, ILOSTAT database. Data as of June 2022.
## 957                                                                                                                                                                                                                                                                                                                                                                                                                                              Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 958                                                                                                                                                                                                                                                                                                                                                                                                                                                          Government statistical agencies. Data for EU countires are from the EUROSTAT
## 959                                                                                                                                                                                        World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 960                                                                                                                                                                                                                                                                                                                                                                                          World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 961                                                                                                                                                                                                                                                                                                                                                                                                                                                                                World Health Organization, Global Tuberculosis Report.
## 962                                                                                                                                                                                                                                                                                                                                            UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 963                                                                                                                                                                                                                                                                                                                                                                                                                                  WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 964                                                                                                                                                                                                                                                                                                                                                                                                                                  WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 965                                                                                                                                                                                                                                                                                                                                                                                                                                                 UNICEF, State of the World's Children, Childinfo, and Demographic and Health Surveys.
## 966                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     UNAIDS estimates.
## 967                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 968                                                                                                                                                                                                                                                Derived based on the data from Global Health Estimates 2020: Deaths by Cause, Age, Sex, by Country and by Region, 2000-2019. Geneva, World Health Organization; 2020. Link: https://www.who.int/data/gho/data/themes/mortality-and-global-health-estimates/ghe-leading-causes-of-death
## 969                                                                                                                                                                                                                                                                                                                                                                                                                                    Demographic and Health Surveys (DHS), Multiple Indicator Cluster Surveys (MICS), and other surveys
## 970                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 971                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 972                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 973                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 974                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 975                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 976                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 977                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 978                                                                                                                                                                                                                                                                                                                                                                                                                                                       UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 979                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 980                                                                                                                                                                                                                                                                                                                                         ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 981                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 982                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 983                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based on sources and methods described in the World Bank's The Changing Wealth of Nations.
## 984                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 985                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 986                                                                                                                                                                                                                                                                                                                                                             World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 987                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 988                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 989                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 990                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 991                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 992                                                                                                                                                                                                                                                                                                                                                                                                                                                             World Bank national accounts data, and OECD National Accounts data files.
## 993                                                                                                                                                                                                                                                                                                                                                                                                                Stockholm International Peace Research Institute (SIPRI), Yearbook: Armaments, Disarmament and International Security.
## 994                                                                                                                                                                                                                                                                                                                                                                                                                                                              Netcraft (http://www.netcraft.com/) and World Bank population estimates.
## 995                                                                                                                                                                                                                                                                                                                                                                                                                                                   The Internal Displacement Monitoring Centre (http://www.internal-displacement.org/)
## 996                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 997                                                                                                                                                                                                                                                                                                                                                                                                                         United Nations Industrial Development Organization (UNIDO), Competitive Industrial Performance (CIP) database
## 998                                                                                                                                                                                                                                                                                                                                                                                                                                 World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 999                                                                                                                                                                                                    World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database and the World Trade Organization’s (WTO) Integrated Data Base (IDB) and Consolidated Tariff Schedules (CTS) database.
## 1000                                                                                                                                                                                                   World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database and the World Trade Organization’s (WTO) Integrated Data Base (IDB) and Consolidated Tariff Schedules (CTS) database.
## 1001                                                                                                                                                                                                                                                                                                                                                                          Household surveys, including Demographic and Health Surveys and Multiple Indicator Cluster Surveys. Largely compiled by United Nations Population Division.
## 1002                                                                                                                                                                                                                                                                                                                                                  World Bank staff estimates using the World Bank's total population and age/sex distributions of the United Nations Population Division's World Population Prospects: 2019 Revision.
## 1003                                                                                                                                                                                                                                                                                                                                                  World Bank staff estimates using the World Bank's total population and age/sex distributions of the United Nations Population Division's World Population Prospects: 2019 Revision.
## 1004                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1005                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1006                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Demographic and Health Surveys.
## 1007                                                                                                                                                                                                                                                                                                                          (1) United Nations Population Division. World Population Prospects: 2019 Revision. (2) University of California, Berkeley, and Max Planck Institute for Demographic Research. The Human Mortality Database.
## 1008                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1009                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1010                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1011                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1012                                                                                                                                                                                                                                                                                                                                                                                                                                             Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 1013                                                                                                                                                                                                                                                                                                                                                                                                                                             Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 1014                                                                                                                                                                                                                                                                                                                                                                                                                                                         Derived using data from International Labour Organization, ILOSTAT database.
## 1015                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1016                                                                                                                                                                                       World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 1017                                                                                                                                                                                       World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 1018                                                                                                                                                                                                                                                                                                                                                                                         World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 1019                                                                                                                                                                                                                                            World Health Organization and World Bank. 2019. Global Monitoring Report on Financial Protection in Health 2019.  NOTE: This indicator has been discontinued as of December 2021. Please see the following indicators: SH.UHC.FBP1.ZS, SH.UHC.FBP2.ZS, SH.UHC.FBP1.TO and SH.UHC.FBP2.TO.
## 1020                                                                                                                                                                                                                                                                                                                                                                                                                                 World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 1021                                                                                                                                                                                                                                                                                                                                                                                                                                                                   UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME).
## 1022                                                                                                                                                                                                                                                                                                                                                                                      UNICEF DATA (http://www.data.unicef.org/);  Demographic and Health Surveys (DHS); Multiple Indicator Cluster Surveys (MICS), and other surveys.
## 1023                                                                                                                                                                                                                                                                                                                                                                                                                                 World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 1024                                                                                                                                                                                                                                                                                                                                                                                                                                                        WHO and UNICEF (http://www.who.int/immunization/monitoring_surveillance/en/).
## 1025                                                                                                                                                                                                                                                                                                                                                                                                                                 WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 1026                                                                                                                                                                                                                                                                                                                                                                    Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 1027                                                                                                                                                                                                                                                                                                                                                                                                                                        World Health Organization, Global Health Observatory Data Repository/World Health Statistics.
## 1028                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Demographic and Health Surveys (DHS)
## 1029                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1030                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1031                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1032                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1033                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1034                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1035                                                                                                                                                                                                                                                                                                                                                                                                                                                  UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 1036                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1037                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1038                                                                                                                                                                                                                                                                                                                                        ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 1039                                                                                                                                                                                                                                                                                                                                                                                                      International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 1040                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1041                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1042                                                                                                                                                                                                                                                                                                                                                                                                                World Bank staff estimates based on sources and methods described in the World Bank's The Changing Wealth of Nations.
## 1043                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1044                                                                                                                                                                                                                                                                                                                                                            World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 1045                                                                                                                                                                                                                                                                                                                                                                                                                World Bank staff estimates based on sources and methods described in the World Bank's The Changing Wealth of Nations.
## 1046                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1047                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1048                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1049                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1050                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1051                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1052                                                                                                                                                                                                                                                                                                                                                                                                                                          International Telecommunication Union (ITU) World Telecommunication/ICT Indicators Database
## 1053                                                                                                                                                                                                                                                                                                                                                                                                                          International Civil Aviation Organization, Civil Aviation Statistics of the World and ICAO staff estimates.
## 1054                                                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 1055                                                                                                                                                                                                                                                                                                                          World Intellectual Property Organization (WIPO), Statistics Database at www.wipo.int/ipstats/. The International Bureau of WIPO assumes no responsibility with respect to the transformation of these data.
## 1056                                                                                                                                                                                                                                                                                                                                                         World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 1057                                                                                                                                                                                                                                                                                                                                                         World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 1058                                                                                                                                                                                                                                                                                                                                                                                                                                                                  World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 1059                                                                                                                                                                                                                                                                                                                                                         World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 1060                                                                                                                                                                                                                                                                                                                                                                                        World Bank staff calculations based on the methodology described in World Bank (2018). https://openknowledge.worldbank.org/handle/10986/30498
## 1061                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 1062                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 1063                                                                                                                                                                                                                                                                                                                                                                                                           International Monetary Fund, Government Finance Statistics Yearbook and data files, and World Bank and OECD GDP estimates.
## 1064                                                                                                                                                                                                                                                                                                                                                                                                               International Monetary Fund, International Financial Statistics and data files, and World Bank and OECD GDP estimates.
## 1065                                                                                                                                                                                                                                                                                                                                                                                                                                                      International Monetary Fund, International Financial Statistics and data files.
## 1066                                                                                                                                                          World Database on Protected Areas (WDPA) where the compilation and management is carried out by United Nations Environment World Conservation Monitoring Centre (UNEP-WCMC) in collaboration with governments, non-governmental organizations, academia and industry. The data is available online through the Protected Planet website (https://www.protectedplanet.net/).
## 1067                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   German Agency for International Cooperation (GIZ).
## 1068                                                                                                                                                                                                                                                                                                                                                                                                          IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 1069                                                                                                                                                                                                                                                                                                                                                                                         Climate Watch. 2020. GHG Emissions. Washington, DC: World Resources Institute. Available at: https://www.climatewatchdata.org/ghg-emissions.
## 1070                                                                                                                                                                                                                                                                                                                                     Climate Watch. 2020. GHG Emissions. Washington, DC: World Resources Institute. Available at: https://www.climatewatchdata.org/ghg-emissions. See NY.GDP.MKTP.PP.KD for the denominator's source.
## 1071                                                                                                                                                                                                                                                                                                                                                                                                          IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 1072                                                                                                                                                                                                 World Bank Global Electrification Database from "Tracking SDG 7: The Energy Progress Report" led jointly by the custodian agencies: the International Energy Agency (IEA), the International Renewable Energy Agency (IRENA), the United Nations Statistics Division (UNSD), the World Bank and the World Health Organization (WHO).
## 1073                                                                                                                                              Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: www.oecd.org/dac/stats/idsonline. World Bank population estimates are used for the denominator.
## 1074                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1075                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1076                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1077                                                                                                                                                                                                            Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: www.oecd.org/dac/stats/idsonline.
## 1078                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1079                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1080                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, International Financial Statistics and Balance of Payments databases, World Bank, International Debt Statistics, and World Bank and OECD GDP estimates.
## 1081                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1082                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1083                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Food and Agriculture Organization, electronic files and web site.
## 1084                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Food and Agriculture Organization, electronic files and web site.
## 1085                                                                                                                                                                                                                                                                                                                                                                                                                                World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 1086                                                                                                                                                                                                                                                                                                                                                                                                World Bank staff estimates through the WITS platform from the Comtrade database maintained by the United Nations Statistics Division.
## 1087                                                                                                                                                                                                                                                                                                                                                                                                                                World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 1088                                                                                                                                                                                                                                                                                                                                                                                                            United Nations Conference on Trade and Development, Handbook of Statistics and data files. (http://unctadstat.unctad.org)
## 1089                                                                                                                                                                                                                                                                                                                                                                                                            World Bank staff estimates using the World Integrated Trade Solution system, based on data from World Trade Organization.
## 1090                                                                                                                                                                                                                                                                                                                                                                                                                         World Tourism Organization, Yearbook of Tourism Statistics, Compendium of Tourism Statistics and data files.
## 1091                                                                                                                                                                                                                                                                                                                                                                                                                                UNICEF's State of the World's Children based mostly on household surveys and ministry of health data.
## 1092                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1093                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1094                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1095                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1096                                                                                                                                                                                                                                                                                                                                                                          Household surveys, including Demographic and Health Surveys and Multiple Indicator Cluster Surveys. Largely compiled by United Nations Population Division.
## 1097                                                                                                                                                                                                                                                                                                                                                                                                                                                       United Nations Population Division. World Population Prospects: 2019 Revision.
## 1098                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1099                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1100                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1101                                                                                                                                                                                                                                                                                                                                                                                                                                             Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 1102                                                                                                                                                                                                                                                                                                                                                                                                                                             Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 1103                                                                                                                                                                                                                                                                                                                                                                                                                                                        International Labour Organization, ILOSTAT database. Data as of January 2021.
## 1104                                                                                                                                                                                                                                                                                                                                                                                                                                                        International Labour Organization, ILOSTAT database. Data as of January 2021.
## 1105                                                                                                                                                                                                                                                                                                                                                                                      World Bank, Global Database of Shared Prosperity (GDSP) (http://www.worldbank.org/en/topic/poverty/brief/global-database-of-shared-prosperity).
## 1106                                                                                                                                                                                       World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 1107                                                                                                                                                                                                                                                                                                                                                                                         World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 1108                                                                                                                                                                                                                                                                                                                                                                                                                     World Health Organization and World Bank. 2021. Global Monitoring Report on Financial Protection in Health 2021.
## 1109                                                                                                                                                                                                                                                                                                                                           UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 1110                                                                                                                                                                                                                                                                                                                                                                                                                                 WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 1111                                                                                                                                                                                                                                                                                                                                           UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 1112                                                                                                                                                                                                                                                                                                                                                                                                                                 World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 1113                                                                                                                                                                                                                                                                                                                                                                                                                                  World Health Organization's Global Health Workforce Statistics, OECD, supplemented by country data.
## 1114                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    UNAIDS estimates.
## 1115                                                                                                                                                                                                                                                                                                                                                                    Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 1116                                                                                                                                                                                                                                                                                                                                                                    Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 1117                                                                                                                                                                                                                                                                                                                                                                                                                    National statistical offices or national database and publications compiled by United Nations Statistics Division
## 1118                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1119                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1120                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1121                                                                                                                                                                                                                                                                                                                                                                                                                                                  UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 1122                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1123                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1124                                                                                                                                                                                                                                                                                                                                                                                                                                                  UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 1125                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1126                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1127                                                                                                                                                                                                                                                                                                                                        ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 1128                                                                                                                                                                                                                                                                                                                                        ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 1129                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1130                                                                                                                                                                                                                                                                                                                                                                                                      International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 1131                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1132                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1133                                                                                                                                                                                                                                                                                                                                                            World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 1134                                                                                                                                                                                                                                                                                                                                                                                                                    World Bank staff estimates using data from the United Nations Statistics Division's National Accounts Statistics.
## 1135                                                                                                                                                                                                                                                                                                                                                                                                                        United Nations Industrial Development Organization (UNIDO), Competitive Industrial Performance (CIP) database
## 1136                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1137                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1138                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1139                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1140                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1141                                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Institute for Strategic Studies, The Military Balance.
## 1142                                                                                                                                                                                                                                                                                                                                                                                                                                          International Telecommunication Union (ITU) World Telecommunication/ICT Indicators Database
## 1143                                                                                                                                                                                                                                                                                                                                                                                                                                                  The Internal Displacement Monitoring Centre (http://www.internal-displacement.org/)
## 1144                                                                                                                                                                                                                                                                                                                                                                                                                                World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 1145                                                                                                                                                                                                                                                                                                                                                                      United Nations Conference on Trade and Development, Handbook of Statistics and data files, and International Monetary Fund, International Financial Statistics.
## 1146                                                                                                                                                                                                                                                                                                                                                                                                                                World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 1147                                                                                                                                                                                                   World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database and the World Trade Organization’s (WTO) Integrated Data Base (IDB) and Consolidated Tariff Schedules (CTS) database.
## 1148                                                                                                                                                                                                   World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database and the World Trade Organization’s (WTO) Integrated Data Base (IDB) and Consolidated Tariff Schedules (CTS) database.
## 1149                                                                                                                                                                                                                                                                                                                                                                                                                         World Tourism Organization, Yearbook of Tourism Statistics, Compendium of Tourism Statistics and data files.
## 1150                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1151                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1152                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1153                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1154                                                                                                                                                                                                                                                                                                                                             UNICEF Data; Demographic and Health Surveys (DHS), Multiple Indicator Cluster Surveys (MICS), AIDS Indicator Surveys(AIS), Reproductive Health Survey(RHS), and other household surveys.
## 1155                                                                                                                                                                                                                                                                                                                          (1) United Nations Population Division. World Population Prospects: 2019 Revision. (2) University of California, Berkeley, and Max Planck Institute for Demographic Research. The Human Mortality Database.
## 1156                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1157                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1158                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1159                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2021.
## 1160                                                                                                                                                                                                                                                                                                                                                                                                                                             Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 1161                                                                                                                                                                                                                                                                                                                                                                                                                                             Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 1162                                                                                                                                                                                                                                                                                                                                                                                                                                                         Derived using data from International Labour Organization, ILOSTAT database.
## 1163                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1164                                                                                                                                                                                                                                                                                                                                                                                                                                          World Bank, Remittance Prices Worldwide, available at http://remittanceprices.worldbank.org
## 1165                                                                                                                                                                                       World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 1166                                                                                                                                                                                                                                                                                                                                                                                         World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 1167                                                                                                                                                                                                                                                                                                                                                                                                                     World Health Organization and World Bank. 2021. Global Monitoring Report on Financial Protection in Health 2021.
## 1168                                                                                                                                                                                                                                                                                                                                           UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 1169                                                                                                                                                                                                                                                                                                                                           UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 1170                                                                                                                                                                                                                                                                                                                                                                                                                                 WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 1171                                                                                                                                                                                                                                                                                                                                                                                                                           The Program in Global Surgery and Social Change (PGSSC) at Harvard Medical School (https://www.pgssc.org/)
## 1172                                                                                                                                                                                                                                                                                                                                                                                                                                                        WHO and UNICEF (http://www.who.int/immunization/monitoring_surveillance/en/).
## 1173                                                                                                                                                                                                                                                                                                                                                                                                                                 WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 1174                                                                                                                                                                                                                                                                                                                                                                    Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 1175                                                                                                                                                                                                                                                                                                                                                                                                                                        World Health Organization, Global Health Observatory Data Repository/World Health Statistics.
## 1176                                                                                                                                                                                                                                                                                                                                                                                                                                                            Demographic and Health Surveys compiled by United Nations Population Fund
## 1177                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1178                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1179                                                                                                                                                                                                                                                                                                                                                                                                                                                  UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 1180                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1181                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1182                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1183                                                                                                                                                                                                                                                                                                                                                                                                                                                  UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 1184                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1185                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1186                                                                                                                                                                                                                                                                                                                                        ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 1187                                                                                                                                                                                                                                                                                                                                        ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 1188                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1189                                                                                                                                                                                                                                                                                                                                                                                                    World Bank staff estimates based on World Bank national accounts data archives, OECD National Accounts, and the IMF WEO database.
## 1190                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1191                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1192                                                                                                                                                                                                                                                                                                                                                            World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 1193                                                                                                                                                                                                                                                                                                                                                                                                                World Bank staff estimates based on sources and methods described in the World Bank's The Changing Wealth of Nations.
## 1194                                                                                                                                                                                                                                                                                                                                                                                                                                 United Nations Industrial Development Organization, International Yearbook of Industrial Statistics.
## 1195                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1196                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1197                                                                                                                                                                                                                                                                                                                                                                                                    Statistical Performance Indicators, The World Bank (https://datacatalog.worldbank.org/dataset/statistical-performance-indicators)
## 1198                                                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 1199                                                                                                                                                                                                                                                                                                                          World Intellectual Property Organization (WIPO), Statistics Database at www.wipo.int/ipstats/. The International Bureau of WIPO assumes no responsibility with respect to the transformation of these data.
## 1200                                                                                                                                                                                                                                                                                                                                                                                                                                                                  World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 1201                                                                                                                                                                                                                                                                                                                                                         World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 1202                                                                                                                                                                                                                                                                                                                                                                                                                                                                  World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 1203                                                                                                                                                                                                                                                                                                                                                         World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 1204                                                                                                                                                                                                                                                                                                                                                                                        World Bank staff calculations based on the methodology described in World Bank (2018). https://openknowledge.worldbank.org/handle/10986/30498
## 1205                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 1206                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 1207                                                                                                                                                                                                                                                                                                                                                                                                                                          Global Findex Database, World Bank (https://www.worldbank.org/en/publication/globalfindex).
## 1208                                                                                                                                                                                                                                                                                                                                                                                                                                                      International Monetary Fund, International Financial Statistics and data files.
## 1209                                                                                                                                                                                                                                                                                                                                                                                                                                                      International Monetary Fund, International Financial Statistics and data files.
## 1210                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Food and Agriculture Organization, AQUASTAT data.
## 1211                                                                                                                                                                                                                                                                                                                                                                                                                                                                              United Nations Human Settlements Programme (UN-HABITAT)
## 1212                                                                                                                                                                                                                                                                                                                                                               United Nations Environmental Program and the World Conservation Monitoring Centre, and International Union for Conservation of Nature, Red List of Threatened Species.
## 1213                                                                                                                                                                                                                                                                                      World Bank staff estimates from original source: European Commission, Joint Research Centre (JRC)/Netherlands Environmental Assessment Agency (PBL). Emission Database for Global Atmospheric Research (EDGAR): http://edgar.jrc.ec.europa.eu/.
## 1214                                                                                                                                                                                                                                                                                                                                                                                         Climate Watch. 2020. GHG Emissions. Washington, DC: World Resources Institute. Available at: https://www.climatewatchdata.org/ghg-emissions.
## 1215                                                                                                                                                                                                                                                                                                                                                                                                          IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 1216                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1217                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1218                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1219                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1220                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1221                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1222                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1223                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              World Federation of Exchanges database.
## 1224                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1225                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1226                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1227                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Food and Agriculture Organization, electronic files and web site.
## 1228                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Food and Agriculture Organization, electronic files and web site.
## 1229                                                                                                                                                                                                                                                                                                                                                                                                                                          International Telecommunication Union (ITU) World Telecommunication/ICT Indicators Database
## 1230                                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank, Bulletin Board on Statistical Capacity (http://bbsc.worldbank.org).
## 1231                                                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 1232                                                                                                                                                                                                                                                                                                                                                                                                                                     World Bank, Private Participation in Infrastructure Project Database (http://ppi.worldbank.org).
## 1233                                                                                                                                                                                                                                                                                                                                                         World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 1234                                                                                                                                                                                                                                                                                                                                                         World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 1235                                                                                                                                                                                                                                                                                                                                                                                                                                                                  World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 1236                                                                                                                                                                                                                                                                                                                                                                                                                                     World Bank's Entrepreneurship Database (https://www.worldbank.org/en/programs/entrepreneurship).
## 1237                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 1238                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 1239                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 1240                                                                                                                                                                                                                                                                                                                                                                                                                                          Global Findex Database, World Bank (https://www.worldbank.org/en/publication/globalfindex).
## 1241                                                                                                                                                                                                                                                                                                                                                                                                                                                      International Monetary Fund, International Financial Statistics and data files.
## 1242                                                                                                                                                                                                                                                                                                                                                                                                                                                      International Monetary Fund, International Financial Statistics and data files.
## 1243                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Food and Agriculture Organization, AQUASTAT data.
## 1244                                                                                                                                           Center for International Earth Science Information Network - CIESIN - Columbia University, and CUNY Institute for Demographic Research - CIDR - City University of New York. 2021. Low Elevation Coastal Zone (LECZ) Urban-Rural Population and Land Area Estimates, Version 3. Palisades, NY: NASA Socioeconomic Data and Applications Center (SEDAC). https://doi.org/10.7927/d1x1-d702.
## 1245                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Brauer, M. et al. 2017, for the Global Burden of Disease Study 2017.
## 1246                                                                                                                                                                                                                                                                                                                                                                                         Climate Watch. 2020. GHG Emissions. Washington, DC: World Resources Institute. Available at: https://www.climatewatchdata.org/ghg-emissions.
## 1247                                                                                                                                                                                                                                                                                                                                                                                                Carbon Dioxide Information Analysis Center, Environmental Sciences Division, Oak Ridge National Laboratory, Tennessee, United States.
## 1248                                                                                                                                                                                                                                                                                                                                                                                                          IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 1249                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1250                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1251                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1252                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1253                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1254                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1255                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1256                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              World Federation of Exchanges database.
## 1257                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1258                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1259                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1260                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Food and Agriculture Organization, electronic files and web site.
## 1261                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Uppsala Conflict Data Program, http://www.pcr.uu.se/research/ucdp/.
## 1262                                                                                                                                                                                                                                                                                                                                                                                                                                World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 1263                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1264                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Trade Organization.
## 1265                                                                                                                                                                                                                                                                                                                                                                                                            World Bank staff estimates using the World Integrated Trade Solution system, based on data from World Trade Organization.
## 1266                                                                                                                                                                                                                                                                                                                                                                                                            World Bank staff estimates using the World Integrated Trade Solution system, based on data from World Trade Organization.
## 1267                                                                                                                                                                                                                                                                                                                                                                                                            World Bank staff estimates based on the United Nations Population Division's World Urbanization Prospects: 2018 Revision.
## 1268                                                                                                                                                                                                                                                                                                                                                                                                                                                     UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of March 2021.
## 1269                                                                                                                                                                                                                                                                                                                                                  World Bank staff estimates using the World Bank's total population and age/sex distributions of the United Nations Population Division's World Population Prospects: 2019 Revision.
## 1270                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1271                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1272                                                                                                                                                                                                                                                                                                                                                                                                                                                       United Nations Population Division. World Population Prospects: 2019 Revision.
## 1273                                                                                                                                                                                                                                                                                                                                                                                                                                                                       United Nations Children's Fund, State of the World's Children.
## 1274                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1275                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1276                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1277                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1278                                                                                                                                                                                                                                                                                                                                                                                                                                             Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 1279                                                                                                                                                                                                                                                                                                                                                                                                                                                        International Labour Organization, ILOSTAT database. Data as of January 2021.
## 1280                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1281                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1282                                                                                                                                                                                                                                                                                                                                            World Bank, Poverty and Inequality Platform. Data are compiled from official government sources or are computed by World Bank staff using national (i.e. country–specific) poverty lines.
## 1283                                                                                                                                                                                       World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 1284                                                                                                                                                                                                                                                                                                                                                                                         World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 1285                                                                                                                                                                                                                                            World Health Organization and World Bank. 2019. Global Monitoring Report on Financial Protection in Health 2019.  NOTE: This indicator has been discontinued as of December 2021. Please see the following indicators: SH.UHC.FBP1.ZS, SH.UHC.FBP2.ZS, SH.UHC.FBP1.TO and SH.UHC.FBP2.TO.
## 1286                                                                                                                                                                                                                                                                                                                                                                                                                                 World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 1287                                                                                                                                                                                                                                                                                                                                           UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 1288                                                                                                                                                                                                                                                                                                                                                                                                                                                                               UNICEF-WHO Low birthweight estimates [data.unicef.org]
## 1289                                                                                                                                                                                                                                                                                                                                                                                                                                 World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 1290                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    UNAIDS estimates.
## 1291                                                                                                                                                                                                                                                                                                                                                                                                                                 WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 1292                                                                                                                                                                                                                                                                                                                                                                    Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 1293                                                                                                                                                                                                                                                                                                                                                                                                                                 World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 1294                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1295                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1296                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1297                                                                                                                                                                                                                                                                                                                                                                                                                                                  UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 1298                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1299                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1300                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1301                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1302                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1303                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1304                                                                                                                                                                                                                                                                                                                                        ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 1305                                                                                                                                                                                                                                                                                                                                                                                                      International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 1306                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1307                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1308                                                                                                                                                                                                                                                                                                                                                                                                      International Comparison Program, World Bank | World Development Indicators database, World Bank | Eurostat-OECD PPP Programme.
## 1309                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1310                                                                                                                                                                                                                                                                                                                                                            World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 1311                                                                                                                                                                                                                                                                                                                                                                   World Bank staff estimates using data from the United Nations Statistics Division's Statistical Yearbook, and the UNESCO Institute for Statistics online database.
## 1312                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1313                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1314                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1315                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1316                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1317                                                                                                                                                                                                                                                                                                                                                                                                                                                           UN Office on Drugs and Crime's International Homicide Statistics database.
## 1318                                                                                                                                                                                                                                                                                                                                                                                                                                World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 1319                                                                                                                                                                                                                                                                                                                                                                                                            United Nations Conference on Trade and Development, Handbook of Statistics and data files. (http://unctadstat.unctad.org)
## 1320                                                                                                                                                                                                                                                                                                                                                                                                                                World Bank staff estimates based data from International Monetary Fund's Direction of Trade database.
## 1321                                                                                                                                                                                                                                                                                                                        World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database.
## 1322                                                                                                                                                                                                                                                                                                                        World Bank staff estimates using the World Integrated Trade Solution system, based on data from United Nations Conference on Trade and Development's Trade Analysis and Information System (TRAINS) database.
## 1323                                                                                                                                                                                                                                                                                                                                                                                                                         World Tourism Organization, Yearbook of Tourism Statistics, Compendium of Tourism Statistics and data files.
## 1324                                                                                                                                                                                                                                                                                                                                                  World Bank staff estimates using the World Bank's total population and age/sex distributions of the United Nations Population Division's World Population Prospects: 2019 Revision.
## 1325                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1326                                                                                                                                                                                                                                                                                                                                                                                         World Bank staff estimates based on age/sex distributions of United Nations Population Division's World Population Prospects: 2019 Revision.
## 1327                                                                                                                                                                                                                                                                                                                                                  World Bank staff estimates using the World Bank's total population and age/sex distributions of the United Nations Population Division's World Population Prospects: 2019 Revision.
## 1328                                                                                                                                                                                                                                                                                                                                             UNICEF Data; Demographic and Health Surveys (DHS), Multiple Indicator Cluster Surveys (MICS), AIDS Indicator Surveys(AIS), Reproductive Health Survey(RHS), and other household surveys.
## 1329                                                                                (1) United Nations Population Division. World Population Prospects: 2019 Revision. (2) Census reports and other statistical publications from national statistical offices, (3) Eurostat: Demographic Statistics, (4) United Nations Statistical Division. Population and Vital Statistics Reprot (various years), (5) U.S. Census Bureau: International Database, and (6) Secretariat of the Pacific Community: Statistics and Demography Programme.
## 1330                                                                                                                                                                                                                                                                                                                                                                                                                                             Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 1331                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1332                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1333                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2021.
## 1334                                                                                                                                                                                                                                                                                                                                                                                                                                             Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 1335                                                                                                                                                                                                                                                                                                                                                                                                                                             Understanding Children's Work project based on data from ILO, UNICEF and the World Bank.
## 1336                                                                                                                                                                                                                                                                                                                                                                                                                                                         Derived using data from International Labour Organization, ILOSTAT database.
## 1337                                                                                                                                                                                                                                                                                                                                                                                                                                                           International Labour Organization, ILOSTAT database. Data as of June 2022.
## 1338                                                                                                                                                                                                                                                                                                                                                                                                                                          World Bank, Remittance Prices Worldwide, available at http://remittanceprices.worldbank.org
## 1339                                                                                                                                                                                       World Bank, Poverty and Inequality Platform. Data are based on primary household survey data obtained from government statistical agencies and World Bank country departments. Data for high-income economies are mostly from the Luxembourg Income Study database. For more information and methodology, please see http://pip.worldbank.org.
## 1340                                                                                                                                                                                                                                                                                                                                                                                         World Health Organization Global Health Expenditure database (http://apps.who.int/nha/database). The data was retrieved on January 30, 2022.
## 1341                                                                                                                                                                                                                                                                                                                                                                                                                     World Health Organization and World Bank. 2021. Global Monitoring Report on Financial Protection in Health 2021.
## 1342                                                                                                                                                                                                                                                                                                                                           UNICEF, WHO, World Bank: Joint child malnutrition estimates (JME). Aggregation is based on UNICEF, WHO, and the World Bank harmonized dataset (adjusted, comparable data) and methodology.
## 1343                                                                                                                                                                                                                                                                                                                                                                                                                                 World Health Organization, Global Health Observatory Data Repository (http://apps.who.int/ghodata/).
## 1344                                                                                                                                                                                                                                                                                                                                                                                                                                 WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 1345                                                                                                                                                                                                                                                                                                                                                                                                                           The Program in Global Surgery and Social Change (PGSSC) at Harvard Medical School (https://www.pgssc.org/)
## 1346                                                                                                                                                                                                                                                                                                                                                                                                                                                           Data are from the World Health Organization, supplemented by country data.
## 1347                                                                                                                                                                                                                                                                                                                                                                                                                                 WHO/UNICEF Joint Monitoring Programme (JMP) for Water Supply, Sanitation and Hygiene (washdata.org).
## 1348                                                                                                                                                                                                                                                                                                                                                                    Estimates developed by the UN Inter-agency Group for Child Mortality Estimation (UNICEF, WHO, World Bank, UN DESA Population Division) at www.childmortality.org.
## 1349                                                                                                                                                                                                                                                                                                                                                                                                                                        World Health Organization, Global Health Observatory Data Repository/World Health Statistics.
## 1350                                                                                                                                                                                                                                                                                                                                                                                                                             Inter-Parliamentary Union (IPU) (www.ipu.org).  For the year of 1998, the data is as of August 10, 1998.
## 1351                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1352                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1353                                                                                                                                                                                                                                                                                                                                                                                                                                                  UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 1354                                                                                                                                                                                                                                                                                                                                                                                                                                                  UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 1355                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1356                                                                                                                                                                                                                                                                                                                                                                                                                                                  UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 1357                                                                                                                                                                                                                                                                                                                                                                                                                                                  UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of February 2020.
## 1358                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1359                                                                                                                                                                                                                                                                                                                                                                                                                                                      UNESCO Institute for Statistics (http://uis.unesco.org/). Data as of June 2022.
## 1360                                                                                                                                                                                                                                                                                                                                        ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 1361                                                                                                                                                                                                                                                                                                                                        ASPIRE: The Atlas of Social Protection - Indicators of Resilience and Equity, The World Bank. Data are based on national representative household surveys. (datatopics.worldbank.org/aspire/)
## 1362                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1363                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1364                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1365                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1366                                                                                                                                                                                                                                                                                                                                                            World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 1367                                                                                                                                                                                                                                                                                                                                                            World Bank staff estimates based on sources and methods in World Bank's "The Changing Wealth of Nations: Measuring Sustainable Development in the New Millennium" (2011).
## 1368                                                                                                                                                                                                                                                                                                                                                                                                                                 United Nations Industrial Development Organization, International Yearbook of Industrial Statistics.
## 1369                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1370                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1371                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1372                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1373                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1374                                                                                                                                                                                                                  World Bank and Turku School of Economics, Logistic Performance Index Surveys. Data are available online at: https://lpi.worldbank.org/. Summary results are published in Arvis and others' Connecting to Compete: Trade Logistics in the Global Economy, The Logistics Performance Index and Its Indicators report.
## 1375                                                                                                                                                                                                                                                                                                                                                                                                    Statistical Performance Indicators, The World Bank (https://datacatalog.worldbank.org/dataset/statistical-performance-indicators)
## 1376                                                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 1377                                                                                                                                                                                                                                                                                                           World Intellectual Property Organization (WIPO), WIPO Patent Report: Statistics on Worldwide Patent Activity. The International Bureau of WIPO assumes no responsibility with respect to the transformation of these data.
## 1378                                                                                                                                                                                                                                                                                                                                                         World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 1379                                                                                                                                                                                                                                                                                                                                                         World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 1380                                                                                                                                                                                                                                                                                                                                                                                                                                                                  World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 1381                                                                                                                                                                                                                                                                                                                                                                                                                                                                  World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 1382                                                                                                                                                                                                                                                                                                                                                                                        World Bank staff calculations based on the methodology described in World Bank (2018). https://openknowledge.worldbank.org/handle/10986/30498
## 1383                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 1384                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 1385                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 1386                                                                                                                                                                                                                                                                                                                                                                                                                                                            International Monetary Fund, International Financial Statistics database.
## 1387                                                                                                                                                                                                                                                                                                                                                                                                                                                      International Monetary Fund, International Financial Statistics and data files.
## 1388                                                                                                                                                          World Database on Protected Areas (WDPA) where the compilation and management is carried out by United Nations Environment World Conservation Monitoring Centre (UNEP-WCMC) in collaboration with governments, non-governmental organizations, academia and industry. The data is available online through the Protected Planet website (https://www.protectedplanet.net/).
## 1389                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        United Nations, World Urbanization Prospects.
## 1390                                                                                                                                                                                                                                                                                                                                                                                               EM-DAT: The OFDA/CRED International Disaster Database: www.emdat.be, Université Catholique de Louvain, Brussels (Belgium), World Bank.
## 1391                                                                                                                                                                                                                                                                                                                                                                                         Climate Watch. 2020. GHG Emissions. Washington, DC: World Resources Institute. Available at: https://www.climatewatchdata.org/ghg-emissions.
## 1392                                                                                                                                                                                                                                                                                                                                           Climate Watch. 2020. GHG Emissions. Washington, DC: World Resources Institute. Available at: https://www.climatewatchdata.org/ghg-emissions. See SP.POP.TOTL for the denominator's source.
## 1393                                                                                                                                                                                                                                                                                                                                                                                                          IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 1394                                                                                                                                                                                                                                                                                                                                                                                                                      WHO Global Health Observatory  (https://www.who.int/data/gho/data/themes/air-pollution/household-air-pollution)
## 1395                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1396                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1397                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1398                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1399                                                                                                                                                                                                            Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: www.oecd.org/dac/stats/idsonline.
## 1400                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1401                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1402                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1403                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1404                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1405                                                                                                                                                                                                       Center for International Earth Science Information Network (CIESIN)/Columbia University. 2013. Urban-Rural Population and Land Area Estimates Version 2. Palisades, NY: NASA Socioeconomic Data and Applications Center (SEDAC). http://sedac.ciesin.columbia.edu/data/set/lecz-urban-rural-population-land-area-estimates-v2.
## 1406                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Food and Agriculture Organization, electronic files and web site.
## 1407                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1408                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1409                                                                                                                                                                                                                                                                                                                                                                                                                                                            World Bank national accounts data, and OECD National Accounts data files.
## 1410                                                                                                                                                                                                                  World Bank and Turku School of Economics, Logistic Performance Index Surveys. Data are available online at: https://lpi.worldbank.org/. Summary results are published in Arvis and others' Connecting to Compete: Trade Logistics in the Global Economy, The Logistics Performance Index and Its Indicators report.
## 1411                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  UNCTAD (http://unctad.org/en/Pages/statistics.aspx)
## 1412                                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank, Bulletin Board on Statistical Capacity (http://bbsc.worldbank.org).
## 1413                                                                                                                                                                                                                                                                                                                                                                                                                                                                      World Bank Group, CPIA database (http://www.worldbank.org/ida).
## 1414                                                                                                                                                                                                                                                                                                                                                                                                                                     World Bank, Private Participation in Infrastructure Project Database (http://ppi.worldbank.org).
## 1415                                                                                                                                                                                                                                                                                                                                                         World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 1416                                                                                                                                                                                                                                                                                                                                                         World Bank, Doing Business project (http://www.doingbusiness.org/). NOTE: Doing Business has been discontinued as of 9/16/2021. For more information: https://bit.ly/3CLCbme
## 1417                                                                                                                                                                                                                                                                                                                                                                                                                                                                  World Bank, Enterprise Surveys (http://www.enterprisesurveys.org/).
## 1418                                                                                                                                                                                                                                                                                                                                                                                                                                     World Bank's Entrepreneurship Database (https://www.worldbank.org/en/programs/entrepreneurship).
## 1419                                                                                                                                                                                                                                                                                                                                                                                                           International Monetary Fund, Government Finance Statistics Yearbook and data files, and World Bank and OECD GDP estimates.
## 1420                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 1421                                                                                                                                                                                                                                                                                                                                                                                                                                                  International Monetary Fund, Government Finance Statistics Yearbook and data files.
## 1422                                                                                                                                                                                                                                                                                                                                                                                                                                          Global Findex Database, World Bank (https://www.worldbank.org/en/publication/globalfindex).
## 1423                                                                                                                                                                                                                                                                                                                                                                                                                                                      International Monetary Fund, International Financial Statistics and data files.
## 1424                                                                                                                                                                                                                                                                                                                                                                                                               International Monetary Fund, International Financial Statistics and data files, and World Bank and OECD GDP estimates.
## 1425                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Food and Agriculture Organization, AQUASTAT data.
## 1426                                                                                                                                                                                                                                                                                                                                                                                                                                                               Food and Agriculture Organization and World Bank population estimates.
## 1427                                                                                                                                                                                                                                                                                                                                                                                                                                                                 Brauer, M. et al. 2017, for the Global Burden of Disease Study 2017.
## 1428                                                                                                                                                                                                                                                                                                                                        European Commission, Joint Research Centre (JRC)/Netherlands Environmental Assessment Agency (PBL). Emission Database for Global Atmospheric Research (EDGAR): http://edgar.jrc.ec.europa.eu/
## 1429                                                                                                                                                                                                                                                                                                                                                                                                Carbon Dioxide Information Analysis Center, Environmental Sciences Division, Oak Ridge National Laboratory, Tennessee, United States.
## 1430                                                                                                                                                                                                                                                                                                                                                                                                          IEA Statistics © OECD/IEA 2014 (http://www.iea.org/stats/index.asp), subject to https://www.iea.org/t&c/termsandconditions/
## 1431                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1432                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1433                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1434                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1435                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           World Bank, International Debt Statistics.
## 1436                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1437                                                                                                                                                                                                                     Development Assistance Committee of the Organisation for Economic Co-operation and Development, Geographical Distribution of Financial Flows to Developing Countries, Development Co-operation Report, and International Development Statistics database. Data are available online at: https://stats.oecd.org/.
## 1438                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              World Federation of Exchanges database.
## 1439                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1440                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1441                                                                                                                                                                                                                                                                                                                                                                                                                                                 International Monetary Fund, Balance of Payments Statistics Yearbook and data files.
## 1442                                                                                                                                           Center for International Earth Science Information Network - CIESIN - Columbia University, and CUNY Institute for Demographic Research - CIDR - City University of New York. 2021. Low Elevation Coastal Zone (LECZ) Urban-Rural Population and Land Area Estimates, Version 3. Palisades, NY: NASA Socioeconomic Data and Applications Center (SEDAC). https://doi.org/10.7927/d1x1-d702.
##       X
## 1    NA
## 2    NA
## 3    NA
## 4    NA
## 5    NA
## 6    NA
## 7    NA
## 8    NA
## 9    NA
## 10   NA
## 11   NA
## 12   NA
## 13   NA
## 14   NA
## 15   NA
## 16   NA
## 17   NA
## 18   NA
## 19   NA
## 20   NA
## 21   NA
## 22   NA
## 23   NA
## 24   NA
## 25   NA
## 26   NA
## 27   NA
## 28   NA
## 29   NA
## 30   NA
## 31   NA
## 32   NA
## 33   NA
## 34   NA
## 35   NA
## 36   NA
## 37   NA
## 38   NA
## 39   NA
## 40   NA
## 41   NA
## 42   NA
## 43   NA
## 44   NA
## 45   NA
## 46   NA
## 47   NA
## 48   NA
## 49   NA
## 50   NA
## 51   NA
## 52   NA
## 53   NA
## 54   NA
## 55   NA
## 56   NA
## 57   NA
## 58   NA
## 59   NA
## 60   NA
## 61   NA
## 62   NA
## 63   NA
## 64   NA
## 65   NA
## 66   NA
## 67   NA
## 68   NA
## 69   NA
## 70   NA
## 71   NA
## 72   NA
## 73   NA
## 74   NA
## 75   NA
## 76   NA
## 77   NA
## 78   NA
## 79   NA
## 80   NA
## 81   NA
## 82   NA
## 83   NA
## 84   NA
## 85   NA
## 86   NA
## 87   NA
## 88   NA
## 89   NA
## 90   NA
## 91   NA
## 92   NA
## 93   NA
## 94   NA
## 95   NA
## 96   NA
## 97   NA
## 98   NA
## 99   NA
## 100  NA
## 101  NA
## 102  NA
## 103  NA
## 104  NA
## 105  NA
## 106  NA
## 107  NA
## 108  NA
## 109  NA
## 110  NA
## 111  NA
## 112  NA
## 113  NA
## 114  NA
## 115  NA
## 116  NA
## 117  NA
## 118  NA
## 119  NA
## 120  NA
## 121  NA
## 122  NA
## 123  NA
## 124  NA
## 125  NA
## 126  NA
## 127  NA
## 128  NA
## 129  NA
## 130  NA
## 131  NA
## 132  NA
## 133  NA
## 134  NA
## 135  NA
## 136  NA
## 137  NA
## 138  NA
## 139  NA
## 140  NA
## 141  NA
## 142  NA
## 143  NA
## 144  NA
## 145  NA
## 146  NA
## 147  NA
## 148  NA
## 149  NA
## 150  NA
## 151  NA
## 152  NA
## 153  NA
## 154  NA
## 155  NA
## 156  NA
## 157  NA
## 158  NA
## 159  NA
## 160  NA
## 161  NA
## 162  NA
## 163  NA
## 164  NA
## 165  NA
## 166  NA
## 167  NA
## 168  NA
## 169  NA
## 170  NA
## 171  NA
## 172  NA
## 173  NA
## 174  NA
## 175  NA
## 176  NA
## 177  NA
## 178  NA
## 179  NA
## 180  NA
## 181  NA
## 182  NA
## 183  NA
## 184  NA
## 185  NA
## 186  NA
## 187  NA
## 188  NA
## 189  NA
## 190  NA
## 191  NA
## 192  NA
## 193  NA
## 194  NA
## 195  NA
## 196  NA
## 197  NA
## 198  NA
## 199  NA
## 200  NA
## 201  NA
## 202  NA
## 203  NA
## 204  NA
## 205  NA
## 206  NA
## 207  NA
## 208  NA
## 209  NA
## 210  NA
## 211  NA
## 212  NA
## 213  NA
## 214  NA
## 215  NA
## 216  NA
## 217  NA
## 218  NA
## 219  NA
## 220  NA
## 221  NA
## 222  NA
## 223  NA
## 224  NA
## 225  NA
## 226  NA
## 227  NA
## 228  NA
## 229  NA
## 230  NA
## 231  NA
## 232  NA
## 233  NA
## 234  NA
## 235  NA
## 236  NA
## 237  NA
## 238  NA
## 239  NA
## 240  NA
## 241  NA
## 242  NA
## 243  NA
## 244  NA
## 245  NA
## 246  NA
## 247  NA
## 248  NA
## 249  NA
## 250  NA
## 251  NA
## 252  NA
## 253  NA
## 254  NA
## 255  NA
## 256  NA
## 257  NA
## 258  NA
## 259  NA
## 260  NA
## 261  NA
## 262  NA
## 263  NA
## 264  NA
## 265  NA
## 266  NA
## 267  NA
## 268  NA
## 269  NA
## 270  NA
## 271  NA
## 272  NA
## 273  NA
## 274  NA
## 275  NA
## 276  NA
## 277  NA
## 278  NA
## 279  NA
## 280  NA
## 281  NA
## 282  NA
## 283  NA
## 284  NA
## 285  NA
## 286  NA
## 287  NA
## 288  NA
## 289  NA
## 290  NA
## 291  NA
## 292  NA
## 293  NA
## 294  NA
## 295  NA
## 296  NA
## 297  NA
## 298  NA
## 299  NA
## 300  NA
## 301  NA
## 302  NA
## 303  NA
## 304  NA
## 305  NA
## 306  NA
## 307  NA
## 308  NA
## 309  NA
## 310  NA
## 311  NA
## 312  NA
## 313  NA
## 314  NA
## 315  NA
## 316  NA
## 317  NA
## 318  NA
## 319  NA
## 320  NA
## 321  NA
## 322  NA
## 323  NA
## 324  NA
## 325  NA
## 326  NA
## 327  NA
## 328  NA
## 329  NA
## 330  NA
## 331  NA
## 332  NA
## 333  NA
## 334  NA
## 335  NA
## 336  NA
## 337  NA
## 338  NA
## 339  NA
## 340  NA
## 341  NA
## 342  NA
## 343  NA
## 344  NA
## 345  NA
## 346  NA
## 347  NA
## 348  NA
## 349  NA
## 350  NA
## 351  NA
## 352  NA
## 353  NA
## 354  NA
## 355  NA
## 356  NA
## 357  NA
## 358  NA
## 359  NA
## 360  NA
## 361  NA
## 362  NA
## 363  NA
## 364  NA
## 365  NA
## 366  NA
## 367  NA
## 368  NA
## 369  NA
## 370  NA
## 371  NA
## 372  NA
## 373  NA
## 374  NA
## 375  NA
## 376  NA
## 377  NA
## 378  NA
## 379  NA
## 380  NA
## 381  NA
## 382  NA
## 383  NA
## 384  NA
## 385  NA
## 386  NA
## 387  NA
## 388  NA
## 389  NA
## 390  NA
## 391  NA
## 392  NA
## 393  NA
## 394  NA
## 395  NA
## 396  NA
## 397  NA
## 398  NA
## 399  NA
## 400  NA
## 401  NA
## 402  NA
## 403  NA
## 404  NA
## 405  NA
## 406  NA
## 407  NA
## 408  NA
## 409  NA
## 410  NA
## 411  NA
## 412  NA
## 413  NA
## 414  NA
## 415  NA
## 416  NA
## 417  NA
## 418  NA
## 419  NA
## 420  NA
## 421  NA
## 422  NA
## 423  NA
## 424  NA
## 425  NA
## 426  NA
## 427  NA
## 428  NA
## 429  NA
## 430  NA
## 431  NA
## 432  NA
## 433  NA
## 434  NA
## 435  NA
## 436  NA
## 437  NA
## 438  NA
## 439  NA
## 440  NA
## 441  NA
## 442  NA
## 443  NA
## 444  NA
## 445  NA
## 446  NA
## 447  NA
## 448  NA
## 449  NA
## 450  NA
## 451  NA
## 452  NA
## 453  NA
## 454  NA
## 455  NA
## 456  NA
## 457  NA
## 458  NA
## 459  NA
## 460  NA
## 461  NA
## 462  NA
## 463  NA
## 464  NA
## 465  NA
## 466  NA
## 467  NA
## 468  NA
## 469  NA
## 470  NA
## 471  NA
## 472  NA
## 473  NA
## 474  NA
## 475  NA
## 476  NA
## 477  NA
## 478  NA
## 479  NA
## 480  NA
## 481  NA
## 482  NA
## 483  NA
## 484  NA
## 485  NA
## 486  NA
## 487  NA
## 488  NA
## 489  NA
## 490  NA
## 491  NA
## 492  NA
## 493  NA
## 494  NA
## 495  NA
## 496  NA
## 497  NA
## 498  NA
## 499  NA
## 500  NA
## 501  NA
## 502  NA
## 503  NA
## 504  NA
## 505  NA
## 506  NA
## 507  NA
## 508  NA
## 509  NA
## 510  NA
## 511  NA
## 512  NA
## 513  NA
## 514  NA
## 515  NA
## 516  NA
## 517  NA
## 518  NA
## 519  NA
## 520  NA
## 521  NA
## 522  NA
## 523  NA
## 524  NA
## 525  NA
## 526  NA
## 527  NA
## 528  NA
## 529  NA
## 530  NA
## 531  NA
## 532  NA
## 533  NA
## 534  NA
## 535  NA
## 536  NA
## 537  NA
## 538  NA
## 539  NA
## 540  NA
## 541  NA
## 542  NA
## 543  NA
## 544  NA
## 545  NA
## 546  NA
## 547  NA
## 548  NA
## 549  NA
## 550  NA
## 551  NA
## 552  NA
## 553  NA
## 554  NA
## 555  NA
## 556  NA
## 557  NA
## 558  NA
## 559  NA
## 560  NA
## 561  NA
## 562  NA
## 563  NA
## 564  NA
## 565  NA
## 566  NA
## 567  NA
## 568  NA
## 569  NA
## 570  NA
## 571  NA
## 572  NA
## 573  NA
## 574  NA
## 575  NA
## 576  NA
## 577  NA
## 578  NA
## 579  NA
## 580  NA
## 581  NA
## 582  NA
## 583  NA
## 584  NA
## 585  NA
## 586  NA
## 587  NA
## 588  NA
## 589  NA
## 590  NA
## 591  NA
## 592  NA
## 593  NA
## 594  NA
## 595  NA
## 596  NA
## 597  NA
## 598  NA
## 599  NA
## 600  NA
## 601  NA
## 602  NA
## 603  NA
## 604  NA
## 605  NA
## 606  NA
## 607  NA
## 608  NA
## 609  NA
## 610  NA
## 611  NA
## 612  NA
## 613  NA
## 614  NA
## 615  NA
## 616  NA
## 617  NA
## 618  NA
## 619  NA
## 620  NA
## 621  NA
## 622  NA
## 623  NA
## 624  NA
## 625  NA
## 626  NA
## 627  NA
## 628  NA
## 629  NA
## 630  NA
## 631  NA
## 632  NA
## 633  NA
## 634  NA
## 635  NA
## 636  NA
## 637  NA
## 638  NA
## 639  NA
## 640  NA
## 641  NA
## 642  NA
## 643  NA
## 644  NA
## 645  NA
## 646  NA
## 647  NA
## 648  NA
## 649  NA
## 650  NA
## 651  NA
## 652  NA
## 653  NA
## 654  NA
## 655  NA
## 656  NA
## 657  NA
## 658  NA
## 659  NA
## 660  NA
## 661  NA
## 662  NA
## 663  NA
## 664  NA
## 665  NA
## 666  NA
## 667  NA
## 668  NA
## 669  NA
## 670  NA
## 671  NA
## 672  NA
## 673  NA
## 674  NA
## 675  NA
## 676  NA
## 677  NA
## 678  NA
## 679  NA
## 680  NA
## 681  NA
## 682  NA
## 683  NA
## 684  NA
## 685  NA
## 686  NA
## 687  NA
## 688  NA
## 689  NA
## 690  NA
## 691  NA
## 692  NA
## 693  NA
## 694  NA
## 695  NA
## 696  NA
## 697  NA
## 698  NA
## 699  NA
## 700  NA
## 701  NA
## 702  NA
## 703  NA
## 704  NA
## 705  NA
## 706  NA
## 707  NA
## 708  NA
## 709  NA
## 710  NA
## 711  NA
## 712  NA
## 713  NA
## 714  NA
## 715  NA
## 716  NA
## 717  NA
## 718  NA
## 719  NA
## 720  NA
## 721  NA
## 722  NA
## 723  NA
## 724  NA
## 725  NA
## 726  NA
## 727  NA
## 728  NA
## 729  NA
## 730  NA
## 731  NA
## 732  NA
## 733  NA
## 734  NA
## 735  NA
## 736  NA
## 737  NA
## 738  NA
## 739  NA
## 740  NA
## 741  NA
## 742  NA
## 743  NA
## 744  NA
## 745  NA
## 746  NA
## 747  NA
## 748  NA
## 749  NA
## 750  NA
## 751  NA
## 752  NA
## 753  NA
## 754  NA
## 755  NA
## 756  NA
## 757  NA
## 758  NA
## 759  NA
## 760  NA
## 761  NA
## 762  NA
## 763  NA
## 764  NA
## 765  NA
## 766  NA
## 767  NA
## 768  NA
## 769  NA
## 770  NA
## 771  NA
## 772  NA
## 773  NA
## 774  NA
## 775  NA
## 776  NA
## 777  NA
## 778  NA
## 779  NA
## 780  NA
## 781  NA
## 782  NA
## 783  NA
## 784  NA
## 785  NA
## 786  NA
## 787  NA
## 788  NA
## 789  NA
## 790  NA
## 791  NA
## 792  NA
## 793  NA
## 794  NA
## 795  NA
## 796  NA
## 797  NA
## 798  NA
## 799  NA
## 800  NA
## 801  NA
## 802  NA
## 803  NA
## 804  NA
## 805  NA
## 806  NA
## 807  NA
## 808  NA
## 809  NA
## 810  NA
## 811  NA
## 812  NA
## 813  NA
## 814  NA
## 815  NA
## 816  NA
## 817  NA
## 818  NA
## 819  NA
## 820  NA
## 821  NA
## 822  NA
## 823  NA
## 824  NA
## 825  NA
## 826  NA
## 827  NA
## 828  NA
## 829  NA
## 830  NA
## 831  NA
## 832  NA
## 833  NA
## 834  NA
## 835  NA
## 836  NA
## 837  NA
## 838  NA
## 839  NA
## 840  NA
## 841  NA
## 842  NA
## 843  NA
## 844  NA
## 845  NA
## 846  NA
## 847  NA
## 848  NA
## 849  NA
## 850  NA
## 851  NA
## 852  NA
## 853  NA
## 854  NA
## 855  NA
## 856  NA
## 857  NA
## 858  NA
## 859  NA
## 860  NA
## 861  NA
## 862  NA
## 863  NA
## 864  NA
## 865  NA
## 866  NA
## 867  NA
## 868  NA
## 869  NA
## 870  NA
## 871  NA
## 872  NA
## 873  NA
## 874  NA
## 875  NA
## 876  NA
## 877  NA
## 878  NA
## 879  NA
## 880  NA
## 881  NA
## 882  NA
## 883  NA
## 884  NA
## 885  NA
## 886  NA
## 887  NA
## 888  NA
## 889  NA
## 890  NA
## 891  NA
## 892  NA
## 893  NA
## 894  NA
## 895  NA
## 896  NA
## 897  NA
## 898  NA
## 899  NA
## 900  NA
## 901  NA
## 902  NA
## 903  NA
## 904  NA
## 905  NA
## 906  NA
## 907  NA
## 908  NA
## 909  NA
## 910  NA
## 911  NA
## 912  NA
## 913  NA
## 914  NA
## 915  NA
## 916  NA
## 917  NA
## 918  NA
## 919  NA
## 920  NA
## 921  NA
## 922  NA
## 923  NA
## 924  NA
## 925  NA
## 926  NA
## 927  NA
## 928  NA
## 929  NA
## 930  NA
## 931  NA
## 932  NA
## 933  NA
## 934  NA
## 935  NA
## 936  NA
## 937  NA
## 938  NA
## 939  NA
## 940  NA
## 941  NA
## 942  NA
## 943  NA
## 944  NA
## 945  NA
## 946  NA
## 947  NA
## 948  NA
## 949  NA
## 950  NA
## 951  NA
## 952  NA
## 953  NA
## 954  NA
## 955  NA
## 956  NA
## 957  NA
## 958  NA
## 959  NA
## 960  NA
## 961  NA
## 962  NA
## 963  NA
## 964  NA
## 965  NA
## 966  NA
## 967  NA
## 968  NA
## 969  NA
## 970  NA
## 971  NA
## 972  NA
## 973  NA
## 974  NA
## 975  NA
## 976  NA
## 977  NA
## 978  NA
## 979  NA
## 980  NA
## 981  NA
## 982  NA
## 983  NA
## 984  NA
## 985  NA
## 986  NA
## 987  NA
## 988  NA
## 989  NA
## 990  NA
## 991  NA
## 992  NA
## 993  NA
## 994  NA
## 995  NA
## 996  NA
## 997  NA
## 998  NA
## 999  NA
## 1000 NA
## 1001 NA
## 1002 NA
## 1003 NA
## 1004 NA
## 1005 NA
## 1006 NA
## 1007 NA
## 1008 NA
## 1009 NA
## 1010 NA
## 1011 NA
## 1012 NA
## 1013 NA
## 1014 NA
## 1015 NA
## 1016 NA
## 1017 NA
## 1018 NA
## 1019 NA
## 1020 NA
## 1021 NA
## 1022 NA
## 1023 NA
## 1024 NA
## 1025 NA
## 1026 NA
## 1027 NA
## 1028 NA
## 1029 NA
## 1030 NA
## 1031 NA
## 1032 NA
## 1033 NA
## 1034 NA
## 1035 NA
## 1036 NA
## 1037 NA
## 1038 NA
## 1039 NA
## 1040 NA
## 1041 NA
## 1042 NA
## 1043 NA
## 1044 NA
## 1045 NA
## 1046 NA
## 1047 NA
## 1048 NA
## 1049 NA
## 1050 NA
## 1051 NA
## 1052 NA
## 1053 NA
## 1054 NA
## 1055 NA
## 1056 NA
## 1057 NA
## 1058 NA
## 1059 NA
## 1060 NA
## 1061 NA
## 1062 NA
## 1063 NA
## 1064 NA
## 1065 NA
## 1066 NA
## 1067 NA
## 1068 NA
## 1069 NA
## 1070 NA
## 1071 NA
## 1072 NA
## 1073 NA
## 1074 NA
## 1075 NA
## 1076 NA
## 1077 NA
## 1078 NA
## 1079 NA
## 1080 NA
## 1081 NA
## 1082 NA
## 1083 NA
## 1084 NA
## 1085 NA
## 1086 NA
## 1087 NA
## 1088 NA
## 1089 NA
## 1090 NA
## 1091 NA
## 1092 NA
## 1093 NA
## 1094 NA
## 1095 NA
## 1096 NA
## 1097 NA
## 1098 NA
## 1099 NA
## 1100 NA
## 1101 NA
## 1102 NA
## 1103 NA
## 1104 NA
## 1105 NA
## 1106 NA
## 1107 NA
## 1108 NA
## 1109 NA
## 1110 NA
## 1111 NA
## 1112 NA
## 1113 NA
## 1114 NA
## 1115 NA
## 1116 NA
## 1117 NA
## 1118 NA
## 1119 NA
## 1120 NA
## 1121 NA
## 1122 NA
## 1123 NA
## 1124 NA
## 1125 NA
## 1126 NA
## 1127 NA
## 1128 NA
## 1129 NA
## 1130 NA
## 1131 NA
## 1132 NA
## 1133 NA
## 1134 NA
## 1135 NA
## 1136 NA
## 1137 NA
## 1138 NA
## 1139 NA
## 1140 NA
## 1141 NA
## 1142 NA
## 1143 NA
## 1144 NA
## 1145 NA
## 1146 NA
## 1147 NA
## 1148 NA
## 1149 NA
## 1150 NA
## 1151 NA
## 1152 NA
## 1153 NA
## 1154 NA
## 1155 NA
## 1156 NA
## 1157 NA
## 1158 NA
## 1159 NA
## 1160 NA
## 1161 NA
## 1162 NA
## 1163 NA
## 1164 NA
## 1165 NA
## 1166 NA
## 1167 NA
## 1168 NA
## 1169 NA
## 1170 NA
## 1171 NA
## 1172 NA
## 1173 NA
## 1174 NA
## 1175 NA
## 1176 NA
## 1177 NA
## 1178 NA
## 1179 NA
## 1180 NA
## 1181 NA
## 1182 NA
## 1183 NA
## 1184 NA
## 1185 NA
## 1186 NA
## 1187 NA
## 1188 NA
## 1189 NA
## 1190 NA
## 1191 NA
## 1192 NA
## 1193 NA
## 1194 NA
## 1195 NA
## 1196 NA
## 1197 NA
## 1198 NA
## 1199 NA
## 1200 NA
## 1201 NA
## 1202 NA
## 1203 NA
## 1204 NA
## 1205 NA
## 1206 NA
## 1207 NA
## 1208 NA
## 1209 NA
## 1210 NA
## 1211 NA
## 1212 NA
## 1213 NA
## 1214 NA
## 1215 NA
## 1216 NA
## 1217 NA
## 1218 NA
## 1219 NA
## 1220 NA
## 1221 NA
## 1222 NA
## 1223 NA
## 1224 NA
## 1225 NA
## 1226 NA
## 1227 NA
## 1228 NA
## 1229 NA
## 1230 NA
## 1231 NA
## 1232 NA
## 1233 NA
## 1234 NA
## 1235 NA
## 1236 NA
## 1237 NA
## 1238 NA
## 1239 NA
## 1240 NA
## 1241 NA
## 1242 NA
## 1243 NA
## 1244 NA
## 1245 NA
## 1246 NA
## 1247 NA
## 1248 NA
## 1249 NA
## 1250 NA
## 1251 NA
## 1252 NA
## 1253 NA
## 1254 NA
## 1255 NA
## 1256 NA
## 1257 NA
## 1258 NA
## 1259 NA
## 1260 NA
## 1261 NA
## 1262 NA
## 1263 NA
## 1264 NA
## 1265 NA
## 1266 NA
## 1267 NA
## 1268 NA
## 1269 NA
## 1270 NA
## 1271 NA
## 1272 NA
## 1273 NA
## 1274 NA
## 1275 NA
## 1276 NA
## 1277 NA
## 1278 NA
## 1279 NA
## 1280 NA
## 1281 NA
## 1282 NA
## 1283 NA
## 1284 NA
## 1285 NA
## 1286 NA
## 1287 NA
## 1288 NA
## 1289 NA
## 1290 NA
## 1291 NA
## 1292 NA
## 1293 NA
## 1294 NA
## 1295 NA
## 1296 NA
## 1297 NA
## 1298 NA
## 1299 NA
## 1300 NA
## 1301 NA
## 1302 NA
## 1303 NA
## 1304 NA
## 1305 NA
## 1306 NA
## 1307 NA
## 1308 NA
## 1309 NA
## 1310 NA
## 1311 NA
## 1312 NA
## 1313 NA
## 1314 NA
## 1315 NA
## 1316 NA
## 1317 NA
## 1318 NA
## 1319 NA
## 1320 NA
## 1321 NA
## 1322 NA
## 1323 NA
## 1324 NA
## 1325 NA
## 1326 NA
## 1327 NA
## 1328 NA
## 1329 NA
## 1330 NA
## 1331 NA
## 1332 NA
## 1333 NA
## 1334 NA
## 1335 NA
## 1336 NA
## 1337 NA
## 1338 NA
## 1339 NA
## 1340 NA
## 1341 NA
## 1342 NA
## 1343 NA
## 1344 NA
## 1345 NA
## 1346 NA
## 1347 NA
## 1348 NA
## 1349 NA
## 1350 NA
## 1351 NA
## 1352 NA
## 1353 NA
## 1354 NA
## 1355 NA
## 1356 NA
## 1357 NA
## 1358 NA
## 1359 NA
## 1360 NA
## 1361 NA
## 1362 NA
## 1363 NA
## 1364 NA
## 1365 NA
## 1366 NA
## 1367 NA
## 1368 NA
## 1369 NA
## 1370 NA
## 1371 NA
## 1372 NA
## 1373 NA
## 1374 NA
## 1375 NA
## 1376 NA
## 1377 NA
## 1378 NA
## 1379 NA
## 1380 NA
## 1381 NA
## 1382 NA
## 1383 NA
## 1384 NA
## 1385 NA
## 1386 NA
## 1387 NA
## 1388 NA
## 1389 NA
## 1390 NA
## 1391 NA
## 1392 NA
## 1393 NA
## 1394 NA
## 1395 NA
## 1396 NA
## 1397 NA
## 1398 NA
## 1399 NA
## 1400 NA
## 1401 NA
## 1402 NA
## 1403 NA
## 1404 NA
## 1405 NA
## 1406 NA
## 1407 NA
## 1408 NA
## 1409 NA
## 1410 NA
## 1411 NA
## 1412 NA
## 1413 NA
## 1414 NA
## 1415 NA
## 1416 NA
## 1417 NA
## 1418 NA
## 1419 NA
## 1420 NA
## 1421 NA
## 1422 NA
## 1423 NA
## 1424 NA
## 1425 NA
## 1426 NA
## 1427 NA
## 1428 NA
## 1429 NA
## 1430 NA
## 1431 NA
## 1432 NA
## 1433 NA
## 1434 NA
## 1435 NA
## 1436 NA
## 1437 NA
## 1438 NA
## 1439 NA
## 1440 NA
## 1441 NA
## 1442 NA

Data Preparation: Preparing data after the import

temp_df = filter(nepal_dt, grepl("tax", tolower(IndicatorName), fixed = TRUE) | grepl("tax", tolower(IndicatorCode), fixed = TRUE))
nepal_df <- temp_df
nepal_df
##    CountryName CountryCode
## 1        Nepal         NPL
## 2        Nepal         NPL
## 3        Nepal         NPL
## 4        Nepal         NPL
## 5        Nepal         NPL
## 6        Nepal         NPL
## 7        Nepal         NPL
## 8        Nepal         NPL
## 9        Nepal         NPL
## 10       Nepal         NPL
## 11       Nepal         NPL
## 12       Nepal         NPL
## 13       Nepal         NPL
## 14       Nepal         NPL
## 15       Nepal         NPL
## 16       Nepal         NPL
## 17       Nepal         NPL
## 18       Nepal         NPL
## 19       Nepal         NPL
## 20       Nepal         NPL
## 21       Nepal         NPL
## 22       Nepal         NPL
## 23       Nepal         NPL
## 24       Nepal         NPL
## 25       Nepal         NPL
## 26       Nepal         NPL
## 27       Nepal         NPL
## 28       Nepal         NPL
## 29       Nepal         NPL
## 30       Nepal         NPL
## 31       Nepal         NPL
## 32       Nepal         NPL
## 33       Nepal         NPL
## 34       Nepal         NPL
## 35       Nepal         NPL
## 36       Nepal         NPL
## 37       Nepal         NPL
## 38       Nepal         NPL
## 39       Nepal         NPL
## 40       Nepal         NPL
## 41       Nepal         NPL
## 42       Nepal         NPL
## 43       Nepal         NPL
## 44       Nepal         NPL
## 45       Nepal         NPL
## 46       Nepal         NPL
## 47       Nepal         NPL
## 48       Nepal         NPL
## 49       Nepal         NPL
## 50       Nepal         NPL
## 51       Nepal         NPL
## 52       Nepal         NPL
## 53       Nepal         NPL
##                                                                            IndicatorName
## 1                                  Tariff rate, applied, weighted mean, all products (%)
## 2                       Share of tariff lines with international peaks, all products (%)
## 3                                        Taxes less subsidies on products (constant LCU)
## 4                                                 Binding coverage, primary products (%)
## 5                                            Binding coverage, manufactured products (%)
## 6                                            Taxes on international trade (% of revenue)
## 7                      Tariff rate, most favored nation, weighted mean, all products (%)
## 8                                    Tariff rate, applied, simple mean, all products (%)
## 9                   Share of tariff lines with international peaks, primary products (%)
## 10             Share of tariff lines with international peaks, manufactured products (%)
## 11              Firms expected to give gifts in meetings with tax officials (% of firms)
## 12                                                                Tax revenue (% of GDP)
## 13                  Taxes on goods and services (% value added of industry and services)
## 14                                 Labor tax and contributions (% of commercial profits)
## 15                              Taxes on income, profits and capital gains (current LCU)
## 16                                             Bound rate, simple mean, all products (%)
## 17                                        Taxes less subsidies on products (current LCU)
## 18                           Share of tariff lines with specific rates, all products (%)
## 19                           Other taxes payable by businesses (% of commercial profits)
## 20                         Taxes on income, profits and capital gains (% of total taxes)
## 21                                    Customs and other import duties (% of tax revenue)
## 22                                                             Other taxes (current LCU)
## 23                                         Customs and other import duties (current LCU)
## 24                             Tariff rate, applied, weighted mean, primary products (%)
## 25                        Tariff rate, applied, weighted mean, manufactured products (%)
## 26                                                                 Tax payments (number)
## 27                                                        Taxes on exports (current LCU)
## 28                                         Total tax and contribution rate (% of profit)
## 29                      Firms that do not report all sales for tax purposes (% of firms)
## 30                                             Taxes on goods and services (current LCU)
## 31                                            Taxes on international trade (current LCU)
## 32                 Tariff rate, most favored nation, weighted mean, primary products (%)
## 33            Tariff rate, most favored nation, weighted mean, manufactured products (%)
## 34                       Tariff rate, most favored nation, simple mean, all products (%)
## 35                               Tariff rate, applied, simple mean, primary products (%)
## 36                          Tariff rate, applied, simple mean, manufactured products (%)
## 37                    Firms visited or required meetings with tax officials (% of firms)
## 38                                            Taxes on goods and services (% of revenue)
## 39                                                    Binding coverage, all products (%)
## 40                                        Taxes less subsidies on products (current US$)
## 41                   Tariff rate, most favored nation, simple mean, primary products (%)
## 42              Tariff rate, most favored nation, simple mean, manufactured products (%)
## 43 Number of visits or required meetings with tax officials (average for affected firms)
## 44                             Taxes on income, profits and capital gains (% of revenue)
## 45                                                 Time to prepare and pay taxes (hours)
## 46                                                             Tax revenue (current LCU)
## 47                                         Bound rate, simple mean, primary products (%)
## 48                                    Bound rate, simple mean, manufactured products (%)
## 49                       Share of tariff lines with specific rates, primary products (%)
## 50                  Share of tariff lines with specific rates, manufactured products (%)
## 51                                                  Profit tax (% of commercial profits)
## 52                                                   Taxes on exports (% of tax revenue)
## 53                                                            Other taxes (% of revenue)
##           IndicatorCode    X1960    X1961    X1962    X1963    X1964      X1965
## 1  TM.TAX.MRCH.WM.AR.ZS       NA       NA       NA       NA       NA         NA
## 2     TM.TAX.MRCH.IP.ZS       NA       NA       NA       NA       NA         NA
## 3        NY.TAX.NIND.KN       NA       NA       NA       NA       NA 1075144628
## 4     TM.TAX.TCOM.BC.ZS       NA       NA       NA       NA       NA         NA
## 5     TM.TAX.MANF.BC.ZS       NA       NA       NA       NA       NA         NA
## 6     GC.TAX.INTT.RV.ZS       NA       NA       NA       NA       NA         NA
## 7  TM.TAX.MRCH.WM.FN.ZS       NA       NA       NA       NA       NA         NA
## 8  TM.TAX.MRCH.SM.AR.ZS       NA       NA       NA       NA       NA         NA
## 9     TM.TAX.TCOM.IP.ZS       NA       NA       NA       NA       NA         NA
## 10    TM.TAX.MANF.IP.ZS       NA       NA       NA       NA       NA         NA
## 11       IC.TAX.GIFT.ZS       NA       NA       NA       NA       NA         NA
## 12    GC.TAX.TOTL.GD.ZS       NA       NA       NA       NA       NA         NA
## 13    GC.TAX.GSRV.VA.ZS       NA       NA       NA       NA       NA         NA
## 14    IC.TAX.LABR.CP.ZS       NA       NA       NA       NA       NA         NA
## 15       GC.TAX.YPKG.CN       NA       NA       NA       NA       NA         NA
## 16    TM.TAX.MRCH.BR.ZS       NA       NA       NA       NA       NA         NA
## 17       NY.TAX.NIND.CN 54000000 56000000 61000000 64000000 70000000   78000000
## 18    TM.TAX.MRCH.SR.ZS       NA       NA       NA       NA       NA         NA
## 19    IC.TAX.OTHR.CP.ZS       NA       NA       NA       NA       NA         NA
## 20       GC.TAX.YPKG.ZS       NA       NA       NA       NA       NA         NA
## 21       GC.TAX.IMPT.ZS       NA       NA       NA       NA       NA         NA
## 22       GC.TAX.OTHR.CN       NA       NA       NA       NA       NA         NA
## 23       GC.TAX.IMPT.CN       NA       NA       NA       NA       NA         NA
## 24 TM.TAX.TCOM.WM.AR.ZS       NA       NA       NA       NA       NA         NA
## 25 TM.TAX.MANF.WM.AR.ZS       NA       NA       NA       NA       NA         NA
## 26          IC.TAX.PAYM       NA       NA       NA       NA       NA         NA
## 27       GC.TAX.EXPT.CN       NA       NA       NA       NA       NA         NA
## 28    IC.TAX.TOTL.CP.ZS       NA       NA       NA       NA       NA         NA
## 29       IC.FRM.INFM.ZS       NA       NA       NA       NA       NA         NA
## 30       GC.TAX.GSRV.CN       NA       NA       NA       NA       NA         NA
## 31       GC.TAX.INTT.CN       NA       NA       NA       NA       NA         NA
## 32 TM.TAX.TCOM.WM.FN.ZS       NA       NA       NA       NA       NA         NA
## 33 TM.TAX.MANF.WM.FN.ZS       NA       NA       NA       NA       NA         NA
## 34 TM.TAX.MRCH.SM.FN.ZS       NA       NA       NA       NA       NA         NA
## 35 TM.TAX.TCOM.SM.AR.ZS       NA       NA       NA       NA       NA         NA
## 36 TM.TAX.MANF.SM.AR.ZS       NA       NA       NA       NA       NA         NA
## 37       IC.FRM.METG.ZS       NA       NA       NA       NA       NA         NA
## 38    GC.TAX.GSRV.RV.ZS       NA       NA       NA       NA       NA         NA
## 39    TM.TAX.MRCH.BC.ZS       NA       NA       NA       NA       NA         NA
## 40       NY.TAX.NIND.CD  7087544  7350046  8006300  6890092  6913580   10237564
## 41 TM.TAX.TCOM.SM.FN.ZS       NA       NA       NA       NA       NA         NA
## 42 TM.TAX.MANF.SM.FN.ZS       NA       NA       NA       NA       NA         NA
## 43          IC.TAX.METG       NA       NA       NA       NA       NA         NA
## 44    GC.TAX.YPKG.RV.ZS       NA       NA       NA       NA       NA         NA
## 45          IC.TAX.DURS       NA       NA       NA       NA       NA         NA
## 46       GC.TAX.TOTL.CN       NA       NA       NA       NA       NA         NA
## 47    TM.TAX.TCOM.BR.ZS       NA       NA       NA       NA       NA         NA
## 48    TM.TAX.MANF.BR.ZS       NA       NA       NA       NA       NA         NA
## 49    TM.TAX.TCOM.SR.ZS       NA       NA       NA       NA       NA         NA
## 50    TM.TAX.MANF.SR.ZS       NA       NA       NA       NA       NA         NA
## 51    IC.TAX.PRFT.CP.ZS       NA       NA       NA       NA       NA         NA
## 52       GC.TAX.EXPT.ZS       NA       NA       NA       NA       NA         NA
## 53    GC.TAX.OTHR.RV.ZS       NA       NA       NA       NA       NA         NA
##         X1966      X1967      X1968      X1969       X1970      X1971
## 1          NA         NA         NA         NA          NA         NA
## 2          NA         NA         NA         NA          NA         NA
## 3  1406731222 1185673493 1446923644 3024472246 -1115337050 2481876086
## 4          NA         NA         NA         NA          NA         NA
## 5          NA         NA         NA         NA          NA         NA
## 6          NA         NA         NA         NA          NA         NA
## 7          NA         NA         NA         NA          NA         NA
## 8          NA         NA         NA         NA          NA         NA
## 9          NA         NA         NA         NA          NA         NA
## 10         NA         NA         NA         NA          NA         NA
## 11         NA         NA         NA         NA          NA         NA
## 12         NA         NA         NA         NA          NA         NA
## 13         NA         NA         NA         NA          NA         NA
## 14         NA         NA         NA         NA          NA         NA
## 15         NA         NA         NA         NA          NA         NA
## 16         NA         NA         NA         NA          NA         NA
## 17  178000000   91000000  108000000  161000000    55000000  163000000
## 18         NA         NA         NA         NA          NA         NA
## 19         NA         NA         NA         NA          NA         NA
## 20         NA         NA         NA         NA          NA         NA
## 21         NA         NA         NA         NA          NA         NA
## 22         NA         NA         NA         NA          NA         NA
## 23         NA         NA         NA         NA          NA         NA
## 24         NA         NA         NA         NA          NA         NA
## 25         NA         NA         NA         NA          NA         NA
## 26         NA         NA         NA         NA          NA         NA
## 27         NA         NA         NA         NA          NA         NA
## 28         NA         NA         NA         NA          NA         NA
## 29         NA         NA         NA         NA          NA         NA
## 30         NA         NA         NA         NA          NA         NA
## 31         NA         NA         NA         NA          NA         NA
## 32         NA         NA         NA         NA          NA         NA
## 33         NA         NA         NA         NA          NA         NA
## 34         NA         NA         NA         NA          NA         NA
## 35         NA         NA         NA         NA          NA         NA
## 36         NA         NA         NA         NA          NA         NA
## 37         NA         NA         NA         NA          NA         NA
## 38         NA         NA         NA         NA          NA         NA
## 39         NA         NA         NA         NA          NA         NA
## 40   23362646   11943825   11627031   15901235     5432099   16098765
## 41         NA         NA         NA         NA          NA         NA
## 42         NA         NA         NA         NA          NA         NA
## 43         NA         NA         NA         NA          NA         NA
## 44         NA         NA         NA         NA          NA         NA
## 45         NA         NA         NA         NA          NA         NA
## 46         NA         NA         NA         NA          NA         NA
## 47         NA         NA         NA         NA          NA         NA
## 48         NA         NA         NA         NA          NA         NA
## 49         NA         NA         NA         NA          NA         NA
## 50         NA         NA         NA         NA          NA         NA
## 51         NA         NA         NA         NA          NA         NA
## 52         NA         NA         NA         NA          NA         NA
## 53         NA         NA         NA         NA          NA         NA
##         X1972      X1973      X1974      X1975       X1976       X1977
## 1          NA         NA         NA         NA          NA          NA
## 2          NA         NA         NA         NA          NA          NA
## 3  4049376524 3225433883 6511156281 9405003569 12570149882 17604237553
## 4          NA         NA         NA         NA          NA          NA
## 5          NA         NA         NA         NA          NA          NA
## 6          NA         NA         NA         NA          NA          NA
## 7          NA         NA         NA         NA          NA          NA
## 8          NA         NA         NA         NA          NA          NA
## 9          NA         NA         NA         NA          NA          NA
## 10         NA         NA         NA         NA          NA          NA
## 11         NA         NA         NA         NA          NA          NA
## 12         NA         NA         NA         NA          NA          NA
## 13         NA         NA         NA         NA          NA          NA
## 14         NA         NA         NA         NA          NA          NA
## 15         NA         NA         NA         NA          NA          NA
## 16         NA         NA         NA         NA          NA          NA
## 17  239000000  204000000  383000000  635000000   805000000  1025000000
## 18         NA         NA         NA         NA          NA          NA
## 19         NA         NA         NA         NA          NA          NA
## 20         NA         NA         NA         NA          NA          NA
## 21         NA         NA         NA         NA          NA          NA
## 22         NA         NA         NA         NA          NA          NA
## 23         NA         NA         NA         NA          NA          NA
## 24         NA         NA         NA         NA          NA          NA
## 25         NA         NA         NA         NA          NA          NA
## 26         NA         NA         NA         NA          NA          NA
## 27         NA         NA         NA         NA          NA          NA
## 28         NA         NA         NA         NA          NA          NA
## 29         NA         NA         NA         NA          NA          NA
## 30         NA         NA         NA         NA          NA          NA
## 31         NA         NA         NA         NA          NA          NA
## 32         NA         NA         NA         NA          NA          NA
## 33         NA         NA         NA         NA          NA          NA
## 34         NA         NA         NA         NA          NA          NA
## 35         NA         NA         NA         NA          NA          NA
## 36         NA         NA         NA         NA          NA          NA
## 37         NA         NA         NA         NA          NA          NA
## 38         NA         NA         NA         NA          NA          NA
## 39         NA         NA         NA         NA          NA          NA
## 40   23604938   19892541   36420692   60384176    67235734    82000000
## 41         NA         NA         NA         NA          NA          NA
## 42         NA         NA         NA         NA          NA          NA
## 43         NA         NA         NA         NA          NA          NA
## 44         NA         NA         NA         NA          NA          NA
## 45         NA         NA         NA         NA          NA          NA
## 46         NA         NA         NA         NA          NA          NA
## 47         NA         NA         NA         NA          NA          NA
## 48         NA         NA         NA         NA          NA          NA
## 49         NA         NA         NA         NA          NA          NA
## 50         NA         NA         NA         NA          NA          NA
## 51         NA         NA         NA         NA          NA          NA
## 52         NA         NA         NA         NA          NA          NA
## 53         NA         NA         NA         NA          NA          NA
##          X1978       X1979       X1980       X1981       X1982       X1983
## 1           NA          NA          NA          NA          NA          NA
## 2           NA          NA          NA          NA          NA          NA
## 3  20950281283 20859818526 19654043511 23180946411 22186183085 21432558471
## 4           NA          NA          NA          NA          NA          NA
## 5           NA          NA          NA          NA          NA          NA
## 6           NA          NA          NA          NA          NA          NA
## 7           NA          NA          NA          NA          NA          NA
## 8           NA          NA          NA          NA          NA          NA
## 9           NA          NA          NA          NA          NA          NA
## 10          NA          NA          NA          NA          NA          NA
## 11          NA          NA          NA          NA          NA          NA
## 12          NA          NA          NA          NA          NA          NA
## 13          NA          NA          NA          NA          NA          NA
## 14          NA          NA          NA          NA          NA          NA
## 15          NA          NA          NA          NA          NA          NA
## 16          NA          NA          NA          NA          NA          NA
## 17  1306000000  1436000000  1464999900  1840999900  1951000100  2116999900
## 18          NA          NA          NA          NA          NA          NA
## 19          NA          NA          NA          NA          NA          NA
## 20          NA          NA          NA          NA          NA          NA
## 21          NA          NA          NA          NA          NA          NA
## 22          NA          NA          NA          NA          NA          NA
## 23          NA          NA          NA          NA          NA          NA
## 24          NA          NA          NA          NA          NA          NA
## 25          NA          NA          NA          NA          NA          NA
## 26          NA          NA          NA          NA          NA          NA
## 27          NA          NA          NA          NA          NA          NA
## 28          NA          NA          NA          NA          NA          NA
## 29          NA          NA          NA          NA          NA          NA
## 30          NA          NA          NA          NA          NA          NA
## 31          NA          NA          NA          NA          NA          NA
## 32          NA          NA          NA          NA          NA          NA
## 33          NA          NA          NA          NA          NA          NA
## 34          NA          NA          NA          NA          NA          NA
## 35          NA          NA          NA          NA          NA          NA
## 36          NA          NA          NA          NA          NA          NA
## 37          NA          NA          NA          NA          NA          NA
## 38          NA          NA          NA          NA          NA          NA
## 39          NA          NA          NA          NA          NA          NA
## 40   106174546   119666667   122083325   153416658   150815929   153455830
## 41          NA          NA          NA          NA          NA          NA
## 42          NA          NA          NA          NA          NA          NA
## 43          NA          NA          NA          NA          NA          NA
## 44          NA          NA          NA          NA          NA          NA
## 45          NA          NA          NA          NA          NA          NA
## 46          NA          NA          NA          NA          NA          NA
## 47          NA          NA          NA          NA          NA          NA
## 48          NA          NA          NA          NA          NA          NA
## 49          NA          NA          NA          NA          NA          NA
## 50          NA          NA          NA          NA          NA          NA
## 51          NA          NA          NA          NA          NA          NA
## 52          NA          NA          NA          NA          NA          NA
## 53          NA          NA          NA          NA          NA          NA
##          X1984       X1985       X1986       X1987       X1988       X1989
## 1           NA          NA          NA          NA          NA          NA
## 2           NA          NA          NA          NA          NA          NA
## 3  22547911341 25833616503 26400264605 27218911058 32705876319 29809643007
## 4           NA          NA          NA          NA          NA          NA
## 5           NA          NA          NA          NA          NA          NA
## 6           NA          NA          NA          NA          NA          NA
## 7           NA          NA          NA          NA          NA          NA
## 8           NA          NA          NA          NA          NA          NA
## 9           NA          NA          NA          NA          NA          NA
## 10          NA          NA          NA          NA          NA          NA
## 11          NA          NA          NA          NA          NA          NA
## 12          NA          NA          NA          NA          NA          NA
## 13          NA          NA          NA          NA          NA          NA
## 14          NA          NA          NA          NA          NA          NA
## 15          NA          NA          NA          NA          NA          NA
## 16          NA          NA          NA          NA          NA          NA
## 17  2385999900  2571000000  3007000000  3492000000  4692000000  4758000000
## 18          NA          NA          NA          NA          NA          NA
## 19          NA          NA          NA          NA          NA          NA
## 20          NA          NA          NA          NA          NA          NA
## 21          NA          NA          NA          NA          NA          NA
## 22          NA          NA          NA          NA          NA          NA
## 23          NA          NA          NA          NA          NA          NA
## 24          NA          NA          NA          NA          NA          NA
## 25          NA          NA          NA          NA          NA          NA
## 26          NA          NA          NA          NA          NA          NA
## 27          NA          NA          NA          NA          NA          NA
## 28          NA          NA          NA          NA          NA          NA
## 29          NA          NA          NA          NA          NA          NA
## 30          NA          NA          NA          NA          NA          NA
## 31          NA          NA          NA          NA          NA          NA
## 32          NA          NA          NA          NA          NA          NA
## 33          NA          NA          NA          NA          NA          NA
## 34          NA          NA          NA          NA          NA          NA
## 35          NA          NA          NA          NA          NA          NA
## 36          NA          NA          NA          NA          NA          NA
## 37          NA          NA          NA          NA          NA          NA
## 38          NA          NA          NA          NA          NA          NA
## 39          NA          NA          NA          NA          NA          NA
## 40   156353407   144588477   153835135   161698857   212740875   187893172
## 41          NA          NA          NA          NA          NA          NA
## 42          NA          NA          NA          NA          NA          NA
## 43          NA          NA          NA          NA          NA          NA
## 44          NA          NA          NA          NA          NA          NA
## 45          NA          NA          NA          NA          NA          NA
## 46          NA          NA          NA          NA          NA          NA
## 47          NA          NA          NA          NA          NA          NA
## 48          NA          NA          NA          NA          NA          NA
## 49          NA          NA          NA          NA          NA          NA
## 50          NA          NA          NA          NA          NA          NA
## 51          NA          NA          NA          NA          NA          NA
## 52          NA          NA          NA          NA          NA          NA
## 53          NA          NA          NA          NA          NA          NA
##                  X1990               X1991               X1992
## 1                   NA                  NA                  NA
## 2                   NA                  NA                  NA
## 3  32075085848.0000000 33779755004.0000000 32457472104.0000000
## 4                   NA                  NA                  NA
## 5                   NA                  NA                  NA
## 6           25.6286450          24.2067594          22.9424220
## 7                   NA                  NA                  NA
## 8                   NA                  NA                  NA
## 9                   NA                  NA                  NA
## 10                  NA                  NA                  NA
## 11                  NA                  NA                  NA
## 12           6.9966930           6.6203019           6.4833441
## 13           7.3759465           6.9110354           6.9687804
## 14                  NA                  NA                  NA
## 15   943000000.0000000   768000000.0000000   875000000.0000000
## 16                  NA                  NA                  NA
## 17  5668000000.0000000  6532000000.0000000  7487000000.0000000
## 18                  NA                  NA                  NA
## 19                  NA                  NA                  NA
## 20          13.0326022           9.3704246           8.8374912
## 21          36.9667068          36.1883846          32.7643672
## 22    98500000.0000000   106000000.0000000    87000000.0000000
## 23  2674800000.0000000  2966000000.0000000  3244000000.0000000
## 24                  NA                  NA                  NA
## 25                  NA                  NA                  NA
## 26                  NA                  NA                  NA
## 27    32200000.0000000    78000000.0000000   115000000.0000000
## 28                  NA                  NA                  NA
## 29                  NA                  NA                  NA
## 30  3487200000.0000000  4278000000.0000000  5580000000.0000000
## 31  2707000000.0000000  3044000000.0000000  3359000000.0000000
## 32                  NA                  NA                  NA
## 33                  NA                  NA                  NA
## 34                  NA                  NA                  NA
## 35                  NA                  NA                  NA
## 36                  NA                  NA                  NA
## 37                  NA                  NA                  NA
## 38          33.0152238          34.0198807          38.1121508
## 39                  NA                  NA                  NA
## 40   198818593.8000000   206905289.8000000   166748329.6000000
## 41                  NA                  NA                  NA
## 42                  NA                  NA                  NA
## 43                  NA                  NA                  NA
## 44           8.9278952           6.1073559           5.9763677
## 45                  NA                  NA                  NA
## 46  7235700000.0000000  8196000000.0000000  9901000000.0000000
## 47                  NA                  NA                  NA
## 48                  NA                  NA                  NA
## 49                  NA                  NA                  NA
## 50                  NA                  NA                  NA
## 51                  NA                  NA                  NA
## 52           0.4450157           0.9516837           1.1614988
## 53           0.9325532           0.8429423           0.5942217
##                  X1993              X1994               X1995
## 1           15.9600000                 NA                  NA
## 2           56.7349700                 NA                  NA
## 3  38102322604.0000000 44412517305.000000 51546654806.0000000
## 4                   NA                 NA                  NA
## 5                   NA                 NA                  NA
## 6           21.8003979          24.760873          25.9512628
## 7           15.9600000                 NA                  NA
## 8           20.8700000                 NA                  NA
## 9           26.0309300                 NA                  NA
## 10          63.0285300                 NA                  NA
## 11                  NA                 NA                  NA
## 12           6.6546374           7.729134           8.9855139
## 13           6.7640004           7.647324           8.2584105
## 14                  NA                 NA                  NA
## 15  1174000000.0000000  1931000000.000000  2751000000.0000000
## 16                  NA                 NA                  NA
## 17  9702000000.0000000 12149000000.000000 14261000000.0000000
## 18           1.0833050                 NA                  NA
## 19                  NA                 NA                  NA
## 20          10.0419126          12.537333          13.9687214
## 21          32.5378496          31.346578          33.9494262
## 22    86000000.0000000    69000000.000000    69000000.0000000
## 23  3804000000.0000000  4828000000.000000  6686000000.0000000
## 24           9.2400000                 NA                  NA
## 25          22.1000000                 NA                  NA
## 26                  NA                 NA                  NA
## 27   141000000.0000000   427000000.000000   332000000.0000000
## 28                  NA                 NA                  NA
## 29                  NA                 NA                  NA
## 30  6486000000.0000000  8147000000.000000  9856000000.0000000
## 31  3945000000.0000000  5255000000.000000  7018000000.0000000
## 32           9.2500000                 NA                  NA
## 33          22.1000000                 NA                  NA
## 34          16.5700000                 NA                  NA
## 35          11.3400000                 NA                  NA
## 36          22.5400000                 NA                  NA
## 37                  NA                 NA                  NA
## 38          35.8421751          38.387598          36.4456606
## 39                  NA                 NA                  NA
## 40   202125000.0000000   247938775.500000   286365461.8000000
## 41           8.7800000                 NA                  NA
## 42          18.6800000                 NA                  NA
## 43                  NA                 NA                  NA
## 44           6.4876216           9.098619          10.1726879
## 45                  NA                 NA                  NA
## 46 11691000000.0000000 15402000000.000000 19694000000.0000000
## 47                  NA                 NA                  NA
## 48                  NA                 NA                  NA
## 49           6.5463920                 NA                  NA
## 50           0.0202306                 NA                  NA
## 51                  NA                 NA                  NA
## 52           1.2060559           2.772367           1.6857926
## 53           0.4752431           0.325119           0.2551492
##                  X1996               X1997               X1998
## 1                   NA                  NA          20.0900000
## 2                   NA                  NA          50.1561800
## 3  52631847606.0000000 56691272306.0000000 56158723806.0000000
## 4                   NA                  NA                  NA
## 5                   NA                  NA                  NA
## 6           23.3150894          23.5537541          23.1195954
## 7                   NA                  NA          20.0900000
## 8                   NA                  NA          21.6700000
## 9                   NA                  NA          36.0000000
## 10                  NA                  NA          56.9604100
## 11                  NA                  NA                  NA
## 12           8.7199142           8.7236599           8.6393325
## 13           8.0162566           7.7632400           7.3651030
## 14                  NA                  NA                  NA
## 15  3326000000.0000000  3954000000.0000000  4576000000.0000000
## 16                  NA                  NA                  NA
## 17 15457000000.0000000 17952000000.0000000 18943000000.0000000
## 18                  NA                  NA           8.2106200
## 19                  NA                  NA                  NA
## 20          15.3236581          16.1579012          17.6060944
## 21          33.0661138          33.1698746          31.8417914
## 22   105000000.0000000   269000000.0000000   436000000.0000000
## 23  7177000000.0000000  8117000000.0000000  8276000000.0000000
## 24                  NA                  NA          17.0900000
## 25                  NA                  NA          30.3500000
## 26                  NA                  NA                  NA
## 27   150000000.0000000   168000000.0000000   217000000.0000000
## 28                  NA                  NA                  NA
## 29                  NA                  NA                  NA
## 30 10947000000.0000000 11938000000.0000000 12477000000.0000000
## 31  7327000000.0000000  8310000000.0000000  8502000000.0000000
## 32                  NA                  NA          17.0900000
## 33                  NA                  NA          30.3500000
## 34                  NA                  NA          16.2000000
## 35                  NA                  NA          16.6400000
## 36                  NA                  NA          23.2300000
## 37                  NA                  NA                  NA
## 38          34.8342137          33.8369094          33.9288628
## 39                  NA                  NA                  NA
## 40   280781108.1000000   314781693.8000000   305778853.9000000
## 41                  NA                  NA           9.1400000
## 42                  NA                  NA          18.1200000
## 43                  NA                  NA                  NA
## 44          10.5835932          11.2071653          12.4435743
## 45                  NA                  NA                  NA
## 46 21705000000.0000000 24471000000.0000000 25991000000.0000000
## 47                  NA                  NA                  NA
## 48                  NA                  NA                  NA
## 49                  NA                  NA          25.5000000
## 50                  NA                  NA           1.0217110
## 51                  NA                  NA                  NA
## 52           0.6910850           0.6865269           0.8349044
## 53           0.3341182           0.7624500           1.1856203
##                  X1999               X2000              X2001
## 1           14.0100000          16.8400000                 NA
## 2           20.5871200          18.5552800                 NA
## 3  58700888407.0000000 63282813207.0000000 66320388207.000000
## 4                   NA                  NA                 NA
## 5                   NA                  NA                 NA
## 6           24.3738796          23.4988591          23.728237
## 7           14.0100000          16.8400000                 NA
## 8           14.3600000          14.4100000                 NA
## 9           18.1992300          25.7341600                 NA
## 10          21.2132000          16.9703100                 NA
## 11                  NA                  NA                 NA
## 12           8.4225052           8.7359811           8.802575
## 13           6.9041003           7.0314431           6.371072
## 14                  NA                  NA                 NA
## 15  5774000000.0000000  6969000000.0000000  8517000000.000000
## 16                  NA                  NA                 NA
## 17 21456000000.0000000 23945000000.0000000 28090335300.000000
## 18           1.7424240           2.0816100                 NA
## 19                  NA                  NA                 NA
## 20          20.0430436          21.0213562          21.914319
## 21          31.6787004          31.1926882          30.940435
## 22   522000000.0000000   575000000.0000000   605000000.000000
## 23  9126000000.0000000 10341000000.0000000 12025000000.000000
## 24          12.0000000          13.8300000                 NA
## 25          16.4100000          20.8700000                 NA
## 26                  NA                  NA                 NA
## 27   378000000.0000000   432000000.0000000   493000000.000000
## 28                  NA                  NA                 NA
## 29                  NA                  NA                 NA
## 30 12994000000.0000000 14795000000.0000000 17191000000.000000
## 31  9518000000.0000000 10813000000.0000000 12552000000.000000
## 32          12.0000000          13.8300000                 NA
## 33          16.4100000          20.8700000                 NA
## 34          12.4300000          13.2900000                 NA
## 35          11.9500000          15.9400000                 NA
## 36          14.8700000          14.1200000                 NA
## 37                  NA                  NA                 NA
## 38          33.2752881          32.1525589          32.497779
## 39                  NA                  NA                 NA
## 40   315761589.4000000   346677283.9000000   382181432.700000
## 41           8.8300000          11.5800000                 NA
## 42          13.3300000          13.6400000                 NA
## 43                  NA                  NA                 NA
## 44          14.7861716          15.1450614          16.100493
## 45                  NA                  NA                 NA
## 46 28808000000.0000000 33152000000.0000000 38865000000.000000
## 47                  NA                  NA                 NA
## 48                  NA                  NA                 NA
## 49           8.7643680          11.5919600                 NA
## 50           0.0118245           0.0168691                 NA
## 51                  NA                  NA                 NA
## 52           1.3121355           1.3030888           1.268494
## 53           1.3367478           1.2495925           1.143689
##                  X2002               X2003               X2004
## 1           15.4500000          15.8600000          15.4900000
## 2           18.4488800          19.3504900          21.4846800
## 3  66006375707.0000000 70331721108.0000000 76378232809.0000000
## 4                   NA                  NA          99.5800000
## 5                   NA                  NA          99.6000000
## 6           23.0410804          21.8961240          21.8884386
## 7           15.4500000          15.8600000          15.4900000
## 8           14.6600000          14.8700000          14.8200000
## 9           22.9274600          23.1433500          24.2228000
## 10          17.5229700          18.5619600          20.9089400
## 11                  NA                  NA                  NA
## 12           8.5605831           8.6518119           8.9749585
## 13           6.3911614           6.7228830           6.9617137
## 14                  NA                  NA                  NA
## 15  8068000000.0000000  6879300000.0000000  8123300000.0000000
## 16                  NA                  NA          25.9400000
## 17 29046000000.0000000 31906000000.0000000 36050000000.0000000
## 18           0.2909246           0.2907183           0.2972189
## 19                  NA                  NA                  NA
## 20          20.5130813          16.1535590          16.8627655
## 21          29.7805802          31.3805419          31.0431154
## 22   839000000.0000000  1252600000.0000000  1391200000.0000000
## 23 11713000000.0000000 13364000000.0000000 14954400000.0000000
## 24           8.9600000           9.3900000           9.5100000
## 25          18.5900000          18.9900000          18.3800000
## 26                  NA                  NA                  NA
## 27   917000000.0000000   855600000.0000000   527100000.0000000
## 28                  NA                  NA                  NA
## 29                  NA                  NA                  NA
## 30 17765000000.0000000 20218600000.0000000 23103700000.0000000
## 31 12659000000.0000000 14236400000.0000000 15554800000.0000000
## 32           8.9600000           9.3900000           9.5100000
## 33          18.5900000          18.9900000          18.3800000
## 34          13.6200000          13.7200000          13.7900000
## 35          14.1800000          14.1900000          14.3500000
## 36          14.7100000          14.9500000          14.8600000
## 37                  NA                  NA                  NA
## 38          32.3346863          31.0969748          32.5111167
## 39                  NA                  NA          99.3500000
## 40   382536546.8000000   410335949.2000000   488543949.3000000
## 41          11.9800000          12.0600000          12.1100000
## 42          13.9000000          14.0100000          14.0700000
## 43                  NA                  NA                  NA
## 44          14.6848437          10.5806247          11.4309636
## 45                  NA                  NA                  NA
## 46 39331000000.0000000 42586900000.0000000 48173000000.0000000
## 47                  NA                  NA          32.4100000
## 48                  NA                  NA          24.0700000
## 49           1.7271160           1.7271160           1.7271160
## 50           0.0085063           0.0084991           0.0169578
## 51                  NA                  NA                  NA
## 52           2.3314942           2.0090685           1.0941814
## 53           1.5270927           1.9265464           1.9576720
##                  X2005               X2006               X2007
## 1           15.4000000          13.1300000          13.2900000
## 2           21.6509600          19.4530600          45.0371300
## 3  81629088709.0000000 80394287609.0000000 90633928910.0000000
## 4           99.5800000          99.5800000          99.5700000
## 5           99.6000000          99.6000000          99.6100000
## 6           19.0422309          18.2445287          16.3498809
## 7           15.4900000          13.2600000          13.4600000
## 8           14.7200000          13.1100000          13.0500000
## 9           23.8953200          18.4200700          44.8056800
## 10          21.1637500          19.6024400          45.0709500
## 11                  NA                  NA                  NA
## 12           9.1794534           8.7797584           9.7724734
## 13           7.6078876           7.4409604           8.2218765
## 14          11.3000000          11.3000000          11.3000000
## 15  8790400000.0000000  9162391000.0000000 13723900000.0000000
## 16          25.9400000          25.9400000          26.0000000
## 17 40927000000.0000000 42966000000.0000000 51968000000.0000000
## 18           0.5855470           0.5581049           0.3650990
## 19           1.3000000           1.3000000           2.7000000
## 20          16.2469873          15.9548502          19.2950046
## 21          27.5175216          25.4196010          22.3948250
## 22  1675900000.0000000  1771133000.0000000  2007900000.0000000
## 23 14888300000.0000000 14597713000.0000000 15928700000.0000000
## 24           9.3500000          11.5900000          11.6200000
## 25          18.2800000          14.3400000          14.5600000
## 26          34.0000000          34.0000000          34.0000000
## 27   697900000.0000000   625284000.0000000   698600000.0000000
## 28          32.5000000          32.5000000          32.8000000
## 29                  NA                  NA                  NA
## 30 27937000000.0000000 31149795000.0000000 38687300000.0000000
## 31 15701500000.0000000 15343676000.0000000 16707600000.0000000
## 32           9.3900000          11.6500000          11.7000000
## 33          18.4100000          14.5000000          14.7800000
## 34          13.7600000          12.5100000          12.5600000
## 35          14.0800000          14.9900000          14.8800000
## 36          14.8000000          12.7400000          12.6900000
## 37                  NA                  NA                  NA
## 38          33.8810180          37.0389292          37.8589833
## 39          99.3500000          99.3500000          99.3700000
## 40   564540713.2000000   594070905.2000000   737265472.6000000
## 41          11.9100000          11.8100000          11.8600000
## 42          14.0900000          12.5000000          12.5700000
## 43                  NA                  NA                  NA
## 44          10.6606902          10.8946191          13.4300636
## 45         408.0000000         408.0000000         408.0000000
## 46 54104800000.0000000 57426995000.0000000 71126700000.0000000
## 47          32.4100000          32.4100000          32.3200000
## 48          24.0700000          24.0700000          24.1400000
## 49           3.1746030           3.3695240           2.2047830
## 50           0.0686577           0.0000000           0.0000000
## 51          19.9000000          19.9000000          18.8000000
## 52           1.2899040           1.0888329           0.9821909
## 53           2.0324730           2.1059808           1.9649097
##                  X2008                X2009                X2010
## 1          421.5000000           12.6500000           13.0500000
## 2           22.3663000           45.4118500           45.8636500
## 3  99768623911.0000000 112000000000.0000000 125000000000.0000000
## 4           99.5700000           99.5700000           99.5700000
## 5           99.6100000           99.6100000           99.6100000
## 6           17.4574678           16.1475158           16.2862355
## 7          421.5000000           12.9000000           13.3500000
## 8           15.0700000           12.7700000           12.9800000
## 9           29.0954300           45.9641300           48.2941400
## 10          20.7837300           45.2907100           45.3338100
## 11                  NA           14.9000000                   NA
## 12          10.4400864           11.8440369           13.3961154
## 13           8.4574976           10.0097517           12.4072141
## 14          11.3000000           11.3000000           11.3000000
## 15 16626800000.0000000  24051800000.0000000  33821327000.0000000
## 16          26.0000000           26.0000000           26.0000000
## 17 60401000000.0000000  78744000000.0000000 109000000000.0000000
## 18           0.0000000            0.3645801            0.3813659
## 19           2.7000000            2.9000000            2.8000000
## 20          19.5252444           20.5480845           21.1667216
## 21          24.0918368           22.0116308           20.9934411
## 22  2451000000.0000000   3195600000.0000000   1063759000.0000000
## 23 20515500000.0000000  25764900000.0000000  33544450000.0000000
## 24         917.7500000           11.1800000           11.1300000
## 25         150.9200000           13.7900000           14.2500000
## 26          34.0000000           34.0000000           34.0000000
## 27   445600000.0000000    793800000.0000000    915461000.0000000
## 28          34.1000000           32.5000000           31.7000000
## 29                  NA                   NA                   NA
## 30 45015200000.0000000  62995100000.0000000  89681363000.0000000
## 31 21062400000.0000000  26808800000.0000000  35218933000.0000000
## 32         917.7500000           11.3000000           11.3000000
## 33         150.9200000           14.1100000           14.6200000
## 34          15.4100000           12.4300000           12.3300000
## 35          22.3600000           16.0200000           16.5800000
## 36          13.7800000           12.1800000           12.2900000
## 37                  NA           63.4000000                   NA
## 38          37.3106296           37.9433011           41.4712109
## 39          99.3700000           99.3700000           99.3700000
## 40   929013185.9000000   1024265562.0000000   1467183643.0000000
## 41          19.2000000           12.2000000           12.0200000
## 42          14.0900000           12.3000000           12.2200000
## 43                  NA            2.0000000                   NA
## 44          13.7810423           14.4869155           15.6399428
## 45         408.0000000          338.0000000          338.0000000
## 46 85155400000.0000000 117000000000.0000000 160000000000.0000000
## 47          32.3200000           32.3200000           32.3200000
## 48          24.1400000           24.1400000           24.1400000
## 49           0.0000000            2.2047830            2.1530310
## 50           0.0000000            0.0000000            0.0000000
## 51          20.1000000           18.4000000           17.6000000
## 52           0.5232786            0.6781642            0.5729316
## 53           2.0314994            1.9247785            0.4919124
##                   X2011                X2012                X2013
## 1            12.4500000           12.4500000           15.0400000
## 2            48.9040600           22.6493500           40.1872400
## 3  123000000000.0000000 125000000000.0000000 136000000000.0000000
## 4            99.5700000           99.5700000           99.5500000
## 5            99.6100000           99.6100000           99.6400000
## 6            14.4618636           15.2213727           17.2043102
## 7            12.8000000           12.8700000           15.6500000
## 8            13.1500000           12.8500000           11.8200000
## 9            51.0663900           24.6019800           43.4402400
## 10           48.4738200           22.2418000           39.6769300
## 11                   NA                   NA           10.4000000
## 12           11.6246755           12.0408046           13.2978859
## 13           10.4874608           10.4738290           11.0392133
## 14           11.3000000           11.3000000           11.3000000
## 15  43121246000.0000000  51303230000.0000000  64186691000.0000000
## 16           26.0000000           26.0000000           26.2600000
## 17 123000000000.0000000 140000000000.0000000 172000000000.0000000
## 18            0.2817439            0.3390478            0.5153311
## 19            3.0000000            3.0000000            1.0000000
## 20           23.7904286           24.2312975           24.7619509
## 21           19.3902854           19.3205127           20.9586212
## 22   1324195000.0000000   2908351000.0000000   3489525000.0000000
## 23  35145784000.0000000  40905969000.0000000  54327890000.0000000
## 24           11.0800000           10.9000000           13.7500000
## 25           13.7000000           13.7800000           15.5200000
## 26           34.0000000           34.0000000           34.0000000
## 27    292395000.0000000    861574000.0000000    439097000.0000000
## 28           31.5000000           31.5000000           29.9000000
## 29                   NA                   NA                   NA
## 30 100000000000.0000000 114000000000.0000000 135000000000.0000000
## 31  36575544000.0000000  43390806000.0000000  56931815000.0000000
## 32           11.2900000           11.1700000           14.2500000
## 33           14.1500000           14.3100000           16.1700000
## 34           12.3500000           12.2000000           12.2100000
## 35           17.9400000           17.2900000           16.0000000
## 36           12.3800000           12.1300000           11.2100000
## 37                   NA                   NA           65.6000000
## 38           39.6320792           40.0329749           40.6770903
## 39           99.3700000           99.3700000           99.4200000
## 40   1703933395.0000000   1727421573.0000000   1955546313.0000000
## 41           12.2700000           12.0800000           11.8000000
## 42           12.1700000           12.0500000           12.1900000
## 43                   NA                   NA            2.7000000
## 44           17.0500152           17.9970287           19.3966720
## 45          326.0000000          326.0000000          334.0000000
## 46 181000000000.0000000 212000000000.0000000 259000000000.0000000
## 47           32.3200000           32.3200000           32.6200000
## 48           24.1400000           24.1400000           24.1200000
## 49            1.7723040            1.8624210            3.4985420
## 50            0.0000000            0.0454726            0.0000000
## 51           17.2000000           17.2000000           17.6000000
## 52            0.1613173            0.4069345            0.1693949
## 53            0.5235828            1.0202413            1.0545048
##                   X2014                 X2015                 X2016
## 1            10.5500000           12.31000000           12.35000000
## 2            48.1584700           48.41149000           48.11775000
## 3  148000000000.0000000 162000000000.00000000 170000000000.00000000
## 4            99.5500000           99.55000000           99.55000000
## 5            99.6400000           99.64000000           99.64000000
## 6            16.8006144           16.63159732           15.68282462
## 7            11.3100000           13.08000000           13.07000000
## 8            12.6600000           12.63000000           12.65000000
## 9            48.1112100           47.64338000           47.42036000
## 10           48.1782100           48.56504000           48.25839000
## 11                   NA                    NA                    NA
## 12           13.9949105           14.68630457           16.14374976
## 13           11.6624012           12.26907017           13.05068800
## 14           11.3000000           11.30000000           11.30000000
## 15  75608249000.0000000  86168029438.00000000 114000000000.00000000
## 16           26.2600000           26.26000000           26.26000000
## 17 210000000000.0000000 237000000000.00000000 267000000000.00000000
## 18            0.0000000            0.84495140            0.88773500
## 19            1.0000000            1.10000000            1.10000000
## 20           24.1992925           24.20838353           27.11610048
## 21           20.5229828           19.81470993           18.47785808
## 22   4485704000.0000000   5508835142.00000000   5990203529.00000000
## 23  64121990000.0000000  70529058946.00000000  77802641716.00000000
## 24            8.0800000           11.35000000           12.26000000
## 25           13.1200000           13.17000000           12.40000000
## 26           34.0000000           34.00000000           34.00000000
## 27   1069880000.0000000    314849716.39999998    159554770.69999999
## 28           29.9000000           29.90000000           29.90000000
## 29                   NA                    NA                    NA
## 30 164000000000.0000000 189000000000.00000000 219000000000.00000000
## 31  67980556000.0000000  74844459070.00000000  82184049221.00000000
## 32            8.4900000           11.93000000           12.89000000
## 33           14.1100000           14.09000000           13.18000000
## 34           12.2300000           12.25000000           12.14000000
## 35           16.2200000           16.86000000           18.40000000
## 36           12.1200000           12.07000000           11.89000000
## 37                   NA                    NA                    NA
## 38           40.6210242           42.09241158           41.73543924
## 39           99.4200000           99.42000000           99.42000000
## 40   2138934650.0000000   2382471163.00000000   2508487301.00000000
## 41           11.7500000           11.86000000           12.15000000
## 42           12.2300000           12.23000000           11.97000000
## 43                   NA                    NA                    NA
## 44           18.6857112           19.14786994           21.78746495
## 45          334.0000000          334.00000000          339.00000000
## 46 312000000000.0000000 356000000000.00000000 421000000000.00000000
## 47           32.6200000           32.62000000           32.62000000
## 48           24.1200000           24.12000000           24.12000000
## 49            0.0000000            5.67859200            5.92049600
## 50            0.0000000            0.00000000            0.00000000
## 51           17.6000000           17.60000000           17.60000000
## 52            0.3424274            0.08845511            0.03789371
## 53            1.1085903            1.22414844            1.14308448
##                    X2017                 X2018                 X2019
## 1                     NA           12.36000000           14.22000000
## 2                     NA           19.94126000           19.22991000
## 3  192000000000.00000000 211000000000.00000000 230000000000.00000000
## 4                     NA           99.54000000           99.47000000
## 5                     NA           99.63000000           99.63000000
## 6            15.75943716           15.79245840           16.03055514
## 7                     NA           13.42000000           15.43000000
## 8                     NA           12.79000000           20.20000000
## 9                     NA           28.52165000           26.64560000
## 10                    NA           18.46353000           18.02381000
## 11                    NA                    NA                    NA
## 12           17.99936212           19.08282606           19.80906024
## 13           13.98934979           16.40675864           16.90920019
## 14           11.30000000           19.90000000           26.20000000
## 15 145000000000.00000000 155000000000.00000000 188000000000.00000000
## 16                    NA           26.33000000           26.33000000
## 17 357000000000.00000000 445000000000.00000000 516000000000.00000000
## 18                    NA            0.24963290            0.21598270
## 19            1.10000000            1.10000000            0.70000000
## 20           26.15179132           23.47117513           24.63362342
## 21           17.76787505           18.44066251           17.92326296
## 22  27392715000.00000000  10465303530.00000000   8442841000.00000000
## 23  98410300000.00000000 122000000000.00000000 137000000000.00000000
## 24                    NA           11.14000000           12.97000000
## 25                    NA           12.77000000           14.74000000
## 26           34.00000000           39.00000000           46.00000000
## 27    125130000.00000000    102360000.00000000    237634000.00000000
## 28           30.00000000           37.00000000           41.80000000
## 29                    NA                    NA                    NA
## 30 279000000000.00000000 367000000000.00000000 424000000000.00000000
## 31 103000000000.00000000 127000000000.00000000 143000000000.00000000
## 32                    NA           12.20000000           14.06000000
## 33                    NA           13.82000000           15.99000000
## 34                    NA           13.19000000           17.27000000
## 35                    NA           23.78000000           73.04000000
## 36                    NA           11.11000000           12.57000000
## 37                    NA                    NA                    NA
## 38           42.59794073           45.73115230           47.46473999
## 39                    NA           99.41000000           99.40000000
## 40   3357251910.00000000   4262858915.00000000   4575218471.00000000
## 41                    NA           15.82000000           27.66000000
## 42                    NA           12.12000000           13.55000000
## 43                    NA                    NA                    NA
## 44           22.14941899           19.26866565           21.06220360
## 45          339.00000000          353.00000000          377.00000000
## 46 554000000000.00000000 659000000000.00000000 764000000000.00000000
## 47                    NA           32.88000000           32.88000000
## 48                    NA           24.12000000           24.12000000
## 49                    NA            1.49328000            1.36914200
## 50                    NA            0.00000000            0.00000000
## 51           17.60000000           16.00000000           15.00000000
## 52            0.02259209            0.01552102            0.03108693
## 53            4.18881241            1.30274250            0.94435069
##                    X2020        X2021
## 1            11.60000000           NA
## 2            20.06978000           NA
## 3  226000000000.00000000 244000000000
## 4            99.47000000           NA
## 5            99.63000000           NA
## 6            15.81359711           NA
## 7            12.66000000           NA
## 8            12.10000000           NA
## 9            29.78410000           NA
## 10           18.52515000           NA
## 11                    NA           NA
## 12           15.77364973           NA
## 13           10.51234967           NA
## 14                    NA           NA
## 15 213000000000.00000000           NA
## 16           26.33000000           NA
## 17 460000000000.00000000 615000000000
## 18            0.21472190           NA
## 19                    NA           NA
## 20           34.76302493           NA
## 21           19.16977380           NA
## 22   6619530000.00000000           NA
## 23 118000000000.00000000           NA
## 24           11.45000000           NA
## 25           11.21000000           NA
## 26                    NA           NA
## 27    112370000.00000000           NA
## 28                    NA           NA
## 29                    NA           NA
## 30 270000000000.00000000           NA
## 31 124000000000.00000000           NA
## 32           12.49000000           NA
## 33           12.29000000           NA
## 34           12.60000000           NA
## 35           18.70000000           NA
## 36           11.17000000           NA
## 37                    NA           NA
## 38           34.45891513           NA
## 39           99.40000000           NA
## 40   3956454691.00000000   5216026828
## 41           13.29000000           NA
## 42           12.19000000           NA
## 43                    NA           NA
## 44           27.23947011           NA
## 45                    NA           NA
## 46 613000000000.00000000           NA
## 47           32.88000000           NA
## 48           24.12000000           NA
## 49            1.47203100           NA
## 50            0.00000000           NA
## 51                    NA           NA
## 52            0.01831949           NA
## 53            0.84561214           NA
# Dimension of the dataframe
dim(nepal_df)
## [1] 53 66
temp_df = filter(nepal_dt, grepl("gdp", tolower(IndicatorName), fixed = TRUE) | grepl("gdp", tolower(IndicatorCode), fixed = TRUE))
nepal_df <- rbind(nepal_df, temp_df)
nepal_df
##     CountryName CountryCode
## 1         Nepal         NPL
## 2         Nepal         NPL
## 3         Nepal         NPL
## 4         Nepal         NPL
## 5         Nepal         NPL
## 6         Nepal         NPL
## 7         Nepal         NPL
## 8         Nepal         NPL
## 9         Nepal         NPL
## 10        Nepal         NPL
## 11        Nepal         NPL
## 12        Nepal         NPL
## 13        Nepal         NPL
## 14        Nepal         NPL
## 15        Nepal         NPL
## 16        Nepal         NPL
## 17        Nepal         NPL
## 18        Nepal         NPL
## 19        Nepal         NPL
## 20        Nepal         NPL
## 21        Nepal         NPL
## 22        Nepal         NPL
## 23        Nepal         NPL
## 24        Nepal         NPL
## 25        Nepal         NPL
## 26        Nepal         NPL
## 27        Nepal         NPL
## 28        Nepal         NPL
## 29        Nepal         NPL
## 30        Nepal         NPL
## 31        Nepal         NPL
## 32        Nepal         NPL
## 33        Nepal         NPL
## 34        Nepal         NPL
## 35        Nepal         NPL
## 36        Nepal         NPL
## 37        Nepal         NPL
## 38        Nepal         NPL
## 39        Nepal         NPL
## 40        Nepal         NPL
## 41        Nepal         NPL
## 42        Nepal         NPL
## 43        Nepal         NPL
## 44        Nepal         NPL
## 45        Nepal         NPL
## 46        Nepal         NPL
## 47        Nepal         NPL
## 48        Nepal         NPL
## 49        Nepal         NPL
## 50        Nepal         NPL
## 51        Nepal         NPL
## 52        Nepal         NPL
## 53        Nepal         NPL
## 54        Nepal         NPL
## 55        Nepal         NPL
## 56        Nepal         NPL
## 57        Nepal         NPL
## 58        Nepal         NPL
## 59        Nepal         NPL
## 60        Nepal         NPL
## 61        Nepal         NPL
## 62        Nepal         NPL
## 63        Nepal         NPL
## 64        Nepal         NPL
## 65        Nepal         NPL
## 66        Nepal         NPL
## 67        Nepal         NPL
## 68        Nepal         NPL
## 69        Nepal         NPL
## 70        Nepal         NPL
## 71        Nepal         NPL
## 72        Nepal         NPL
## 73        Nepal         NPL
## 74        Nepal         NPL
## 75        Nepal         NPL
## 76        Nepal         NPL
## 77        Nepal         NPL
## 78        Nepal         NPL
## 79        Nepal         NPL
## 80        Nepal         NPL
## 81        Nepal         NPL
## 82        Nepal         NPL
## 83        Nepal         NPL
## 84        Nepal         NPL
## 85        Nepal         NPL
## 86        Nepal         NPL
## 87        Nepal         NPL
## 88        Nepal         NPL
## 89        Nepal         NPL
## 90        Nepal         NPL
## 91        Nepal         NPL
## 92        Nepal         NPL
## 93        Nepal         NPL
## 94        Nepal         NPL
## 95        Nepal         NPL
## 96        Nepal         NPL
## 97        Nepal         NPL
## 98        Nepal         NPL
## 99        Nepal         NPL
## 100       Nepal         NPL
## 101       Nepal         NPL
## 102       Nepal         NPL
## 103       Nepal         NPL
## 104       Nepal         NPL
## 105       Nepal         NPL
## 106       Nepal         NPL
## 107       Nepal         NPL
## 108       Nepal         NPL
## 109       Nepal         NPL
## 110       Nepal         NPL
## 111       Nepal         NPL
## 112       Nepal         NPL
## 113       Nepal         NPL
## 114       Nepal         NPL
## 115       Nepal         NPL
## 116       Nepal         NPL
## 117       Nepal         NPL
## 118       Nepal         NPL
## 119       Nepal         NPL
## 120       Nepal         NPL
## 121       Nepal         NPL
## 122       Nepal         NPL
## 123       Nepal         NPL
## 124       Nepal         NPL
## 125       Nepal         NPL
## 126       Nepal         NPL
## 127       Nepal         NPL
## 128       Nepal         NPL
## 129       Nepal         NPL
## 130       Nepal         NPL
## 131       Nepal         NPL
## 132       Nepal         NPL
## 133       Nepal         NPL
## 134       Nepal         NPL
## 135       Nepal         NPL
## 136       Nepal         NPL
## 137       Nepal         NPL
## 138       Nepal         NPL
## 139       Nepal         NPL
## 140       Nepal         NPL
## 141       Nepal         NPL
## 142       Nepal         NPL
## 143       Nepal         NPL
##                                                                                        IndicatorName
## 1                                              Tariff rate, applied, weighted mean, all products (%)
## 2                                   Share of tariff lines with international peaks, all products (%)
## 3                                                    Taxes less subsidies on products (constant LCU)
## 4                                                             Binding coverage, primary products (%)
## 5                                                        Binding coverage, manufactured products (%)
## 6                                                        Taxes on international trade (% of revenue)
## 7                                  Tariff rate, most favored nation, weighted mean, all products (%)
## 8                                                Tariff rate, applied, simple mean, all products (%)
## 9                               Share of tariff lines with international peaks, primary products (%)
## 10                         Share of tariff lines with international peaks, manufactured products (%)
## 11                          Firms expected to give gifts in meetings with tax officials (% of firms)
## 12                                                                            Tax revenue (% of GDP)
## 13                              Taxes on goods and services (% value added of industry and services)
## 14                                             Labor tax and contributions (% of commercial profits)
## 15                                          Taxes on income, profits and capital gains (current LCU)
## 16                                                         Bound rate, simple mean, all products (%)
## 17                                                    Taxes less subsidies on products (current LCU)
## 18                                       Share of tariff lines with specific rates, all products (%)
## 19                                       Other taxes payable by businesses (% of commercial profits)
## 20                                     Taxes on income, profits and capital gains (% of total taxes)
## 21                                                Customs and other import duties (% of tax revenue)
## 22                                                                         Other taxes (current LCU)
## 23                                                     Customs and other import duties (current LCU)
## 24                                         Tariff rate, applied, weighted mean, primary products (%)
## 25                                    Tariff rate, applied, weighted mean, manufactured products (%)
## 26                                                                             Tax payments (number)
## 27                                                                    Taxes on exports (current LCU)
## 28                                                     Total tax and contribution rate (% of profit)
## 29                                  Firms that do not report all sales for tax purposes (% of firms)
## 30                                                         Taxes on goods and services (current LCU)
## 31                                                        Taxes on international trade (current LCU)
## 32                             Tariff rate, most favored nation, weighted mean, primary products (%)
## 33                        Tariff rate, most favored nation, weighted mean, manufactured products (%)
## 34                                   Tariff rate, most favored nation, simple mean, all products (%)
## 35                                           Tariff rate, applied, simple mean, primary products (%)
## 36                                      Tariff rate, applied, simple mean, manufactured products (%)
## 37                                Firms visited or required meetings with tax officials (% of firms)
## 38                                                        Taxes on goods and services (% of revenue)
## 39                                                                Binding coverage, all products (%)
## 40                                                    Taxes less subsidies on products (current US$)
## 41                               Tariff rate, most favored nation, simple mean, primary products (%)
## 42                          Tariff rate, most favored nation, simple mean, manufactured products (%)
## 43             Number of visits or required meetings with tax officials (average for affected firms)
## 44                                         Taxes on income, profits and capital gains (% of revenue)
## 45                                                             Time to prepare and pay taxes (hours)
## 46                                                                         Tax revenue (current LCU)
## 47                                                     Bound rate, simple mean, primary products (%)
## 48                                                Bound rate, simple mean, manufactured products (%)
## 49                                   Share of tariff lines with specific rates, primary products (%)
## 50                              Share of tariff lines with specific rates, manufactured products (%)
## 51                                                              Profit tax (% of commercial profits)
## 52                                                               Taxes on exports (% of tax revenue)
## 53                                                                        Other taxes (% of revenue)
## 54                                                                      Merchandise trade (% of GDP)
## 55                                                                           GDP (constant 2015 US$)
## 56                                                                             Coal rents (% of GDP)
## 57                                               GDP per capita, PPP (constant 2017 international $)
## 58                                                                          Mineral rents (% of GDP)
## 59                                                                                GDP (constant LCU)
## 60                                                 Inflation, GDP deflator: linked series (annual %)
## 61                                                                  Services, value added (% of GDP)
## 62  Water productivity, total (constant 2015 US$ GDP per cubic meter of total freshwater withdrawal)
## 63                                                         Personal remittances, received (% of GDP)
## 64                                                     GDP per person employed (constant 2017 PPP $)
## 65                                Government expenditure per student, tertiary (% of GDP per capita)
## 66                                                                 Gross domestic savings (% of GDP)
## 67                                                                             GDP growth (annual %)
## 68                                                                Inflation, GDP deflator (annual %)
## 69                                                             Current health expenditure (% of GDP)
## 70                                 Government expenditure per student, primary (% of GDP per capita)
## 71                                                                              Oil rents (% of GDP)
## 72                                                                                 GDP (current US$)
## 73                                                             Gross national expenditure (% of GDP)
## 74                                         Domestic general government health expenditure (% of GDP)
## 75                                             Government expenditure on education, total (% of GDP)
## 76                          Price level ratio of PPP conversion factor (GDP) to market exchange rate
## 77                                                          GDP, PPP (constant 2017 international $)
## 78                                         GDP deflator: linked series (base year varies by country)
## 79                                                                Gross capital formation (% of GDP)
## 80                                                                            Tax revenue (% of GDP)
## 81                                           Domestic credit provided by financial sector (% of GDP)
## 82                                                  Monetary Sector credit to private sector (% GDP)
## 83                                                            CO2 emissions (kg per 2015 US$ of GDP)
## 84                                                     GDP per capita, PPP (current international $)
## 85                                                                           Forest rents (% of GDP)
## 86                                                          Gross fixed capital formation (% of GDP)
## 87                               Government expenditure per student, secondary (% of GDP per capita)
## 88                                                                  GDP: linked series (current LCU)
## 89                                                             Manufacturing, value added (% of GDP)
## 90                                                                                  Trade (% of GDP)
## 91                                                              Revenue, excluding grants (% of GDP)
## 92                                                   Research and development expenditure (% of GDP)
## 93                              Energy use (kg of oil equivalent) per $1,000 GDP (constant 2017 PPP)
## 94                                                    Net lending (+) / net borrowing (-) (% of GDP)
## 95                                                                Current account balance (% of GDP)
## 96                                                                      Trade in services (% of GDP)
## 97                                    Households and NPISHs final consumption expenditure (% of GDP)
## 98                                                   Net incurrence of liabilities, total (% of GDP)
## 99                                                      Domestic credit to private sector (% of GDP)
## 100                                               Foreign direct investment, net outflows (% of GDP)
## 101                                                               GDP per capita (constant 2015 US$)
## 102                                            Gross value added at basic prices (GVA) (current LCU)
## 103                                                       Claims on central government, etc. (% GDP)
## 104                                                              CO2 emissions (kg per PPP $ of GDP)
## 105                        GDP per unit of energy use (constant 2017 PPP $ per kg of oil equivalent)
## 106                                      Energy intensity level of primary energy (MJ/$2017 PPP GDP)
## 107                                                 Net investment in nonfinancial assets (% of GDP)
## 108                                                                           Broad money (% of GDP)
## 109                                                                 GDP per capita growth (annual %)
## 110                                      Gross value added at basic prices (GVA) (constant 2015 US$)
## 111                                                         Total natural resources rents (% of GDP)
## 112                                                                                GDP (current LCU)
## 113                                                External balance on goods and services (% of GDP)
## 114                                                                  Military expenditure (% of GDP)
## 115                                                                     Natural gas rents (% of GDP)
## 116                                         Discrepancy in expenditure estimate of GDP (current LCU)
## 117                                        Industry (including construction), value added (% of GDP)
## 118                                         Gross fixed capital formation, private sector (% of GDP)
## 119                                                        Central government debt, total (% of GDP)
## 120                                       Claims on other sectors of the domestic economy (% of GDP)
## 121                                                         CO2 emissions (kg per 2017 PPP $ of GDP)
## 122                                                Foreign direct investment, net inflows (% of GDP)
## 123                                                                    GDP per capita (constant LCU)
## 124                                           Gross value added at basic prices (GVA) (constant LCU)
## 125                                                         Imports of goods and services (% of GDP)
## 126                                                                         Gross savings (% of GDP)
## 127                                                                     GDP per capita (current US$)
## 128                                        Discrepancy in expenditure estimate of GDP (constant LCU)
## 129                                       Agriculture, forestry, and fishing, value added (% of GDP)
## 130                                                            Stocks traded, total value (% of GDP)
## 131                                    Market capitalization of listed domestic companies (% of GDP)
## 132                                             PPP conversion factor, GDP (LCU per international $)
## 133                                                               GDP, PPP (current international $)
## 134                                                       GDP deflator (base year varies by country)
## 135                                                         Exports of goods and services (% of GDP)
## 136                                                                     GDP per capita (current LCU)
## 137                                            Gross value added at basic prices (GVA) (current US$)
## 138                                                         Final consumption expenditure (% of GDP)
## 139                                                   Net acquisition of financial assets (% of GDP)
## 140                                      GDP per unit of energy use (PPP $ per kg of oil equivalent)
## 141                                      General government final consumption expenditure (% of GDP)
## 142                                                                               Expense (% of GDP)
## 143                                            Domestic credit to private sector by banks (% of GDP)
##            IndicatorCode                  X1960                X1961
## 1   TM.TAX.MRCH.WM.AR.ZS                     NA                   NA
## 2      TM.TAX.MRCH.IP.ZS                     NA                   NA
## 3         NY.TAX.NIND.KN                     NA                   NA
## 4      TM.TAX.TCOM.BC.ZS                     NA                   NA
## 5      TM.TAX.MANF.BC.ZS                     NA                   NA
## 6      GC.TAX.INTT.RV.ZS                     NA                   NA
## 7   TM.TAX.MRCH.WM.FN.ZS                     NA                   NA
## 8   TM.TAX.MRCH.SM.AR.ZS                     NA                   NA
## 9      TM.TAX.TCOM.IP.ZS                     NA                   NA
## 10     TM.TAX.MANF.IP.ZS                     NA                   NA
## 11        IC.TAX.GIFT.ZS                     NA                   NA
## 12     GC.TAX.TOTL.GD.ZS                     NA                   NA
## 13     GC.TAX.GSRV.VA.ZS                     NA                   NA
## 14     IC.TAX.LABR.CP.ZS                     NA                   NA
## 15        GC.TAX.YPKG.CN                     NA                   NA
## 16     TM.TAX.MRCH.BR.ZS                     NA                   NA
## 17        NY.TAX.NIND.CN     54000000.000000000     56000000.0000000
## 18     TM.TAX.MRCH.SR.ZS                     NA                   NA
## 19     IC.TAX.OTHR.CP.ZS                     NA                   NA
## 20        GC.TAX.YPKG.ZS                     NA                   NA
## 21        GC.TAX.IMPT.ZS                     NA                   NA
## 22        GC.TAX.OTHR.CN                     NA                   NA
## 23        GC.TAX.IMPT.CN                     NA                   NA
## 24  TM.TAX.TCOM.WM.AR.ZS                     NA                   NA
## 25  TM.TAX.MANF.WM.AR.ZS                     NA                   NA
## 26           IC.TAX.PAYM                     NA                   NA
## 27        GC.TAX.EXPT.CN                     NA                   NA
## 28     IC.TAX.TOTL.CP.ZS                     NA                   NA
## 29        IC.FRM.INFM.ZS                     NA                   NA
## 30        GC.TAX.GSRV.CN                     NA                   NA
## 31        GC.TAX.INTT.CN                     NA                   NA
## 32  TM.TAX.TCOM.WM.FN.ZS                     NA                   NA
## 33  TM.TAX.MANF.WM.FN.ZS                     NA                   NA
## 34  TM.TAX.MRCH.SM.FN.ZS                     NA                   NA
## 35  TM.TAX.TCOM.SM.AR.ZS                     NA                   NA
## 36  TM.TAX.MANF.SM.AR.ZS                     NA                   NA
## 37        IC.FRM.METG.ZS                     NA                   NA
## 38     GC.TAX.GSRV.RV.ZS                     NA                   NA
## 39     TM.TAX.MRCH.BC.ZS                     NA                   NA
## 40        NY.TAX.NIND.CD      7087544.297000000      7350045.9380000
## 41  TM.TAX.TCOM.SM.FN.ZS                     NA                   NA
## 42  TM.TAX.MANF.SM.FN.ZS                     NA                   NA
## 43           IC.TAX.METG                     NA                   NA
## 44     GC.TAX.YPKG.RV.ZS                     NA                   NA
## 45           IC.TAX.DURS                     NA                   NA
## 46        GC.TAX.TOTL.CN                     NA                   NA
## 47     TM.TAX.TCOM.BR.ZS                     NA                   NA
## 48     TM.TAX.MANF.BR.ZS                     NA                   NA
## 49     TM.TAX.TCOM.SR.ZS                     NA                   NA
## 50     TM.TAX.MANF.SR.ZS                     NA                   NA
## 51     IC.TAX.PRFT.CP.ZS                     NA                   NA
## 52        GC.TAX.EXPT.ZS                     NA                   NA
## 53     GC.TAX.OTHR.RV.ZS                     NA                   NA
## 54     TG.VAL.TOTL.GD.ZS           10.819649130            4.8875896
## 55        NY.GDP.MKTP.KD   3312006963.000000000   3375208865.0000000
## 56     NY.GDP.COAL.RT.ZS                     NA                   NA
## 57     NY.GDP.PCAP.PP.KD                     NA                   NA
## 58     NY.GDP.MINR.RT.ZS                     NA                   NA
## 59        NY.GDP.MKTP.KN 253000000000.000000000 258000000000.0000000
## 60  NY.GDP.DEFL.KD.ZG.AD                     NA                   NA
## 61        NV.SRV.TOTL.ZS           98.605729370           98.6183074
## 62     ER.GDP.FWTL.M3.KD                     NA                   NA
## 63  BX.TRF.PWKR.DT.GD.ZS                     NA                   NA
## 64     SL.GDP.PCAP.EM.KD                     NA                   NA
## 65     SE.XPD.TERT.PC.ZS                     NA                   NA
## 66        NY.GDS.TOTL.ZS                     NA                   NA
## 67     NY.GDP.MKTP.KD.ZG                     NA            1.9082660
## 68     NY.GDP.DEFL.KD.ZG                     NA            2.6880000
## 69     SH.XPD.CHEX.GD.ZS                     NA                   NA
## 70     SE.XPD.PRIM.PC.ZS                     NA                   NA
## 71     NY.GDP.PETR.RT.ZS                     NA                   NA
## 72        NY.GDP.MKTP.CD    508334414.000000000    531959561.6000000
## 73        NE.DAB.TOTL.ZS                     NA                   NA
## 74     SH.XPD.GHED.GD.ZS                     NA                   NA
## 75     SE.XPD.TOTL.GD.ZS                     NA                   NA
## 76        PA.NUS.PPPC.RF                     NA                   NA
## 77     NY.GDP.MKTP.PP.KD                     NA                   NA
## 78     NY.GDP.DEFL.ZS.AD                     NA                   NA
## 79        NE.GDI.TOTL.ZS                     NA                   NA
## 80     GC.TAX.TOTL.GD.ZS                     NA                   NA
## 81     FS.AST.DOMS.GD.ZS                     NA                   NA
## 82     FM.AST.PRVT.GD.ZS            1.045701034            1.2262522
## 83     EN.ATM.CO2E.KD.GD                     NA                   NA
## 84     NY.GDP.PCAP.PP.CD                     NA                   NA
## 85     NY.GDP.FRST.RT.ZS                     NA                   NA
## 86        NE.GDI.FTOT.ZS                     NA                   NA
## 87     SE.XPD.SECO.PC.ZS                     NA                   NA
## 88     NY.GDP.MKTP.CN.AD                     NA                   NA
## 89        NV.IND.MANF.ZS                     NA                   NA
## 90        NE.TRD.GNFS.ZS                     NA                   NA
## 91     GC.REV.XGRT.GD.ZS                     NA                   NA
## 92     GB.XPD.RSDV.GD.ZS                     NA                   NA
## 93  EG.USE.COMM.GD.PP.KD                     NA                   NA
## 94     GC.NLD.TOTL.GD.ZS                     NA                   NA
## 95     BN.CAB.XOKA.GD.ZS                     NA                   NA
## 96     BG.GSR.NFSV.GD.ZS                     NA                   NA
## 97        NE.CON.PRVT.ZS                     NA                   NA
## 98     GC.LBL.TOTL.GD.ZS                     NA                   NA
## 99     FS.AST.PRVT.GD.ZS            1.045701034            1.2262522
## 100 BM.KLT.DINV.WD.GD.ZS                     NA                   NA
## 101       NY.GDP.PCAP.KD          327.757278300          328.7351119
## 102       NY.GDP.FCST.CN   3818999800.000000000   3996999900.0000000
## 103    FS.AST.CGOV.GD.ZS            0.002581978           -0.1579077
## 104    EN.ATM.CO2E.PP.GD                     NA                   NA
## 105 EG.GDP.PUSE.KO.PP.KD                     NA                   NA
## 106    EG.EGY.PRIM.PP.KD                     NA                   NA
## 107    GC.NFN.TOTL.GD.ZS                     NA                   NA
## 108    FM.LBL.BMNY.GD.ZS            5.411825598            6.3237110
## 109    NY.GDP.PCAP.KD.ZG                     NA            0.2983408
## 110       NY.GDP.FCST.KD                     NA                   NA
## 111    NY.GDP.TOTL.RT.ZS                     NA                   NA
## 112       NY.GDP.MKTP.CN   3872999900.000000000   4052999900.0000000
## 113       NE.RSB.GNFS.ZS                     NA                   NA
## 114    MS.MIL.XPND.GD.ZS                     NA                   NA
## 115    NY.GDP.NGAS.RT.ZS                     NA                   NA
## 116       NY.GDP.DISC.CN                     NA                   NA
## 117       NV.IND.TOTL.ZS                     NA                   NA
## 118       NE.GDI.FPRV.ZS                     NA                   NA
## 119    GC.DOD.TOTL.GD.ZS                     NA                   NA
## 120    FS.AST.DOMO.GD.ZS                     NA                   NA
## 121 EN.ATM.CO2E.PP.GD.KD                     NA                   NA
## 122 BX.KLT.DINV.WD.GD.ZS                     NA                   NA
## 123       NY.GDP.PCAP.KN        25056.702990000        25131.4573400
## 124       NY.GDP.FCST.KN                     NA                   NA
## 125       NE.IMP.GNFS.ZS                     NA                   NA
## 126       NY.GNS.ICTR.ZS                     NA                   NA
## 127       NY.GDP.PCAP.CD           50.304937720           51.8112487
## 128       NY.GDP.DISC.KN                     NA                   NA
## 129       NV.AGR.TOTL.ZS                     NA                   NA
## 130    CM.MKT.TRAD.GD.ZS                     NA                   NA
## 131    CM.MKT.LCAP.GD.ZS                     NA                   NA
## 132           PA.NUS.PPP                     NA                   NA
## 133    NY.GDP.MKTP.PP.CD                     NA                   NA
## 134       NY.GDP.DEFL.ZS            1.529623912            1.5707402
## 135       NE.EXP.GNFS.ZS                     NA                   NA
## 136       NY.GDP.PCAP.CN          383.273320500          394.7499041
## 137       NY.GDP.FCST.CD    501246856.500000000    524609515.7000000
## 138       NE.CON.TOTL.ZS                     NA                   NA
## 139    GC.AST.TOTL.GD.ZS                     NA                   NA
## 140    EG.GDP.PUSE.KO.PP                     NA                   NA
## 141       NE.CON.GOVT.ZS                     NA                   NA
## 142    GC.XPN.TOTL.GD.ZS                     NA                   NA
## 143    FD.AST.PRVT.GD.ZS            1.040537078            1.2139156
##                     X1962                X1963               X1964
## 1                      NA                   NA                  NA
## 2                      NA                   NA                  NA
## 3                      NA                   NA                  NA
## 4                      NA                   NA                  NA
## 5                      NA                   NA                  NA
## 6                      NA                   NA                  NA
## 7                      NA                   NA                  NA
## 8                      NA                   NA                  NA
## 9                      NA                   NA                  NA
## 10                     NA                   NA                  NA
## 11                     NA                   NA                  NA
## 12                     NA                   NA                  NA
## 13                     NA                   NA                  NA
## 14                     NA                   NA                  NA
## 15                     NA                   NA                  NA
## 16                     NA                   NA                  NA
## 17      61000000.00000000     64000000.0000000     70000000.000000
## 18                     NA                   NA                  NA
## 19                     NA                   NA                  NA
## 20                     NA                   NA                  NA
## 21                     NA                   NA                  NA
## 22                     NA                   NA                  NA
## 23                     NA                   NA                  NA
## 24                     NA                   NA                  NA
## 25                     NA                   NA                  NA
## 26                     NA                   NA                  NA
## 27                     NA                   NA                  NA
## 28                     NA                   NA                  NA
## 29                     NA                   NA                  NA
## 30                     NA                   NA                  NA
## 31                     NA                   NA                  NA
## 32                     NA                   NA                  NA
## 33                     NA                   NA                  NA
## 34                     NA                   NA                  NA
## 35                     NA                   NA                  NA
## 36                     NA                   NA                  NA
## 37                     NA                   NA                  NA
## 38                     NA                   NA                  NA
## 39                     NA                   NA                  NA
## 40       8006300.03900000      6890092.2630000      6913580.247000
## 41                     NA                   NA                  NA
## 42                     NA                   NA                  NA
## 43                     NA                   NA                  NA
## 44                     NA                   NA                  NA
## 45                     NA                   NA                  NA
## 46                     NA                   NA                  NA
## 47                     NA                   NA                  NA
## 48                     NA                   NA                  NA
## 49                     NA                   NA                  NA
## 50                     NA                   NA                  NA
## 51                     NA                   NA                  NA
## 52                     NA                   NA                  NA
## 53                     NA                   NA                  NA
## 54             5.22565146           23.5437153           28.421759
## 55    3439686156.00000000   3504872049.0000000   3768874732.000000
## 56                     NA                   NA                  NA
## 57                     NA                   NA                  NA
## 58                     NA                   NA                  NA
## 59  263000000000.00000000 268000000000.0000000 288000000000.000000
## 60                     NA                   NA                  NA
## 61            98.60539098           98.6135182           98.606407
## 62                     NA                   NA                  NA
## 63                     NA                   NA                  NA
## 64                     NA                   NA                  NA
## 65                     NA                   NA                  NA
## 66                     NA                   NA                  NA
## 67             1.91032003            1.8951116            7.532449
## 68             5.89709100            3.5699251            1.194720
## 69                     NA                   NA                  NA
## 70                     NA                   NA                  NA
## 71                     NA                   NA                  NA
## 72     574091101.20000005    496947904.4000000    496098775.300000
## 73                     NA                   NA                  NA
## 74                     NA                   NA                  NA
## 75                     NA                   NA                  NA
## 76                     NA                   NA                  NA
## 77                     NA                   NA                  NA
## 78                     NA                   NA                  NA
## 79                     NA                   NA                  NA
## 80                     NA                   NA                  NA
## 81                     NA                   NA                  NA
## 82             1.25285777            1.2348354            1.499104
## 83                     NA                   NA                  NA
## 84                     NA                   NA                  NA
## 85                     NA                   NA                  NA
## 86                     NA                   NA                  NA
## 87                     NA                   NA                  NA
## 88                     NA                   NA                  NA
## 89                     NA                   NA                  NA
## 90                     NA                   NA                  NA
## 91                     NA                   NA                  NA
## 92                     NA                   NA                  NA
## 93                     NA                   NA                  NA
## 94                     NA                   NA                  NA
## 95                     NA                   NA                  NA
## 96                     NA                   NA                  NA
## 97                     NA                   NA                  NA
## 98                     NA                   NA                  NA
## 99             1.25285777            1.2348354            1.499104
## 100                    NA                   NA                  NA
## 101          329.68826720          330.5042565          349.489003
## 102   4312999900.00000000   4552000000.0000000   4952999900.000000
## 103           -0.03886603           -0.3531196           -0.806291
## 104                    NA                   NA                  NA
## 105                    NA                   NA                  NA
## 106                    NA                   NA                  NA
## 107                    NA                   NA                  NA
## 108            6.09739355            7.2595321            8.333665
## 109            0.28994631            0.2475033            5.744176
## 110                    NA                   NA                  NA
## 111                    NA                   NA                  NA
## 112   4374000100.00000000   4616000000.0000000   5023000100.000000
## 113                    NA                   NA                  NA
## 114                    NA                   NA                  NA
## 115                    NA                   NA                  NA
## 116                    NA                   NA                  NA
## 117                    NA                   NA                  NA
## 118                    NA                   NA                  NA
## 119                    NA                   NA                  NA
## 120                    NA                   NA                  NA
## 121                    NA                   NA                  NA
## 122                    NA                   NA                  NA
## 123        25204.32508000        25266.7066100        26718.070750
## 124                    NA                   NA                  NA
## 125                    NA                   NA                  NA
## 126                    NA                   NA                  NA
## 127           55.02568891           46.8614533           46.003404
## 128                    NA                   NA                  NA
## 129                    NA                   NA                  NA
## 130                    NA                   NA                  NA
## 131                    NA                   NA                  NA
## 132                    NA                   NA                  NA
## 133                    NA                   NA                  NA
## 134            1.66336818            1.7227492            1.743331
## 135                    NA                   NA                  NA
## 136          419.24072380          435.2819809          465.784464
## 137    566084774.89999998    490057812.2000000    489185175.300000
## 138                    NA                   NA                  NA
## 139                    NA                   NA                  NA
## 140                    NA                   NA                  NA
## 141                    NA                   NA                  NA
## 142                    NA                   NA                  NA
## 143            1.22770916            1.1676776            1.421461
##                    X1965                X1966                 X1967
## 1                     NA                   NA                    NA
## 2                     NA                   NA                    NA
## 3     1075144628.0000000   1406731222.0000000   1185673493.00000000
## 4                     NA                   NA                    NA
## 5                     NA                   NA                    NA
## 6                     NA                   NA                    NA
## 7                     NA                   NA                    NA
## 8                     NA                   NA                    NA
## 9                     NA                   NA                    NA
## 10                    NA                   NA                    NA
## 11                    NA                   NA                    NA
## 12                    NA                   NA                    NA
## 13                    NA                   NA                    NA
## 14                    NA                   NA                    NA
## 15                    NA                   NA                    NA
## 16                    NA                   NA                    NA
## 17      78000000.0000000    178000000.0000000     91000000.00000000
## 18                    NA                   NA                    NA
## 19                    NA                   NA                    NA
## 20                    NA                   NA                    NA
## 21                    NA                   NA                    NA
## 22                    NA                   NA                    NA
## 23                    NA                   NA                    NA
## 24                    NA                   NA                    NA
## 25                    NA                   NA                    NA
## 26                    NA                   NA                    NA
## 27                    NA                   NA                    NA
## 28                    NA                   NA                    NA
## 29                    NA                   NA                    NA
## 30                    NA                   NA                    NA
## 31                    NA                   NA                    NA
## 32                    NA                   NA                    NA
## 33                    NA                   NA                    NA
## 34                    NA                   NA                    NA
## 35                    NA                   NA                    NA
## 36                    NA                   NA                    NA
## 37                    NA                   NA                    NA
## 38                    NA                   NA                    NA
## 39                    NA                   NA                    NA
## 40      10237563.9800000     23362646.0200000     11943824.65000000
## 41                    NA                   NA                    NA
## 42                    NA                   NA                    NA
## 43                    NA                   NA                    NA
## 44                    NA                   NA                    NA
## 45                    NA                   NA                    NA
## 46                    NA                   NA                    NA
## 47                    NA                   NA                    NA
## 48                    NA                   NA                    NA
## 49                    NA                   NA                    NA
## 50                    NA                   NA                    NA
## 51                    NA                   NA                    NA
## 52                    NA                   NA                    NA
## 53                    NA                   NA                    NA
## 54            22.4408251           13.8948324           13.18330455
## 55    3723528046.0000000   3985688368.0000000   3923053375.00000000
## 56                    NA                   NA                    NA
## 57                    NA                   NA                    NA
## 58                    NA                   NA                    NA
## 59  285000000000.0000000 305000000000.0000000 300000000000.00000000
## 60                    NA                   NA                    NA
## 61            23.1702967           19.6989472           22.52533402
## 62                    NA                   NA                    NA
## 63                    NA                   NA                    NA
## 64                    NA                   NA                    NA
## 65                    NA                   NA                    NA
## 66                    NA                   NA                    NA
## 67            -1.2031890            7.0406431           -1.57149750
## 68            12.8851940           15.2188135           -5.66766503
## 69                    NA                   NA                    NA
## 70                    NA                   NA                    NA
## 71                    NA                   NA                    NA
## 72     735267082.3000000    906811943.8000000    841974025.50000000
## 73                    NA                   NA                    NA
## 74                    NA                   NA                    NA
## 75                    NA                   NA                    NA
## 76                    NA                   NA                    NA
## 77                    NA                   NA                    NA
## 78                    NA                   NA                    NA
## 79             6.4441272            4.8342740            4.98830857
## 80                    NA                   NA                    NA
## 81                    NA                   NA                    NA
## 82             1.8939665            1.7889709            1.92049880
## 83                    NA                   NA                    NA
## 84                    NA                   NA                    NA
## 85                    NA                   NA                    NA
## 86                    NA                   NA                    NA
## 87                    NA                   NA                    NA
## 88                    NA                   NA                    NA
## 89             3.2845413            3.4303082            3.41387368
## 90            21.6886830           14.4015049           13.82696783
## 91                    NA                   NA                    NA
## 92                    NA                   NA                    NA
## 93                    NA                   NA                    NA
## 94                    NA                   NA                    NA
## 95                    NA                   NA                    NA
## 96                    NA                   NA                    NA
## 97                    NA                   NA                    NA
## 98                    NA                   NA                    NA
## 99             1.8939665            1.7889709            1.92049880
## 100                   NA                   NA                    NA
## 101          339.3381853          356.7400014          344.64248770
## 102   5523999900.0000000   6731000200.0000000   6324000100.00000000
## 103           -0.4034274            0.4067159            0.56742010
## 104                   NA                   NA                    NA
## 105                   NA                   NA                    NA
## 106                   NA                   NA                    NA
## 107                   NA                   NA                    NA
## 108            9.3787935            8.0460267            9.37802012
## 109           -2.9044742            5.1281632           -3.39112902
## 110   3686900953.0000000   3942894641.0000000   3883721670.00000000
## 111                   NA                   NA                    NA
## 112   5601999900.0000000   6909000200.0000000   6415000100.00000000
## 113           -6.1585149           -3.1118830           -0.07794232
## 114                   NA                   NA                    NA
## 115                   NA                   NA                    NA
## 116                   NA                   NA                    NA
## 117           10.8532669            9.0316975            9.82073251
## 118                   NA                   NA                    NA
## 119                   NA                   NA                    NA
## 120                   NA                   NA                    NA
## 121                   NA                   NA                    NA
## 122                   NA                   NA                    NA
## 123        25942.0512800        27272.4020200        26347.55968000
## 124 285000000000.0000000 305000000000.0000000 300000000000.00000000
## 125           13.9235990            8.7566939            6.95245507
## 126                   NA                   NA                    NA
## 127           67.0074710           81.1644224           73.96790076
## 128                   NA                   NA                    NA
## 129           64.5840765           68.6930057           66.23538322
## 130                   NA                   NA                    NA
## 131                   NA                   NA                    NA
## 132                   NA                   NA                    NA
## 133                   NA                   NA                    NA
## 134            1.9679628            2.2674634            2.13895117
## 135            7.7650840            5.6448110            6.87451275
## 136          510.5299213          618.3917340          563.56143590
## 137    725029518.3000000    883449297.8000000    830030200.79999995
## 138                   NA                   NA                    NA
## 139                   NA                   NA                    NA
## 140                   NA                   NA                    NA
## 141                   NA                   NA                    NA
## 142                   NA                   NA                    NA
## 143            1.8332739            1.6196265            1.82696802
##                    X1968               X1969                X1970
## 1                     NA                  NA                   NA
## 2                     NA                  NA                   NA
## 3     1446923644.0000000   3024472246.000000  -1115337050.0000000
## 4                     NA                  NA                   NA
## 5                     NA                  NA                   NA
## 6                     NA                  NA                   NA
## 7                     NA                  NA                   NA
## 8                     NA                  NA                   NA
## 9                     NA                  NA                   NA
## 10                    NA                  NA                   NA
## 11                    NA                  NA                   NA
## 12                    NA                  NA                   NA
## 13                    NA                  NA                   NA
## 14                    NA                  NA                   NA
## 15                    NA                  NA                   NA
## 16                    NA                  NA                   NA
## 17     108000000.0000000    161000000.000000     55000000.0000000
## 18                    NA                  NA                   NA
## 19                    NA                  NA                   NA
## 20                    NA                  NA                   NA
## 21                    NA                  NA                   NA
## 22                    NA                  NA                   NA
## 23                    NA                  NA                   NA
## 24                    NA                  NA                   NA
## 25                    NA                  NA                   NA
## 26                    NA                  NA                   NA
## 27                    NA                  NA                   NA
## 28                    NA                  NA                   NA
## 29                    NA                  NA                   NA
## 30                    NA                  NA                   NA
## 31                    NA                  NA                   NA
## 32                    NA                  NA                   NA
## 33                    NA                  NA                   NA
## 34                    NA                  NA                   NA
## 35                    NA                  NA                   NA
## 36                    NA                  NA                   NA
## 37                    NA                  NA                   NA
## 38                    NA                  NA                   NA
## 39                    NA                  NA                   NA
## 40      11627030.6900000     15901234.570000      5432098.7650000
## 41                    NA                  NA                   NA
## 42                    NA                  NA                   NA
## 43                    NA                  NA                   NA
## 44                    NA                  NA                   NA
## 45                    NA                  NA                   NA
## 46                    NA                  NA                   NA
## 47                    NA                  NA                   NA
## 48                    NA                  NA                   NA
## 49                    NA                  NA                   NA
## 50                    NA                  NA                   NA
## 51                    NA                  NA                   NA
## 52                    NA                  NA                   NA
## 53                    NA                  NA                   NA
## 54            13.5970092           17.625235           13.5107778
## 55    3949552951.0000000   4125838151.000000   4232119417.0000000
## 56                    NA                  NA                   NA
## 57                    NA                  NA                   NA
## 58                    NA                  NA            0.0000000
## 59  302000000000.0000000 315000000000.000000 324000000000.0000000
## 60                    NA                  NA                   NA
## 61            21.0232853           21.202253           21.0424259
## 62                    NA                  NA                   NA
## 63                    NA                  NA                   NA
## 64                    NA                  NA                   NA
## 65                    NA                  NA                   NA
## 66                    NA                  NA                   NA
## 67             0.6754835            4.463422            2.5759921
## 68            11.0658262            6.563831            7.0483308
## 69                    NA                  NA                   NA
## 70                    NA                  NA                   NA
## 71                    NA                  NA                   NA
## 72     772228643.4000000    788641965.400000    865975308.6000000
## 73                    NA                  NA                   NA
## 74                    NA                  NA                   NA
## 75                    NA                  NA                   NA
## 76                    NA                  NA                   NA
## 77                    NA                  NA                   NA
## 78                    NA                  NA                   NA
## 79             5.6879965            4.846587            5.9648723
## 80                    NA                  NA                   NA
## 81                    NA                  NA                   NA
## 82             2.2152516            2.414527            2.8695255
## 83                    NA                  NA                   NA
## 84                    NA                  NA                   NA
## 85                    NA                  NA            1.5473355
## 86                    NA                  NA                   NA
## 87                    NA                  NA                   NA
## 88                    NA                  NA                   NA
## 89             3.5689390            3.844709            3.6838504
## 90            14.3454618           17.232311           13.2071168
## 91                    NA                  NA                   NA
## 92                    NA                  NA                   NA
## 93                    NA                  NA                   NA
## 94                    NA                  NA                   NA
## 95                    NA                  NA                   NA
## 96                    NA                  NA                   NA
## 97                    NA                  NA                   NA
## 98                    NA                  NA                   NA
## 99             2.2152516            2.414527            2.8695255
## 100                   NA                  NA                   NA
## 101          340.3636539          348.623382          350.4968780
## 102   7065000200.0000000   7823999900.000000   8713000000.0000000
## 103           -2.3713927           -2.623669           -2.2810219
## 104                   NA                  NA                   NA
## 105                   NA                  NA                   NA
## 106                   NA                  NA                   NA
## 107                   NA                  NA                   NA
## 108           10.0097585           11.551660           10.5075274
## 109           -1.2415282            2.426736            0.5373982
## 110   3906404576.0000000   4059550032.000000   4223262069.0000000
## 111                   NA                  NA            1.5473355
## 112   7173000200.0000000   7984999900.000000   8768000000.0000000
## 113           -0.6552349           -3.206011           -3.3987226
## 114                   NA                  NA            0.5930193
## 115                   NA                  NA                   NA
## 116                   NA                  NA                   NA
## 117           10.0794644           10.356919           11.4621350
## 118                   NA                  NA                   NA
## 119                   NA                  NA                   NA
## 120                   NA                  NA                   NA
## 121                   NA                  NA                   NA
## 122                   NA                  NA                   NA
## 123        26020.4472900        26651.894930        26795.1217300
## 124 302000000000.0000000 314000000000.000000 327000000000.0000000
## 125            7.5003483           10.219161            8.3029197
## 126                   NA                  NA                   NA
## 127           66.5489401           66.638346           71.7185911
## 128                   NA                  NA                   NA
## 129           67.3916041           66.424547           66.8681581
## 130                   NA                  NA                   NA
## 131                   NA                  NA                   NA
## 132                   NA                  NA                   NA
## 133                   NA                  NA                   NA
## 134            2.3756438            2.531577            2.7100110
## 135            6.8451134            7.013150            4.9041971
## 136          618.1531398          674.713251          726.1507352
## 137    760601612.7000000    772740730.900000    860543209.9000000
## 138                   NA                  NA                   NA
## 139                   NA                  NA                   NA
## 140                   NA                  NA                   NA
## 141                   NA                  NA                   NA
## 142                   NA                  NA                   NA
## 143            2.1413634            2.275517            2.7395073
##                    X1971                  X1972                  X1973
## 1                     NA                     NA                     NA
## 2                     NA                     NA                     NA
## 3     2481876086.0000000   4049376524.000000000   3225433883.000000000
## 4                     NA                     NA                     NA
## 5                     NA                     NA                     NA
## 6                     NA                     NA                     NA
## 7                     NA                     NA                     NA
## 8                     NA                     NA                     NA
## 9                     NA                     NA                     NA
## 10                    NA                     NA                     NA
## 11                    NA                     NA                     NA
## 12                    NA                     NA                     NA
## 13                    NA                     NA                     NA
## 14                    NA                     NA                     NA
## 15                    NA                     NA                     NA
## 16                    NA                     NA                     NA
## 17     163000000.0000000    239000000.000000000    204000000.000000000
## 18                    NA                     NA                     NA
## 19                    NA                     NA                     NA
## 20                    NA                     NA                     NA
## 21                    NA                     NA                     NA
## 22                    NA                     NA                     NA
## 23                    NA                     NA                     NA
## 24                    NA                     NA                     NA
## 25                    NA                     NA                     NA
## 26                    NA                     NA                     NA
## 27                    NA                     NA                     NA
## 28                    NA                     NA                     NA
## 29                    NA                     NA                     NA
## 30                    NA                     NA                     NA
## 31                    NA                     NA                     NA
## 32                    NA                     NA                     NA
## 33                    NA                     NA                     NA
## 34                    NA                     NA                     NA
## 35                    NA                     NA                     NA
## 36                    NA                     NA                     NA
## 37                    NA                     NA                     NA
## 38                    NA                     NA                     NA
## 39                    NA                     NA                     NA
## 40      16098765.4300000     23604938.270000000     19892541.270000000
## 41                    NA                     NA                     NA
## 42                    NA                     NA                     NA
## 43                    NA                     NA                     NA
## 44                    NA                     NA                     NA
## 45                    NA                     NA                     NA
## 46                    NA                     NA                     NA
## 47                    NA                     NA                     NA
## 48                    NA                     NA                     NA
## 49                    NA                     NA                     NA
## 50                    NA                     NA                     NA
## 51                    NA                     NA                     NA
## 52                    NA                     NA                     NA
## 53                    NA                     NA                     NA
## 54            15.0662893           13.963496420           17.179272060
## 55    4181529368.0000000   4311901106.000000000   4291353333.000000000
## 56             0.0000000            0.000000000            0.000000000
## 57                    NA                     NA                     NA
## 58             0.0000000            0.000000000            0.000000000
## 59  320000000000.0000000 330000000000.000000000 328000000000.000000000
## 60                    NA                     NA                     NA
## 61            22.1973620           20.754176070           23.031401420
## 62                    NA                     NA                     NA
## 63                    NA                     NA                     NA
## 64                    NA                     NA                     NA
## 65                    NA                     NA                     NA
## 66                    NA                     NA                     NA
## 67            -1.1953833            3.117800364           -0.476536268
## 68             3.1721761           12.502683340           -3.397305595
## 69                    NA                     NA                     NA
## 70                    NA                     NA                     NA
## 71             0.0000000            0.000000000            0.000000000
## 72     882765471.6000000   1024098805.000000000    972101725.000000000
## 73                    NA                     NA                     NA
## 74                    NA                     NA                     NA
## 75                    NA                     NA                     NA
## 76                    NA                     NA                     NA
## 77                    NA                     NA                     NA
## 78                    NA                     NA                     NA
## 79             7.7534120            7.329539692            9.178452837
## 80                    NA                     NA                     NA
## 81                    NA                     NA                     NA
## 82             3.8397850            3.515285813            4.790851448
## 83                    NA                     NA                     NA
## 84                    NA                     NA                     NA
## 85             1.4022809            1.174958540            2.113309698
## 86                    NA                     NA                     NA
## 87                    NA                     NA                     NA
## 88                    NA                     NA                     NA
## 89             3.7592301            3.944449650            4.002407303
## 90            14.5334520           13.578936690           16.982645520
## 91                    NA                     NA                     NA
## 92                    NA                     NA                     NA
## 93                    NA                     NA                     NA
## 94                    NA                     NA                     NA
## 95                    NA                     NA                     NA
## 96                    NA                     NA                     NA
## 97                    NA                     NA                     NA
## 98                    NA                     NA                     NA
## 99             3.8397850            3.515285813            4.790851448
## 100                   NA                     NA                     NA
## 101          339.3001296          342.672848000          333.900162100
## 102   8775000400.0000000  10130000400.000000000   9765000400.000000000
## 103           -0.7354844            0.012482486            0.216202118
## 104                   NA                     NA                     NA
## 105                   NA                     NA                     NA
## 106                   NA                     NA                     NA
## 107                   NA                     NA                     NA
## 108           12.2812704           12.372455880           16.489115600
## 109           -3.1945358            0.994022145           -2.560076152
## 110   4122527100.0000000   4230165653.000000000   4221289620.000000000
## 111            1.4022809            1.174958540            2.113309698
## 112   8938000400.0000000  10369000400.000000000   9969000400.000000000
## 113           -3.7256655           -2.256726695           -3.761660999
## 114            0.6179106            0.647556299            0.657680994
## 115            0.0000000            0.000000000            0.000000000
## 116                   NA                     NA                     NA
## 117            9.1407470            9.094415697            9.589727773
## 118                   NA                     NA                     NA
## 119                   NA                     NA                     NA
## 120                   NA                     NA                     NA
## 121                   NA                     NA                     NA
## 122                   NA            0.002929405           -0.001028699
## 123        25939.1419600        26196.982770000        25526.320070000
## 124 319000000000.0000000 327000000000.000000000 327000000000.000000000
## 125            9.1295588            7.917831694           10.372153260
## 126                   NA                     NA                     NA
## 127           71.6298781           81.386573000           75.636960740
## 128                   NA                     NA                     NA
## 129           66.8382170           67.846460880           65.332527220
## 130                   NA                     NA                     NA
## 131                   NA                     NA                     NA
## 132                   NA                     NA                     NA
## 133                   NA                     NA                     NA
## 134            2.7959773            3.145549465            3.038685537
## 135            5.4038932            5.661104999            6.610492262
## 136          725.2525157          824.039051600          775.664596100
## 137    866666706.2000000   1000493867.000000000    952209183.700000048
## 138                   NA                     NA                     NA
## 139                   NA                     NA                     NA
## 140                   NA                     NA                     NA
## 141                   NA                     NA                     NA
## 142                   NA                     NA                     NA
## 143            3.7155962            3.437168350            4.603269953
##                     X1974                X1975                  X1976
## 1                      NA                   NA                     NA
## 2                      NA                   NA                     NA
## 3     6511156281.00000000   9405003569.0000000  12570149882.000000000
## 4                      NA                   NA                     NA
## 5                      NA                   NA                     NA
## 6                      NA                   NA                     NA
## 7                      NA                   NA                     NA
## 8                      NA                   NA                     NA
## 9                      NA                   NA                     NA
## 10                     NA                   NA                     NA
## 11                     NA                   NA                     NA
## 12                     NA                   NA                     NA
## 13                     NA                   NA                     NA
## 14                     NA                   NA                     NA
## 15                     NA                   NA                     NA
## 16                     NA                   NA                     NA
## 17     383000000.00000000    635000000.0000000    805000000.000000000
## 18                     NA                   NA                     NA
## 19                     NA                   NA                     NA
## 20                     NA                   NA                     NA
## 21                     NA                   NA                     NA
## 22                     NA                   NA                     NA
## 23                     NA                   NA                     NA
## 24                     NA                   NA                     NA
## 25                     NA                   NA                     NA
## 26                     NA                   NA                     NA
## 27                     NA                   NA                     NA
## 28                     NA                   NA                     NA
## 29                     NA                   NA                     NA
## 30                     NA                   NA                     NA
## 31                     NA                   NA                     NA
## 32                     NA                   NA                     NA
## 33                     NA                   NA                     NA
## 34                     NA                   NA                     NA
## 35                     NA                   NA                     NA
## 36                     NA                   NA                     NA
## 37                     NA                   NA                     NA
## 38                     NA                   NA                     NA
## 39                     NA                   NA                     NA
## 40      36420692.28000000     60384176.4900000     67235734.329999998
## 41                     NA                   NA                     NA
## 42                     NA                   NA                     NA
## 43                     NA                   NA                     NA
## 44                     NA                   NA                     NA
## 45                     NA                   NA                     NA
## 46                     NA                   NA                     NA
## 47                     NA                   NA                     NA
## 48                     NA                   NA                     NA
## 49                     NA                   NA                     NA
## 50                     NA                   NA                     NA
## 51                     NA                   NA                     NA
## 52                     NA                   NA                     NA
## 53                     NA                   NA                     NA
## 54            16.42098752           17.2611914           17.965395070
## 55    4563150075.00000000   4629611019.0000000   4833246135.000000000
## 56             0.00000000            0.0000000            0.000000000
## 57                     NA                   NA                     NA
## 58             0.09453894            0.0000000            0.000000000
## 59  349000000000.00000000 354000000000.0000000 369000000000.000000000
## 60                     NA                   NA                     NA
## 61            19.88600640           19.2987746           20.840519260
## 62                     NA                   NA                     NA
## 63                     NA                   NA                     NA
## 64                     NA                   NA                     NA
## 65                     NA                   NA                     NA
## 66                     NA           10.0295692           11.728183350
## 67             6.33359037            1.4564707            4.398536178
## 68            20.82566953           27.5227470            0.544042340
## 69                     NA                   NA                     NA
## 70                     NA                   NA                     NA
## 71             0.00000000            0.0000000            0.000000000
## 72    1217953547.00000000   1575789254.0000000   1452792989.000000000
## 73                     NA          104.4656328          103.403471300
## 74                     NA                   NA                     NA
## 75                     NA                   NA                     NA
## 76                     NA                   NA                     NA
## 77                     NA                   NA                     NA
## 78                     NA                   NA                     NA
## 79             8.76015025           14.4952020           15.131654680
## 80                     NA                   NA                     NA
## 81                     NA                   NA                     NA
## 82             4.88600894            4.4125280            3.625962997
## 83                     NA                   NA                     NA
## 84                     NA                   NA                     NA
## 85             1.94522473            3.4361003            2.285661967
## 86                     NA           13.4150029           14.045073670
## 87                     NA                   NA                     NA
## 88                     NA                   NA                     NA
## 89             4.10680840            4.0070002            3.966885156
## 90            15.99781527           22.2678187           24.951132140
## 91                     NA                   NA                     NA
## 92                     NA                   NA                     NA
## 93                     NA                   NA                     NA
## 94                     NA                   NA                     NA
## 95                     NA                   NA            1.275887214
## 96                     NA                   NA            7.168953968
## 97                     NA           82.3848903           80.832469710
## 98                     NA                   NA                     NA
## 99             4.88600894            4.4125280            3.625962997
## 100                    NA                   NA            0.000000000
## 101          347.50283480          344.9690325          352.291126700
## 102  12424999500.00000000  15935999800.0000000  16588999900.000000000
## 103            0.71184724            1.3495835            3.014832718
## 104                    NA                   NA                     NA
## 105                    NA                   NA                     NA
## 106                    NA                   NA                     NA
## 107                    NA                   NA                     NA
## 108           15.02888878           13.0336131           15.950327790
## 109            4.07387424           -0.7291458            2.122536677
## 110   4445442468.00000000   4470943244.0000000   4629019828.000000000
## 111            2.03976368            3.4361003            2.285661967
## 112  12807999500.00000000  16570999800.0000000  17393999900.000000000
## 113           -5.09837699           -4.4656328           -3.403471906
## 114            0.60723646            0.6821728            0.856261176
## 115            0.00000000            0.0000000            0.000000000
## 116                    NA            0.0000000          100.000000000
## 117            8.70549768            7.8631351            8.445440430
## 118                    NA           10.3675096           10.411636830
## 119                    NA                   NA                     NA
## 120                    NA                   NA                     NA
## 121                    NA                   NA                     NA
## 122            0.02052623                   NA           -0.002753317
## 123        26566.23024000        26372.5236900        26932.290180000
## 124 344000000000.00000000 346000000000.0000000 358000000000.000000000
## 125           10.54809613           13.3667258           14.177302020
## 126                    NA                   NA           15.321268610
## 127           92.75222233          117.4177468          105.892823300
## 128                    NA                   NA                     NA
## 129           68.41817725           69.0060946           66.086007620
## 130                    NA                   NA                     NA
## 131                    NA                   NA                     NA
## 132                    NA                   NA                     NA
## 133                    NA                   NA                     NA
## 134            3.67151215            4.6820131            4.707485278
## 135            5.44971914            8.9010930           10.773830120
## 136          975.38237000         1234.7650250         1267.833595000
## 137   1181532855.00000000   1515405078.0000000   1385557255.000000000
## 138                    NA           89.9704308           88.271816650
## 139                    NA                   NA                     NA
## 140                    NA                   NA                     NA
## 141                    NA            7.5855405            7.439346944
## 142                    NA                   NA                     NA
## 143            4.71970662            4.2858005            3.529377967
##                    X1977                 X1978                 X1979
## 1                     NA                    NA                    NA
## 2                     NA                    NA                    NA
## 3    17604237553.0000000  20950281283.00000000  20859818526.00000000
## 4                     NA                    NA                    NA
## 5                     NA                    NA                    NA
## 6                     NA                    NA                    NA
## 7                     NA                    NA                    NA
## 8                     NA                    NA                    NA
## 9                     NA                    NA                    NA
## 10                    NA                    NA                    NA
## 11                    NA                    NA                    NA
## 12                    NA                    NA                    NA
## 13                    NA                    NA                    NA
## 14                    NA                    NA                    NA
## 15                    NA                    NA                    NA
## 16                    NA                    NA                    NA
## 17    1025000000.0000000   1306000000.00000000   1436000000.00000000
## 18                    NA                    NA                    NA
## 19                    NA                    NA                    NA
## 20                    NA                    NA                    NA
## 21                    NA                    NA                    NA
## 22                    NA                    NA                    NA
## 23                    NA                    NA                    NA
## 24                    NA                    NA                    NA
## 25                    NA                    NA                    NA
## 26                    NA                    NA                    NA
## 27                    NA                    NA                    NA
## 28                    NA                    NA                    NA
## 29                    NA                    NA                    NA
## 30                    NA                    NA                    NA
## 31                    NA                    NA                    NA
## 32                    NA                    NA                    NA
## 33                    NA                    NA                    NA
## 34                    NA                    NA                    NA
## 35                    NA                    NA                    NA
## 36                    NA                    NA                    NA
## 37                    NA                    NA                    NA
## 38                    NA                    NA                    NA
## 39                    NA                    NA                    NA
## 40      82000000.0000000    106174545.80000000    119666666.70000000
## 41                    NA                    NA                    NA
## 42                    NA                    NA                    NA
## 43                    NA                    NA                    NA
## 44                    NA                    NA                    NA
## 45                    NA                    NA                    NA
## 46                    NA                    NA                    NA
## 47                    NA                    NA                    NA
## 48                    NA                    NA                    NA
## 49                    NA                    NA                    NA
## 50                    NA                    NA                    NA
## 51                    NA                    NA                    NA
## 52                    NA                    NA                    NA
## 53                    NA                    NA                    NA
## 54            18.0121528           19.44940120           19.60837263
## 55    4979063887.0000000   5198428566.00000000   5321572986.00000000
## 56             0.0000000            0.00000000            0.00000000
## 57                    NA                    NA                    NA
## 58             1.0348756            1.08146437            1.58034008
## 59  381000000000.0000000 397000000000.00000000 407000000000.00000000
## 60                    NA                    NA                    NA
## 61            23.4085642           23.36813558           22.16970505
## 62                    NA                    NA                    NA
## 63                    NA                    NA                    NA
## 64                    NA                    NA                    NA
## 65                    NA                    NA                    NA
## 66            13.4953704           13.37928235           11.63628084
## 67             3.0169734            4.40574139            2.36887779
## 68            -3.5648216            9.37120691            9.97836343
## 69                    NA                    NA                    NA
## 70                    NA                    NA                    NA
## 71             0.0000000            0.00000000            0.00000000
## 72    1382400000.0000000   1604162497.00000000   1851250008.00000000
## 73           102.5289346          104.90066880          104.18185950
## 74                    NA                    NA                    NA
## 75                    NA                    NA                    NA
## 76                    NA                    NA                    NA
## 77                    NA                    NA                    NA
## 78                    NA                    NA                    NA
## 79            16.0243050           18.27995111           15.81814037
## 80                    NA                    NA                    NA
## 81                    NA                    NA                    NA
## 82             4.7881944            5.70393247            6.41998647
## 83                    NA                    NA                    NA
## 84                    NA                    NA                    NA
## 85             8.1378124            6.97365404            2.57123303
## 86            14.9363420           16.69369535           14.68827407
## 87                    NA                    NA                    NA
## 88                    NA                    NA                    NA
## 89             4.2592593            4.02392037            3.81724059
## 90            26.1053229           26.04398790           27.75151912
## 91                    NA                    NA                    NA
## 92                    NA                    NA                    NA
## 93                    NA                    NA                    NA
## 94                    NA                    NA                    NA
## 95            -0.1140046           -1.60462964           -0.61444969
## 96             8.5545167            9.74182784           10.03404667
## 97            79.2129630           79.16582185           79.86045609
## 98                    NA                    NA                    NA
## 99             4.7881944            5.70393247            6.41998647
## 100            0.0000000            0.00000000            0.00000000
## 101          354.9240093          362.31908910          362.58074820
## 102  16255000000.0000000  18426000800.00000000  20779000100.00000000
## 103            4.4843750            4.33002212            4.76209766
## 104                   NA                    NA                    NA
## 105                   NA                    NA                    NA
## 106                   NA                    NA                    NA
## 107                   NA                    NA                    NA
## 108           19.4369213           20.35880720           20.98672059
## 109            0.7473599            2.08356707            0.07221786
## 110   4703408606.0000000   4874587454.00000000   4998287522.00000000
## 111            9.1726880            8.05511842            4.15157311
## 112  17280000000.0000000  19732000800.00000000  22215000100.00000000
## 113           -2.5289352           -4.90066826           -4.18185999
## 114            0.8921431            0.85846425            0.91120572
## 115            0.0000000            0.00000000            0.00000000
## 116          100.0000000         -100.00000000          100.00000000
## 117           10.5381939           11.14433413           11.20414085
## 118           10.9490741           11.05311074            9.56560833
## 119                   NA                    NA                    NA
## 120                   NA                    NA                    NA
## 121                   NA                    NA                    NA
## 122            0.0000000            0.02555851            0.01620527
## 123        27133.5713100        27698.91747000        27718.92103000
## 124 364000000000.0000000 377000000000.00000000 387000000000.00000000
## 125           14.3171291           15.47232808           15.96668955
## 126           17.4432830           17.42714069           16.46995176
## 127           98.5420074          111.80661380          126.13330960
## 128                   NA                    NA                    NA
## 129           60.1215289           58.86884010           60.16205330
## 130                   NA                    NA                    NA
## 131                   NA                    NA                    NA
## 132                   NA                    NA                    NA
## 133                   NA                    NA                    NA
## 134            4.5396718            4.96509387            5.46052898
## 135           11.7881939           10.57165982           11.78482957
## 136         1231.7750930         1375.27725300         1513.59971600
## 137   1300400000.0000000   1497987952.00000000   1731583342.00000000
## 138           86.5046296           86.62071765           88.36371916
## 139                   NA                    NA                    NA
## 140                   NA                    NA                    NA
## 141            7.2916667            7.45489581            8.50326307
## 142                   NA                    NA                    NA
## 143            4.6846065            5.60460144            6.26918746
##                    X1980                X1981                  X1982
## 1                     NA                   NA                     NA
## 2                     NA                   NA                     NA
## 3    19654043511.0000000  23180946411.0000000  22186183085.000000000
## 4                     NA                   NA                     NA
## 5                     NA                   NA                     NA
## 6                     NA                   NA                     NA
## 7                     NA                   NA                     NA
## 8                     NA                   NA                     NA
## 9                     NA                   NA                     NA
## 10                    NA                   NA                     NA
## 11                    NA                   NA                     NA
## 12                    NA                   NA                     NA
## 13                    NA                   NA                     NA
## 14                    NA                   NA                     NA
## 15                    NA                   NA                     NA
## 16                    NA                   NA                     NA
## 17    1464999900.0000000   1840999900.0000000   1951000100.000000000
## 18                    NA                   NA                     NA
## 19                    NA                   NA                     NA
## 20                    NA                   NA                     NA
## 21                    NA                   NA                     NA
## 22                    NA                   NA                     NA
## 23                    NA                   NA                     NA
## 24                    NA                   NA                     NA
## 25                    NA                   NA                     NA
## 26                    NA                   NA                     NA
## 27                    NA                   NA                     NA
## 28                    NA                   NA                     NA
## 29                    NA                   NA                     NA
## 30                    NA                   NA                     NA
## 31                    NA                   NA                     NA
## 32                    NA                   NA                     NA
## 33                    NA                   NA                     NA
## 34                    NA                   NA                     NA
## 35                    NA                   NA                     NA
## 36                    NA                   NA                     NA
## 37                    NA                   NA                     NA
## 38                    NA                   NA                     NA
## 39                    NA                   NA                     NA
## 40     122083325.0000000    153416658.3000000    150815928.800000012
## 41                    NA                   NA                     NA
## 42                    NA                   NA                     NA
## 43                    NA                   NA                     NA
## 44                    NA                   NA                     NA
## 45                    NA                   NA                     NA
## 46                    NA                   NA                     NA
## 47                    NA                   NA                     NA
## 48                    NA                   NA                     NA
## 49                    NA                   NA                     NA
## 50                    NA                   NA                     NA
## 51                    NA                   NA                     NA
## 52                    NA                   NA                     NA
## 53                    NA                   NA                     NA
## 54            21.6864383           22.4118360           20.163395710
## 55    5198144730.0000000   5631772619.0000000   5844618406.000000000
## 56             0.0000000            0.0000000            0.000000000
## 57                    NA                   NA                     NA
## 58             1.4453735            0.3658792            0.179660197
## 59  397000000000.0000000 431000000000.0000000 447000000000.000000000
## 60                    NA                   NA                     NA
## 61            24.6584701           24.9313376           24.490125840
## 62                    NA                   NA                     NA
## 63                    NA                   NA                     NA
## 64                    NA                   NA                     NA
## 65                    NA                   NA                     NA
## 66            11.0958855           10.8909800            9.932877822
## 67            -2.3193942            8.3419741            3.779374654
## 68             7.6095466            7.9373564            9.347409674
## 69                    NA                   NA                     NA
## 70                    NA                   NA                     NA
## 71             0.0000000            0.0000000            0.000000000
## 72    1945916583.0000000   2275583317.0000000   2395429852.000000000
## 73           107.1902705          106.7162270          107.215695900
## 74                    NA                   NA                     NA
## 75                    NA                   NA                     NA
## 76                    NA                   NA                     NA
## 77                    NA                   NA                     NA
## 78                    NA                   NA                     NA
## 79            18.2861560           17.6072071           17.148573760
## 80                    NA                   NA                     NA
## 81                    NA                   NA                     NA
## 82             8.5739372            9.1903176            8.631728634
## 83                    NA                   NA                     NA
## 84                    NA                   NA                     NA
## 85             2.9974788            2.2421647            3.151933341
## 86            15.7637791           15.7432154           17.635859170
## 87                    NA                   NA                     NA
## 88                    NA                   NA                     NA
## 89             4.0083938            3.8415059            4.011230580
## 90            30.2727956           32.5191356           30.398863890
## 91                    NA                   NA                     NA
## 92                    NA                   NA                     NA
## 93                    NA                   NA                     NA
## 94                    NA                   NA                     NA
## 95            -1.9964885           -0.8395988           -3.565735498
## 96            12.4730764           10.9615828           10.241446560
## 97            82.2020463           82.0705316           81.554148870
## 98                    NA                   NA                     NA
## 99             8.5739372            9.1903176            8.631728634
## 100            0.0000000            0.0000000            0.000000000
## 101          346.1643244          366.4793841          371.572144300
## 102  21885999100.0000000  25465999900.0000000  29036999200.000000000
## 103            5.4264075            4.9347142            7.935330010
## 104                   NA                   NA                     NA
## 105                   NA                   NA                     NA
## 106                   NA                   NA                     NA
## 107                   NA                   NA                     NA
## 108           23.4640925           23.8781267           25.451788450
## 109           -4.5276601            5.8686174            1.389644405
## 110   4892480325.0000000   5274146242.0000000   5499708027.000000000
## 111            4.4428523            2.6080439            3.331593538
## 112  23350999000.0000000  27306999800.0000000  30987999200.000000000
## 113           -7.1902705           -6.7162270           -7.215695617
## 114            1.0320757            0.9920533            1.089453982
## 115            0.0000000            0.0000000            0.000000000
## 116            0.0000000            0.0000000         -100.000000000
## 117           11.1686870           11.5281797           12.046598670
## 118            9.4856760            9.0672722            9.610171605
## 119                   NA                   NA                     NA
## 120                   NA                   NA                     NA
## 121                   NA                   NA                     NA
## 122            0.0154169           -0.0101073           -0.001252385
## 123        26463.9025100        28016.9676900        28406.303920000
## 124 379000000000.0000000 408000000000.0000000 425000000000.000000000
## 125           18.7315331           19.6176813           18.807279750
## 126           17.2964784           16.8950704           16.401225530
## 127          129.5860224          148.0802633          152.289669800
## 128                   NA                   NA                     NA
## 129           57.8990218           56.7986220           57.167289780
## 130                   NA                   NA                     NA
## 131                   NA                   NA                     NA
## 132                   NA                   NA                     NA
## 133                   NA                   NA                     NA
## 134            5.8760505            6.3424535            6.935308657
## 135           11.5412625           12.9014543           11.591584140
## 136         1555.0322690         1776.9631600         1970.064855000
## 137   1823833258.0000000   2122166658.0000000   2244613931.000000000
## 138           88.9041146           89.1090200           90.067122180
## 139                   NA                   NA                     NA
## 140                   NA                   NA                     NA
## 141            6.7020683            7.0384884            8.512973306
## 142                   NA                   NA                     NA
## 143            8.3966429            8.9954957            8.454885981
##                     X1983                 X1984                 X1985
## 1                      NA                    NA                    NA
## 2                      NA                    NA                    NA
## 3    21432558471.00000000  22547911341.00000000  25833616503.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6                      NA                    NA                    NA
## 7                      NA                    NA                    NA
## 8                      NA                    NA                    NA
## 9                      NA                    NA                    NA
## 10                     NA                    NA                    NA
## 11                     NA                    NA                    NA
## 12                     NA                    NA                    NA
## 13                     NA                    NA                    NA
## 14                     NA                    NA                    NA
## 15                     NA                    NA                    NA
## 16                     NA                    NA                    NA
## 17    2116999900.00000000   2385999900.00000000   2571000000.00000000
## 18                     NA                    NA                    NA
## 19                     NA                    NA                    NA
## 20                     NA                    NA                    NA
## 21                     NA                    NA                    NA
## 22                     NA                    NA                    NA
## 23                     NA                    NA                    NA
## 24                     NA                    NA                    NA
## 25                     NA                    NA                    NA
## 26                     NA                    NA                    NA
## 27                     NA                    NA                    NA
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30                     NA                    NA                    NA
## 31                     NA                    NA                    NA
## 32                     NA                    NA                    NA
## 33                     NA                    NA                    NA
## 34                     NA                    NA                    NA
## 35                     NA                    NA                    NA
## 36                     NA                    NA                    NA
## 37                     NA                    NA                    NA
## 38                     NA                    NA                    NA
## 39                     NA                    NA                    NA
## 40     153455829.80000001    156353407.19999999    144588476.80000001
## 41                     NA                    NA                    NA
## 42                     NA                    NA                    NA
## 43                     NA                    NA                    NA
## 44                     NA                    NA                    NA
## 45                     NA                    NA                    NA
## 46                     NA                    NA                    NA
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA                    NA                    NA
## 50                     NA                    NA                    NA
## 51                     NA                    NA                    NA
## 52                     NA                    NA                    NA
## 53                     NA                    NA                    NA
## 54            22.76094046           21.07540845           23.39771498
## 55    5670600395.00000000   6219578592.00000000   6601765803.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57                     NA                    NA                    NA
## 58             0.62778048            0.19276446            0.00000000
## 59  434000000000.00000000 475000000000.00000000 505000000000.00000000
## 60                     NA                    NA                    NA
## 61            25.21326955           24.81086271           31.35062036
## 62                     NA                    NA                    NA
## 63                     NA                    NA                    NA
## 64                     NA                    NA                    NA
## 65                     NA                    NA                    NA
## 66             8.54857701            9.86544805           14.08577598
## 67            -2.97740586            9.68113002            6.14490524
## 68            12.28869110            6.37794997           11.42183276
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    2447174803.00000000   2581207388.00000000   2619913956.00000000
## 73           111.08412350          108.79664960          108.47035680
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76                     NA                    NA                    NA
## 77                     NA                    NA                    NA
## 78                     NA                    NA                    NA
## 79            19.63270053           18.66209766           22.55613274
## 80                     NA                    NA                    NA
## 81                     NA                    NA                    NA
## 82             8.09597156            8.48591032            9.85231615
## 83                     NA                    NA                    NA
## 84                     NA                    NA                    NA
## 85             2.08780260            1.67225671            1.15246242
## 86            19.47867299           17.53490723           20.84317177
## 87                     NA                    NA                    NA
## 88                     NA                    NA                    NA
## 89             4.32464455            4.61030729            5.39003134
## 90            31.54620972           30.10154981           31.52878547
## 91                     NA                    NA                    NA
## 92                     NA                    NA                    NA
## 93                     NA                    NA                    NA
## 94                     NA                    NA                    NA
## 95            -5.94853669           -3.68701219           -4.64183469
## 96            10.58418544           10.02260985           10.42389316
## 97            81.33293957           80.88347278           76.53157730
## 98                     NA                    NA                    NA
## 99             8.09597156            8.48591032            9.85231615
## 100            0.00000000            0.00000000            0.00000000
## 101          352.19757620          377.45914860          391.60294510
## 102  31643000100.00000000  37003999200.00000000  44015000000.00000000
## 103           12.47215640           13.40213283           14.44167776
## 104                    NA                    NA                    NA
## 105                    NA                    NA                    NA
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           28.06635071           27.23026211           27.71991585
## 109           -5.21421438            7.17255716            3.74710653
## 110   5337264118.00000000   5867425978.00000000   6201331212.00000000
## 111            2.71558308            1.86502117            1.15246242
## 112  33760000000.00000000  39389999100.00000000  46586000000.00000000
## 113          -11.08412382           -8.79664960           -8.47035676
## 114            1.25292497            1.22061437            1.19582716
## 115            0.00000000            0.00000000            0.00000000
## 116          100.00000000            0.00000000            0.00000000
## 117           11.99348312           11.83295330           14.27252823
## 118           10.76718039            9.56587988           13.05327781
## 119                    NA                    NA                    NA
## 120                    NA                    NA                    NA
## 121                    NA                    NA                    NA
## 122           -0.02451807            0.03680448            0.02480998
## 123        26925.13833000        28856.35927000        29937.63780000
## 124 413000000000.00000000 454000000000.00000000 480000000000.00000000
## 125           21.31516677           19.44909971           19.99957112
## 126           14.50573585           16.01258618           18.62311339
## 127          151.99255350          156.65053970          155.40781840
## 128                    NA                    NA                    NA
## 129           56.52251303           57.29880913           48.85802602
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132                    NA                    NA                    NA
## 133                    NA                    NA                    NA
## 134            7.78756732            8.28425446            9.23046815
## 135           10.23104295           10.65245010           11.52921436
## 136         2096.81327200         2390.53423100         2763.38412200
## 137   2293718974.00000000   2424853981.00000000   2475325479.00000000
## 138           91.45142299           90.13455195           85.91422402
## 139                    NA                    NA                    NA
## 140                    NA                    NA                    NA
## 141           10.11848341            9.25107917            9.38264672
## 142                    NA                    NA                    NA
## 143            7.90787915            8.19954322            9.30687331
##                     X1986                 X1987                 X1988
## 1                      NA                    NA                    NA
## 2                      NA                    NA                    NA
## 3    26400264605.00000000  27218911058.00000000  32705876319.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6                      NA                    NA                    NA
## 7                      NA                    NA                    NA
## 8                      NA                    NA                    NA
## 9                      NA                    NA                    NA
## 10                     NA                    NA                    NA
## 11                     NA                    NA                    NA
## 12                     NA                    NA                    NA
## 13                     NA                    NA                    NA
## 14                     NA                    NA                    NA
## 15                     NA                    NA                    NA
## 16                     NA                    NA                    NA
## 17    3007000000.00000000   3492000000.00000000   4692000000.00000000
## 18                     NA                    NA                    NA
## 19                     NA                    NA                    NA
## 20                     NA                    NA                    NA
## 21                     NA                    NA                    NA
## 22                     NA                    NA                    NA
## 23                     NA                    NA                    NA
## 24                     NA                    NA                    NA
## 25                     NA                    NA                    NA
## 26                     NA                    NA                    NA
## 27                     NA                    NA                    NA
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30                     NA                    NA                    NA
## 31                     NA                    NA                    NA
## 32                     NA                    NA                    NA
## 33                     NA                    NA                    NA
## 34                     NA                    NA                    NA
## 35                     NA                    NA                    NA
## 36                     NA                    NA                    NA
## 37                     NA                    NA                    NA
## 38                     NA                    NA                    NA
## 39                     NA                    NA                    NA
## 40     153835135.00000000    161698856.69999999    212740875.09999999
## 41                     NA                    NA                    NA
## 42                     NA                    NA                    NA
## 43                     NA                    NA                    NA
## 44                     NA                    NA                    NA
## 45                     NA                    NA                    NA
## 46                     NA                    NA                    NA
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA                    NA                    NA
## 50                     NA                    NA                    NA
## 51                     NA                    NA                    NA
## 52                     NA                    NA                    NA
## 53                     NA                    NA                    NA
## 54            21.11699411           24.41452994           24.92106598
## 55    6903179359.00000000   7020230929.00000000   7560564675.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57                     NA                    NA                    NA
## 58             0.00000000            0.00000000            0.00000000
## 59  528000000000.00000000 537000000000.00000000 578000000000.00000000
## 60                     NA                    NA                    NA
## 61            30.90768789           31.62031818           30.92476530
## 62                     NA                    NA                    NA
## 63                     NA                    NA                    NA
## 64                     NA                    NA                    NA
## 65                     NA                    NA                    NA
## 66            11.62371689           12.09543718           11.35744935
## 67             4.56565055            1.69561827            7.69680871
## 68            14.39257008           12.69680187           11.81531020
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    2850784523.00000000   2957255380.00000000   3487009748.00000000
## 73           108.64044220          109.09333900          110.93469950
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76                     NA                    NA                    NA
## 77                     NA                    NA                    NA
## 78                     NA                    NA                    NA
## 79            20.26415907           21.18877615           22.29214886
## 80                     NA                    NA                    NA
## 81                     NA                    NA                    NA
## 82            10.58161654           10.45158462           11.78620654
## 83                     NA                    NA                    NA
## 84                     NA                    NA                    NA
## 85             1.84637085            1.68011844            1.52172351
## 86            18.16811428           19.50864337           19.92172262
## 87                     NA                    NA                    NA
## 88                     NA                    NA                    NA
## 89             5.83770009            5.85619441            6.00083219
## 90            31.96504199           32.71988914           33.82903805
## 91                     NA                    NA                    NA
## 92                     NA                    NA                    NA
## 93                     NA                    NA                    NA
## 94                     NA                    NA                    NA
## 95            -4.18162338           -4.17053119           -7.78462323
## 96            10.18303569           11.79922946           10.74343964
## 97            79.28684229           78.82746148           79.67706031
## 98                     NA                    NA                    NA
## 99            10.58161654           10.45158462           11.78620654
## 100            0.00000000            0.00000000            0.00000000
## 101          400.42393830          398.34042370          419.54760910
## 102  52717000000.00000000  60372000000.00000000  72214000000.00000000
## 103           13.68997200           13.13024552           12.63659532
## 104                    NA                    NA                    NA
## 105                    NA                    NA                    NA
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           27.65702390           29.54262182           29.97477440
## 109            2.25253496           -0.52032719            5.32388485
## 110   6492969548.00000000   6597931325.00000000   7058221481.00000000
## 111            1.84637085            1.68011844            1.52172351
## 112  55724000000.00000000  63864000000.00000000  76906000000.00000000
## 113           -8.64044218           -9.09333897          -10.93469950
## 114            1.18285068            1.15918201            1.08379060
## 115            0.00000000            0.00000000            0.00000000
## 116            0.00000000            0.00000000            0.00000000
## 117           14.99892326           14.96148065           15.18217044
## 118           11.15318355           12.10697733           12.79223988
## 119                    NA                    NA                    NA
## 120                    NA                    NA                    NA
## 121                    NA                    NA                    NA
## 122            0.04104133            0.04700304            0.01950095
## 123        30611.99355000        30452.71103000        32073.97830000
## 124 502000000000.00000000 510000000000.00000000 546000000000.00000000
## 125           20.30274209           20.90661405           22.38186877
## 126           15.51950735           16.80707054           14.84427922
## 127          165.36182920          167.79994460          193.49964800
## 128                    NA                    NA                    NA
## 129           48.69715024           47.95033196           47.79210985
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132                    NA                    NA                    NA
## 133                    NA                    NA                    NA
## 134           10.55896975           11.89962122           13.30559838
## 135           11.66229991           11.81327508           11.44716927
## 136         3232.31113900         3623.75726300         4267.63473600
## 137   2696949388.00000000   2795556523.00000000   3274268873.00000000
## 138           88.37628311           87.90456282           88.64255065
## 139                    NA                    NA                    NA
## 140                    NA                    NA                    NA
## 141            9.08944081            9.07710134            8.96549034
## 142                    NA                    NA                    NA
## 143           10.25016151           10.14828385           11.56905833
##                     X1989                 X1990                 X1991
## 1                      NA                    NA                    NA
## 2                      NA                    NA                    NA
## 3    29809643007.00000000  32075085848.00000000  33779755004.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6                      NA           25.62864500           24.20675944
## 7                      NA                    NA                    NA
## 8                      NA                    NA                    NA
## 9                      NA                    NA                    NA
## 10                     NA                    NA                    NA
## 11                     NA                    NA                    NA
## 12                     NA            6.99669297            6.62030194
## 13                     NA            7.37594653            6.91103536
## 14                     NA                    NA                    NA
## 15                     NA    943000000.00000000    768000000.00000000
## 16                     NA                    NA                    NA
## 17    4758000000.00000000   5668000000.00000000   6532000000.00000000
## 18                     NA                    NA                    NA
## 19                     NA                    NA                    NA
## 20                     NA           13.03260224            9.37042460
## 21                     NA           36.96670675           36.18838458
## 22                     NA     98500000.00000000    106000000.00000000
## 23                     NA   2674800000.00000000   2966000000.00000000
## 24                     NA                    NA                    NA
## 25                     NA                    NA                    NA
## 26                     NA                    NA                    NA
## 27                     NA     32200000.00000000     78000000.00000000
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30                     NA   3487200000.00000000   4278000000.00000000
## 31                     NA   2707000000.00000000   3044000000.00000000
## 32                     NA                    NA                    NA
## 33                     NA                    NA                    NA
## 34                     NA                    NA                    NA
## 35                     NA                    NA                    NA
## 36                     NA                    NA                    NA
## 37                     NA                    NA                    NA
## 38                     NA           33.01522381           34.01988072
## 39                     NA                    NA                    NA
## 40     187893171.80000001    198818593.80000001    206905289.80000001
## 41                     NA                    NA                    NA
## 42                     NA                    NA                    NA
## 43                     NA                    NA                    NA
## 44                     NA            8.92789517            6.10735586
## 45                     NA                    NA                    NA
## 46                     NA   7235700000.00000000   8196000000.00000000
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA                    NA                    NA
## 50                     NA                    NA                    NA
## 51                     NA                    NA                    NA
## 52                     NA            0.44501569            0.95168375
## 53                     NA            0.93255321            0.84294235
## 54            21.01991610           24.14844744           25.34759816
## 55    7887910507.00000000   8253518026.00000000   8779114468.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57                     NA         1613.07185100         1671.58342800
## 58             0.00000000            0.00000000            0.00000000
## 59  603000000000.00000000 631000000000.00000000 671000000000.00000000
## 60                     NA           10.71588515           12.54463820
## 61            31.32554414           30.36957531           33.55304077
## 62                     NA                    NA                    NA
## 63                     NA                    NA                    NA
## 64                     NA                    NA         3438.53794700
## 65                     NA                    NA                    NA
## 66            10.29118731            6.99168601            8.55991874
## 67             4.32964793            4.63503635            6.36815040
## 68            11.25837291           10.71588515           12.54463820
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    3525228153.00000000   3627562403.00000000   3921476085.00000000
## 73           111.21571880          111.13413590          111.69355260
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76                     NA            0.24046149            0.23638759
## 77                     NA  30495897615.00000000  32437922242.00000000
## 78                     NA           17.59519716           19.80245098
## 79            21.50690609           18.12582192           20.25347130
## 80                     NA            6.99669297            6.62030194
## 81                     NA                    NA                    NA
## 82            13.04865071           12.80865630           13.35385013
## 83                     NA            0.11363879            0.13411247
## 84                     NA          856.64075570          917.73438750
## 85             1.48870392            1.74670390            1.59616125
## 86            18.12051216           16.12032954           18.40049757
## 87                     NA                    NA                    NA
## 88                     NA 111000000000.00000000 133000000000.00000000
## 89             5.44085853            5.75926356            6.37636207
## 90            33.35092809           32.18875416           34.67505513
## 91                     NA            8.44530827            8.40865583
## 92                     NA                    NA                    NA
## 93                     NA          189.83432040          184.24962470
## 94                     NA                    NA                    NA
## 95            -6.90133004           -7.97219763           -7.76258065
## 96             9.95168341           10.24666160           10.80699873
## 97            79.68629647           84.34524445           82.48619559
## 98                     NA            6.78154251                    NA
## 99            13.04865071           12.80865630           13.35385013
## 100            0.00000000            0.00000000            0.00000000
## 101          427.64443080          436.56749400          452.40327500
## 102  84511000000.00000000  97748000000.00000000 117000000000.00000000
## 103           13.37485577           13.20656378           13.21402897
## 104                    NA            0.05804187            0.06625826
## 105                    NA            5.26775136            5.42741947
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           31.23379897           32.01448519           32.82000953
## 109            1.92989342            2.08656129            3.62733856
## 110   7424281841.00000000   7756008525.00000000   8254660930.00000000
## 111            1.48870392            1.74670390            1.59616125
## 112  89269000000.00000000 103000000000.00000000 124000000000.00000000
## 113          -11.21571878          -11.13413592          -11.69355256
## 114            1.10654315            1.07715441            1.09660965
## 115            0.00000000            0.00000000            0.00000000
## 116            0.00000000            0.00000000            0.00000000
## 117           15.65493060           15.34675485           16.44736311
## 118            9.26861509            8.41552564           11.38682240
## 119                    NA           52.62058095           64.91143044
## 120                    NA                    NA                    NA
## 121                    NA            0.03082382            0.03637718
## 122            0.01191412            0.16374632            0.05661134
## 123        32692.97189000        33375.13079000        34585.75978000
## 124 574000000000.00000000 600000000000.00000000 639000000000.00000000
## 125           22.28332344           21.66144504           23.18430384
## 126           13.24642080           10.33419580           11.71677402
## 127          191.12085330          191.87888390          202.08058910
## 128                    NA                    NA                    NA
## 129           47.68956749           48.80289317           44.72338673
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132                    NA            6.85517240            7.46275635
## 133                    NA  16195204675.00000000  17809100163.00000000
## 134           14.80359226           16.38992821           18.44598540
## 135           11.06760466           10.52730912           11.49075129
## 136         4839.73425700         5470.15997500         6379.68419900
## 137   3337334981.00000000   3428743809.00000000   3714570795.00000000
## 138           89.70881269           93.00831399           91.44008126
## 139                    NA           -0.19484413                    NA
## 140                    NA            2.79750124            2.97976721
## 141           10.02251622            8.66306954            8.95388567
## 142                    NA                    NA                    NA
## 143           12.81878368           12.47099095           12.95458033
##                     X1992                 X1993                 X1994
## 1                      NA           15.96000000                    NA
## 2                      NA           56.73497000                    NA
## 3    32457472104.00000000  38102322604.00000000  44412517305.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6             22.94242197           21.80039788           24.76087264
## 7                      NA           15.96000000                    NA
## 8                      NA           20.87000000                    NA
## 9                      NA           26.03093000                    NA
## 10                     NA           63.02853000                    NA
## 11                     NA                    NA                    NA
## 12             6.48334407            6.65463736            7.72913405
## 13             6.96878036            6.76400042            7.64732386
## 14                     NA                    NA                    NA
## 15     875000000.00000000   1174000000.00000000   1931000000.00000000
## 16                     NA                    NA                    NA
## 17    7487000000.00000000   9702000000.00000000  12149000000.00000000
## 18                     NA            1.08330500                    NA
## 19                     NA                    NA                    NA
## 20             8.83749116           10.04191258           12.53733281
## 21            32.76436724           32.53784963           31.34657837
## 22      87000000.00000000     86000000.00000000     69000000.00000000
## 23    3244000000.00000000   3804000000.00000000   4828000000.00000000
## 24                     NA            9.24000000                    NA
## 25                     NA           22.10000000                    NA
## 26                     NA                    NA                    NA
## 27     115000000.00000000    141000000.00000000    427000000.00000000
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30    5580000000.00000000   6486000000.00000000   8147000000.00000000
## 31    3359000000.00000000   3945000000.00000000   5255000000.00000000
## 32                     NA            9.25000000                    NA
## 33                     NA           22.10000000                    NA
## 34                     NA           16.57000000                    NA
## 35                     NA           11.34000000                    NA
## 36                     NA           22.54000000                    NA
## 37                     NA                    NA                    NA
## 38            38.11215081           35.84217507           38.38759836
## 39                     NA                    NA                    NA
## 40     166748329.59999999    202125000.00000000    247938775.50000000
## 41                     NA            8.78000000                    NA
## 42                     NA           18.68000000                    NA
## 43                     NA                    NA                    NA
## 44             5.97636773            6.48762157            9.09861942
## 45                     NA                    NA                    NA
## 46    9901000000.00000000  11691000000.00000000  15402000000.00000000
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA            6.54639200                    NA
## 50                     NA            0.02023060                    NA
## 51                     NA                    NA                    NA
## 52             1.16149884            1.20605594            2.77236722
## 53             0.59422171            0.47524315            0.32511897
## 54            33.66447434           34.80834690           37.30228030
## 55    9139620604.00000000   9491482290.00000000  10271302732.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57          1693.72102700         1711.57120900         1803.69688300
## 58             0.00000000            0.00000000            0.00000000
## 59  699000000000.00000000 726000000000.00000000 785000000000.00000000
## 60            18.48909464           10.77490927            4.81598619
## 61            33.03381999           35.06107626           33.06987434
## 62                     NA                    NA                    NA
## 63                     NA            1.49793660            1.23238961
## 64          3473.40330400         3498.15619900         3677.60167000
## 65                     NA                    NA                    NA
## 66            10.92870090           12.24724218            9.95935204
## 67             4.10640661            3.84985003            8.21600270
## 68            18.48909464           10.77490927            4.81598619
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    3401211581.00000000   3660041667.00000000   4066775510.00000000
## 73           109.77596090          110.32365300          112.44419690
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76             0.19255075            0.19490257            0.19593583
## 77   33769955223.00000000  35070047854.00000000  37951403934.00000000
## 78            23.46374489           25.99194211           27.24371045
## 79            20.70466177           22.57089514           22.40354892
## 80             6.48334407            6.65463736            7.72913405
## 81                     NA                    NA                    NA
## 82            13.41831550           14.57309798           18.55012245
## 83             0.13428107            0.14822551            0.16902914
## 84           951.07971680          983.88458620         1058.98335500
## 85             1.88735567            1.52348000            1.20002715
## 86            19.17108013           21.21902073           21.09277771
## 87                     NA                    NA                    NA
## 88  164000000000.00000000 189000000000.00000000 214000000000.00000000
## 89             8.39606481            8.32071584            8.96312578
## 90            41.69541314           47.18958118           50.43207274
## 91             8.51065780            8.14141460            9.44889397
## 92                     NA                    NA                    NA
## 93           181.29393300          179.18253280          171.45220800
## 94                     NA                    NA                    NA
## 95            -5.33098805           -6.07919039           -8.65264353
## 96            14.66563099           15.98444643           21.53678301
## 97            81.27373712           79.27152469           82.01794532
## 98                     NA                    NA                    NA
## 99            13.41831550           14.57309798           18.55012245
## 100            0.00000000            0.00000000            0.00000000
## 101          458.39467350          463.22571000          488.15892950
## 102 145000000000.00000000 166000000000.00000000 187000000000.00000000
## 103           12.80907367           12.41498845           10.17418403
## 104            0.06486338            0.06994128            0.07809007
## 105            5.51590438            5.58090113            5.83252914
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           32.06108920           34.84227183           36.24207114
## 109            1.32434906            1.05390327            5.38252066
## 110   8631620681.00000000   8902297081.00000000   9589126121.00000000
## 111            1.88735567            1.52348000            1.20002715
## 112 153000000000.00000000 176000000000.00000000 199000000000.00000000
## 113           -9.77596088          -10.32365296          -12.44419688
## 114            1.07468977            1.05055255            0.97331540
## 115            0.00000000            0.00000000            0.00000000
## 116           -0.00001530            0.00000000            0.00000000
## 117           19.39830167           19.52049726           20.39172588
## 118           12.40616471           14.51998497           14.37833715
## 119           61.65692299           63.68153823           66.54121000
## 120                    NA                    NA                    NA
## 121            0.03642291            0.04020525            0.04584811
## 122            0.00000000            0.00000000            0.00000000
## 123        35043.79596000        35413.12367000        37319.24237000
## 124 668000000000.00000000 689000000000.00000000 742000000000.00000000
## 125           25.73568701           28.75661707           31.43813481
## 126           15.10886219           16.62517071           13.99204370
## 127          170.58665120          178.62598780          193.27955090
## 128                    NA                    NA                    NA
## 129           42.66526274           39.89594836           40.44170782
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132            8.64552859            9.35532351            9.60085565
## 133  18962933642.00000000  20159768606.00000000  22281961821.00000000
## 134           21.85648110           24.21149711           25.37751946
## 135           15.95972613           18.43296411           18.99393793
## 136         7659.34064100         8574.04741300         9470.69799600
## 137   3234463252.00000000   3457916667.00000000   3818836735.00000000
## 138           89.07129910           87.75275782           90.04064796
## 139                    NA                    NA                    NA
## 140            3.09736060            3.20814149            3.42438430
## 141            7.79756198            8.48123314            8.02270264
## 142                    NA                    NA                    NA
## 143           13.09025213           14.26361836           18.29765346
##                     X1995                 X1996                 X1997
## 1                      NA                    NA                    NA
## 2                      NA                    NA                    NA
## 3    51546654806.00000000  52631847606.00000000  56691272306.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6             25.95126280           23.31508942           23.55375415
## 7                      NA                    NA                    NA
## 8                      NA                    NA                    NA
## 9                      NA                    NA                    NA
## 10                     NA                    NA                    NA
## 11                     NA                    NA                    NA
## 12             8.98551386            8.71991419            8.72365987
## 13             8.25841049            8.01625659            7.76324004
## 14                     NA                    NA                    NA
## 15    2751000000.00000000   3326000000.00000000   3954000000.00000000
## 16                     NA                    NA                    NA
## 17   14261000000.00000000  15457000000.00000000  17952000000.00000000
## 18                     NA                    NA                    NA
## 19                     NA                    NA                    NA
## 20            13.96872144           15.32365814           16.15790119
## 21            33.94942622           33.06611380           33.16987455
## 22      69000000.00000000    105000000.00000000    269000000.00000000
## 23    6686000000.00000000   7177000000.00000000   8117000000.00000000
## 24                     NA                    NA                    NA
## 25                     NA                    NA                    NA
## 26                     NA                    NA                    NA
## 27     332000000.00000000    150000000.00000000    168000000.00000000
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30    9856000000.00000000  10947000000.00000000  11938000000.00000000
## 31    7018000000.00000000   7327000000.00000000   8310000000.00000000
## 32                     NA                    NA                    NA
## 33                     NA                    NA                    NA
## 34                     NA                    NA                    NA
## 35                     NA                    NA                    NA
## 36                     NA                    NA                    NA
## 37                     NA                    NA                    NA
## 38            36.44566061           34.83421371           33.83690938
## 39                     NA                    NA                    NA
## 40     286365461.80000001    280781108.10000002    314781693.80000001
## 41                     NA                    NA                    NA
## 42                     NA                    NA                    NA
## 43                     NA                    NA                    NA
## 44            10.17268794           10.58359320           11.20716533
## 45                     NA                    NA                    NA
## 46   19694000000.00000000  21705000000.00000000  24471000000.00000000
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA                    NA                    NA
## 50                     NA                    NA                    NA
## 51                     NA                    NA                    NA
## 52             1.68579263            0.69108500            0.68652691
## 53             0.25514921            0.33411825            0.76245004
## 54            38.12679366           39.43311518           42.67394737
## 55   10627557926.00000000  11193824413.00000000  11758957236.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57          1819.96641800         1872.31178400         1923.78005200
## 58             0.00000000            0.00000000            0.00000000
## 59  812000000000.00000000 856000000000.00000000 899000000000.00000000
## 60             6.30086155            7.82303556            7.27909299
## 61            33.17805407           33.36949054           33.41912853
## 62                     NA                    NA                    NA
## 63             1.29110018            0.97665246            1.00551242
## 64          3688.24706700         3794.32030000         3895.09820000
## 65                     NA                    NA                    NA
## 66            15.65529768           14.38246926           13.96085030
## 67             3.46845189            5.32828418            5.04861254
## 68             6.30086155            7.82303556            7.27909299
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    4401104418.00000000   4521580381.00000000   4918691917.00000000
## 73           109.54420040          112.82261850          111.37986470
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76             0.20072655            0.19226867            0.19572770
## 77   39267730121.00000000  41360026371.00000000  43448133848.00000000
## 78            28.96029893           31.22587341           33.49883377
## 79            25.19949812           27.20508772           25.34071505
## 80             8.98551386            8.71991419            8.72365987
## 81                     NA                    NA                    NA
## 82            22.83143607           23.19776388           23.88507426
## 83             0.17744599            0.17470907            0.18582886
## 84          1090.94162500         1142.86828400         1194.53450000
## 85             1.38881149            1.32624922            1.09066742
## 86            22.06912285           22.53036201           21.67243586
## 87                     NA                    NA                    NA
## 88  235000000000.00000000 267000000000.00000000 301000000000.00000000
## 89             8.92209422            9.02564350            8.84664882
## 90            59.49051840           58.45776870           64.03553489
## 91            10.54226075           10.68686650           10.44265328
## 92                     NA                    NA                    NA
## 93           170.92156790          166.17707010          163.30535680
## 94                     NA                    NA                    NA
## 95            -8.09774069           -7.22314977           -7.89001513
## 96            22.54707354           22.12225159           22.16537207
## 97            75.09775353           76.37012301           77.13154114
## 98                     NA                    NA            3.06260316
## 99            22.83143607           23.19776388           23.88507426
## 100            0.00000000            0.00000000            0.00000000
## 101          492.56217450          506.72911020          520.65866490
## 102 205000000000.00000000 233000000000.00000000 263000000000.00000000
## 103           10.34269419            9.80113534            9.75374088
## 104            0.08071972            0.07763495            0.08117639
## 105            5.85063671            6.01767741            6.12349784
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           38.03490362           37.57734630           43.19522673
## 109            0.90201053            2.87617208            2.74891542
## 110   9843288724.00000000  10391061698.00000000  10896004686.00000000
## 111            1.38881149            1.32624922            1.09066742
## 112 219000000000.00000000 249000000000.00000000 281000000000.00000000
## 113           -9.54420043          -12.82261842          -11.37986475
## 114            0.94148511            0.90071632            0.88070785
## 115            0.00000000            0.00000000            0.00000000
## 116            0.00000000         -100.00000000            0.00000000
## 117           21.27386791           21.49305179           21.40043420
## 118           15.19333866           15.44997650           14.75938727
## 119           66.18364321           65.19788038           59.88242969
## 120                    NA                    NA                    NA
## 121            0.04838579            0.04738875            0.05040493
## 122            0.00000000            0.42374943            0.46875202
## 123        37655.86586000        38738.91337000        39803.81333000
## 124 762000000000.00000000 804000000000.00000000 843000000000.00000000
## 125           34.51735942           35.64019356           37.70769982
## 126           21.00779388           20.38508266           19.11054397
## 127          203.98078060          204.68575520          217.78798190
## 128                    NA                    NA                    NA
## 129           39.04140527           38.92765745           38.78073387
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132            9.99618226           10.58439036           11.16235091
## 133  23538237236.00000000  25246362676.00000000  26978289337.00000000
## 134           26.97652183           29.08690473           31.20416757
## 135           24.97315898           22.81757514           26.32783507
## 136        10158.24288000        11267.95082000        12420.44861000
## 137   4114738956.00000000   4240799273.00000000   4603910223.00000000
## 138           84.34470232           85.61753074           86.03914970
## 139                    NA                    NA           -1.12294261
## 140            3.50704445            3.67321976            3.80226910
## 141            9.24694879            9.24740773            8.90760856
## 142                    NA                    NA                    NA
## 143           22.58190943           22.83838128           23.36451430
##                     X1998                 X1999                   X2000
## 1             20.09000000           14.01000000            16.840000000
## 2             50.15618000           20.58712000            18.555280000
## 3    56158723806.00000000  58700888407.00000000   63282813207.000000000
## 4                      NA                    NA                      NA
## 5                      NA                    NA                      NA
## 6             23.11959537           24.37387964            23.498859070
## 7             20.09000000           14.01000000            16.840000000
## 8             21.67000000           14.36000000            14.410000000
## 9             36.00000000           18.19923000            25.734160000
## 10            56.96041000           21.21320000            16.970310000
## 11                     NA                    NA                      NA
## 12             8.63933255            8.42250523             8.735981111
## 13             7.36510298            6.90410027             7.031443074
## 14                     NA                    NA                      NA
## 15    4576000000.00000000   5774000000.00000000    6969000000.000000000
## 16                     NA                    NA                      NA
## 17   18943000000.00000000  21456000000.00000000   23945000000.000000000
## 18             8.21062000            1.74242400             2.081610000
## 19                     NA                    NA                      NA
## 20            17.60609442           20.04304360            21.021356180
## 21            31.84179139           31.67870036            31.192688220
## 22     436000000.00000000    522000000.00000000     575000000.000000000
## 23    8276000000.00000000   9126000000.00000000   10341000000.000000000
## 24            17.09000000           12.00000000            13.830000000
## 25            30.35000000           16.41000000            20.870000000
## 26                     NA                    NA                      NA
## 27     217000000.00000000    378000000.00000000     432000000.000000000
## 28                     NA                    NA                      NA
## 29                     NA                    NA                      NA
## 30   12477000000.00000000  12994000000.00000000   14795000000.000000000
## 31    8502000000.00000000   9518000000.00000000   10813000000.000000000
## 32            17.09000000           12.00000000            13.830000000
## 33            30.35000000           16.41000000            20.870000000
## 34            16.20000000           12.43000000            13.290000000
## 35            16.64000000           11.95000000            15.940000000
## 36            23.23000000           14.87000000            14.120000000
## 37                     NA                    NA                      NA
## 38            33.92886278           33.27528809            32.152558950
## 39                     NA                    NA                      NA
## 40     305778853.89999998    315761589.39999998     346677283.899999976
## 41             9.14000000            8.83000000            11.580000000
## 42            18.12000000           13.33000000            13.640000000
## 43                     NA                    NA                      NA
## 44            12.44357426           14.78617157            15.145061390
## 45                     NA                    NA                      NA
## 46   25991000000.00000000  28808000000.00000000   33152000000.000000000
## 47                     NA                    NA                      NA
## 48                     NA                    NA                      NA
## 49            25.50000000            8.76436800            11.591960000
## 50             1.02171100            0.01182450             0.016869100
## 51                     NA                    NA                      NA
## 52             0.83490439            1.31213552             1.303088803
## 53             1.18562028            1.33674776             1.249592524
## 54            35.41823863           40.20945164            43.263394360
## 55   12113653185.00000000  12648177008.00000000   13432363981.000000000
## 56             0.00000000            0.00000000             0.003580902
## 57          1941.14586800         1987.82504500          2073.054338000
## 58             0.00000000            0.00000000             0.000000000
## 59  926000000000.00000000 967000000000.00000000 1030000000000.000000000
## 60             4.10785067            8.88704743             4.472433715
## 61            35.23442304           34.58437124            34.710715490
## 62                     NA                    NA                      NA
## 63             1.39006091            1.65809912             2.029360644
## 64          3922.83454800         4010.79689600          4180.486799000
## 65                     NA                    NA           139.462980000
## 66            13.77387027           13.61347928            15.172284760
## 67             3.01638948            4.41257327             6.199999985
## 68             4.10785067            8.88704743             4.472433715
## 69                     NA                    NA             3.125985380
## 70                     NA            8.98008000            10.181870000
## 71             0.00000000            0.00000000             0.000000000
## 72    4856255044.00000000   5033642384.00000000    5494252208.000000000
## 73           111.06549880          106.87003710           109.142581600
## 74                     NA                    NA             0.484851360
## 75             2.89287996            2.89331007             2.975150108
## 76             0.18549705            0.18158819             0.182498777
## 77   44758698786.00000000  46733709167.00000000   49631199129.000000000
## 78            34.87491584           37.97426616            39.672640040
## 79            24.83936911           20.48351636            24.314866350
## 80             8.63933255            8.42250523             8.735981111
## 81                     NA                    NA                      NA
## 82            28.66308232           28.87594825            30.670620820
## 83             0.19109561            0.24612999             0.239189047
## 84          1218.88372000         1265.78446000          1349.962286000
## 85             1.27168010            1.39481847             1.163438890
## 86            21.73045921           19.08249424            19.321823090
## 87                     NA           12.99079000            11.391660000
## 88  323000000000.00000000 367000000000.00000000  407000000000.000000000
## 89             8.97040004            8.86953420             8.840859263
## 90            56.70960129           52.56698125            55.710589000
## 91            10.42762885           10.14893169            10.620362170
## 92                     NA                    NA                      NA
## 93           162.64183720          164.33936310           163.359240600
## 94                     NA                    NA                      NA
## 95            -1.38366225           -1.56303866            -2.377936958
## 96            15.67691779           17.23485544            12.847598490
## 97            76.91402549           77.46085207            75.877761620
## 98             3.49781449            3.48472091             3.188506619
## 99            28.66308232           28.87594825            30.670620820
## 100            0.00000000            0.00000000             0.000000000
## 101          525.35861110          537.99202930           561.058787700
## 102 282000000000.00000000 321000000000.00000000  356000000000.000000000
## 103            9.32506773            9.38220279             9.594466508
## 104            0.08254798            0.10484380             0.099630005
## 105            6.14847949            6.08496943             6.121478016
## 106                    NA                    NA             6.830000000
## 107                    NA                    NA                      NA
## 108           44.77937144           47.92581083            51.336474240
## 109            0.90269241            2.40472279             4.287565072
## 110  11256114694.00000000  11751899955.00000000   12467303013.000000000
## 111            1.27168010            1.39481847             1.167019792
## 112 301000000000.00000000 342000000000.00000000  379000000000.000000000
## 113          -11.06549884           -6.87003707            -9.142581584
## 114            0.92705546            0.94736957             0.962150318
## 115            0.00000000            0.00000000             0.000000000
## 116            0.00000000            0.00000000             0.000000000
## 117           21.07596935           20.44112316            20.735570030
## 118           14.22725988           12.09843408            12.355594910
## 119           66.35144343           64.06810979            64.573319840
## 120                    NA                    NA                      NA
## 121            0.05183350            0.06676123             0.064878545
## 122            0.24761179            0.08643977            -0.008824253
## 123        40163.11933000        41128.93101000         42892.360690000
## 124 871000000000.00000000 909000000000.00000000  965000000000.000000000
## 125           33.88755007           29.71850916            32.426585290
## 126           20.13192901           20.47123509            21.730513310
## 127          210.61156090          214.10670320           229.490392600
## 128                    NA                    NA                      NA
## 129           37.39300969           38.70148172            38.243897040
## 130                    NA                    NA                      NA
## 131                    NA                    NA                      NA
## 132           11.49154250           12.33891727            12.605190560
## 133  28104868450.00000000  29758555947.00000000   32319580727.000000000
## 134           32.48598818           35.37303335            36.955068820
## 135           22.82205122           22.84847209            23.284003710
## 136        13047.38620000        14548.55049000         15850.901410000
## 137   4550476190.00000000   4717880795.00000000    5147574924.000000000
## 138           86.22612973           86.38652072            84.827715240
## 139           -1.51107713           -1.06860097            -0.658255334
## 140            3.86075136            3.87471712             3.986274891
## 141            9.31210424            8.92566864             8.949953622
## 142                    NA                    NA                      NA
## 143           28.21230202           28.44902291            30.281062910
##                       X2001                   X2002                   X2003
## 1                        NA            15.450000000            15.860000000
## 2                        NA            18.448880000            19.350490000
## 3     66320388207.000000000   66006375707.000000000   70331721108.000000000
## 4                        NA                      NA                      NA
## 5                        NA                      NA                      NA
## 6              23.728236830            23.041080430            21.896123990
## 7                        NA            15.450000000            15.860000000
## 8                        NA            14.660000000            14.870000000
## 9                        NA            22.927460000            23.143350000
## 10                       NA            17.522970000            18.561960000
## 11                       NA                      NA                      NA
## 12              8.802574747             8.560583141             8.651811853
## 13              6.371072049             6.391161382             6.722882993
## 14                       NA                      NA                      NA
## 15     8517000000.000000000    8068000000.000000000    6879300000.000000000
## 16                       NA                      NA                      NA
## 17    28090335300.000000000   29046000000.000000000   31906000000.000000000
## 18                       NA             0.290924600             0.290718300
## 19                       NA                      NA                      NA
## 20             21.914318800            20.513081280            16.153558960
## 21             30.940434840            29.780580200            31.380541900
## 22      605000000.000000000     839000000.000000000    1252600000.000000000
## 23    12025000000.000000000   11713000000.000000000   13364000000.000000000
## 24                       NA             8.960000000             9.390000000
## 25                       NA            18.590000000            18.990000000
## 26                       NA                      NA                      NA
## 27      493000000.000000000     917000000.000000000     855600000.000000000
## 28                       NA                      NA                      NA
## 29                       NA                      NA                      NA
## 30    17191000000.000000000   17765000000.000000000   20218600000.000000000
## 31    12552000000.000000000   12659000000.000000000   14236400000.000000000
## 32                       NA             8.960000000             9.390000000
## 33                       NA            18.590000000            18.990000000
## 34                       NA            13.620000000            13.720000000
## 35                       NA            14.180000000            14.190000000
## 36                       NA            14.710000000            14.950000000
## 37                       NA                      NA                      NA
## 38             32.497778790            32.334686300            31.096974830
## 39                       NA                      NA                      NA
## 40      382181432.699999988     382536546.800000012     410335949.199999988
## 41                       NA            11.980000000            12.060000000
## 42                       NA            13.900000000            14.010000000
## 43                       NA                      NA                      NA
## 44             16.100493390            14.684843740            10.580624720
## 45                       NA                      NA                      NA
## 46    38865000000.000000000   39331000000.000000000   42586900000.000000000
## 47                       NA                      NA                      NA
## 48                       NA                      NA                      NA
## 49                       NA             1.727116000             1.727116000
## 50                       NA             0.008506300             0.008499100
## 51                       NA                      NA                      NA
## 52              1.268493503             2.331494241             2.009068516
## 53              1.143688917             1.527092699             1.926546382
## 54             36.790074080            32.838221500            38.164604180
## 55    14077102964.000000000   14094015643.000000000   14650029882.000000000
## 56              0.003055141             0.002557438             0.002328474
## 57           2136.328983000          2106.152373000          2158.231649000
## 58              0.000000000             0.000000000             0.000000000
## 59  1080000000000.000000000 1080000000000.000000000 1120000000000.000000000
## 60              3.412486587             3.934857896             3.070304967
## 61             44.452945850            43.552954340            44.126639730
## 62                       NA             1.481204951                      NA
## 63              2.446875396            11.213019630            12.180323880
## 64           4299.002233000          4221.191302000          4315.958411000
## 65            102.637010000            77.433540000            63.428020000
## 66             11.664627280             9.489666248             8.561179812
## 67              4.799892146             0.120143179             3.945037761
## 68             11.017148290             3.934857896             3.070304967
## 69              3.803862330             3.929912330             3.847534660
## 70             13.566010000            11.795080000            11.068620000
## 71              0.000000000             0.000000000             0.000000000
## 72     6007055042.000000000    6050875807.000000000    6330473097.000000000
## 73            110.678418900           110.756544900           112.848199100
## 74              0.582913280             0.790972050             0.658775090
## 75              3.708379984             3.152839899             3.114350080
## 76              0.173443968             0.171821678             0.169591614
## 77    52013443158.000000000   52075933762.000000000   54130349013.000000000
## 78             41.026463560            42.640796600            43.949999100
## 79             22.343046220            20.246211170            21.409378930
## 80              8.802574747             8.560583141             8.651811853
## 81                       NA                      NA                      NA
## 82             29.415910450            22.868900820            26.142574030
## 83              0.245954094             0.197518292             0.205686742
## 84           1422.508725000          1424.272228000          1488.295004000
## 85              1.057559999             1.139219606             1.207725045
## 86             19.195116680            19.564777350            19.924181940
## 87             13.497220000            10.480570000             9.325930000
## 88   442000000000.000000000  459000000000.000000000  492000000000.000000000
## 89              8.699294828             8.213423646             7.887760015
## 90             55.799921080            46.230718500            44.247883620
## 91             10.451656100            10.502935080            10.905205080
## 92                       NA                      NA                      NA
## 93            161.008010500           162.598044600           160.852038800
## 94                       NA                      NA                      NA
## 95             -2.741571051             3.556296775             2.847594088
## 96             10.454617020             8.957206225            10.082726470
## 97             80.230604930            82.111903480            82.773782840
## 98              3.024561512             2.016354586             0.785586442
## 99             29.415910450            22.868900820            26.142574030
## 100             0.000000000                      NA                      NA
## 101           578.183662400           570.016557400           584.111477800
## 102  413000000000.000000000  430000000000.000000000  460000000000.000000000
## 103            10.888104360             9.995384193            10.581672430
## 104             0.099901886             0.079225304             0.080904960
## 105             6.210871106             6.150135461             6.216893534
## 106             6.730000000             6.790000000             6.720000000
## 107                      NA                      NA                      NA
## 108            51.525948860            50.832450380            52.294335040
## 109             3.052242500            -1.412545100             2.472721223
## 110   13065701954.000000000   13086686566.000000000   13579919754.000000000
## 111             1.060615140             1.141777044             1.210053519
## 112  442000000000.000000000  459000000000.000000000  492000000000.000000000
## 113           -10.678373640           -10.756459450           -12.848154630
## 114             1.098334384             1.447649980             1.592251101
## 115             0.000000000             0.000000000             0.000000000
## 116       -200000.000000000       -392700.000000000       -219000.000000000
## 117            16.660908300            16.946824740            16.971300060
## 118            15.104008800            15.769094320            16.933919240
## 119            58.989141590            63.935460980            62.588195380
## 120                      NA                      NA                      NA
## 121             0.066521264             0.053575611             0.055791253
## 122             0.347091875            -0.098374869             0.233443621
## 123         44201.539550000         43577.172870000         44654.714880000
## 124 1010000000000.000000000 1010000000000.000000000 1050000000000.000000000
## 125            33.239147360            28.493588980            28.548019120
## 126            18.550223500            25.131483620            25.126766110
## 127           246.725558100           244.720843500           252.402351800
## 128                      NA                      NA                      NA
## 129            35.247670010            36.150295030            35.105875090
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            12.748131670            13.046419980            13.186731620
## 133   34633980664.000000000   35216021000.000000000   37327748401.000000000
## 134            41.026463560            42.640796600            43.949999100
## 135            22.560773720            17.737129520            15.699864490
## 136         18134.328520000         18581.653650000         19625.746780000
## 137    5624870748.000000000    5668339260.000000000    5920137147.000000000
## 138            88.335372720            90.510333750            91.438820190
## 139            -1.628697157            -1.984576977            -0.924037698
## 140             4.135607580             4.158990227             4.287107730
## 141             8.104982306             8.398430273             8.665037350
## 142                      NA                      NA                      NA
## 143            29.083806620            22.509182640            25.812667950
##                       X2004                   X2005                   X2006
## 1              15.490000000            15.400000000            13.130000000
## 2              21.484680000            21.650960000            19.453060000
## 3     76378232809.000000000   81629088709.000000000   80394287609.000000000
## 4              99.580000000            99.580000000            99.580000000
## 5              99.600000000            99.600000000            99.600000000
## 6              21.888438590            19.042230910            18.244528700
## 7              15.490000000            15.490000000            13.260000000
## 8              14.820000000            14.720000000            13.110000000
## 9              24.222800000            23.895320000            18.420070000
## 10             20.908940000            21.163750000            19.602440000
## 11                       NA                      NA                      NA
## 12              8.974958500             9.179453421             8.779758410
## 13              6.961713693             7.607887563             7.440960428
## 14                       NA            11.300000000            11.300000000
## 15     8123300000.000000000    8790400000.000000000    9162391000.000000000
## 16             25.940000000            25.940000000            25.940000000
## 17    36050000000.000000000   40927000000.000000000   42966000000.000000000
## 18              0.297218900             0.585547000             0.558104900
## 19                       NA             1.300000000             1.300000000
## 20             16.862765450            16.246987330            15.954850150
## 21             31.043115440            27.517521550            25.419601010
## 22     1391200000.000000000    1675900000.000000000    1771133000.000000000
## 23    14954400000.000000000   14888300000.000000000   14597713000.000000000
## 24              9.510000000             9.350000000            11.590000000
## 25             18.380000000            18.280000000            14.340000000
## 26                       NA            34.000000000            34.000000000
## 27      527100000.000000000     697900000.000000000     625284000.000000000
## 28                       NA            32.500000000            32.500000000
## 29                       NA                      NA                      NA
## 30    23103700000.000000000   27937000000.000000000   31149795000.000000000
## 31    15554800000.000000000   15701500000.000000000   15343676000.000000000
## 32              9.510000000             9.390000000            11.650000000
## 33             18.380000000            18.410000000            14.500000000
## 34             13.790000000            13.760000000            12.510000000
## 35             14.350000000            14.080000000            14.990000000
## 36             14.860000000            14.800000000            12.740000000
## 37                       NA                      NA                      NA
## 38             32.511116740            33.881018040            37.038929180
## 39             99.350000000            99.350000000            99.350000000
## 40      488543949.300000012     564540713.200000048     594070905.200000048
## 41             12.110000000            11.910000000            11.810000000
## 42             14.070000000            14.090000000            12.500000000
## 43                       NA                      NA                      NA
## 44             11.430963640            10.660690160            10.894619090
## 45                       NA           408.000000000           408.000000000
## 46    48173000000.000000000   54104800000.000000000   57426995000.000000000
## 47             32.410000000            32.410000000            32.410000000
## 48             24.070000000            24.070000000            24.070000000
## 49              1.727116000             3.174603000             3.369524000
## 50              0.016957800             0.068657700             0.000000000
## 51                       NA            19.900000000            19.900000000
## 52              1.094181388             1.289904038             1.088832874
## 53              1.957671958             2.032472998             2.105980786
## 54             37.256296150            38.694958810            36.821150040
## 55    15336032658.000000000   15869600999.000000000   16403551941.000000000
## 56              0.004864822             0.004762176             0.007805739
## 57           2229.210718000          2277.633610000          2325.168216000
## 58              0.000000000             0.000000000             0.000000000
## 59  1170000000000.000000000 1210000000000.000000000 1250000000000.000000000
## 60              4.166427154             6.119390412             7.360039272
## 61             45.171951880            45.834153360            47.933904510
## 62                       NA                      NA                      NA
## 63             11.308989980            14.905101980            16.068964680
## 64           4442.469201000          4519.497454000          4578.355778000
## 65                       NA                      NA                      NA
## 66             11.749242790            11.555659760             8.983078320
## 67              4.682603249             3.479181044             3.364614787
## 68              4.166427154             6.119390412             7.360039272
## 69              4.037343980             3.942210670             3.536180500
## 70                       NA                      NA                      NA
## 71              0.000000000             0.000000000             0.000000000
## 72     7273938315.000000000    8130258041.000000000    9043715356.000000000
## 73            112.781906800           114.895498300           117.868824500
## 74              0.645491480             0.751561700             0.845214720
## 75              3.171940088             3.364639997             3.605360031
## 76              0.181283719             0.189858914             0.198200034
## 77    56665058494.000000000   58636538468.000000000   60609432112.000000000
## 78             45.781143790            48.582670720            52.158374360
## 79             24.531149570            26.451158100            26.851902810
## 80              8.974958500             9.179453421             8.779758410
## 81                       NA                      NA                      NA
## 82             27.097330410            28.726150810            33.151386280
## 83              0.182823140             0.200568415             0.159368051
## 84           1578.507295000          1663.370047000          1750.480683000
## 85              0.896832452             0.787905770             1.074015242
## 86             20.341165050            19.941738550            20.720886000
## 87                       NA                      NA                      NA
## 88   537000000000.000000000  589000000000.000000000  654000000000.000000000
## 89              7.763964162             7.615216521             7.314045291
## 90             46.147286720            44.062947480            44.761987760
## 91             11.137533560            11.547949480            10.743673900
## 92                       NA                      NA                      NA
## 93            155.871311800           155.732589900           150.652838700
## 94                       NA                      NA                      NA
## 95              1.374222036             1.883023964             1.659501804
## 96             11.628825670            10.025242440             9.714350290
## 97             79.606679620            79.545132220            82.333939070
## 98              0.454961257             0.792467748             0.884244226
## 99             27.097330410            28.726150810            33.151386280
## 100                      NA                      NA                      NA
## 101           603.321505100           616.426848400           629.291783100
## 102  501000000000.000000000  548000000000.000000000  611000000000.000000000
## 103            11.031734500            10.652444130             9.976367737
## 104             0.070031834             0.074493324             0.057419329
## 105             6.415548753             6.421263529             6.637777347
## 106             6.510000000             6.510000000             6.290000000
## 107                      NA                      NA                      NA
## 108            54.232254750            54.198726320            57.135335660
## 109             3.288760449             2.172198934             2.087017249
## 110   14178960894.000000000   14637556830.000000000   15183346358.000000000
## 111             0.901697274             0.792667946             1.081820981
## 112  537000000000.000000000  589000000000.000000000  654000000000.000000000
## 113           -12.781896190           -14.895573890           -17.868805840
## 114             1.793292398             1.929161376             1.749109863
## 115             0.000000000             0.000000000             0.000000000
## 116        -56800.000020000        445300.000000000       -122000.000000000
## 117            16.657320270            16.467089230            16.067966810
## 118            17.554946540            17.021370450            18.044012700
## 119            59.415667290            51.764623050            49.686968030
## 120                      NA                      NA                      NA
## 121             0.049589642             0.054402940             0.043227593
## 122            -0.005737557             0.030156296            -0.073509433
## 123         46123.301480000         47125.191340000         48108.702210000
## 124 1100000000000.000000000 1130000000000.000000000 1170000000000.000000000
## 125            29.464591460            29.479260690            31.315396800
## 126            27.575834170            30.685717410            29.504252850
## 127           286.157672600           315.805630000           346.945331300
## 128                      NA                      NA                      NA
## 129            34.676357110            33.824896680            32.366485040
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            13.377052510            13.764030790            14.334758010
## 133   40124608887.000000000   42822630163.000000000   45629232067.000000000
## 134            45.781143790            48.582670720            52.158374360
## 135            16.682695260            14.583686790            13.446590960
## 136         21115.774970000         22894.676530000         25092.717000000
## 137    6785394365.000000000    7565717328.000000000    8449644451.000000000
## 138            88.250757210            88.444340240            91.016921680
## 139            -0.817309394            -0.184947032            -0.725824206
## 140             4.542859239             4.689488849             4.997187276
## 141             8.644077586             8.899208024             8.682982614
## 142            14.596338330                      NA                      NA
## 143            26.553979250            28.214974920            32.614162860
##                       X2007                   X2008                   X2009
## 1              13.290000000           421.500000000            12.650000000
## 2              45.037130000            22.366300000            45.411850000
## 3     90633928910.000000000   99768623911.000000000  112000000000.000000000
## 4              99.570000000            99.570000000            99.570000000
## 5              99.610000000            99.610000000            99.610000000
## 6              16.349880950            17.457467810            16.147515760
## 7              13.460000000           421.500000000            12.900000000
## 8              13.050000000            15.070000000            12.770000000
## 9              44.805680000            29.095430000            45.964130000
## 10             45.070950000            20.783730000            45.290710000
## 11                       NA                      NA            14.900000000
## 12              9.772473404            10.440086410            11.844036860
## 13              8.221876521             8.457497576            10.009751730
## 14             11.300000000            11.300000000            11.300000000
## 15    13723900000.000000000   16626800000.000000000   24051800000.000000000
## 16             26.000000000            26.000000000            26.000000000
## 17    51968000000.000000000   60401000000.000000000   78744000000.000000000
## 18              0.365099000             0.000000000             0.364580100
## 19              2.700000000             2.700000000             2.900000000
## 20             19.295004550            19.525244440            20.548084470
## 21             22.394825010            24.091836810            22.011630800
## 22     2007900000.000000000    2451000000.000000000    3195600000.000000000
## 23    15928700000.000000000   20515500000.000000000   25764900000.000000000
## 24             11.620000000           917.750000000            11.180000000
## 25             14.560000000           150.920000000            13.790000000
## 26             34.000000000            34.000000000            34.000000000
## 27      698600000.000000000     445600000.000000000     793800000.000000000
## 28             32.800000000            34.100000000            32.500000000
## 29                       NA                      NA                      NA
## 30    38687300000.000000000   45015200000.000000000   62995100000.000000000
## 31    16707600000.000000000   21062400000.000000000   26808800000.000000000
## 32             11.700000000           917.750000000            11.300000000
## 33             14.780000000           150.920000000            14.110000000
## 34             12.560000000            15.410000000            12.430000000
## 35             14.880000000            22.360000000            16.020000000
## 36             12.690000000            13.780000000            12.180000000
## 37                       NA                      NA            63.400000000
## 38             37.858983300            37.310629610            37.943301070
## 39             99.370000000            99.370000000            99.370000000
## 40      737265472.600000024     929013185.899999976    1024265562.000000000
## 41             11.860000000            19.200000000            12.200000000
## 42             12.570000000            14.090000000            12.300000000
## 43                       NA                      NA             2.000000000
## 44             13.430063640            13.781042320            14.486915470
## 45            408.000000000           408.000000000           338.000000000
## 46    71126700000.000000000   85155400000.000000000  117000000000.000000000
## 47             32.320000000            32.320000000            32.320000000
## 48             24.140000000            24.140000000            24.140000000
## 49              2.204783000             0.000000000             2.204783000
## 50              0.000000000             0.000000000             0.000000000
## 51             18.800000000            20.100000000            18.400000000
## 52              0.982190935             0.523278618             0.678164190
## 53              1.964909740             2.031499431             1.924778481
## 54             38.641754840            36.100770510            40.505685630
## 55    16963169002.000000000   17998709258.000000000   18814604917.000000000
## 56              0.006617356             0.012369547             0.006176697
## 57           2375.701890000          2493.884530000          2585.896329000
## 58              0.000000000             0.000000000             0.000000000
## 59  1300000000000.000000000 1380000000000.000000000 1440000000000.000000000
## 60              7.603288946             5.619854520            15.908330210
## 61             48.776975850            49.204323380            48.613771010
## 62              1.790103371                      NA                      NA
## 63             16.791813480            21.738103970            23.207625440
## 64           4647.737679000          4853.434008000          5002.507378000
## 65                       NA            47.408140000            51.517130000
## 66              9.817208499             9.831096072             9.433665671
## 67              3.411560275             6.104639147             4.533078721
## 68              7.603288946             5.619854520            15.908330210
## 69              3.664843320             3.809113030             3.893147470
## 70                       NA            14.172140000            16.376810000
## 71              0.000000000             0.000000000             0.000000000
## 72    10325618017.000000000   12545438605.000000000   12854985464.000000000
## 73            118.868042300           120.484550900           122.240711400
## 74              0.676769550             0.709637460             0.794756530
## 75              3.517210007             3.805170059             4.663760185
## 76              0.213070182             0.239390819             0.233165742
## 77    62677159421.000000000   66503373831.000000000   69518024119.000000000
## 78             56.124126270            59.278220520            68.708395580
## 79             28.685250750            30.315647000            31.674377090
## 80              9.772473404            10.440086410            11.844036860
## 81                       NA                      NA                      NA
## 82             37.281505650            51.652645530            59.178454630
## 83              0.158227934             0.165755403             0.205766415
## 84           1836.859826000          1965.219302000          2050.786913000
## 85              1.350313271             1.062004323             0.998674343
## 86             21.067781220            21.877551620            21.354343740
## 87                       NA            10.523130000            12.278420000
## 88   728000000000.000000000  816000000000.000000000  988000000000.000000000
## 89              7.168186946             7.010904080             6.622367122
## 90             44.579275020            46.036206350            47.079447760
## 91             11.869180450            12.300388150            14.129854940
## 92                       NA             0.054389998             0.259240001
## 93            148.507862900           144.859989000           142.677832500
## 94                       NA                      NA                      NA
## 95              0.054810111             5.845485641             0.166582496
## 96             11.950104560            12.557625630            12.030191970
## 97             80.984314390            80.279587570            79.787216840
## 98              1.537947891             1.604765723             3.133793126
## 99             37.281505650            51.652645530            59.178454630
## 100                      NA                      NA                      NA
## 101           642.968396000           674.953765500           699.856165400
## 102  676000000000.000000000  755000000000.000000000  910000000000.000000000
## 103            11.364171080            11.509133150             8.474245342
## 104             0.055508426             0.057054885             0.070376051
## 105             6.733650194             6.903217424             7.008797250
## 106             6.210000000             6.050000000             5.960000000
## 107                      NA                      NA                      NA
## 108            60.860185880            75.400095790            80.663112120
## 109             2.173334102             4.974641005             3.689497146
## 110   15601015982.000000000   16505155680.000000000   17149610807.000000000
## 111             1.356930627             1.074373869             1.004851040
## 112  728000000000.000000000  816000000000.000000000  988000000000.000000000
## 113           -18.867945270           -20.484565840           -22.240739390
## 114             1.547393889             1.599971653             1.645448600
## 115             0.000000000             0.000000000             0.000000000
## 116       -705900.000000000        121600.000000000        276400.000000000
## 117            15.873140180            16.049986640            15.066803470
## 118            17.681674350            17.832596500            16.873998250
## 119            42.978661140            43.799987250                      NA
## 120                      NA                      NA                      NA
## 121             0.042918347             0.044960125             0.055812865
## 122             0.055606415             0.007932157             0.297715389
## 123         49154.265040000         51599.513270000         53503.275840000
## 124 1210000000000.000000000 1280000000000.000000000 1330000000000.000000000
## 125            31.723610140            33.260386090            34.660093580
## 126            31.058869650            36.656912120            37.248180620
## 127           391.380057200           470.455459000           478.173252800
## 128                      NA                      NA                      NA
## 129            31.164411320            30.305716370            31.322652060
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            15.018784440            15.564305340            17.925432520
## 133   48461112328.000000000   52405679687.000000000   55132393547.000000000
## 134            56.124126270            59.278220520            68.708395580
## 135            12.855664880            12.775820260            12.419354190
## 136         27587.401780000         30587.273260000         36761.242410000
## 137    9588352545.000000000   11616425419.000000000   11830719902.000000000
## 138            90.182791500            90.168903930            90.566334330
## 139            -0.433069947             0.035517337             0.071154500
## 140             5.206365149             5.439841324             5.558440033
## 141             9.198477111             9.889316356            10.779117490
## 142                      NA                      NA                      NA
## 143            36.771218830            51.197868150            58.774929810
##                       X2010                   X2011                  X2012
## 1              13.050000000            12.450000000            12.45000000
## 2              45.863650000            48.904060000            22.64935000
## 3    125000000000.000000000  123000000000.000000000  125000000000.00000000
## 4              99.570000000            99.570000000            99.57000000
## 5              99.610000000            99.610000000            99.61000000
## 6              16.286235520            14.461863630            15.22137267
## 7              13.350000000            12.800000000            12.87000000
## 8              12.980000000            13.150000000            12.85000000
## 9              48.294140000            51.066390000            24.60198000
## 10             45.333810000            48.473820000            22.24180000
## 11                       NA                      NA                     NA
## 12             13.396115440            11.624675550            12.04080455
## 13             12.407214130            10.487460790            10.47382900
## 14             11.300000000            11.300000000            11.30000000
## 15    33821327000.000000000   43121246000.000000000   51303230000.00000000
## 16             26.000000000            26.000000000            26.00000000
## 17   109000000000.000000000  123000000000.000000000  140000000000.00000000
## 18              0.381365900             0.281743900             0.33904780
## 19              2.800000000             3.000000000             3.00000000
## 20             21.166721620            23.790428620            24.23129750
## 21             20.993441060            19.390285370            19.32051265
## 22     1063759000.000000000    1324195000.000000000    2908351000.00000000
## 23    33544450000.000000000   35145784000.000000000   40905969000.00000000
## 24             11.130000000            11.080000000            10.90000000
## 25             14.250000000            13.700000000            13.78000000
## 26             34.000000000            34.000000000            34.00000000
## 27      915461000.000000000     292395000.000000000     861574000.00000000
## 28             31.700000000            31.500000000            31.50000000
## 29                       NA                      NA                     NA
## 30    89681363000.000000000  100000000000.000000000  114000000000.00000000
## 31    35218933000.000000000   36575544000.000000000   43390806000.00000000
## 32             11.300000000            11.290000000            11.17000000
## 33             14.620000000            14.150000000            14.31000000
## 34             12.330000000            12.350000000            12.20000000
## 35             16.580000000            17.940000000            17.29000000
## 36             12.290000000            12.380000000            12.13000000
## 37                       NA                      NA                     NA
## 38             41.471210930            39.632079210            40.03297494
## 39             99.370000000            99.370000000            99.37000000
## 40     1467183643.000000000    1703933395.000000000    1727421573.00000000
## 41             12.020000000            12.270000000            12.08000000
## 42             12.220000000            12.170000000            12.05000000
## 43                       NA                      NA                     NA
## 44             15.639942780            17.050015150            17.99702875
## 45            338.000000000           326.000000000           326.00000000
## 46   160000000000.000000000  181000000000.000000000  212000000000.00000000
## 47             32.320000000            32.320000000            32.32000000
## 48             24.140000000            24.140000000            24.14000000
## 49              2.153031000             1.772304000             1.86242100
## 50              0.000000000             0.000000000             0.04547260
## 51             17.600000000            17.200000000            17.20000000
## 52              0.572931634             0.161317286             0.40693453
## 53              0.491912393             0.523582848             1.02024135
## 54             37.425036430            31.023651930            32.14747160
## 55    19720794305.000000000   20395606013.000000000   21348105727.00000000
## 56              0.007851147             0.007641003             0.00575471
## 57           2697.432423000          2786.843939000          2922.61960900
## 58              0.000000000             0.000000000             0.00000000
## 59  1510000000000.000000000 1560000000000.000000000 1630000000000.00000000
## 60             15.146932440            26.397306670             7.74115003
## 61             46.398837910            47.902914440            47.98745259
## 62                       NA                      NA             2.24785521
## 63             21.646985270            19.546309870            22.08212082
## 64           5184.357147000          5330.549688000          5557.78469400
## 65             33.020380000            31.694260000                     NA
## 66             11.451400990             7.125826025             9.12063374
## 67              4.816414651             3.421828238             4.67012215
## 68             15.146932440            26.397306670             7.74115003
## 69              4.351662640             4.442349910             4.49078512
## 70             11.097090000            11.425690000            11.53445000
## 71              0.000000000             0.000000000             0.00000000
## 72    16002656434.000000000   21573862467.000000000   21703106502.00000000
## 73            126.819805500           120.684480400           119.48207150
## 74              0.788890840             0.794852440             0.78674686
## 75              3.631720066             3.842619896             3.29008007
## 76              0.273632534             0.349430180             0.32096441
## 77    72866300418.000000000   75359660061.000000000   78879048237.00000000
## 78             79.115609850           100.000000000           107.74115000
## 79             38.271206450            27.810306420            28.60270524
## 80             13.396115440            11.624675550            12.04080455
## 81                       NA                      NA                     NA
## 82             54.589987790            46.424644350            48.75434965
## 83              0.234763970             0.254392672             0.28105538
## 84           2164.951653000          2283.185580000          2505.39181000
## 85              1.464463107             1.106345791             0.95533147
## 86             22.207727530            23.982382730            23.99040740
## 87             11.053850000            11.583270000            10.77751000
## 88  1190000000000.000000000 1560000000000.000000000 1760000000000.00000000
## 89              5.946139000             5.396901505             5.78522283
## 90             45.984905770            36.296752030            37.92190606
## 91             14.898355770            13.056688610            13.89090147
## 92              0.302199990                      NA                     NA
## 93            140.127932100           140.240176100           128.07253920
## 94             -1.373379618            -0.877136702            -0.54338507
## 95             -0.797465993             1.337751414             2.66070619
## 96              9.627177654             7.627863336             8.38789733
## 97             78.556010310            84.676897040            82.98298000
## 98              1.903550966             1.517172468            -0.51616802
## 99             54.589987790            46.424644350            48.75434965
## 100             0.000000000             0.000000000             0.00000000
## 101           730.042690000           754.241340200           790.98814960
## 102 1080000000000.000000000 1440000000000.000000000 1620000000000.00000000
## 103            11.188024880            10.627388540             8.79158152
## 104             0.079340260             0.084223994             0.08873322
## 105             7.136335952             7.130624245             7.80807506
## 106             5.850000000             5.860000000             5.39000000
## 107             3.868158511             3.159510750             2.91585402
## 108            73.242160620            66.489451330            67.71797811
## 109             4.313246946             3.314689740             4.87202271
## 110   17879868977.000000000   18561742448.000000000   19480713938.00000000
## 111             1.472314254             1.113986794             0.96108618
## 112 1190000000000.000000000 1560000000000.000000000 1760000000000.00000000
## 113           -26.819833430           -20.684483620           -20.42132348
## 114             1.563666433             1.540651621             1.43183240
## 115             0.000000000             0.000000000             0.00000000
## 116        333600.000000000         50385.231810000   16515611357.00000000
## 117            14.200762260            13.393468070            13.97716181
## 118            17.708551660            19.363798620            20.13555146
## 119            33.862521230                      NA                     NA
## 120                      NA                      NA                     NA
## 121             0.063678269             0.069002432             0.07606583
## 122             0.548294666             0.435815132             0.42369140
## 123         55811.004250000         57660.965880000         60470.22123000
## 124 1380000000000.000000000 1440000000000.000000000 1510000000000.00000000
## 125            36.402369600            28.490617830            29.17161477
## 126            37.750483390            29.516207680            34.55533815
## 127           592.401207100           797.813947300           804.14160730
## 128                      NA                      NA                     NA
## 129            33.179378490            30.805479660            30.07605696
## 130                      NA                      NA                     NA
## 131                      NA                      NA                     NA
## 132            20.395474560            25.254611970            26.00444031
## 133   58482287147.000000000   61740123574.000000000   67618420433.00000000
## 134            79.115609850           100.000000000           107.74115000
## 135             9.582536172             7.806134205             8.75029129
## 136         44155.216370000         57660.965880000         65151.31178000
## 137   14535459375.000000000   19869929072.000000000   19975684930.00000000
## 138            88.548599010            92.874173970            90.87936626
## 139             1.017425095             0.147182295            -1.05951459
## 140             5.727603102             5.841926857             6.69340863
## 141             9.992588705             8.197276933             7.89638625
## 142            15.635200880            13.937905610            13.83933585
## 143            54.212607180            46.025578610            48.39298877
##                       X2013                   X2014                   X2015
## 1              15.040000000            10.550000000            12.310000000
## 2              40.187240000            48.158470000            48.411490000
## 3    136000000000.000000000  148000000000.000000000  162000000000.000000000
## 4              99.550000000            99.550000000            99.550000000
## 5              99.640000000            99.640000000            99.640000000
## 6              17.204310160            16.800614430            16.631597320
## 7              15.650000000            11.310000000            13.080000000
## 8              11.820000000            12.660000000            12.630000000
## 9              43.440240000            48.111210000            47.643380000
## 10             39.676930000            48.178210000            48.565040000
## 11             10.400000000                      NA                      NA
## 12             13.297885860            13.994910490            14.686304570
## 13             11.039213270            11.662401160            12.269070170
## 14             11.300000000            11.300000000            11.300000000
## 15    64186691000.000000000   75608249000.000000000   86168029438.000000000
## 16             26.260000000            26.260000000            26.260000000
## 17   172000000000.000000000  210000000000.000000000  237000000000.000000000
## 18              0.515331100             0.000000000             0.844951400
## 19              1.000000000             1.000000000             1.100000000
## 20             24.761950890            24.199292530            24.208383530
## 21             20.958621220            20.522982790            19.814709930
## 22     3489525000.000000000    4485704000.000000000    5508835142.000000000
## 23    54327890000.000000000   64121990000.000000000   70529058946.000000000
## 24             13.750000000             8.080000000            11.350000000
## 25             15.520000000            13.120000000            13.170000000
## 26             34.000000000            34.000000000            34.000000000
## 27      439097000.000000000    1069880000.000000000     314849716.399999976
## 28             29.900000000            29.900000000            29.900000000
## 29                       NA                      NA                      NA
## 30   135000000000.000000000  164000000000.000000000  189000000000.000000000
## 31    56931815000.000000000   67980556000.000000000   74844459070.000000000
## 32             14.250000000             8.490000000            11.930000000
## 33             16.170000000            14.110000000            14.090000000
## 34             12.210000000            12.230000000            12.250000000
## 35             16.000000000            16.220000000            16.860000000
## 36             11.210000000            12.120000000            12.070000000
## 37             65.600000000                      NA                      NA
## 38             40.677090260            40.621024220            42.092411580
## 39             99.420000000            99.420000000            99.420000000
## 40     1955546313.000000000    2138934650.000000000    2382471163.000000000
## 41             11.800000000            11.750000000            11.860000000
## 42             12.190000000            12.230000000            12.230000000
## 43              2.700000000                      NA                      NA
## 44             19.396671970            18.685711240            19.147869940
## 45            334.000000000           334.000000000           334.000000000
## 46   259000000000.000000000  312000000000.000000000  356000000000.000000000
## 47             32.620000000            32.620000000            32.620000000
## 48             24.120000000            24.120000000            24.120000000
## 49              3.498542000             0.000000000             5.678592000
## 50              0.000000000             0.000000000             0.000000000
## 51             17.600000000            17.600000000            17.600000000
## 52              0.169394904             0.342427439             0.088455112
## 53              1.054504769             1.108590276             1.224148440
## 54             33.615782680            37.300493110            30.265842620
## 55    22100659154.000000000   23429236486.000000000   24360795411.000000000
## 56              0.004958637             0.004321669             0.003273018
## 57           3033.780787000          3217.448510000          3331.871770000
## 58              0.000000000             0.000000000             0.000000000
## 59  1690000000000.000000000 1790000000000.000000000 1860000000000.000000000
## 60              7.082650999             8.035366199             4.409045432
## 61             48.755217010            49.564019750            50.539896980
## 62                       NA                      NA                      NA
## 63             25.194700310            25.905124960            27.626091670
## 64           5723.105479000          6031.347043000          6196.548655000
## 65             22.294230000            26.749350000            24.162690000
## 66              8.178966875             9.364717232             7.625269885
## 67              3.525153174             6.011482841             3.976053274
## 68              7.082650999             8.035366199             4.409045432
## 69              4.630117890             5.075482850             5.466150760
## 70             11.225940000            13.057220000            12.359560000
## 71              0.000000000             0.000000000             0.000000000
## 72    22162208956.000000000   22731602970.000000000   24360795411.000000000
## 73            121.497642100           121.621371000           123.652164900
## 74              0.756774070             0.873644770             0.909276660
## 75              3.018110037             3.472130060             3.259020090
## 76              0.304697013             0.286651647             0.300962369
## 77    81659655509.000000000   86568611688.000000000   90010625807.000000000
## 78            115.372079700           124.642648800           130.138199800
## 79             29.676609020            30.986088230            31.277434820
## 80             13.297885860            13.994910490            14.686304570
## 81                       NA                      NA                      NA
## 82             50.462270840            54.467047600            56.908274060
## 83              0.275557392             0.304320630             0.265180175
## 84           2702.224963000          2947.316487000          2996.220462000
## 85              0.828729868             0.856372465             0.931579562
## 86             24.730231440            25.252084690            27.553807460
## 87              9.683040000            11.228590000            10.453240000
## 88  1950000000000.000000000 2230000000000.000000000 2420000000000.000000000
## 89              5.750414306             5.612191160             5.356055555
## 90             41.865375740            45.982641610            46.665730390
## 91             15.168880160            16.233885670            16.992606340
## 92                       NA                      NA                      NA
## 93            137.552662100           135.033874000                      NA
## 94              1.502004198             1.563383459             0.929496130
## 95              5.231372775             2.182983373            10.043310810
## 96              9.800841032            11.374641520            10.801396080
## 97             84.286695510            82.634141320            83.562733120
## 98             -1.802198963            -0.174482593             0.144269512
## 99             50.462270840            54.467047600            56.908274060
## 100             0.000000000             0.000000000             0.000000000
## 101           821.073205500           870.781690300           901.749607700
## 102 1780000000000.000000000 2020000000000.000000000 2190000000000.000000000
## 103             8.049208870             5.761101762             6.655794990
## 104             0.083728335             0.089911225             0.088827947
## 105             7.269942907             7.405549220                      NA
## 106             5.860000000             5.720000000             5.470000000
## 107             2.783750795             2.978005109             3.648394395
## 108            74.315549630            75.360518840            86.380396330
## 109             3.803477458             6.054086830             3.556335386
## 110   20079553984.000000000   21232603795.000000000   21978324247.000000000
## 111             0.833688505             0.860694134             0.934852579
## 112 1950000000000.000000000 2230000000000.000000000 2420000000000.000000000
## 113           -23.276058380           -25.734557370           -26.236553200
## 114             1.541860106             1.629341062             1.556630126
## 115             0.000000000             0.000000000             0.000000000
## 116   34666575605.000000000   91827925928.000000000   62636228548.000000000
## 117            13.798337570            13.564565230            13.161654630
## 118            20.887615440            21.034876820            23.206675990
## 119                      NA                      NA                      NA
## 120                      NA                      NA                      NA
## 121             0.074577833             0.082362417             0.079879459
## 122             0.334712270             0.133746295             0.213029579
## 123         62770.192470000         66570.354420000         68937.819490000
## 124 1550000000000.000000000 1640000000000.000000000 1700000000000.000000000
## 125            32.570717060            35.858599490            36.451141800
## 126            37.081325110            39.589703760            40.088228440
## 127           823.359874600           844.853124900           901.749607700
## 128                      NA                      NA                      NA
## 129            28.622657530            27.461895360            26.518508430
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            26.799869540            28.152746200            29.942535400
## 133   72735235363.000000000   79300444355.000000000   80942994654.000000000
## 134           115.372079700           124.642648800           130.138199800
## 135             9.294658678            10.124042120            10.214588590
## 136         72419.276460000         82975.053040000         89714.437250000
## 137   20206662643.000000000   20592668320.000000000   21978324247.000000000
## 138            91.821033120            90.635282770            92.374730120
## 139            -0.300186813             1.388900866             2.028425282
## 140             6.475425412             6.783790711                      NA
## 141             7.534337608             8.001141444             8.811996996
## 142            12.690435420            13.582991520            13.989798450
## 143            50.185314830            54.220192400            56.684391890
##                       X2016                   X2017                   X2018
## 1              12.350000000                      NA            12.360000000
## 2              48.117750000                      NA            19.941260000
## 3    170000000000.000000000  192000000000.000000000  211000000000.000000000
## 4              99.550000000                      NA            99.540000000
## 5              99.640000000                      NA            99.630000000
## 6              15.682824620            15.759437160            15.792458400
## 7              13.070000000                      NA            13.420000000
## 8              12.650000000                      NA            12.790000000
## 9              47.420360000                      NA            28.521650000
## 10             48.258390000                      NA            18.463530000
## 11                       NA                      NA                      NA
## 12             16.143749760            17.999362120            19.082826060
## 13             13.050688000            13.989349790            16.406758640
## 14             11.300000000            11.300000000            19.900000000
## 15   114000000000.000000000  145000000000.000000000  155000000000.000000000
## 16             26.260000000                      NA            26.330000000
## 17   267000000000.000000000  357000000000.000000000  445000000000.000000000
## 18              0.887735000                      NA             0.249632900
## 19              1.100000000             1.100000000             1.100000000
## 20             27.116100480            26.151791320            23.471175130
## 21             18.477858080            17.767875050            18.440662510
## 22     5990203529.000000000   27392715000.000000000   10465303530.000000000
## 23    77802641716.000000000   98410300000.000000000  122000000000.000000000
## 24             12.260000000                      NA            11.140000000
## 25             12.400000000                      NA            12.770000000
## 26             34.000000000            34.000000000            39.000000000
## 27      159554770.699999988     125130000.000000000     102360000.000000000
## 28             29.900000000            30.000000000            37.000000000
## 29                       NA                      NA                      NA
## 30   219000000000.000000000  279000000000.000000000  367000000000.000000000
## 31    82184049221.000000000  103000000000.000000000  127000000000.000000000
## 32             12.890000000                      NA            12.200000000
## 33             13.180000000                      NA            13.820000000
## 34             12.140000000                      NA            13.190000000
## 35             18.400000000                      NA            23.780000000
## 36             11.890000000                      NA            11.110000000
## 37                       NA                      NA                      NA
## 38             41.735439240            42.597940730            45.731152300
## 39             99.420000000                      NA            99.410000000
## 40     2508487301.000000000    3357251910.000000000    4262858915.000000000
## 41             12.150000000                      NA            15.820000000
## 42             11.970000000                      NA            12.120000000
## 43                       NA                      NA                      NA
## 44             21.787464950            22.149418990            19.268665650
## 45            339.000000000           339.000000000           353.000000000
## 46   421000000000.000000000  554000000000.000000000  659000000000.000000000
## 47             32.620000000                      NA            32.880000000
## 48             24.120000000                      NA            24.120000000
## 49              5.920496000                      NA             1.493280000
## 50              0.000000000                      NA             0.000000000
## 51             17.600000000            17.600000000            16.000000000
## 52              0.037893706             0.022592088             0.015521019
## 53              1.143084483             4.188812407             1.302742504
## 54             39.271576580            38.268525480            40.765261170
## 55    24466305357.000000000   26662713937.000000000   28695046274.000000000
## 56              0.003656839             0.004472639             0.004915582
## 57           3315.814414000          3565.197807000          3773.715918000
## 58              0.000142212             0.000000000             0.000000000
## 59  1870000000000.000000000 2040000000000.000000000 2190000000000.000000000
## 60              7.150334788             8.261412551             4.355858465
## 61             51.598044090            51.849782290            51.590443470
## 62                       NA             2.807458481                      NA
## 63             26.960577690            23.913544110            25.026419950
## 64           6053.330917000          6442.269479000          6719.346198000
## 65                       NA                      NA                      NA
## 66              3.642858923            12.984755150            14.791612110
## 67              0.433113718             8.977279354             7.622376108
## 68              7.150334788             8.261412551             4.355858465
## 69              5.423798080             4.721732620             4.528452400
## 70                       NA                      NA                      NA
## 71              0.000000000             0.000000000             0.000000000
## 72    24524098185.000000000   28971589213.000000000   33111525872.000000000
## 73            124.598140300           124.340298900           124.756188200
## 74              1.007718090             1.065424680             1.067212100
## 75              3.903209925             4.767220020             4.434450150
## 76              0.300876710             0.294080108             0.305011772
## 77    90400474175.000000000   98515977279.000000000  106000000000.000000000
## 78            139.443516700           150.963520900           157.539278200
## 79             28.240999200            37.325054010            39.547800330
## 80             16.143749760            17.999362120            19.082826060
## 81                       NA                      NA                      NA
## 82             69.840800110            68.557085210            76.324608010
## 83              0.381749507             0.413686320             0.419236125
## 84           2989.675006000          3565.197807000          3863.870402000
## 85              1.027379417             0.698704855             0.419137823
## 86             28.705221690            30.575436400            32.432880030
## 87                       NA                      NA                      NA
## 88  2610000000000.000000000 3080000000000.000000000 3460000000000.000000000
## 89              4.888189626             4.855673994             4.906474539
## 90             42.115486120            44.642410620            48.447386950
## 91             18.575933660            19.937328370            22.016896600
## 92                       NA                      NA                      NA
## 93                       NA                      NA                      NA
## 94              1.176663768            -2.385815315            -4.754252712
## 95             -0.684346954            -3.564329207            -8.300804944
## 96             10.622544970            11.107884010            10.632643860
## 97             88.431122590            78.496706530            77.146851610
## 98              2.179567295             2.281116159             5.633109835
## 99             69.840800110            68.557085210            76.324608010
## 100             0.000000000             0.000000000             0.000000000
## 101           897.403788100           964.897795200          1021.331877000
## 102 2340000000000.000000000 2720000000000.000000000 3010000000000.000000000
## 103             1.482233943             2.566531806             9.613530164
## 104             0.127716277             0.126679955             0.139924952
## 105                      NA                      NA                      NA
## 106             5.930000000             5.760000000             5.680000000
## 107             4.688307873             6.754081565                      NA
## 108            94.205860250            89.404971030            95.331782940
## 109            -0.481931973             7.521029890             5.848710831
## 110   21978879123.000000000   23866727131.000000000   25626474621.000000000
## 111             1.031178468             0.703177494             0.424053405
## 112 2610000000000.000000000 3080000000000.000000000 3460000000000.000000000
## 113           -25.756330040           -29.018033310           -32.816104900
## 114             1.700897728             1.708544543             1.539234028
## 115             0.000000000             0.000000000             0.000000000
## 116   30207725224.000000000  144000000000.000000000  279000000000.000000000
## 117            12.655417770            12.862585890            13.200639630
## 118            23.229324090            22.661093750            25.105547910
## 119                      NA                      NA                      NA
## 120                      NA                      NA                      NA
## 121             0.115154262             0.126679955             0.143267775
## 122             0.432213143             0.677439878             0.206157198
## 123         68605.586100000         73765.432730000         78079.759590000
## 124 1700000000000.000000000 1850000000000.000000000 1980000000000.000000000
## 125            33.935908080            36.830221970            40.631745920
## 126            35.305095990            41.880648460            42.603120800
## 127           899.523581000          1048.453755000          1178.525957000
## 128                      NA                      NA                      NA
## 129            25.517875370            23.699548460            22.334672050
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            31.998809810            31.234983440            31.834993650
## 133   81508795260.000000000   98515977279.000000000  109000000000.000000000
## 134           139.443516700           150.963520900           157.539278200
## 135             8.179578040             7.812188656             7.815641022
## 136         95666.041940000        111358.894500000        123006.289700000
## 137   22015610883.000000000   25614337303.000000000   28848666957.000000000
## 138            96.357141080            87.015244850            85.208387890
## 139             4.289986965             0.767200801            -0.002792772
## 140                      NA                      NA                      NA
## 141             7.926018483             8.518538323             8.061536277
## 142            14.227110740            16.853808450            20.165791700
## 143            69.657672670            68.416745450            76.168955320
##                       X2019                   X2020                 X2021
## 1              14.220000000            11.600000000                    NA
## 2              19.229910000            20.069780000                    NA
## 3    230000000000.000000000  226000000000.000000000  244000000000.0000000
## 4              99.470000000            99.470000000                    NA
## 5              99.630000000            99.630000000                    NA
## 6              16.030555140            15.813597110                    NA
## 7              15.430000000            12.660000000                    NA
## 8              20.200000000            12.100000000                    NA
## 9              26.645600000            29.784100000                    NA
## 10             18.023810000            18.525150000                    NA
## 11                       NA                      NA                    NA
## 12             19.809060240            15.773649730                    NA
## 13             16.909200190            10.512349670                    NA
## 14             26.200000000                      NA                    NA
## 15   188000000000.000000000  213000000000.000000000                    NA
## 16             26.330000000            26.330000000                    NA
## 17   516000000000.000000000  460000000000.000000000  615000000000.0000000
## 18              0.215982700             0.214721900                    NA
## 19              0.700000000                      NA                    NA
## 20             24.633623420            34.763024930                    NA
## 21             17.923262960            19.169773800                    NA
## 22     8442841000.000000000    6619530000.000000000                    NA
## 23   137000000000.000000000  118000000000.000000000                    NA
## 24             12.970000000            11.450000000                    NA
## 25             14.740000000            11.210000000                    NA
## 26             46.000000000                      NA                    NA
## 27      237634000.000000000     112370000.000000000                    NA
## 28             41.800000000                      NA                    NA
## 29                       NA                      NA                    NA
## 30   424000000000.000000000  270000000000.000000000                    NA
## 31   143000000000.000000000  124000000000.000000000                    NA
## 32             14.060000000            12.490000000                    NA
## 33             15.990000000            12.290000000                    NA
## 34             17.270000000            12.600000000                    NA
## 35             73.040000000            18.700000000                    NA
## 36             12.570000000            11.170000000                    NA
## 37                       NA                      NA                    NA
## 38             47.464739990            34.458915130                    NA
## 39             99.400000000            99.400000000                    NA
## 40     4575218471.000000000    3956454691.000000000    5216026828.0000000
## 41             27.660000000            13.290000000                    NA
## 42             13.550000000            12.190000000                    NA
## 43                       NA                      NA                    NA
## 44             21.062203600            27.239470110                    NA
## 45            377.000000000                      NA                    NA
## 46   764000000000.000000000  613000000000.000000000                    NA
## 47             32.880000000            32.880000000                    NA
## 48             24.120000000            24.120000000                    NA
## 49              1.369142000             1.472031000                    NA
## 50              0.000000000             0.000000000                    NA
## 51             15.000000000                      NA                    NA
## 52              0.031086925             0.018319488                    NA
## 53              0.944350687             0.845612140                    NA
## 54             38.927998740            32.039557240            56.7722900
## 55    30605291409.000000000   29880062111.000000000   31149050463.0000000
## 56              0.002196459             0.001886447                    NA
## 57           3952.760349000          3789.150372000          3878.4444200
## 58              0.000000000             0.000000000                    NA
## 59  2340000000000.000000000 2280000000000.000000000 2380000000000.0000000
## 60              4.691155935             3.217402330             5.5119715
## 61             52.022716260            53.938846740            52.5839519
## 62                       NA                      NA                    NA
## 63             24.116362860            24.250237970                    NA
## 64           6947.961423000          7221.739239000          7132.7791940
## 65                       NA                      NA                    NA
## 66             15.303407290             5.719357472             7.7080623
## 67              6.657055428            -2.369620627             4.2469401
## 68              4.691155935             3.217402330             5.5119715
## 69              4.445150850                      NA                    NA
## 70                       NA                      NA                    NA
## 71              0.000000000             0.000000000                    NA
## 72    34186190996.000000000   33433670512.000000000   36288830373.0000000
## 73            126.075333600           124.720924000           128.0741502
## 74              1.102808710                      NA                    NA
## 75              4.239999771             4.389999866                    NA
## 76              0.290067383             0.287107335             0.2870042
## 77   113000000000.000000000  110000000000.000000000  115000000000.0000000
## 78            164.929691400           170.236143200           179.6195108
## 79             41.378740910            30.440281510            35.7822125
## 80             19.809060240            15.773649730                    NA
## 81                       NA                      NA                    NA
## 82             78.945910900            88.440039470                    NA
## 83                       NA                      NA                    NA
## 84           4119.584979000          3996.665470000          4260.8396940
## 85              0.440770893             0.512156620                    NA
## 86             33.815125680            30.469220520            29.8519298
## 87                       NA                      NA                    NA
## 88  3860000000000.000000000 3890000000000.000000000 4280000000000.0000000
## 89              4.981441388             4.474854392             4.6655983
## 90             49.249526590            40.918865590            43.8112282
## 91             22.401347910            19.365426670                    NA
## 92                       NA                      NA                    NA
## 93                       NA                      NA                    NA
## 94             -4.793705761            -4.896852861                    NA
## 95             -5.129629145            -0.251653458           -14.8229695
## 96              9.750191340             5.918168268             6.3694548
## 97             76.579497500            85.212910460            83.8927182
## 98              4.002321623             8.045683808                    NA
## 99             78.945910900            88.440039470                    NA
## 100             0.000000000             0.000000000                    NA
## 101          1069.789098000          1025.509112000          1049.6759710
## 102 3340000000000.000000000 3430000000000.000000000 3660000000000.0000000
## 103             9.632236558            13.678851060                    NA
## 104             0.114122286                      NA                    NA
## 105                      NA                      NA                    NA
## 106             5.230000000                      NA                    NA
## 107                      NA                      NA                    NA
## 108            97.169877780           117.749455500                    NA
## 109             4.744512715            -4.139132233             2.3565718
## 110   27262952301.000000000   26602290156.000000000   27621363368.0000000
## 111             0.442967352             0.514043068                    NA
## 112 3860000000000.000000000 3890000000000.000000000 4280000000000.0000000
## 113           -33.689653640           -27.308285940           -33.3927673
## 114             1.376595177             1.363585634                    NA
## 115             0.000000000             0.000000000                    NA
## 116  294000000000.000000000  101000000000.000000000  227000000000.0000000
## 117            13.010675410            12.047319930            11.7225156
## 118            28.065464890            25.150491920            23.5235500
## 119                      NA                      NA                    NA
## 120                      NA                      NA                    NA
## 121             0.118938770                      NA                    NA
## 122             0.542801816             0.378738964                    NA
## 123         81784.263710000         78399.104890000         80246.6360800
## 124 2110000000000.000000000 2060000000000.000000000 2140000000000.0000000
## 125            41.469590110            34.113575770            38.6019978
## 126            42.187508260            32.819757470            32.6238376
## 127          1194.957236000          1147.471971000          1222.8787940
## 128                      NA                      NA                    NA
## 129            21.583372760            22.180090190            21.3198898
## 130                      NA                      NA                    NA
## 131                      NA                      NA                    NA
## 132            32.742748230            33.393741220            33.8286877
## 133  118000000000.000000000  116000000000.000000000  126000000000.0000000
## 134           164.929691400           170.236143200           179.6195108
## 135             7.779936474             6.805289826             5.2092304
## 136        134886.533800000        133463.612400000        144138.6152000
## 137   29610972525.000000000   29477215821.000000000   31072803545.0000000
## 138            84.696592710            94.280642530            92.2919377
## 139            -0.864102849             3.152060198                    NA
## 140                      NA                      NA                    NA
## 141             8.117095211             9.067732071             8.3992194
## 142            21.701865280            20.164782930                    NA
## 143            78.845345330            88.340280580                    NA
dim(nepal_df)
## [1] 143  66
temp_df = filter(nepal_dt, grepl("employment", tolower(IndicatorName), fixed = TRUE) | grepl("employment", tolower(IndicatorCode), fixed = TRUE))
nepal_df <- rbind(nepal_df, temp_df)
nepal_df
##     CountryName CountryCode
## 1         Nepal         NPL
## 2         Nepal         NPL
## 3         Nepal         NPL
## 4         Nepal         NPL
## 5         Nepal         NPL
## 6         Nepal         NPL
## 7         Nepal         NPL
## 8         Nepal         NPL
## 9         Nepal         NPL
## 10        Nepal         NPL
## 11        Nepal         NPL
## 12        Nepal         NPL
## 13        Nepal         NPL
## 14        Nepal         NPL
## 15        Nepal         NPL
## 16        Nepal         NPL
## 17        Nepal         NPL
## 18        Nepal         NPL
## 19        Nepal         NPL
## 20        Nepal         NPL
## 21        Nepal         NPL
## 22        Nepal         NPL
## 23        Nepal         NPL
## 24        Nepal         NPL
## 25        Nepal         NPL
## 26        Nepal         NPL
## 27        Nepal         NPL
## 28        Nepal         NPL
## 29        Nepal         NPL
## 30        Nepal         NPL
## 31        Nepal         NPL
## 32        Nepal         NPL
## 33        Nepal         NPL
## 34        Nepal         NPL
## 35        Nepal         NPL
## 36        Nepal         NPL
## 37        Nepal         NPL
## 38        Nepal         NPL
## 39        Nepal         NPL
## 40        Nepal         NPL
## 41        Nepal         NPL
## 42        Nepal         NPL
## 43        Nepal         NPL
## 44        Nepal         NPL
## 45        Nepal         NPL
## 46        Nepal         NPL
## 47        Nepal         NPL
## 48        Nepal         NPL
## 49        Nepal         NPL
## 50        Nepal         NPL
## 51        Nepal         NPL
## 52        Nepal         NPL
## 53        Nepal         NPL
## 54        Nepal         NPL
## 55        Nepal         NPL
## 56        Nepal         NPL
## 57        Nepal         NPL
## 58        Nepal         NPL
## 59        Nepal         NPL
## 60        Nepal         NPL
## 61        Nepal         NPL
## 62        Nepal         NPL
## 63        Nepal         NPL
## 64        Nepal         NPL
## 65        Nepal         NPL
## 66        Nepal         NPL
## 67        Nepal         NPL
## 68        Nepal         NPL
## 69        Nepal         NPL
## 70        Nepal         NPL
## 71        Nepal         NPL
## 72        Nepal         NPL
## 73        Nepal         NPL
## 74        Nepal         NPL
## 75        Nepal         NPL
## 76        Nepal         NPL
## 77        Nepal         NPL
## 78        Nepal         NPL
## 79        Nepal         NPL
## 80        Nepal         NPL
## 81        Nepal         NPL
## 82        Nepal         NPL
## 83        Nepal         NPL
## 84        Nepal         NPL
## 85        Nepal         NPL
## 86        Nepal         NPL
## 87        Nepal         NPL
## 88        Nepal         NPL
## 89        Nepal         NPL
## 90        Nepal         NPL
## 91        Nepal         NPL
## 92        Nepal         NPL
## 93        Nepal         NPL
## 94        Nepal         NPL
## 95        Nepal         NPL
## 96        Nepal         NPL
## 97        Nepal         NPL
## 98        Nepal         NPL
## 99        Nepal         NPL
## 100       Nepal         NPL
## 101       Nepal         NPL
## 102       Nepal         NPL
## 103       Nepal         NPL
## 104       Nepal         NPL
## 105       Nepal         NPL
## 106       Nepal         NPL
## 107       Nepal         NPL
## 108       Nepal         NPL
## 109       Nepal         NPL
## 110       Nepal         NPL
## 111       Nepal         NPL
## 112       Nepal         NPL
## 113       Nepal         NPL
## 114       Nepal         NPL
## 115       Nepal         NPL
## 116       Nepal         NPL
## 117       Nepal         NPL
## 118       Nepal         NPL
## 119       Nepal         NPL
## 120       Nepal         NPL
## 121       Nepal         NPL
## 122       Nepal         NPL
## 123       Nepal         NPL
## 124       Nepal         NPL
## 125       Nepal         NPL
## 126       Nepal         NPL
## 127       Nepal         NPL
## 128       Nepal         NPL
## 129       Nepal         NPL
## 130       Nepal         NPL
## 131       Nepal         NPL
## 132       Nepal         NPL
## 133       Nepal         NPL
## 134       Nepal         NPL
## 135       Nepal         NPL
## 136       Nepal         NPL
## 137       Nepal         NPL
## 138       Nepal         NPL
## 139       Nepal         NPL
## 140       Nepal         NPL
## 141       Nepal         NPL
## 142       Nepal         NPL
## 143       Nepal         NPL
## 144       Nepal         NPL
## 145       Nepal         NPL
## 146       Nepal         NPL
## 147       Nepal         NPL
## 148       Nepal         NPL
## 149       Nepal         NPL
## 150       Nepal         NPL
## 151       Nepal         NPL
## 152       Nepal         NPL
## 153       Nepal         NPL
## 154       Nepal         NPL
## 155       Nepal         NPL
## 156       Nepal         NPL
## 157       Nepal         NPL
## 158       Nepal         NPL
## 159       Nepal         NPL
## 160       Nepal         NPL
## 161       Nepal         NPL
## 162       Nepal         NPL
## 163       Nepal         NPL
## 164       Nepal         NPL
## 165       Nepal         NPL
## 166       Nepal         NPL
## 167       Nepal         NPL
## 168       Nepal         NPL
## 169       Nepal         NPL
## 170       Nepal         NPL
## 171       Nepal         NPL
## 172       Nepal         NPL
## 173       Nepal         NPL
## 174       Nepal         NPL
## 175       Nepal         NPL
## 176       Nepal         NPL
## 177       Nepal         NPL
## 178       Nepal         NPL
## 179       Nepal         NPL
## 180       Nepal         NPL
## 181       Nepal         NPL
## 182       Nepal         NPL
## 183       Nepal         NPL
## 184       Nepal         NPL
## 185       Nepal         NPL
## 186       Nepal         NPL
## 187       Nepal         NPL
## 188       Nepal         NPL
## 189       Nepal         NPL
## 190       Nepal         NPL
## 191       Nepal         NPL
## 192       Nepal         NPL
## 193       Nepal         NPL
## 194       Nepal         NPL
## 195       Nepal         NPL
## 196       Nepal         NPL
## 197       Nepal         NPL
## 198       Nepal         NPL
## 199       Nepal         NPL
## 200       Nepal         NPL
## 201       Nepal         NPL
## 202       Nepal         NPL
## 203       Nepal         NPL
## 204       Nepal         NPL
## 205       Nepal         NPL
## 206       Nepal         NPL
## 207       Nepal         NPL
## 208       Nepal         NPL
## 209       Nepal         NPL
## 210       Nepal         NPL
## 211       Nepal         NPL
## 212       Nepal         NPL
## 213       Nepal         NPL
## 214       Nepal         NPL
## 215       Nepal         NPL
## 216       Nepal         NPL
## 217       Nepal         NPL
## 218       Nepal         NPL
## 219       Nepal         NPL
## 220       Nepal         NPL
## 221       Nepal         NPL
## 222       Nepal         NPL
## 223       Nepal         NPL
## 224       Nepal         NPL
## 225       Nepal         NPL
## 226       Nepal         NPL
## 227       Nepal         NPL
## 228       Nepal         NPL
## 229       Nepal         NPL
## 230       Nepal         NPL
## 231       Nepal         NPL
## 232       Nepal         NPL
## 233       Nepal         NPL
## 234       Nepal         NPL
## 235       Nepal         NPL
## 236       Nepal         NPL
## 237       Nepal         NPL
## 238       Nepal         NPL
## 239       Nepal         NPL
## 240       Nepal         NPL
## 241       Nepal         NPL
## 242       Nepal         NPL
##                                                                                              IndicatorName
## 1                                                    Tariff rate, applied, weighted mean, all products (%)
## 2                                         Share of tariff lines with international peaks, all products (%)
## 3                                                          Taxes less subsidies on products (constant LCU)
## 4                                                                   Binding coverage, primary products (%)
## 5                                                              Binding coverage, manufactured products (%)
## 6                                                              Taxes on international trade (% of revenue)
## 7                                        Tariff rate, most favored nation, weighted mean, all products (%)
## 8                                                      Tariff rate, applied, simple mean, all products (%)
## 9                                     Share of tariff lines with international peaks, primary products (%)
## 10                               Share of tariff lines with international peaks, manufactured products (%)
## 11                                Firms expected to give gifts in meetings with tax officials (% of firms)
## 12                                                                                  Tax revenue (% of GDP)
## 13                                    Taxes on goods and services (% value added of industry and services)
## 14                                                   Labor tax and contributions (% of commercial profits)
## 15                                                Taxes on income, profits and capital gains (current LCU)
## 16                                                               Bound rate, simple mean, all products (%)
## 17                                                          Taxes less subsidies on products (current LCU)
## 18                                             Share of tariff lines with specific rates, all products (%)
## 19                                             Other taxes payable by businesses (% of commercial profits)
## 20                                           Taxes on income, profits and capital gains (% of total taxes)
## 21                                                      Customs and other import duties (% of tax revenue)
## 22                                                                               Other taxes (current LCU)
## 23                                                           Customs and other import duties (current LCU)
## 24                                               Tariff rate, applied, weighted mean, primary products (%)
## 25                                          Tariff rate, applied, weighted mean, manufactured products (%)
## 26                                                                                   Tax payments (number)
## 27                                                                          Taxes on exports (current LCU)
## 28                                                           Total tax and contribution rate (% of profit)
## 29                                        Firms that do not report all sales for tax purposes (% of firms)
## 30                                                               Taxes on goods and services (current LCU)
## 31                                                              Taxes on international trade (current LCU)
## 32                                   Tariff rate, most favored nation, weighted mean, primary products (%)
## 33                              Tariff rate, most favored nation, weighted mean, manufactured products (%)
## 34                                         Tariff rate, most favored nation, simple mean, all products (%)
## 35                                                 Tariff rate, applied, simple mean, primary products (%)
## 36                                            Tariff rate, applied, simple mean, manufactured products (%)
## 37                                      Firms visited or required meetings with tax officials (% of firms)
## 38                                                              Taxes on goods and services (% of revenue)
## 39                                                                      Binding coverage, all products (%)
## 40                                                          Taxes less subsidies on products (current US$)
## 41                                     Tariff rate, most favored nation, simple mean, primary products (%)
## 42                                Tariff rate, most favored nation, simple mean, manufactured products (%)
## 43                   Number of visits or required meetings with tax officials (average for affected firms)
## 44                                               Taxes on income, profits and capital gains (% of revenue)
## 45                                                                   Time to prepare and pay taxes (hours)
## 46                                                                               Tax revenue (current LCU)
## 47                                                           Bound rate, simple mean, primary products (%)
## 48                                                      Bound rate, simple mean, manufactured products (%)
## 49                                         Share of tariff lines with specific rates, primary products (%)
## 50                                    Share of tariff lines with specific rates, manufactured products (%)
## 51                                                                    Profit tax (% of commercial profits)
## 52                                                                     Taxes on exports (% of tax revenue)
## 53                                                                              Other taxes (% of revenue)
## 54                                                                            Merchandise trade (% of GDP)
## 55                                                                                 GDP (constant 2015 US$)
## 56                                                                                   Coal rents (% of GDP)
## 57                                                     GDP per capita, PPP (constant 2017 international $)
## 58                                                                                Mineral rents (% of GDP)
## 59                                                                                      GDP (constant LCU)
## 60                                                       Inflation, GDP deflator: linked series (annual %)
## 61                                                                        Services, value added (% of GDP)
## 62        Water productivity, total (constant 2015 US$ GDP per cubic meter of total freshwater withdrawal)
## 63                                                               Personal remittances, received (% of GDP)
## 64                                                           GDP per person employed (constant 2017 PPP $)
## 65                                      Government expenditure per student, tertiary (% of GDP per capita)
## 66                                                                       Gross domestic savings (% of GDP)
## 67                                                                                   GDP growth (annual %)
## 68                                                                      Inflation, GDP deflator (annual %)
## 69                                                                   Current health expenditure (% of GDP)
## 70                                       Government expenditure per student, primary (% of GDP per capita)
## 71                                                                                    Oil rents (% of GDP)
## 72                                                                                       GDP (current US$)
## 73                                                                   Gross national expenditure (% of GDP)
## 74                                               Domestic general government health expenditure (% of GDP)
## 75                                                   Government expenditure on education, total (% of GDP)
## 76                                Price level ratio of PPP conversion factor (GDP) to market exchange rate
## 77                                                                GDP, PPP (constant 2017 international $)
## 78                                               GDP deflator: linked series (base year varies by country)
## 79                                                                      Gross capital formation (% of GDP)
## 80                                                                                  Tax revenue (% of GDP)
## 81                                                 Domestic credit provided by financial sector (% of GDP)
## 82                                                        Monetary Sector credit to private sector (% GDP)
## 83                                                                  CO2 emissions (kg per 2015 US$ of GDP)
## 84                                                           GDP per capita, PPP (current international $)
## 85                                                                                 Forest rents (% of GDP)
## 86                                                                Gross fixed capital formation (% of GDP)
## 87                                     Government expenditure per student, secondary (% of GDP per capita)
## 88                                                                        GDP: linked series (current LCU)
## 89                                                                   Manufacturing, value added (% of GDP)
## 90                                                                                        Trade (% of GDP)
## 91                                                                    Revenue, excluding grants (% of GDP)
## 92                                                         Research and development expenditure (% of GDP)
## 93                                    Energy use (kg of oil equivalent) per $1,000 GDP (constant 2017 PPP)
## 94                                                          Net lending (+) / net borrowing (-) (% of GDP)
## 95                                                                      Current account balance (% of GDP)
## 96                                                                            Trade in services (% of GDP)
## 97                                          Households and NPISHs final consumption expenditure (% of GDP)
## 98                                                         Net incurrence of liabilities, total (% of GDP)
## 99                                                            Domestic credit to private sector (% of GDP)
## 100                                                     Foreign direct investment, net outflows (% of GDP)
## 101                                                                     GDP per capita (constant 2015 US$)
## 102                                                  Gross value added at basic prices (GVA) (current LCU)
## 103                                                             Claims on central government, etc. (% GDP)
## 104                                                                    CO2 emissions (kg per PPP $ of GDP)
## 105                              GDP per unit of energy use (constant 2017 PPP $ per kg of oil equivalent)
## 106                                            Energy intensity level of primary energy (MJ/$2017 PPP GDP)
## 107                                                       Net investment in nonfinancial assets (% of GDP)
## 108                                                                                 Broad money (% of GDP)
## 109                                                                       GDP per capita growth (annual %)
## 110                                            Gross value added at basic prices (GVA) (constant 2015 US$)
## 111                                                               Total natural resources rents (% of GDP)
## 112                                                                                      GDP (current LCU)
## 113                                                      External balance on goods and services (% of GDP)
## 114                                                                        Military expenditure (% of GDP)
## 115                                                                           Natural gas rents (% of GDP)
## 116                                               Discrepancy in expenditure estimate of GDP (current LCU)
## 117                                              Industry (including construction), value added (% of GDP)
## 118                                               Gross fixed capital formation, private sector (% of GDP)
## 119                                                              Central government debt, total (% of GDP)
## 120                                             Claims on other sectors of the domestic economy (% of GDP)
## 121                                                               CO2 emissions (kg per 2017 PPP $ of GDP)
## 122                                                      Foreign direct investment, net inflows (% of GDP)
## 123                                                                          GDP per capita (constant LCU)
## 124                                                 Gross value added at basic prices (GVA) (constant LCU)
## 125                                                               Imports of goods and services (% of GDP)
## 126                                                                               Gross savings (% of GDP)
## 127                                                                           GDP per capita (current US$)
## 128                                              Discrepancy in expenditure estimate of GDP (constant LCU)
## 129                                             Agriculture, forestry, and fishing, value added (% of GDP)
## 130                                                                  Stocks traded, total value (% of GDP)
## 131                                          Market capitalization of listed domestic companies (% of GDP)
## 132                                                   PPP conversion factor, GDP (LCU per international $)
## 133                                                                     GDP, PPP (current international $)
## 134                                                             GDP deflator (base year varies by country)
## 135                                                               Exports of goods and services (% of GDP)
## 136                                                                           GDP per capita (current LCU)
## 137                                                  Gross value added at basic prices (GVA) (current US$)
## 138                                                               Final consumption expenditure (% of GDP)
## 139                                                         Net acquisition of financial assets (% of GDP)
## 140                                            GDP per unit of energy use (PPP $ per kg of oil equivalent)
## 141                                            General government final consumption expenditure (% of GDP)
## 142                                                                                     Expense (% of GDP)
## 143                                                  Domestic credit to private sector by banks (% of GDP)
## 144                 Share of youth not in education, employment or training, total (% of youth population)
## 145                 Unemployment, youth female (% of female labor force ages 15-24) (modeled ILO estimate)
## 146                                  Employment in services (% of total employment) (modeled ILO estimate)
## 147                      Contributing family workers, total (% of total employment) (modeled ILO estimate)
## 148                                 Employment to population ratio, 15+, female (%) (modeled ILO estimate)
## 149                          Employment in agriculture, male (% of male employment) (modeled ILO estimate)
## 150                       Coverage of unemployment benefits and ALMP in richest quintile (% of population)
## 151     Unemployment with intermediate education, male (% of male labor force with intermediate education)
## 152                                                    Part time employment, total (% of total employment)
## 153                  Children in employment, work only, male (% of male children in employment, ages 7-14)
## 154                  Child employment in services, male (% of male economically active children ages 7-14)
## 155      Children in employment, unpaid family workers, male (% of male children in employment, ages 7-14)
## 156                                      Self-employed, male (% of male employment) (modeled ILO estimate)
## 157           Child employment in agriculture, female (% of female economically active children ages 7-14)
## 158                       Coverage of unemployment benefits and ALMP in poorest quintile (% of population)
## 159                                  Unemployment, female (% of female labor force) (modeled ILO estimate)
## 160                     Unemployment, youth male (% of male labor force ages 15-24) (modeled ILO estimate)
## 161                                            Children in employment, male (% of male children ages 7-14)
## 162                         Employment in industry, female (% of female employment) (modeled ILO estimate)
## 163                                   Employment to population ratio, 15+, male (%) (modeled ILO estimate)
## 164                             Employment to population ratio, ages 15-24, female (%) (national estimate)
## 165                                     Unemployment, female (% of female labor force) (national estimate)
## 166                        Unemployment, youth male (% of male labor force ages 15-24) (national estimate)
## 167                                        Children in employment, female (% of female children ages 7-14)
## 168                                      Employment to population ratio, 15+, male (%) (national estimate)
## 169                               Employment in agriculture (% of total employment) (modeled ILO estimate)
## 170          Unemployment with intermediate education (% of total labor force with intermediate education)
## 171                             Child employment in services (% of economically active children ages 7-14)
## 172                 Children in employment, unpaid family workers (% of children in employment, ages 7-14)
## 173                                    Self-employed, total (% of total employment) (modeled ILO estimate)
## 174               Child employment in agriculture, male (% of male economically active children ages 7-14)
## 175                           Coverage of unemployment benefits and ALMP in 2nd quintile (% of population)
## 176                                      Unemployment, male (% of male labor force) (modeled ILO estimate)
## 177                   Unemployment, youth total (% of total labor force ages 15-24) (modeled ILO estimate)
## 178         Children in employment, study and work, female (% of female children in employment, ages 7-14)
## 179                                  Employment in industry (% of total employment) (modeled ILO estimate)
## 180                                  Employment to population ratio, 15+, total (%) (modeled ILO estimate)
## 181                               Employment to population ratio, ages 15-24, male (%) (national estimate)
## 182 Unemployment with intermediate education, female (% of female labor force with intermediate education)
## 183                                                Part time employment, male (% of total male employment)
## 184              Child employment in services, female (% of female economically active children ages 7-14)
## 185  Children in employment, unpaid family workers, female (% of female children in employment, ages 7-14)
## 186                                  Self-employed, female (% of female employment) (modeled ILO estimate)
## 187                                           Coverage of unemployment benefits and ALMP (% of population)
## 188             Share of youth not in education, employment or training, male (% of male youth population)
## 189                    Unemployment, youth female (% of female labor force ages 15-24) (national estimate)
## 190                                                Children in employment, total (% of children ages 7-14)
## 191                             Employment in services, male (% of male employment) (modeled ILO estimate)
## 192                        Contributing family workers, male (% of male employment) (modeled ILO estimate)
## 193                                    Employment to population ratio, 15+, female (%) (national estimate)
## 194                      Employment in agriculture, female (% of female employment) (modeled ILO estimate)
## 195                           Coverage of unemployment benefits and ALMP in 4th quintile (% of population)
## 196               Children in employment, wage workers, male (% of male children in employment, ages 7-14)
## 197               Unemployment with basic education, female (% of female labor force with basic education)
## 198                        Children in employment, study and work (% of children in employment, ages 7-14)
## 199          Children in employment, self-employed, female (% of female children in employment, ages 7-14)
## 200                      Wage and salaried workers, female (% of female employment) (modeled ILO estimate)
## 201                                      Employers, female (% of female employment) (modeled ILO estimate)
## 202                          Children in employment, wage workers (% of children in employment, ages 7-14)
## 203                   Unemployment with basic education, male (% of male labor force with basic education)
## 204              Children in employment, self-employed, male (% of male children in employment, ages 7-14)
## 205                          Wage and salaried workers, male (% of male employment) (modeled ILO estimate)
## 206                                          Employers, male (% of male employment) (modeled ILO estimate)
## 207              Adequacy of unemployment benefits and ALMP (% of total welfare of beneficiary households)
## 208         Share of youth not in education, employment or training, female (% of female youth population)
## 209                             Children in employment, work only (% of children in employment, ages 7-14)
## 210                         Employment in services, female (% of female employment) (modeled ILO estimate)
## 211                    Contributing family workers, female (% of female employment) (modeled ILO estimate)
## 212                                         Female share of employment in senior and middle management (%)
## 213                          Child employment in agriculture (% of economically active children ages 7-14)
## 214                           Coverage of unemployment benefits and ALMP in 3rd quintile (% of population)
## 215                                       Unemployment, total (% of total labor force) (national estimate)
## 216         Unemployment with advanced education, female (% of female labor force with advanced education)
## 217         Child employment in manufacturing, female (% of female economically active children ages 7-14)
## 218                          Vulnerable employment, female (% of female employment) (modeled ILO estimate)
## 219                            Employment to population ratio, ages 15-24, male (%) (modeled ILO estimate)
## 220                        Unemployment with basic education (% of total labor force with basic education)
## 221                                            Part time employment, female (% of total female employment)
## 222              Children in employment, work only, female (% of female children in employment, ages 7-14)
## 223                         Children in employment, self-employed (% of children in employment, ages 7-14)
## 224                        Wage and salaried workers, total (% of total employment) (modeled ILO estimate)
## 225                                        Employers, total (% of total employment) (modeled ILO estimate)
## 226   Benefit incidence of unemployment benefits and ALMP to poorest quintile (% of total U/ALMP benefits)
## 227                                    Unemployment, total (% of total labor force) (modeled ILO estimate)
## 228             Unemployment with advanced education, male (% of male labor force with advanced education)
## 229             Children in employment, study and work, male (% of male children in employment, ages 7-14)
## 230             Child employment in manufacturing, male (% of male economically active children ages 7-14)
## 231                              Vulnerable employment, male (% of male employment) (modeled ILO estimate)
## 232                              Employment to population ratio, ages 15-24, total (%) (national estimate)
## 233                                         Unemployment, male (% of male labor force) (national estimate)
## 234                      Unemployment, youth total (% of total labor force ages 15-24) (national estimate)
## 235                             Employment in industry, male (% of male employment) (modeled ILO estimate)
## 236                                     Employment to population ratio, 15+, total (%) (national estimate)
## 237                          Employment to population ratio, ages 15-24, female (%) (modeled ILO estimate)
## 238           Children in employment, wage workers, female (% of female children in employment, ages 7-14)
## 239                  Unemployment with advanced education (% of total labor force with advanced education)
## 240                        Child employment in manufacturing (% of economically active children ages 7-14)
## 241                            Vulnerable employment, total (% of total employment) (modeled ILO estimate)
## 242                           Employment to population ratio, ages 15-24, total (%) (modeled ILO estimate)
##                IndicatorCode                  X1960                X1961
## 1       TM.TAX.MRCH.WM.AR.ZS                     NA                   NA
## 2          TM.TAX.MRCH.IP.ZS                     NA                   NA
## 3             NY.TAX.NIND.KN                     NA                   NA
## 4          TM.TAX.TCOM.BC.ZS                     NA                   NA
## 5          TM.TAX.MANF.BC.ZS                     NA                   NA
## 6          GC.TAX.INTT.RV.ZS                     NA                   NA
## 7       TM.TAX.MRCH.WM.FN.ZS                     NA                   NA
## 8       TM.TAX.MRCH.SM.AR.ZS                     NA                   NA
## 9          TM.TAX.TCOM.IP.ZS                     NA                   NA
## 10         TM.TAX.MANF.IP.ZS                     NA                   NA
## 11            IC.TAX.GIFT.ZS                     NA                   NA
## 12         GC.TAX.TOTL.GD.ZS                     NA                   NA
## 13         GC.TAX.GSRV.VA.ZS                     NA                   NA
## 14         IC.TAX.LABR.CP.ZS                     NA                   NA
## 15            GC.TAX.YPKG.CN                     NA                   NA
## 16         TM.TAX.MRCH.BR.ZS                     NA                   NA
## 17            NY.TAX.NIND.CN     54000000.000000000     56000000.0000000
## 18         TM.TAX.MRCH.SR.ZS                     NA                   NA
## 19         IC.TAX.OTHR.CP.ZS                     NA                   NA
## 20            GC.TAX.YPKG.ZS                     NA                   NA
## 21            GC.TAX.IMPT.ZS                     NA                   NA
## 22            GC.TAX.OTHR.CN                     NA                   NA
## 23            GC.TAX.IMPT.CN                     NA                   NA
## 24      TM.TAX.TCOM.WM.AR.ZS                     NA                   NA
## 25      TM.TAX.MANF.WM.AR.ZS                     NA                   NA
## 26               IC.TAX.PAYM                     NA                   NA
## 27            GC.TAX.EXPT.CN                     NA                   NA
## 28         IC.TAX.TOTL.CP.ZS                     NA                   NA
## 29            IC.FRM.INFM.ZS                     NA                   NA
## 30            GC.TAX.GSRV.CN                     NA                   NA
## 31            GC.TAX.INTT.CN                     NA                   NA
## 32      TM.TAX.TCOM.WM.FN.ZS                     NA                   NA
## 33      TM.TAX.MANF.WM.FN.ZS                     NA                   NA
## 34      TM.TAX.MRCH.SM.FN.ZS                     NA                   NA
## 35      TM.TAX.TCOM.SM.AR.ZS                     NA                   NA
## 36      TM.TAX.MANF.SM.AR.ZS                     NA                   NA
## 37            IC.FRM.METG.ZS                     NA                   NA
## 38         GC.TAX.GSRV.RV.ZS                     NA                   NA
## 39         TM.TAX.MRCH.BC.ZS                     NA                   NA
## 40            NY.TAX.NIND.CD      7087544.297000000      7350045.9380000
## 41      TM.TAX.TCOM.SM.FN.ZS                     NA                   NA
## 42      TM.TAX.MANF.SM.FN.ZS                     NA                   NA
## 43               IC.TAX.METG                     NA                   NA
## 44         GC.TAX.YPKG.RV.ZS                     NA                   NA
## 45               IC.TAX.DURS                     NA                   NA
## 46            GC.TAX.TOTL.CN                     NA                   NA
## 47         TM.TAX.TCOM.BR.ZS                     NA                   NA
## 48         TM.TAX.MANF.BR.ZS                     NA                   NA
## 49         TM.TAX.TCOM.SR.ZS                     NA                   NA
## 50         TM.TAX.MANF.SR.ZS                     NA                   NA
## 51         IC.TAX.PRFT.CP.ZS                     NA                   NA
## 52            GC.TAX.EXPT.ZS                     NA                   NA
## 53         GC.TAX.OTHR.RV.ZS                     NA                   NA
## 54         TG.VAL.TOTL.GD.ZS           10.819649130            4.8875896
## 55            NY.GDP.MKTP.KD   3312006963.000000000   3375208865.0000000
## 56         NY.GDP.COAL.RT.ZS                     NA                   NA
## 57         NY.GDP.PCAP.PP.KD                     NA                   NA
## 58         NY.GDP.MINR.RT.ZS                     NA                   NA
## 59            NY.GDP.MKTP.KN 253000000000.000000000 258000000000.0000000
## 60      NY.GDP.DEFL.KD.ZG.AD                     NA                   NA
## 61            NV.SRV.TOTL.ZS           98.605729370           98.6183074
## 62         ER.GDP.FWTL.M3.KD                     NA                   NA
## 63      BX.TRF.PWKR.DT.GD.ZS                     NA                   NA
## 64         SL.GDP.PCAP.EM.KD                     NA                   NA
## 65         SE.XPD.TERT.PC.ZS                     NA                   NA
## 66            NY.GDS.TOTL.ZS                     NA                   NA
## 67         NY.GDP.MKTP.KD.ZG                     NA            1.9082660
## 68         NY.GDP.DEFL.KD.ZG                     NA            2.6880000
## 69         SH.XPD.CHEX.GD.ZS                     NA                   NA
## 70         SE.XPD.PRIM.PC.ZS                     NA                   NA
## 71         NY.GDP.PETR.RT.ZS                     NA                   NA
## 72            NY.GDP.MKTP.CD    508334414.000000000    531959561.6000000
## 73            NE.DAB.TOTL.ZS                     NA                   NA
## 74         SH.XPD.GHED.GD.ZS                     NA                   NA
## 75         SE.XPD.TOTL.GD.ZS                     NA                   NA
## 76            PA.NUS.PPPC.RF                     NA                   NA
## 77         NY.GDP.MKTP.PP.KD                     NA                   NA
## 78         NY.GDP.DEFL.ZS.AD                     NA                   NA
## 79            NE.GDI.TOTL.ZS                     NA                   NA
## 80         GC.TAX.TOTL.GD.ZS                     NA                   NA
## 81         FS.AST.DOMS.GD.ZS                     NA                   NA
## 82         FM.AST.PRVT.GD.ZS            1.045701034            1.2262522
## 83         EN.ATM.CO2E.KD.GD                     NA                   NA
## 84         NY.GDP.PCAP.PP.CD                     NA                   NA
## 85         NY.GDP.FRST.RT.ZS                     NA                   NA
## 86            NE.GDI.FTOT.ZS                     NA                   NA
## 87         SE.XPD.SECO.PC.ZS                     NA                   NA
## 88         NY.GDP.MKTP.CN.AD                     NA                   NA
## 89            NV.IND.MANF.ZS                     NA                   NA
## 90            NE.TRD.GNFS.ZS                     NA                   NA
## 91         GC.REV.XGRT.GD.ZS                     NA                   NA
## 92         GB.XPD.RSDV.GD.ZS                     NA                   NA
## 93      EG.USE.COMM.GD.PP.KD                     NA                   NA
## 94         GC.NLD.TOTL.GD.ZS                     NA                   NA
## 95         BN.CAB.XOKA.GD.ZS                     NA                   NA
## 96         BG.GSR.NFSV.GD.ZS                     NA                   NA
## 97            NE.CON.PRVT.ZS                     NA                   NA
## 98         GC.LBL.TOTL.GD.ZS                     NA                   NA
## 99         FS.AST.PRVT.GD.ZS            1.045701034            1.2262522
## 100     BM.KLT.DINV.WD.GD.ZS                     NA                   NA
## 101           NY.GDP.PCAP.KD          327.757278300          328.7351119
## 102           NY.GDP.FCST.CN   3818999800.000000000   3996999900.0000000
## 103        FS.AST.CGOV.GD.ZS            0.002581978           -0.1579077
## 104        EN.ATM.CO2E.PP.GD                     NA                   NA
## 105     EG.GDP.PUSE.KO.PP.KD                     NA                   NA
## 106        EG.EGY.PRIM.PP.KD                     NA                   NA
## 107        GC.NFN.TOTL.GD.ZS                     NA                   NA
## 108        FM.LBL.BMNY.GD.ZS            5.411825598            6.3237110
## 109        NY.GDP.PCAP.KD.ZG                     NA            0.2983408
## 110           NY.GDP.FCST.KD                     NA                   NA
## 111        NY.GDP.TOTL.RT.ZS                     NA                   NA
## 112           NY.GDP.MKTP.CN   3872999900.000000000   4052999900.0000000
## 113           NE.RSB.GNFS.ZS                     NA                   NA
## 114        MS.MIL.XPND.GD.ZS                     NA                   NA
## 115        NY.GDP.NGAS.RT.ZS                     NA                   NA
## 116           NY.GDP.DISC.CN                     NA                   NA
## 117           NV.IND.TOTL.ZS                     NA                   NA
## 118           NE.GDI.FPRV.ZS                     NA                   NA
## 119        GC.DOD.TOTL.GD.ZS                     NA                   NA
## 120        FS.AST.DOMO.GD.ZS                     NA                   NA
## 121     EN.ATM.CO2E.PP.GD.KD                     NA                   NA
## 122     BX.KLT.DINV.WD.GD.ZS                     NA                   NA
## 123           NY.GDP.PCAP.KN        25056.702990000        25131.4573400
## 124           NY.GDP.FCST.KN                     NA                   NA
## 125           NE.IMP.GNFS.ZS                     NA                   NA
## 126           NY.GNS.ICTR.ZS                     NA                   NA
## 127           NY.GDP.PCAP.CD           50.304937720           51.8112487
## 128           NY.GDP.DISC.KN                     NA                   NA
## 129           NV.AGR.TOTL.ZS                     NA                   NA
## 130        CM.MKT.TRAD.GD.ZS                     NA                   NA
## 131        CM.MKT.LCAP.GD.ZS                     NA                   NA
## 132               PA.NUS.PPP                     NA                   NA
## 133        NY.GDP.MKTP.PP.CD                     NA                   NA
## 134           NY.GDP.DEFL.ZS            1.529623912            1.5707402
## 135           NE.EXP.GNFS.ZS                     NA                   NA
## 136           NY.GDP.PCAP.CN          383.273320500          394.7499041
## 137           NY.GDP.FCST.CD    501246856.500000000    524609515.7000000
## 138           NE.CON.TOTL.ZS                     NA                   NA
## 139        GC.AST.TOTL.GD.ZS                     NA                   NA
## 140        EG.GDP.PUSE.KO.PP                     NA                   NA
## 141           NE.CON.GOVT.ZS                     NA                   NA
## 142        GC.XPN.TOTL.GD.ZS                     NA                   NA
## 143        FD.AST.PRVT.GD.ZS            1.040537078            1.2139156
## 144           SL.UEM.NEET.ZS                     NA                   NA
## 145        SL.UEM.1524.FE.ZS                     NA                   NA
## 146           SL.SRV.EMPL.ZS                     NA                   NA
## 147           SL.FAM.WORK.ZS                     NA                   NA
## 148     SL.EMP.TOTL.SP.FE.ZS                     NA                   NA
## 149        SL.AGR.EMPL.MA.ZS                     NA                   NA
## 150  per_lm_alllm.cov_q5_tot                     NA                   NA
## 151        SL.UEM.INTM.MA.ZS                     NA                   NA
## 152           SL.TLF.PART.ZS                     NA                   NA
## 153     SL.TLF.0714.WK.MA.ZS                     NA                   NA
## 154        SL.SRV.0714.MA.ZS                     NA                   NA
## 155        SL.FAM.0714.MA.ZS                     NA                   NA
## 156        SL.EMP.SELF.MA.ZS                     NA                   NA
## 157        SL.AGR.0714.FE.ZS                     NA                   NA
## 158  per_lm_alllm.cov_q1_tot                     NA                   NA
## 159        SL.UEM.TOTL.FE.ZS                     NA                   NA
## 160        SL.UEM.1524.MA.ZS                     NA                   NA
## 161        SL.TLF.0714.MA.ZS                     NA                   NA
## 162        SL.IND.EMPL.FE.ZS                     NA                   NA
## 163     SL.EMP.TOTL.SP.MA.ZS                     NA                   NA
## 164  SL.EMP.1524.SP.FE.NE.ZS                     NA                   NA
## 165     SL.UEM.TOTL.FE.NE.ZS                     NA                   NA
## 166     SL.UEM.1524.MA.NE.ZS                     NA                   NA
## 167        SL.TLF.0714.FE.ZS                     NA                   NA
## 168  SL.EMP.TOTL.SP.MA.NE.ZS                     NA                   NA
## 169           SL.AGR.EMPL.ZS                     NA                   NA
## 170           SL.UEM.INTM.ZS                     NA                   NA
## 171           SL.SRV.0714.ZS                     NA                   NA
## 172           SL.FAM.0714.ZS                     NA                   NA
## 173           SL.EMP.SELF.ZS                     NA                   NA
## 174        SL.AGR.0714.MA.ZS                     NA                   NA
## 175  per_lm_alllm.cov_q2_tot                     NA                   NA
## 176        SL.UEM.TOTL.MA.ZS                     NA                   NA
## 177           SL.UEM.1524.ZS                     NA                   NA
## 178     SL.TLF.0714.SW.FE.ZS                     NA                   NA
## 179           SL.IND.EMPL.ZS                     NA                   NA
## 180        SL.EMP.TOTL.SP.ZS                     NA                   NA
## 181  SL.EMP.1524.SP.MA.NE.ZS                     NA                   NA
## 182        SL.UEM.INTM.FE.ZS                     NA                   NA
## 183        SL.TLF.PART.MA.ZS                     NA                   NA
## 184        SL.SRV.0714.FE.ZS                     NA                   NA
## 185        SL.FAM.0714.FE.ZS                     NA                   NA
## 186        SL.EMP.SELF.FE.ZS                     NA                   NA
## 187 per_lm_alllm.cov_pop_tot                     NA                   NA
## 188        SL.UEM.NEET.MA.ZS                     NA                   NA
## 189     SL.UEM.1524.FE.NE.ZS                     NA                   NA
## 190           SL.TLF.0714.ZS                     NA                   NA
## 191        SL.SRV.EMPL.MA.ZS                     NA                   NA
## 192        SL.FAM.WORK.MA.ZS                     NA                   NA
## 193  SL.EMP.TOTL.SP.FE.NE.ZS                     NA                   NA
## 194        SL.AGR.EMPL.FE.ZS                     NA                   NA
## 195  per_lm_alllm.cov_q4_tot                     NA                   NA
## 196        SL.WAG.0714.MA.ZS                     NA                   NA
## 197        SL.UEM.BASC.FE.ZS                     NA                   NA
## 198        SL.TLF.0714.SW.ZS                     NA                   NA
## 199        SL.SLF.0714.FE.ZS                     NA                   NA
## 200        SL.EMP.WORK.FE.ZS                     NA                   NA
## 201        SL.EMP.MPYR.FE.ZS                     NA                   NA
## 202           SL.WAG.0714.ZS                     NA                   NA
## 203        SL.UEM.BASC.MA.ZS                     NA                   NA
## 204        SL.SLF.0714.MA.ZS                     NA                   NA
## 205        SL.EMP.WORK.MA.ZS                     NA                   NA
## 206        SL.EMP.MPYR.MA.ZS                     NA                   NA
## 207 per_lm_alllm.adq_pop_tot                     NA                   NA
## 208        SL.UEM.NEET.FE.ZS                     NA                   NA
## 209        SL.TLF.0714.WK.ZS                     NA                   NA
## 210        SL.SRV.EMPL.FE.ZS                     NA                   NA
## 211        SL.FAM.WORK.FE.ZS                     NA                   NA
## 212        SL.EMP.SMGT.FE.ZS                     NA                   NA
## 213           SL.AGR.0714.ZS                     NA                   NA
## 214  per_lm_alllm.cov_q3_tot                     NA                   NA
## 215        SL.UEM.TOTL.NE.ZS                     NA                   NA
## 216        SL.UEM.ADVN.FE.ZS                     NA                   NA
## 217        SL.MNF.0714.FE.ZS                     NA                   NA
## 218        SL.EMP.VULN.FE.ZS                     NA                   NA
## 219     SL.EMP.1524.SP.MA.ZS                     NA                   NA
## 220           SL.UEM.BASC.ZS                     NA                   NA
## 221        SL.TLF.PART.FE.ZS                     NA                   NA
## 222     SL.TLF.0714.WK.FE.ZS                     NA                   NA
## 223           SL.SLF.0714.ZS                     NA                   NA
## 224           SL.EMP.WORK.ZS                     NA                   NA
## 225           SL.EMP.MPYR.ZS                     NA                   NA
## 226  per_lm_alllm.ben_q1_tot                     NA                   NA
## 227           SL.UEM.TOTL.ZS                     NA                   NA
## 228        SL.UEM.ADVN.MA.ZS                     NA                   NA
## 229     SL.TLF.0714.SW.MA.ZS                     NA                   NA
## 230        SL.MNF.0714.MA.ZS                     NA                   NA
## 231        SL.EMP.VULN.MA.ZS                     NA                   NA
## 232     SL.EMP.1524.SP.NE.ZS                     NA                   NA
## 233     SL.UEM.TOTL.MA.NE.ZS                     NA                   NA
## 234        SL.UEM.1524.NE.ZS                     NA                   NA
## 235        SL.IND.EMPL.MA.ZS                     NA                   NA
## 236     SL.EMP.TOTL.SP.NE.ZS                     NA                   NA
## 237     SL.EMP.1524.SP.FE.ZS                     NA                   NA
## 238        SL.WAG.0714.FE.ZS                     NA                   NA
## 239           SL.UEM.ADVN.ZS                     NA                   NA
## 240           SL.MNF.0714.ZS                     NA                   NA
## 241           SL.EMP.VULN.ZS                     NA                   NA
## 242        SL.EMP.1524.SP.ZS                     NA                   NA
##                     X1962                X1963               X1964
## 1                      NA                   NA                  NA
## 2                      NA                   NA                  NA
## 3                      NA                   NA                  NA
## 4                      NA                   NA                  NA
## 5                      NA                   NA                  NA
## 6                      NA                   NA                  NA
## 7                      NA                   NA                  NA
## 8                      NA                   NA                  NA
## 9                      NA                   NA                  NA
## 10                     NA                   NA                  NA
## 11                     NA                   NA                  NA
## 12                     NA                   NA                  NA
## 13                     NA                   NA                  NA
## 14                     NA                   NA                  NA
## 15                     NA                   NA                  NA
## 16                     NA                   NA                  NA
## 17      61000000.00000000     64000000.0000000     70000000.000000
## 18                     NA                   NA                  NA
## 19                     NA                   NA                  NA
## 20                     NA                   NA                  NA
## 21                     NA                   NA                  NA
## 22                     NA                   NA                  NA
## 23                     NA                   NA                  NA
## 24                     NA                   NA                  NA
## 25                     NA                   NA                  NA
## 26                     NA                   NA                  NA
## 27                     NA                   NA                  NA
## 28                     NA                   NA                  NA
## 29                     NA                   NA                  NA
## 30                     NA                   NA                  NA
## 31                     NA                   NA                  NA
## 32                     NA                   NA                  NA
## 33                     NA                   NA                  NA
## 34                     NA                   NA                  NA
## 35                     NA                   NA                  NA
## 36                     NA                   NA                  NA
## 37                     NA                   NA                  NA
## 38                     NA                   NA                  NA
## 39                     NA                   NA                  NA
## 40       8006300.03900000      6890092.2630000      6913580.247000
## 41                     NA                   NA                  NA
## 42                     NA                   NA                  NA
## 43                     NA                   NA                  NA
## 44                     NA                   NA                  NA
## 45                     NA                   NA                  NA
## 46                     NA                   NA                  NA
## 47                     NA                   NA                  NA
## 48                     NA                   NA                  NA
## 49                     NA                   NA                  NA
## 50                     NA                   NA                  NA
## 51                     NA                   NA                  NA
## 52                     NA                   NA                  NA
## 53                     NA                   NA                  NA
## 54             5.22565146           23.5437153           28.421759
## 55    3439686156.00000000   3504872049.0000000   3768874732.000000
## 56                     NA                   NA                  NA
## 57                     NA                   NA                  NA
## 58                     NA                   NA                  NA
## 59  263000000000.00000000 268000000000.0000000 288000000000.000000
## 60                     NA                   NA                  NA
## 61            98.60539098           98.6135182           98.606407
## 62                     NA                   NA                  NA
## 63                     NA                   NA                  NA
## 64                     NA                   NA                  NA
## 65                     NA                   NA                  NA
## 66                     NA                   NA                  NA
## 67             1.91032003            1.8951116            7.532449
## 68             5.89709100            3.5699251            1.194720
## 69                     NA                   NA                  NA
## 70                     NA                   NA                  NA
## 71                     NA                   NA                  NA
## 72     574091101.20000005    496947904.4000000    496098775.300000
## 73                     NA                   NA                  NA
## 74                     NA                   NA                  NA
## 75                     NA                   NA                  NA
## 76                     NA                   NA                  NA
## 77                     NA                   NA                  NA
## 78                     NA                   NA                  NA
## 79                     NA                   NA                  NA
## 80                     NA                   NA                  NA
## 81                     NA                   NA                  NA
## 82             1.25285777            1.2348354            1.499104
## 83                     NA                   NA                  NA
## 84                     NA                   NA                  NA
## 85                     NA                   NA                  NA
## 86                     NA                   NA                  NA
## 87                     NA                   NA                  NA
## 88                     NA                   NA                  NA
## 89                     NA                   NA                  NA
## 90                     NA                   NA                  NA
## 91                     NA                   NA                  NA
## 92                     NA                   NA                  NA
## 93                     NA                   NA                  NA
## 94                     NA                   NA                  NA
## 95                     NA                   NA                  NA
## 96                     NA                   NA                  NA
## 97                     NA                   NA                  NA
## 98                     NA                   NA                  NA
## 99             1.25285777            1.2348354            1.499104
## 100                    NA                   NA                  NA
## 101          329.68826720          330.5042565          349.489003
## 102   4312999900.00000000   4552000000.0000000   4952999900.000000
## 103           -0.03886603           -0.3531196           -0.806291
## 104                    NA                   NA                  NA
## 105                    NA                   NA                  NA
## 106                    NA                   NA                  NA
## 107                    NA                   NA                  NA
## 108            6.09739355            7.2595321            8.333665
## 109            0.28994631            0.2475033            5.744176
## 110                    NA                   NA                  NA
## 111                    NA                   NA                  NA
## 112   4374000100.00000000   4616000000.0000000   5023000100.000000
## 113                    NA                   NA                  NA
## 114                    NA                   NA                  NA
## 115                    NA                   NA                  NA
## 116                    NA                   NA                  NA
## 117                    NA                   NA                  NA
## 118                    NA                   NA                  NA
## 119                    NA                   NA                  NA
## 120                    NA                   NA                  NA
## 121                    NA                   NA                  NA
## 122                    NA                   NA                  NA
## 123        25204.32508000        25266.7066100        26718.070750
## 124                    NA                   NA                  NA
## 125                    NA                   NA                  NA
## 126                    NA                   NA                  NA
## 127           55.02568891           46.8614533           46.003404
## 128                    NA                   NA                  NA
## 129                    NA                   NA                  NA
## 130                    NA                   NA                  NA
## 131                    NA                   NA                  NA
## 132                    NA                   NA                  NA
## 133                    NA                   NA                  NA
## 134            1.66336818            1.7227492            1.743331
## 135                    NA                   NA                  NA
## 136          419.24072380          435.2819809          465.784464
## 137    566084774.89999998    490057812.2000000    489185175.300000
## 138                    NA                   NA                  NA
## 139                    NA                   NA                  NA
## 140                    NA                   NA                  NA
## 141                    NA                   NA                  NA
## 142                    NA                   NA                  NA
## 143            1.22770916            1.1676776            1.421461
## 144                    NA                   NA                  NA
## 145                    NA                   NA                  NA
## 146                    NA                   NA                  NA
## 147                    NA                   NA                  NA
## 148                    NA                   NA                  NA
## 149                    NA                   NA                  NA
## 150                    NA                   NA                  NA
## 151                    NA                   NA                  NA
## 152                    NA                   NA                  NA
## 153                    NA                   NA                  NA
## 154                    NA                   NA                  NA
## 155                    NA                   NA                  NA
## 156                    NA                   NA                  NA
## 157                    NA                   NA                  NA
## 158                    NA                   NA                  NA
## 159                    NA                   NA                  NA
## 160                    NA                   NA                  NA
## 161                    NA                   NA                  NA
## 162                    NA                   NA                  NA
## 163                    NA                   NA                  NA
## 164                    NA                   NA                  NA
## 165                    NA                   NA                  NA
## 166                    NA                   NA                  NA
## 167                    NA                   NA                  NA
## 168                    NA                   NA                  NA
## 169                    NA                   NA                  NA
## 170                    NA                   NA                  NA
## 171                    NA                   NA                  NA
## 172                    NA                   NA                  NA
## 173                    NA                   NA                  NA
## 174                    NA                   NA                  NA
## 175                    NA                   NA                  NA
## 176                    NA                   NA                  NA
## 177                    NA                   NA                  NA
## 178                    NA                   NA                  NA
## 179                    NA                   NA                  NA
## 180                    NA                   NA                  NA
## 181                    NA                   NA                  NA
## 182                    NA                   NA                  NA
## 183                    NA                   NA                  NA
## 184                    NA                   NA                  NA
## 185                    NA                   NA                  NA
## 186                    NA                   NA                  NA
## 187                    NA                   NA                  NA
## 188                    NA                   NA                  NA
## 189                    NA                   NA                  NA
## 190                    NA                   NA                  NA
## 191                    NA                   NA                  NA
## 192                    NA                   NA                  NA
## 193                    NA                   NA                  NA
## 194                    NA                   NA                  NA
## 195                    NA                   NA                  NA
## 196                    NA                   NA                  NA
## 197                    NA                   NA                  NA
## 198                    NA                   NA                  NA
## 199                    NA                   NA                  NA
## 200                    NA                   NA                  NA
## 201                    NA                   NA                  NA
## 202                    NA                   NA                  NA
## 203                    NA                   NA                  NA
## 204                    NA                   NA                  NA
## 205                    NA                   NA                  NA
## 206                    NA                   NA                  NA
## 207                    NA                   NA                  NA
## 208                    NA                   NA                  NA
## 209                    NA                   NA                  NA
## 210                    NA                   NA                  NA
## 211                    NA                   NA                  NA
## 212                    NA                   NA                  NA
## 213                    NA                   NA                  NA
## 214                    NA                   NA                  NA
## 215                    NA                   NA                  NA
## 216                    NA                   NA                  NA
## 217                    NA                   NA                  NA
## 218                    NA                   NA                  NA
## 219                    NA                   NA                  NA
## 220                    NA                   NA                  NA
## 221                    NA                   NA                  NA
## 222                    NA                   NA                  NA
## 223                    NA                   NA                  NA
## 224                    NA                   NA                  NA
## 225                    NA                   NA                  NA
## 226                    NA                   NA                  NA
## 227                    NA                   NA                  NA
## 228                    NA                   NA                  NA
## 229                    NA                   NA                  NA
## 230                    NA                   NA                  NA
## 231                    NA                   NA                  NA
## 232                    NA                   NA                  NA
## 233                    NA                   NA                  NA
## 234                    NA                   NA                  NA
## 235                    NA                   NA                  NA
## 236                    NA                   NA                  NA
## 237                    NA                   NA                  NA
## 238                    NA                   NA                  NA
## 239                    NA                   NA                  NA
## 240                    NA                   NA                  NA
## 241                    NA                   NA                  NA
## 242                    NA                   NA                  NA
##                    X1965                X1966                 X1967
## 1                     NA                   NA                    NA
## 2                     NA                   NA                    NA
## 3     1075144628.0000000   1406731222.0000000   1185673493.00000000
## 4                     NA                   NA                    NA
## 5                     NA                   NA                    NA
## 6                     NA                   NA                    NA
## 7                     NA                   NA                    NA
## 8                     NA                   NA                    NA
## 9                     NA                   NA                    NA
## 10                    NA                   NA                    NA
## 11                    NA                   NA                    NA
## 12                    NA                   NA                    NA
## 13                    NA                   NA                    NA
## 14                    NA                   NA                    NA
## 15                    NA                   NA                    NA
## 16                    NA                   NA                    NA
## 17      78000000.0000000    178000000.0000000     91000000.00000000
## 18                    NA                   NA                    NA
## 19                    NA                   NA                    NA
## 20                    NA                   NA                    NA
## 21                    NA                   NA                    NA
## 22                    NA                   NA                    NA
## 23                    NA                   NA                    NA
## 24                    NA                   NA                    NA
## 25                    NA                   NA                    NA
## 26                    NA                   NA                    NA
## 27                    NA                   NA                    NA
## 28                    NA                   NA                    NA
## 29                    NA                   NA                    NA
## 30                    NA                   NA                    NA
## 31                    NA                   NA                    NA
## 32                    NA                   NA                    NA
## 33                    NA                   NA                    NA
## 34                    NA                   NA                    NA
## 35                    NA                   NA                    NA
## 36                    NA                   NA                    NA
## 37                    NA                   NA                    NA
## 38                    NA                   NA                    NA
## 39                    NA                   NA                    NA
## 40      10237563.9800000     23362646.0200000     11943824.65000000
## 41                    NA                   NA                    NA
## 42                    NA                   NA                    NA
## 43                    NA                   NA                    NA
## 44                    NA                   NA                    NA
## 45                    NA                   NA                    NA
## 46                    NA                   NA                    NA
## 47                    NA                   NA                    NA
## 48                    NA                   NA                    NA
## 49                    NA                   NA                    NA
## 50                    NA                   NA                    NA
## 51                    NA                   NA                    NA
## 52                    NA                   NA                    NA
## 53                    NA                   NA                    NA
## 54            22.4408251           13.8948324           13.18330455
## 55    3723528046.0000000   3985688368.0000000   3923053375.00000000
## 56                    NA                   NA                    NA
## 57                    NA                   NA                    NA
## 58                    NA                   NA                    NA
## 59  285000000000.0000000 305000000000.0000000 300000000000.00000000
## 60                    NA                   NA                    NA
## 61            23.1702967           19.6989472           22.52533402
## 62                    NA                   NA                    NA
## 63                    NA                   NA                    NA
## 64                    NA                   NA                    NA
## 65                    NA                   NA                    NA
## 66                    NA                   NA                    NA
## 67            -1.2031890            7.0406431           -1.57149750
## 68            12.8851940           15.2188135           -5.66766503
## 69                    NA                   NA                    NA
## 70                    NA                   NA                    NA
## 71                    NA                   NA                    NA
## 72     735267082.3000000    906811943.8000000    841974025.50000000
## 73                    NA                   NA                    NA
## 74                    NA                   NA                    NA
## 75                    NA                   NA                    NA
## 76                    NA                   NA                    NA
## 77                    NA                   NA                    NA
## 78                    NA                   NA                    NA
## 79             6.4441272            4.8342740            4.98830857
## 80                    NA                   NA                    NA
## 81                    NA                   NA                    NA
## 82             1.8939665            1.7889709            1.92049880
## 83                    NA                   NA                    NA
## 84                    NA                   NA                    NA
## 85                    NA                   NA                    NA
## 86                    NA                   NA                    NA
## 87                    NA                   NA                    NA
## 88                    NA                   NA                    NA
## 89             3.2845413            3.4303082            3.41387368
## 90            21.6886830           14.4015049           13.82696783
## 91                    NA                   NA                    NA
## 92                    NA                   NA                    NA
## 93                    NA                   NA                    NA
## 94                    NA                   NA                    NA
## 95                    NA                   NA                    NA
## 96                    NA                   NA                    NA
## 97                    NA                   NA                    NA
## 98                    NA                   NA                    NA
## 99             1.8939665            1.7889709            1.92049880
## 100                   NA                   NA                    NA
## 101          339.3381853          356.7400014          344.64248770
## 102   5523999900.0000000   6731000200.0000000   6324000100.00000000
## 103           -0.4034274            0.4067159            0.56742010
## 104                   NA                   NA                    NA
## 105                   NA                   NA                    NA
## 106                   NA                   NA                    NA
## 107                   NA                   NA                    NA
## 108            9.3787935            8.0460267            9.37802012
## 109           -2.9044742            5.1281632           -3.39112902
## 110   3686900953.0000000   3942894641.0000000   3883721670.00000000
## 111                   NA                   NA                    NA
## 112   5601999900.0000000   6909000200.0000000   6415000100.00000000
## 113           -6.1585149           -3.1118830           -0.07794232
## 114                   NA                   NA                    NA
## 115                   NA                   NA                    NA
## 116                   NA                   NA                    NA
## 117           10.8532669            9.0316975            9.82073251
## 118                   NA                   NA                    NA
## 119                   NA                   NA                    NA
## 120                   NA                   NA                    NA
## 121                   NA                   NA                    NA
## 122                   NA                   NA                    NA
## 123        25942.0512800        27272.4020200        26347.55968000
## 124 285000000000.0000000 305000000000.0000000 300000000000.00000000
## 125           13.9235990            8.7566939            6.95245507
## 126                   NA                   NA                    NA
## 127           67.0074710           81.1644224           73.96790076
## 128                   NA                   NA                    NA
## 129           64.5840765           68.6930057           66.23538322
## 130                   NA                   NA                    NA
## 131                   NA                   NA                    NA
## 132                   NA                   NA                    NA
## 133                   NA                   NA                    NA
## 134            1.9679628            2.2674634            2.13895117
## 135            7.7650840            5.6448110            6.87451275
## 136          510.5299213          618.3917340          563.56143590
## 137    725029518.3000000    883449297.8000000    830030200.79999995
## 138                   NA                   NA                    NA
## 139                   NA                   NA                    NA
## 140                   NA                   NA                    NA
## 141                   NA                   NA                    NA
## 142                   NA                   NA                    NA
## 143            1.8332739            1.6196265            1.82696802
## 144                   NA                   NA                    NA
## 145                   NA                   NA                    NA
## 146                   NA                   NA                    NA
## 147                   NA                   NA                    NA
## 148                   NA                   NA                    NA
## 149                   NA                   NA                    NA
## 150                   NA                   NA                    NA
## 151                   NA                   NA                    NA
## 152                   NA                   NA                    NA
## 153                   NA                   NA                    NA
## 154                   NA                   NA                    NA
## 155                   NA                   NA                    NA
## 156                   NA                   NA                    NA
## 157                   NA                   NA                    NA
## 158                   NA                   NA                    NA
## 159                   NA                   NA                    NA
## 160                   NA                   NA                    NA
## 161                   NA                   NA                    NA
## 162                   NA                   NA                    NA
## 163                   NA                   NA                    NA
## 164                   NA                   NA                    NA
## 165                   NA                   NA                    NA
## 166                   NA                   NA                    NA
## 167                   NA                   NA                    NA
## 168                   NA                   NA                    NA
## 169                   NA                   NA                    NA
## 170                   NA                   NA                    NA
## 171                   NA                   NA                    NA
## 172                   NA                   NA                    NA
## 173                   NA                   NA                    NA
## 174                   NA                   NA                    NA
## 175                   NA                   NA                    NA
## 176                   NA                   NA                    NA
## 177                   NA                   NA                    NA
## 178                   NA                   NA                    NA
## 179                   NA                   NA                    NA
## 180                   NA                   NA                    NA
## 181                   NA                   NA                    NA
## 182                   NA                   NA                    NA
## 183                   NA                   NA                    NA
## 184                   NA                   NA                    NA
## 185                   NA                   NA                    NA
## 186                   NA                   NA                    NA
## 187                   NA                   NA                    NA
## 188                   NA                   NA                    NA
## 189                   NA                   NA                    NA
## 190                   NA                   NA                    NA
## 191                   NA                   NA                    NA
## 192                   NA                   NA                    NA
## 193                   NA                   NA                    NA
## 194                   NA                   NA                    NA
## 195                   NA                   NA                    NA
## 196                   NA                   NA                    NA
## 197                   NA                   NA                    NA
## 198                   NA                   NA                    NA
## 199                   NA                   NA                    NA
## 200                   NA                   NA                    NA
## 201                   NA                   NA                    NA
## 202                   NA                   NA                    NA
## 203                   NA                   NA                    NA
## 204                   NA                   NA                    NA
## 205                   NA                   NA                    NA
## 206                   NA                   NA                    NA
## 207                   NA                   NA                    NA
## 208                   NA                   NA                    NA
## 209                   NA                   NA                    NA
## 210                   NA                   NA                    NA
## 211                   NA                   NA                    NA
## 212                   NA                   NA                    NA
## 213                   NA                   NA                    NA
## 214                   NA                   NA                    NA
## 215                   NA                   NA                    NA
## 216                   NA                   NA                    NA
## 217                   NA                   NA                    NA
## 218                   NA                   NA                    NA
## 219                   NA                   NA                    NA
## 220                   NA                   NA                    NA
## 221                   NA                   NA                    NA
## 222                   NA                   NA                    NA
## 223                   NA                   NA                    NA
## 224                   NA                   NA                    NA
## 225                   NA                   NA                    NA
## 226                   NA                   NA                    NA
## 227                   NA                   NA                    NA
## 228                   NA                   NA                    NA
## 229                   NA                   NA                    NA
## 230                   NA                   NA                    NA
## 231                   NA                   NA                    NA
## 232                   NA                   NA                    NA
## 233                   NA                   NA                    NA
## 234                   NA                   NA                    NA
## 235                   NA                   NA                    NA
## 236                   NA                   NA                    NA
## 237                   NA                   NA                    NA
## 238                   NA                   NA                    NA
## 239                   NA                   NA                    NA
## 240                   NA                   NA                    NA
## 241                   NA                   NA                    NA
## 242                   NA                   NA                    NA
##                    X1968               X1969                X1970
## 1                     NA                  NA                   NA
## 2                     NA                  NA                   NA
## 3     1446923644.0000000   3024472246.000000  -1115337050.0000000
## 4                     NA                  NA                   NA
## 5                     NA                  NA                   NA
## 6                     NA                  NA                   NA
## 7                     NA                  NA                   NA
## 8                     NA                  NA                   NA
## 9                     NA                  NA                   NA
## 10                    NA                  NA                   NA
## 11                    NA                  NA                   NA
## 12                    NA                  NA                   NA
## 13                    NA                  NA                   NA
## 14                    NA                  NA                   NA
## 15                    NA                  NA                   NA
## 16                    NA                  NA                   NA
## 17     108000000.0000000    161000000.000000     55000000.0000000
## 18                    NA                  NA                   NA
## 19                    NA                  NA                   NA
## 20                    NA                  NA                   NA
## 21                    NA                  NA                   NA
## 22                    NA                  NA                   NA
## 23                    NA                  NA                   NA
## 24                    NA                  NA                   NA
## 25                    NA                  NA                   NA
## 26                    NA                  NA                   NA
## 27                    NA                  NA                   NA
## 28                    NA                  NA                   NA
## 29                    NA                  NA                   NA
## 30                    NA                  NA                   NA
## 31                    NA                  NA                   NA
## 32                    NA                  NA                   NA
## 33                    NA                  NA                   NA
## 34                    NA                  NA                   NA
## 35                    NA                  NA                   NA
## 36                    NA                  NA                   NA
## 37                    NA                  NA                   NA
## 38                    NA                  NA                   NA
## 39                    NA                  NA                   NA
## 40      11627030.6900000     15901234.570000      5432098.7650000
## 41                    NA                  NA                   NA
## 42                    NA                  NA                   NA
## 43                    NA                  NA                   NA
## 44                    NA                  NA                   NA
## 45                    NA                  NA                   NA
## 46                    NA                  NA                   NA
## 47                    NA                  NA                   NA
## 48                    NA                  NA                   NA
## 49                    NA                  NA                   NA
## 50                    NA                  NA                   NA
## 51                    NA                  NA                   NA
## 52                    NA                  NA                   NA
## 53                    NA                  NA                   NA
## 54            13.5970092           17.625235           13.5107778
## 55    3949552951.0000000   4125838151.000000   4232119417.0000000
## 56                    NA                  NA                   NA
## 57                    NA                  NA                   NA
## 58                    NA                  NA            0.0000000
## 59  302000000000.0000000 315000000000.000000 324000000000.0000000
## 60                    NA                  NA                   NA
## 61            21.0232853           21.202253           21.0424259
## 62                    NA                  NA                   NA
## 63                    NA                  NA                   NA
## 64                    NA                  NA                   NA
## 65                    NA                  NA                   NA
## 66                    NA                  NA                   NA
## 67             0.6754835            4.463422            2.5759921
## 68            11.0658262            6.563831            7.0483308
## 69                    NA                  NA                   NA
## 70                    NA                  NA                   NA
## 71                    NA                  NA                   NA
## 72     772228643.4000000    788641965.400000    865975308.6000000
## 73                    NA                  NA                   NA
## 74                    NA                  NA                   NA
## 75                    NA                  NA                   NA
## 76                    NA                  NA                   NA
## 77                    NA                  NA                   NA
## 78                    NA                  NA                   NA
## 79             5.6879965            4.846587            5.9648723
## 80                    NA                  NA                   NA
## 81                    NA                  NA                   NA
## 82             2.2152516            2.414527            2.8695255
## 83                    NA                  NA                   NA
## 84                    NA                  NA                   NA
## 85                    NA                  NA            1.5473355
## 86                    NA                  NA                   NA
## 87                    NA                  NA                   NA
## 88                    NA                  NA                   NA
## 89             3.5689390            3.844709            3.6838504
## 90            14.3454618           17.232311           13.2071168
## 91                    NA                  NA                   NA
## 92                    NA                  NA                   NA
## 93                    NA                  NA                   NA
## 94                    NA                  NA                   NA
## 95                    NA                  NA                   NA
## 96                    NA                  NA                   NA
## 97                    NA                  NA                   NA
## 98                    NA                  NA                   NA
## 99             2.2152516            2.414527            2.8695255
## 100                   NA                  NA                   NA
## 101          340.3636539          348.623382          350.4968780
## 102   7065000200.0000000   7823999900.000000   8713000000.0000000
## 103           -2.3713927           -2.623669           -2.2810219
## 104                   NA                  NA                   NA
## 105                   NA                  NA                   NA
## 106                   NA                  NA                   NA
## 107                   NA                  NA                   NA
## 108           10.0097585           11.551660           10.5075274
## 109           -1.2415282            2.426736            0.5373982
## 110   3906404576.0000000   4059550032.000000   4223262069.0000000
## 111                   NA                  NA            1.5473355
## 112   7173000200.0000000   7984999900.000000   8768000000.0000000
## 113           -0.6552349           -3.206011           -3.3987226
## 114                   NA                  NA            0.5930193
## 115                   NA                  NA                   NA
## 116                   NA                  NA                   NA
## 117           10.0794644           10.356919           11.4621350
## 118                   NA                  NA                   NA
## 119                   NA                  NA                   NA
## 120                   NA                  NA                   NA
## 121                   NA                  NA                   NA
## 122                   NA                  NA                   NA
## 123        26020.4472900        26651.894930        26795.1217300
## 124 302000000000.0000000 314000000000.000000 327000000000.0000000
## 125            7.5003483           10.219161            8.3029197
## 126                   NA                  NA                   NA
## 127           66.5489401           66.638346           71.7185911
## 128                   NA                  NA                   NA
## 129           67.3916041           66.424547           66.8681581
## 130                   NA                  NA                   NA
## 131                   NA                  NA                   NA
## 132                   NA                  NA                   NA
## 133                   NA                  NA                   NA
## 134            2.3756438            2.531577            2.7100110
## 135            6.8451134            7.013150            4.9041971
## 136          618.1531398          674.713251          726.1507352
## 137    760601612.7000000    772740730.900000    860543209.9000000
## 138                   NA                  NA                   NA
## 139                   NA                  NA                   NA
## 140                   NA                  NA                   NA
## 141                   NA                  NA                   NA
## 142                   NA                  NA                   NA
## 143            2.1413634            2.275517            2.7395073
## 144                   NA                  NA                   NA
## 145                   NA                  NA                   NA
## 146                   NA                  NA                   NA
## 147                   NA                  NA                   NA
## 148                   NA                  NA                   NA
## 149                   NA                  NA                   NA
## 150                   NA                  NA                   NA
## 151                   NA                  NA                   NA
## 152                   NA                  NA                   NA
## 153                   NA                  NA                   NA
## 154                   NA                  NA                   NA
## 155                   NA                  NA                   NA
## 156                   NA                  NA                   NA
## 157                   NA                  NA                   NA
## 158                   NA                  NA                   NA
## 159                   NA                  NA                   NA
## 160                   NA                  NA                   NA
## 161                   NA                  NA                   NA
## 162                   NA                  NA                   NA
## 163                   NA                  NA                   NA
## 164                   NA                  NA                   NA
## 165                   NA                  NA                   NA
## 166                   NA                  NA                   NA
## 167                   NA                  NA                   NA
## 168                   NA                  NA                   NA
## 169                   NA                  NA                   NA
## 170                   NA                  NA                   NA
## 171                   NA                  NA                   NA
## 172                   NA                  NA                   NA
## 173                   NA                  NA                   NA
## 174                   NA                  NA                   NA
## 175                   NA                  NA                   NA
## 176                   NA                  NA                   NA
## 177                   NA                  NA                   NA
## 178                   NA                  NA                   NA
## 179                   NA                  NA                   NA
## 180                   NA                  NA                   NA
## 181                   NA                  NA                   NA
## 182                   NA                  NA                   NA
## 183                   NA                  NA                   NA
## 184                   NA                  NA                   NA
## 185                   NA                  NA                   NA
## 186                   NA                  NA                   NA
## 187                   NA                  NA                   NA
## 188                   NA                  NA                   NA
## 189                   NA                  NA                   NA
## 190                   NA                  NA                   NA
## 191                   NA                  NA                   NA
## 192                   NA                  NA                   NA
## 193                   NA                  NA                   NA
## 194                   NA                  NA                   NA
## 195                   NA                  NA                   NA
## 196                   NA                  NA                   NA
## 197                   NA                  NA                   NA
## 198                   NA                  NA                   NA
## 199                   NA                  NA                   NA
## 200                   NA                  NA                   NA
## 201                   NA                  NA                   NA
## 202                   NA                  NA                   NA
## 203                   NA                  NA                   NA
## 204                   NA                  NA                   NA
## 205                   NA                  NA                   NA
## 206                   NA                  NA                   NA
## 207                   NA                  NA                   NA
## 208                   NA                  NA                   NA
## 209                   NA                  NA                   NA
## 210                   NA                  NA                   NA
## 211                   NA                  NA                   NA
## 212                   NA                  NA                   NA
## 213                   NA                  NA                   NA
## 214                   NA                  NA                   NA
## 215                   NA                  NA                   NA
## 216                   NA                  NA                   NA
## 217                   NA                  NA                   NA
## 218                   NA                  NA                   NA
## 219                   NA                  NA                   NA
## 220                   NA                  NA                   NA
## 221                   NA                  NA                   NA
## 222                   NA                  NA                   NA
## 223                   NA                  NA                   NA
## 224                   NA                  NA                   NA
## 225                   NA                  NA                   NA
## 226                   NA                  NA                   NA
## 227                   NA                  NA                   NA
## 228                   NA                  NA                   NA
## 229                   NA                  NA                   NA
## 230                   NA                  NA                   NA
## 231                   NA                  NA                   NA
## 232                   NA                  NA                   NA
## 233                   NA                  NA                   NA
## 234                   NA                  NA                   NA
## 235                   NA                  NA                   NA
## 236                   NA                  NA                   NA
## 237                   NA                  NA                   NA
## 238                   NA                  NA                   NA
## 239                   NA                  NA                   NA
## 240                   NA                  NA                   NA
## 241                   NA                  NA                   NA
## 242                   NA                  NA                   NA
##                    X1971                  X1972                  X1973
## 1                     NA                     NA                     NA
## 2                     NA                     NA                     NA
## 3     2481876086.0000000   4049376524.000000000   3225433883.000000000
## 4                     NA                     NA                     NA
## 5                     NA                     NA                     NA
## 6                     NA                     NA                     NA
## 7                     NA                     NA                     NA
## 8                     NA                     NA                     NA
## 9                     NA                     NA                     NA
## 10                    NA                     NA                     NA
## 11                    NA                     NA                     NA
## 12                    NA                     NA                     NA
## 13                    NA                     NA                     NA
## 14                    NA                     NA                     NA
## 15                    NA                     NA                     NA
## 16                    NA                     NA                     NA
## 17     163000000.0000000    239000000.000000000    204000000.000000000
## 18                    NA                     NA                     NA
## 19                    NA                     NA                     NA
## 20                    NA                     NA                     NA
## 21                    NA                     NA                     NA
## 22                    NA                     NA                     NA
## 23                    NA                     NA                     NA
## 24                    NA                     NA                     NA
## 25                    NA                     NA                     NA
## 26                    NA                     NA                     NA
## 27                    NA                     NA                     NA
## 28                    NA                     NA                     NA
## 29                    NA                     NA                     NA
## 30                    NA                     NA                     NA
## 31                    NA                     NA                     NA
## 32                    NA                     NA                     NA
## 33                    NA                     NA                     NA
## 34                    NA                     NA                     NA
## 35                    NA                     NA                     NA
## 36                    NA                     NA                     NA
## 37                    NA                     NA                     NA
## 38                    NA                     NA                     NA
## 39                    NA                     NA                     NA
## 40      16098765.4300000     23604938.270000000     19892541.270000000
## 41                    NA                     NA                     NA
## 42                    NA                     NA                     NA
## 43                    NA                     NA                     NA
## 44                    NA                     NA                     NA
## 45                    NA                     NA                     NA
## 46                    NA                     NA                     NA
## 47                    NA                     NA                     NA
## 48                    NA                     NA                     NA
## 49                    NA                     NA                     NA
## 50                    NA                     NA                     NA
## 51                    NA                     NA                     NA
## 52                    NA                     NA                     NA
## 53                    NA                     NA                     NA
## 54            15.0662893           13.963496420           17.179272060
## 55    4181529368.0000000   4311901106.000000000   4291353333.000000000
## 56             0.0000000            0.000000000            0.000000000
## 57                    NA                     NA                     NA
## 58             0.0000000            0.000000000            0.000000000
## 59  320000000000.0000000 330000000000.000000000 328000000000.000000000
## 60                    NA                     NA                     NA
## 61            22.1973620           20.754176070           23.031401420
## 62                    NA                     NA                     NA
## 63                    NA                     NA                     NA
## 64                    NA                     NA                     NA
## 65                    NA                     NA                     NA
## 66                    NA                     NA                     NA
## 67            -1.1953833            3.117800364           -0.476536268
## 68             3.1721761           12.502683340           -3.397305595
## 69                    NA                     NA                     NA
## 70                    NA                     NA                     NA
## 71             0.0000000            0.000000000            0.000000000
## 72     882765471.6000000   1024098805.000000000    972101725.000000000
## 73                    NA                     NA                     NA
## 74                    NA                     NA                     NA
## 75                    NA                     NA                     NA
## 76                    NA                     NA                     NA
## 77                    NA                     NA                     NA
## 78                    NA                     NA                     NA
## 79             7.7534120            7.329539692            9.178452837
## 80                    NA                     NA                     NA
## 81                    NA                     NA                     NA
## 82             3.8397850            3.515285813            4.790851448
## 83                    NA                     NA                     NA
## 84                    NA                     NA                     NA
## 85             1.4022809            1.174958540            2.113309698
## 86                    NA                     NA                     NA
## 87                    NA                     NA                     NA
## 88                    NA                     NA                     NA
## 89             3.7592301            3.944449650            4.002407303
## 90            14.5334520           13.578936690           16.982645520
## 91                    NA                     NA                     NA
## 92                    NA                     NA                     NA
## 93                    NA                     NA                     NA
## 94                    NA                     NA                     NA
## 95                    NA                     NA                     NA
## 96                    NA                     NA                     NA
## 97                    NA                     NA                     NA
## 98                    NA                     NA                     NA
## 99             3.8397850            3.515285813            4.790851448
## 100                   NA                     NA                     NA
## 101          339.3001296          342.672848000          333.900162100
## 102   8775000400.0000000  10130000400.000000000   9765000400.000000000
## 103           -0.7354844            0.012482486            0.216202118
## 104                   NA                     NA                     NA
## 105                   NA                     NA                     NA
## 106                   NA                     NA                     NA
## 107                   NA                     NA                     NA
## 108           12.2812704           12.372455880           16.489115600
## 109           -3.1945358            0.994022145           -2.560076152
## 110   4122527100.0000000   4230165653.000000000   4221289620.000000000
## 111            1.4022809            1.174958540            2.113309698
## 112   8938000400.0000000  10369000400.000000000   9969000400.000000000
## 113           -3.7256655           -2.256726695           -3.761660999
## 114            0.6179106            0.647556299            0.657680994
## 115            0.0000000            0.000000000            0.000000000
## 116                   NA                     NA                     NA
## 117            9.1407470            9.094415697            9.589727773
## 118                   NA                     NA                     NA
## 119                   NA                     NA                     NA
## 120                   NA                     NA                     NA
## 121                   NA                     NA                     NA
## 122                   NA            0.002929405           -0.001028699
## 123        25939.1419600        26196.982770000        25526.320070000
## 124 319000000000.0000000 327000000000.000000000 327000000000.000000000
## 125            9.1295588            7.917831694           10.372153260
## 126                   NA                     NA                     NA
## 127           71.6298781           81.386573000           75.636960740
## 128                   NA                     NA                     NA
## 129           66.8382170           67.846460880           65.332527220
## 130                   NA                     NA                     NA
## 131                   NA                     NA                     NA
## 132                   NA                     NA                     NA
## 133                   NA                     NA                     NA
## 134            2.7959773            3.145549465            3.038685537
## 135            5.4038932            5.661104999            6.610492262
## 136          725.2525157          824.039051600          775.664596100
## 137    866666706.2000000   1000493867.000000000    952209183.700000048
## 138                   NA                     NA                     NA
## 139                   NA                     NA                     NA
## 140                   NA                     NA                     NA
## 141                   NA                     NA                     NA
## 142                   NA                     NA                     NA
## 143            3.7155962            3.437168350            4.603269953
## 144                   NA                     NA                     NA
## 145                   NA                     NA                     NA
## 146                   NA                     NA                     NA
## 147                   NA                     NA                     NA
## 148                   NA                     NA                     NA
## 149                   NA                     NA                     NA
## 150                   NA                     NA                     NA
## 151                   NA                     NA                     NA
## 152                   NA                     NA                     NA
## 153                   NA                     NA                     NA
## 154                   NA                     NA                     NA
## 155                   NA                     NA                     NA
## 156                   NA                     NA                     NA
## 157                   NA                     NA                     NA
## 158                   NA                     NA                     NA
## 159                   NA                     NA                     NA
## 160                   NA                     NA                     NA
## 161                   NA                     NA                     NA
## 162                   NA                     NA                     NA
## 163                   NA                     NA                     NA
## 164                   NA                     NA                     NA
## 165                   NA                     NA                     NA
## 166                   NA                     NA                     NA
## 167                   NA                     NA                     NA
## 168                   NA                     NA                     NA
## 169                   NA                     NA                     NA
## 170                   NA                     NA                     NA
## 171                   NA                     NA                     NA
## 172                   NA                     NA                     NA
## 173                   NA                     NA                     NA
## 174                   NA                     NA                     NA
## 175                   NA                     NA                     NA
## 176                   NA                     NA                     NA
## 177                   NA                     NA                     NA
## 178                   NA                     NA                     NA
## 179                   NA                     NA                     NA
## 180                   NA                     NA                     NA
## 181                   NA                     NA                     NA
## 182                   NA                     NA                     NA
## 183                   NA                     NA                     NA
## 184                   NA                     NA                     NA
## 185                   NA                     NA                     NA
## 186                   NA                     NA                     NA
## 187                   NA                     NA                     NA
## 188                   NA                     NA                     NA
## 189                   NA                     NA                     NA
## 190                   NA                     NA                     NA
## 191                   NA                     NA                     NA
## 192                   NA                     NA                     NA
## 193                   NA                     NA                     NA
## 194                   NA                     NA                     NA
## 195                   NA                     NA                     NA
## 196                   NA                     NA                     NA
## 197                   NA                     NA                     NA
## 198                   NA                     NA                     NA
## 199                   NA                     NA                     NA
## 200                   NA                     NA                     NA
## 201                   NA                     NA                     NA
## 202                   NA                     NA                     NA
## 203                   NA                     NA                     NA
## 204                   NA                     NA                     NA
## 205                   NA                     NA                     NA
## 206                   NA                     NA                     NA
## 207                   NA                     NA                     NA
## 208                   NA                     NA                     NA
## 209                   NA                     NA                     NA
## 210                   NA                     NA                     NA
## 211                   NA                     NA                     NA
## 212                   NA                     NA                     NA
## 213                   NA                     NA                     NA
## 214                   NA                     NA                     NA
## 215                   NA                     NA                     NA
## 216                   NA                     NA                     NA
## 217                   NA                     NA                     NA
## 218                   NA                     NA                     NA
## 219                   NA                     NA                     NA
## 220                   NA                     NA                     NA
## 221                   NA                     NA                     NA
## 222                   NA                     NA                     NA
## 223                   NA                     NA                     NA
## 224                   NA                     NA                     NA
## 225                   NA                     NA                     NA
## 226                   NA                     NA                     NA
## 227                   NA                     NA                     NA
## 228                   NA                     NA                     NA
## 229                   NA                     NA                     NA
## 230                   NA                     NA                     NA
## 231                   NA                     NA                     NA
## 232                   NA                     NA                     NA
## 233                   NA                     NA                     NA
## 234                   NA                     NA                     NA
## 235                   NA                     NA                     NA
## 236                   NA                     NA                     NA
## 237                   NA                     NA                     NA
## 238                   NA                     NA                     NA
## 239                   NA                     NA                     NA
## 240                   NA                     NA                     NA
## 241                   NA                     NA                     NA
## 242                   NA                     NA                     NA
##                     X1974                X1975                  X1976
## 1                      NA                   NA                     NA
## 2                      NA                   NA                     NA
## 3     6511156281.00000000   9405003569.0000000  12570149882.000000000
## 4                      NA                   NA                     NA
## 5                      NA                   NA                     NA
## 6                      NA                   NA                     NA
## 7                      NA                   NA                     NA
## 8                      NA                   NA                     NA
## 9                      NA                   NA                     NA
## 10                     NA                   NA                     NA
## 11                     NA                   NA                     NA
## 12                     NA                   NA                     NA
## 13                     NA                   NA                     NA
## 14                     NA                   NA                     NA
## 15                     NA                   NA                     NA
## 16                     NA                   NA                     NA
## 17     383000000.00000000    635000000.0000000    805000000.000000000
## 18                     NA                   NA                     NA
## 19                     NA                   NA                     NA
## 20                     NA                   NA                     NA
## 21                     NA                   NA                     NA
## 22                     NA                   NA                     NA
## 23                     NA                   NA                     NA
## 24                     NA                   NA                     NA
## 25                     NA                   NA                     NA
## 26                     NA                   NA                     NA
## 27                     NA                   NA                     NA
## 28                     NA                   NA                     NA
## 29                     NA                   NA                     NA
## 30                     NA                   NA                     NA
## 31                     NA                   NA                     NA
## 32                     NA                   NA                     NA
## 33                     NA                   NA                     NA
## 34                     NA                   NA                     NA
## 35                     NA                   NA                     NA
## 36                     NA                   NA                     NA
## 37                     NA                   NA                     NA
## 38                     NA                   NA                     NA
## 39                     NA                   NA                     NA
## 40      36420692.28000000     60384176.4900000     67235734.329999998
## 41                     NA                   NA                     NA
## 42                     NA                   NA                     NA
## 43                     NA                   NA                     NA
## 44                     NA                   NA                     NA
## 45                     NA                   NA                     NA
## 46                     NA                   NA                     NA
## 47                     NA                   NA                     NA
## 48                     NA                   NA                     NA
## 49                     NA                   NA                     NA
## 50                     NA                   NA                     NA
## 51                     NA                   NA                     NA
## 52                     NA                   NA                     NA
## 53                     NA                   NA                     NA
## 54            16.42098752           17.2611914           17.965395070
## 55    4563150075.00000000   4629611019.0000000   4833246135.000000000
## 56             0.00000000            0.0000000            0.000000000
## 57                     NA                   NA                     NA
## 58             0.09453894            0.0000000            0.000000000
## 59  349000000000.00000000 354000000000.0000000 369000000000.000000000
## 60                     NA                   NA                     NA
## 61            19.88600640           19.2987746           20.840519260
## 62                     NA                   NA                     NA
## 63                     NA                   NA                     NA
## 64                     NA                   NA                     NA
## 65                     NA                   NA                     NA
## 66                     NA           10.0295692           11.728183350
## 67             6.33359037            1.4564707            4.398536178
## 68            20.82566953           27.5227470            0.544042340
## 69                     NA                   NA                     NA
## 70                     NA                   NA                     NA
## 71             0.00000000            0.0000000            0.000000000
## 72    1217953547.00000000   1575789254.0000000   1452792989.000000000
## 73                     NA          104.4656328          103.403471300
## 74                     NA                   NA                     NA
## 75                     NA                   NA                     NA
## 76                     NA                   NA                     NA
## 77                     NA                   NA                     NA
## 78                     NA                   NA                     NA
## 79             8.76015025           14.4952020           15.131654680
## 80                     NA                   NA                     NA
## 81                     NA                   NA                     NA
## 82             4.88600894            4.4125280            3.625962997
## 83                     NA                   NA                     NA
## 84                     NA                   NA                     NA
## 85             1.94522473            3.4361003            2.285661967
## 86                     NA           13.4150029           14.045073670
## 87                     NA                   NA                     NA
## 88                     NA                   NA                     NA
## 89             4.10680840            4.0070002            3.966885156
## 90            15.99781527           22.2678187           24.951132140
## 91                     NA                   NA                     NA
## 92                     NA                   NA                     NA
## 93                     NA                   NA                     NA
## 94                     NA                   NA                     NA
## 95                     NA                   NA            1.275887214
## 96                     NA                   NA            7.168953968
## 97                     NA           82.3848903           80.832469710
## 98                     NA                   NA                     NA
## 99             4.88600894            4.4125280            3.625962997
## 100                    NA                   NA            0.000000000
## 101          347.50283480          344.9690325          352.291126700
## 102  12424999500.00000000  15935999800.0000000  16588999900.000000000
## 103            0.71184724            1.3495835            3.014832718
## 104                    NA                   NA                     NA
## 105                    NA                   NA                     NA
## 106                    NA                   NA                     NA
## 107                    NA                   NA                     NA
## 108           15.02888878           13.0336131           15.950327790
## 109            4.07387424           -0.7291458            2.122536677
## 110   4445442468.00000000   4470943244.0000000   4629019828.000000000
## 111            2.03976368            3.4361003            2.285661967
## 112  12807999500.00000000  16570999800.0000000  17393999900.000000000
## 113           -5.09837699           -4.4656328           -3.403471906
## 114            0.60723646            0.6821728            0.856261176
## 115            0.00000000            0.0000000            0.000000000
## 116                    NA            0.0000000          100.000000000
## 117            8.70549768            7.8631351            8.445440430
## 118                    NA           10.3675096           10.411636830
## 119                    NA                   NA                     NA
## 120                    NA                   NA                     NA
## 121                    NA                   NA                     NA
## 122            0.02052623                   NA           -0.002753317
## 123        26566.23024000        26372.5236900        26932.290180000
## 124 344000000000.00000000 346000000000.0000000 358000000000.000000000
## 125           10.54809613           13.3667258           14.177302020
## 126                    NA                   NA           15.321268610
## 127           92.75222233          117.4177468          105.892823300
## 128                    NA                   NA                     NA
## 129           68.41817725           69.0060946           66.086007620
## 130                    NA                   NA                     NA
## 131                    NA                   NA                     NA
## 132                    NA                   NA                     NA
## 133                    NA                   NA                     NA
## 134            3.67151215            4.6820131            4.707485278
## 135            5.44971914            8.9010930           10.773830120
## 136          975.38237000         1234.7650250         1267.833595000
## 137   1181532855.00000000   1515405078.0000000   1385557255.000000000
## 138                    NA           89.9704308           88.271816650
## 139                    NA                   NA                     NA
## 140                    NA                   NA                     NA
## 141                    NA            7.5855405            7.439346944
## 142                    NA                   NA                     NA
## 143            4.71970662            4.2858005            3.529377967
## 144                    NA                   NA                     NA
## 145                    NA                   NA                     NA
## 146                    NA                   NA                     NA
## 147                    NA                   NA                     NA
## 148                    NA                   NA                     NA
## 149                    NA                   NA                     NA
## 150                    NA                   NA                     NA
## 151                    NA                   NA                     NA
## 152                    NA                   NA                     NA
## 153                    NA                   NA                     NA
## 154                    NA                   NA                     NA
## 155                    NA                   NA                     NA
## 156                    NA                   NA                     NA
## 157                    NA                   NA                     NA
## 158                    NA                   NA                     NA
## 159                    NA                   NA                     NA
## 160                    NA                   NA                     NA
## 161                    NA                   NA                     NA
## 162                    NA                   NA                     NA
## 163                    NA                   NA                     NA
## 164                    NA                   NA                     NA
## 165                    NA                   NA                     NA
## 166                    NA                   NA                     NA
## 167                    NA                   NA                     NA
## 168                    NA                   NA                     NA
## 169                    NA                   NA                     NA
## 170                    NA                   NA                     NA
## 171                    NA                   NA                     NA
## 172                    NA                   NA                     NA
## 173                    NA                   NA                     NA
## 174                    NA                   NA                     NA
## 175                    NA                   NA                     NA
## 176                    NA                   NA                     NA
## 177                    NA                   NA                     NA
## 178                    NA                   NA                     NA
## 179                    NA                   NA                     NA
## 180                    NA                   NA                     NA
## 181                    NA                   NA                     NA
## 182                    NA                   NA                     NA
## 183                    NA                   NA                     NA
## 184                    NA                   NA                     NA
## 185                    NA                   NA                     NA
## 186                    NA                   NA                     NA
## 187                    NA                   NA                     NA
## 188                    NA                   NA                     NA
## 189                    NA                   NA                     NA
## 190                    NA                   NA                     NA
## 191                    NA                   NA                     NA
## 192                    NA                   NA                     NA
## 193                    NA                   NA                     NA
## 194                    NA                   NA                     NA
## 195                    NA                   NA                     NA
## 196                    NA                   NA                     NA
## 197                    NA                   NA                     NA
## 198                    NA                   NA                     NA
## 199                    NA                   NA                     NA
## 200                    NA                   NA                     NA
## 201                    NA                   NA                     NA
## 202                    NA                   NA                     NA
## 203                    NA                   NA                     NA
## 204                    NA                   NA                     NA
## 205                    NA                   NA                     NA
## 206                    NA                   NA                     NA
## 207                    NA                   NA                     NA
## 208                    NA                   NA                     NA
## 209                    NA                   NA                     NA
## 210                    NA                   NA                     NA
## 211                    NA                   NA                     NA
## 212                    NA                   NA                     NA
## 213                    NA                   NA                     NA
## 214                    NA                   NA                     NA
## 215                    NA                   NA                     NA
## 216                    NA                   NA                     NA
## 217                    NA                   NA                     NA
## 218                    NA                   NA                     NA
## 219                    NA                   NA                     NA
## 220                    NA                   NA                     NA
## 221                    NA                   NA                     NA
## 222                    NA                   NA                     NA
## 223                    NA                   NA                     NA
## 224                    NA                   NA                     NA
## 225                    NA                   NA                     NA
## 226                    NA                   NA                     NA
## 227                    NA                   NA                     NA
## 228                    NA                   NA                     NA
## 229                    NA                   NA                     NA
## 230                    NA                   NA                     NA
## 231                    NA                   NA                     NA
## 232                    NA                   NA                     NA
## 233                    NA                   NA                     NA
## 234                    NA                   NA                     NA
## 235                    NA                   NA                     NA
## 236                    NA                   NA                     NA
## 237                    NA                   NA                     NA
## 238                    NA                   NA                     NA
## 239                    NA                   NA                     NA
## 240                    NA                   NA                     NA
## 241                    NA                   NA                     NA
## 242                    NA                   NA                     NA
##                    X1977                 X1978                 X1979
## 1                     NA                    NA                    NA
## 2                     NA                    NA                    NA
## 3    17604237553.0000000  20950281283.00000000  20859818526.00000000
## 4                     NA                    NA                    NA
## 5                     NA                    NA                    NA
## 6                     NA                    NA                    NA
## 7                     NA                    NA                    NA
## 8                     NA                    NA                    NA
## 9                     NA                    NA                    NA
## 10                    NA                    NA                    NA
## 11                    NA                    NA                    NA
## 12                    NA                    NA                    NA
## 13                    NA                    NA                    NA
## 14                    NA                    NA                    NA
## 15                    NA                    NA                    NA
## 16                    NA                    NA                    NA
## 17    1025000000.0000000   1306000000.00000000   1436000000.00000000
## 18                    NA                    NA                    NA
## 19                    NA                    NA                    NA
## 20                    NA                    NA                    NA
## 21                    NA                    NA                    NA
## 22                    NA                    NA                    NA
## 23                    NA                    NA                    NA
## 24                    NA                    NA                    NA
## 25                    NA                    NA                    NA
## 26                    NA                    NA                    NA
## 27                    NA                    NA                    NA
## 28                    NA                    NA                    NA
## 29                    NA                    NA                    NA
## 30                    NA                    NA                    NA
## 31                    NA                    NA                    NA
## 32                    NA                    NA                    NA
## 33                    NA                    NA                    NA
## 34                    NA                    NA                    NA
## 35                    NA                    NA                    NA
## 36                    NA                    NA                    NA
## 37                    NA                    NA                    NA
## 38                    NA                    NA                    NA
## 39                    NA                    NA                    NA
## 40      82000000.0000000    106174545.80000000    119666666.70000000
## 41                    NA                    NA                    NA
## 42                    NA                    NA                    NA
## 43                    NA                    NA                    NA
## 44                    NA                    NA                    NA
## 45                    NA                    NA                    NA
## 46                    NA                    NA                    NA
## 47                    NA                    NA                    NA
## 48                    NA                    NA                    NA
## 49                    NA                    NA                    NA
## 50                    NA                    NA                    NA
## 51                    NA                    NA                    NA
## 52                    NA                    NA                    NA
## 53                    NA                    NA                    NA
## 54            18.0121528           19.44940120           19.60837263
## 55    4979063887.0000000   5198428566.00000000   5321572986.00000000
## 56             0.0000000            0.00000000            0.00000000
## 57                    NA                    NA                    NA
## 58             1.0348756            1.08146437            1.58034008
## 59  381000000000.0000000 397000000000.00000000 407000000000.00000000
## 60                    NA                    NA                    NA
## 61            23.4085642           23.36813558           22.16970505
## 62                    NA                    NA                    NA
## 63                    NA                    NA                    NA
## 64                    NA                    NA                    NA
## 65                    NA                    NA                    NA
## 66            13.4953704           13.37928235           11.63628084
## 67             3.0169734            4.40574139            2.36887779
## 68            -3.5648216            9.37120691            9.97836343
## 69                    NA                    NA                    NA
## 70                    NA                    NA                    NA
## 71             0.0000000            0.00000000            0.00000000
## 72    1382400000.0000000   1604162497.00000000   1851250008.00000000
## 73           102.5289346          104.90066880          104.18185950
## 74                    NA                    NA                    NA
## 75                    NA                    NA                    NA
## 76                    NA                    NA                    NA
## 77                    NA                    NA                    NA
## 78                    NA                    NA                    NA
## 79            16.0243050           18.27995111           15.81814037
## 80                    NA                    NA                    NA
## 81                    NA                    NA                    NA
## 82             4.7881944            5.70393247            6.41998647
## 83                    NA                    NA                    NA
## 84                    NA                    NA                    NA
## 85             8.1378124            6.97365404            2.57123303
## 86            14.9363420           16.69369535           14.68827407
## 87                    NA                    NA                    NA
## 88                    NA                    NA                    NA
## 89             4.2592593            4.02392037            3.81724059
## 90            26.1053229           26.04398790           27.75151912
## 91                    NA                    NA                    NA
## 92                    NA                    NA                    NA
## 93                    NA                    NA                    NA
## 94                    NA                    NA                    NA
## 95            -0.1140046           -1.60462964           -0.61444969
## 96             8.5545167            9.74182784           10.03404667
## 97            79.2129630           79.16582185           79.86045609
## 98                    NA                    NA                    NA
## 99             4.7881944            5.70393247            6.41998647
## 100            0.0000000            0.00000000            0.00000000
## 101          354.9240093          362.31908910          362.58074820
## 102  16255000000.0000000  18426000800.00000000  20779000100.00000000
## 103            4.4843750            4.33002212            4.76209766
## 104                   NA                    NA                    NA
## 105                   NA                    NA                    NA
## 106                   NA                    NA                    NA
## 107                   NA                    NA                    NA
## 108           19.4369213           20.35880720           20.98672059
## 109            0.7473599            2.08356707            0.07221786
## 110   4703408606.0000000   4874587454.00000000   4998287522.00000000
## 111            9.1726880            8.05511842            4.15157311
## 112  17280000000.0000000  19732000800.00000000  22215000100.00000000
## 113           -2.5289352           -4.90066826           -4.18185999
## 114            0.8921431            0.85846425            0.91120572
## 115            0.0000000            0.00000000            0.00000000
## 116          100.0000000         -100.00000000          100.00000000
## 117           10.5381939           11.14433413           11.20414085
## 118           10.9490741           11.05311074            9.56560833
## 119                   NA                    NA                    NA
## 120                   NA                    NA                    NA
## 121                   NA                    NA                    NA
## 122            0.0000000            0.02555851            0.01620527
## 123        27133.5713100        27698.91747000        27718.92103000
## 124 364000000000.0000000 377000000000.00000000 387000000000.00000000
## 125           14.3171291           15.47232808           15.96668955
## 126           17.4432830           17.42714069           16.46995176
## 127           98.5420074          111.80661380          126.13330960
## 128                   NA                    NA                    NA
## 129           60.1215289           58.86884010           60.16205330
## 130                   NA                    NA                    NA
## 131                   NA                    NA                    NA
## 132                   NA                    NA                    NA
## 133                   NA                    NA                    NA
## 134            4.5396718            4.96509387            5.46052898
## 135           11.7881939           10.57165982           11.78482957
## 136         1231.7750930         1375.27725300         1513.59971600
## 137   1300400000.0000000   1497987952.00000000   1731583342.00000000
## 138           86.5046296           86.62071765           88.36371916
## 139                   NA                    NA                    NA
## 140                   NA                    NA                    NA
## 141            7.2916667            7.45489581            8.50326307
## 142                   NA                    NA                    NA
## 143            4.6846065            5.60460144            6.26918746
## 144                   NA                    NA                    NA
## 145                   NA                    NA                    NA
## 146                   NA                    NA                    NA
## 147                   NA                    NA                    NA
## 148                   NA                    NA                    NA
## 149                   NA                    NA                    NA
## 150                   NA                    NA                    NA
## 151                   NA                    NA                    NA
## 152                   NA                    NA                    NA
## 153                   NA                    NA                    NA
## 154                   NA                    NA                    NA
## 155                   NA                    NA                    NA
## 156                   NA                    NA                    NA
## 157                   NA                    NA                    NA
## 158                   NA                    NA                    NA
## 159                   NA                    NA                    NA
## 160                   NA                    NA                    NA
## 161                   NA                    NA                    NA
## 162                   NA                    NA                    NA
## 163                   NA                    NA                    NA
## 164                   NA                    NA                    NA
## 165                   NA                    NA                    NA
## 166                   NA                    NA                    NA
## 167                   NA                    NA                    NA
## 168                   NA                    NA                    NA
## 169                   NA                    NA                    NA
## 170                   NA                    NA                    NA
## 171                   NA                    NA                    NA
## 172                   NA                    NA                    NA
## 173                   NA                    NA                    NA
## 174                   NA                    NA                    NA
## 175                   NA                    NA                    NA
## 176                   NA                    NA                    NA
## 177                   NA                    NA                    NA
## 178                   NA                    NA                    NA
## 179                   NA                    NA                    NA
## 180                   NA                    NA                    NA
## 181                   NA                    NA                    NA
## 182                   NA                    NA                    NA
## 183                   NA                    NA                    NA
## 184                   NA                    NA                    NA
## 185                   NA                    NA                    NA
## 186                   NA                    NA                    NA
## 187                   NA                    NA                    NA
## 188                   NA                    NA                    NA
## 189                   NA                    NA                    NA
## 190                   NA                    NA                    NA
## 191                   NA                    NA                    NA
## 192                   NA                    NA                    NA
## 193                   NA                    NA                    NA
## 194                   NA                    NA                    NA
## 195                   NA                    NA                    NA
## 196                   NA                    NA                    NA
## 197                   NA                    NA                    NA
## 198                   NA                    NA                    NA
## 199                   NA                    NA                    NA
## 200                   NA                    NA                    NA
## 201                   NA                    NA                    NA
## 202                   NA                    NA                    NA
## 203                   NA                    NA                    NA
## 204                   NA                    NA                    NA
## 205                   NA                    NA                    NA
## 206                   NA                    NA                    NA
## 207                   NA                    NA                    NA
## 208                   NA                    NA                    NA
## 209                   NA                    NA                    NA
## 210                   NA                    NA                    NA
## 211                   NA                    NA                    NA
## 212                   NA                    NA                    NA
## 213                   NA                    NA                    NA
## 214                   NA                    NA                    NA
## 215                   NA                    NA                    NA
## 216                   NA                    NA                    NA
## 217                   NA                    NA                    NA
## 218                   NA                    NA                    NA
## 219                   NA                    NA                    NA
## 220                   NA                    NA                    NA
## 221                   NA                    NA                    NA
## 222                   NA                    NA                    NA
## 223                   NA                    NA                    NA
## 224                   NA                    NA                    NA
## 225                   NA                    NA                    NA
## 226                   NA                    NA                    NA
## 227                   NA                    NA                    NA
## 228                   NA                    NA                    NA
## 229                   NA                    NA                    NA
## 230                   NA                    NA                    NA
## 231                   NA                    NA                    NA
## 232                   NA                    NA                    NA
## 233                   NA                    NA                    NA
## 234                   NA                    NA                    NA
## 235                   NA                    NA                    NA
## 236                   NA                    NA                    NA
## 237                   NA                    NA                    NA
## 238                   NA                    NA                    NA
## 239                   NA                    NA                    NA
## 240                   NA                    NA                    NA
## 241                   NA                    NA                    NA
## 242                   NA                    NA                    NA
##                    X1980                X1981                  X1982
## 1                     NA                   NA                     NA
## 2                     NA                   NA                     NA
## 3    19654043511.0000000  23180946411.0000000  22186183085.000000000
## 4                     NA                   NA                     NA
## 5                     NA                   NA                     NA
## 6                     NA                   NA                     NA
## 7                     NA                   NA                     NA
## 8                     NA                   NA                     NA
## 9                     NA                   NA                     NA
## 10                    NA                   NA                     NA
## 11                    NA                   NA                     NA
## 12                    NA                   NA                     NA
## 13                    NA                   NA                     NA
## 14                    NA                   NA                     NA
## 15                    NA                   NA                     NA
## 16                    NA                   NA                     NA
## 17    1464999900.0000000   1840999900.0000000   1951000100.000000000
## 18                    NA                   NA                     NA
## 19                    NA                   NA                     NA
## 20                    NA                   NA                     NA
## 21                    NA                   NA                     NA
## 22                    NA                   NA                     NA
## 23                    NA                   NA                     NA
## 24                    NA                   NA                     NA
## 25                    NA                   NA                     NA
## 26                    NA                   NA                     NA
## 27                    NA                   NA                     NA
## 28                    NA                   NA                     NA
## 29                    NA                   NA                     NA
## 30                    NA                   NA                     NA
## 31                    NA                   NA                     NA
## 32                    NA                   NA                     NA
## 33                    NA                   NA                     NA
## 34                    NA                   NA                     NA
## 35                    NA                   NA                     NA
## 36                    NA                   NA                     NA
## 37                    NA                   NA                     NA
## 38                    NA                   NA                     NA
## 39                    NA                   NA                     NA
## 40     122083325.0000000    153416658.3000000    150815928.800000012
## 41                    NA                   NA                     NA
## 42                    NA                   NA                     NA
## 43                    NA                   NA                     NA
## 44                    NA                   NA                     NA
## 45                    NA                   NA                     NA
## 46                    NA                   NA                     NA
## 47                    NA                   NA                     NA
## 48                    NA                   NA                     NA
## 49                    NA                   NA                     NA
## 50                    NA                   NA                     NA
## 51                    NA                   NA                     NA
## 52                    NA                   NA                     NA
## 53                    NA                   NA                     NA
## 54            21.6864383           22.4118360           20.163395710
## 55    5198144730.0000000   5631772619.0000000   5844618406.000000000
## 56             0.0000000            0.0000000            0.000000000
## 57                    NA                   NA                     NA
## 58             1.4453735            0.3658792            0.179660197
## 59  397000000000.0000000 431000000000.0000000 447000000000.000000000
## 60                    NA                   NA                     NA
## 61            24.6584701           24.9313376           24.490125840
## 62                    NA                   NA                     NA
## 63                    NA                   NA                     NA
## 64                    NA                   NA                     NA
## 65                    NA                   NA                     NA
## 66            11.0958855           10.8909800            9.932877822
## 67            -2.3193942            8.3419741            3.779374654
## 68             7.6095466            7.9373564            9.347409674
## 69                    NA                   NA                     NA
## 70                    NA                   NA                     NA
## 71             0.0000000            0.0000000            0.000000000
## 72    1945916583.0000000   2275583317.0000000   2395429852.000000000
## 73           107.1902705          106.7162270          107.215695900
## 74                    NA                   NA                     NA
## 75                    NA                   NA                     NA
## 76                    NA                   NA                     NA
## 77                    NA                   NA                     NA
## 78                    NA                   NA                     NA
## 79            18.2861560           17.6072071           17.148573760
## 80                    NA                   NA                     NA
## 81                    NA                   NA                     NA
## 82             8.5739372            9.1903176            8.631728634
## 83                    NA                   NA                     NA
## 84                    NA                   NA                     NA
## 85             2.9974788            2.2421647            3.151933341
## 86            15.7637791           15.7432154           17.635859170
## 87                    NA                   NA                     NA
## 88                    NA                   NA                     NA
## 89             4.0083938            3.8415059            4.011230580
## 90            30.2727956           32.5191356           30.398863890
## 91                    NA                   NA                     NA
## 92                    NA                   NA                     NA
## 93                    NA                   NA                     NA
## 94                    NA                   NA                     NA
## 95            -1.9964885           -0.8395988           -3.565735498
## 96            12.4730764           10.9615828           10.241446560
## 97            82.2020463           82.0705316           81.554148870
## 98                    NA                   NA                     NA
## 99             8.5739372            9.1903176            8.631728634
## 100            0.0000000            0.0000000            0.000000000
## 101          346.1643244          366.4793841          371.572144300
## 102  21885999100.0000000  25465999900.0000000  29036999200.000000000
## 103            5.4264075            4.9347142            7.935330010
## 104                   NA                   NA                     NA
## 105                   NA                   NA                     NA
## 106                   NA                   NA                     NA
## 107                   NA                   NA                     NA
## 108           23.4640925           23.8781267           25.451788450
## 109           -4.5276601            5.8686174            1.389644405
## 110   4892480325.0000000   5274146242.0000000   5499708027.000000000
## 111            4.4428523            2.6080439            3.331593538
## 112  23350999000.0000000  27306999800.0000000  30987999200.000000000
## 113           -7.1902705           -6.7162270           -7.215695617
## 114            1.0320757            0.9920533            1.089453982
## 115            0.0000000            0.0000000            0.000000000
## 116            0.0000000            0.0000000         -100.000000000
## 117           11.1686870           11.5281797           12.046598670
## 118            9.4856760            9.0672722            9.610171605
## 119                   NA                   NA                     NA
## 120                   NA                   NA                     NA
## 121                   NA                   NA                     NA
## 122            0.0154169           -0.0101073           -0.001252385
## 123        26463.9025100        28016.9676900        28406.303920000
## 124 379000000000.0000000 408000000000.0000000 425000000000.000000000
## 125           18.7315331           19.6176813           18.807279750
## 126           17.2964784           16.8950704           16.401225530
## 127          129.5860224          148.0802633          152.289669800
## 128                   NA                   NA                     NA
## 129           57.8990218           56.7986220           57.167289780
## 130                   NA                   NA                     NA
## 131                   NA                   NA                     NA
## 132                   NA                   NA                     NA
## 133                   NA                   NA                     NA
## 134            5.8760505            6.3424535            6.935308657
## 135           11.5412625           12.9014543           11.591584140
## 136         1555.0322690         1776.9631600         1970.064855000
## 137   1823833258.0000000   2122166658.0000000   2244613931.000000000
## 138           88.9041146           89.1090200           90.067122180
## 139                   NA                   NA                     NA
## 140                   NA                   NA                     NA
## 141            6.7020683            7.0384884            8.512973306
## 142                   NA                   NA                     NA
## 143            8.3966429            8.9954957            8.454885981
## 144                   NA                   NA                     NA
## 145                   NA                   NA                     NA
## 146                   NA                   NA                     NA
## 147                   NA                   NA                     NA
## 148                   NA                   NA                     NA
## 149                   NA                   NA                     NA
## 150                   NA                   NA                     NA
## 151                   NA                   NA                     NA
## 152                   NA                   NA                     NA
## 153                   NA                   NA                     NA
## 154                   NA                   NA                     NA
## 155                   NA                   NA                     NA
## 156                   NA                   NA                     NA
## 157                   NA                   NA                     NA
## 158                   NA                   NA                     NA
## 159                   NA                   NA                     NA
## 160                   NA                   NA                     NA
## 161                   NA                   NA                     NA
## 162                   NA                   NA                     NA
## 163                   NA                   NA                     NA
## 164                   NA                   NA                     NA
## 165                   NA                   NA                     NA
## 166                   NA                   NA                     NA
## 167                   NA                   NA                     NA
## 168                   NA                   NA                     NA
## 169                   NA                   NA                     NA
## 170                   NA                   NA                     NA
## 171                   NA                   NA                     NA
## 172                   NA                   NA                     NA
## 173                   NA                   NA                     NA
## 174                   NA                   NA                     NA
## 175                   NA                   NA                     NA
## 176                   NA                   NA                     NA
## 177                   NA                   NA                     NA
## 178                   NA                   NA                     NA
## 179                   NA                   NA                     NA
## 180                   NA                   NA                     NA
## 181                   NA                   NA                     NA
## 182                   NA                   NA                     NA
## 183                   NA                   NA                     NA
## 184                   NA                   NA                     NA
## 185                   NA                   NA                     NA
## 186                   NA                   NA                     NA
## 187                   NA                   NA                     NA
## 188                   NA                   NA                     NA
## 189                   NA                   NA                     NA
## 190                   NA                   NA                     NA
## 191                   NA                   NA                     NA
## 192                   NA                   NA                     NA
## 193                   NA                   NA                     NA
## 194                   NA                   NA                     NA
## 195                   NA                   NA                     NA
## 196                   NA                   NA                     NA
## 197                   NA                   NA                     NA
## 198                   NA                   NA                     NA
## 199                   NA                   NA                     NA
## 200                   NA                   NA                     NA
## 201                   NA                   NA                     NA
## 202                   NA                   NA                     NA
## 203                   NA                   NA                     NA
## 204                   NA                   NA                     NA
## 205                   NA                   NA                     NA
## 206                   NA                   NA                     NA
## 207                   NA                   NA                     NA
## 208                   NA                   NA                     NA
## 209                   NA                   NA                     NA
## 210                   NA                   NA                     NA
## 211                   NA                   NA                     NA
## 212                   NA                   NA                     NA
## 213                   NA                   NA                     NA
## 214                   NA                   NA                     NA
## 215                   NA                   NA                     NA
## 216                   NA                   NA                     NA
## 217                   NA                   NA                     NA
## 218                   NA                   NA                     NA
## 219                   NA                   NA                     NA
## 220                   NA                   NA                     NA
## 221                   NA                   NA                     NA
## 222                   NA                   NA                     NA
## 223                   NA                   NA                     NA
## 224                   NA                   NA                     NA
## 225                   NA                   NA                     NA
## 226                   NA                   NA                     NA
## 227                   NA                   NA                     NA
## 228                   NA                   NA                     NA
## 229                   NA                   NA                     NA
## 230                   NA                   NA                     NA
## 231                   NA                   NA                     NA
## 232                   NA                   NA                     NA
## 233                   NA                   NA                     NA
## 234                   NA                   NA                     NA
## 235                   NA                   NA                     NA
## 236                   NA                   NA                     NA
## 237                   NA                   NA                     NA
## 238                   NA                   NA                     NA
## 239                   NA                   NA                     NA
## 240                   NA                   NA                     NA
## 241                   NA                   NA                     NA
## 242                   NA                   NA                     NA
##                     X1983                 X1984                 X1985
## 1                      NA                    NA                    NA
## 2                      NA                    NA                    NA
## 3    21432558471.00000000  22547911341.00000000  25833616503.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6                      NA                    NA                    NA
## 7                      NA                    NA                    NA
## 8                      NA                    NA                    NA
## 9                      NA                    NA                    NA
## 10                     NA                    NA                    NA
## 11                     NA                    NA                    NA
## 12                     NA                    NA                    NA
## 13                     NA                    NA                    NA
## 14                     NA                    NA                    NA
## 15                     NA                    NA                    NA
## 16                     NA                    NA                    NA
## 17    2116999900.00000000   2385999900.00000000   2571000000.00000000
## 18                     NA                    NA                    NA
## 19                     NA                    NA                    NA
## 20                     NA                    NA                    NA
## 21                     NA                    NA                    NA
## 22                     NA                    NA                    NA
## 23                     NA                    NA                    NA
## 24                     NA                    NA                    NA
## 25                     NA                    NA                    NA
## 26                     NA                    NA                    NA
## 27                     NA                    NA                    NA
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30                     NA                    NA                    NA
## 31                     NA                    NA                    NA
## 32                     NA                    NA                    NA
## 33                     NA                    NA                    NA
## 34                     NA                    NA                    NA
## 35                     NA                    NA                    NA
## 36                     NA                    NA                    NA
## 37                     NA                    NA                    NA
## 38                     NA                    NA                    NA
## 39                     NA                    NA                    NA
## 40     153455829.80000001    156353407.19999999    144588476.80000001
## 41                     NA                    NA                    NA
## 42                     NA                    NA                    NA
## 43                     NA                    NA                    NA
## 44                     NA                    NA                    NA
## 45                     NA                    NA                    NA
## 46                     NA                    NA                    NA
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA                    NA                    NA
## 50                     NA                    NA                    NA
## 51                     NA                    NA                    NA
## 52                     NA                    NA                    NA
## 53                     NA                    NA                    NA
## 54            22.76094046           21.07540845           23.39771498
## 55    5670600395.00000000   6219578592.00000000   6601765803.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57                     NA                    NA                    NA
## 58             0.62778048            0.19276446            0.00000000
## 59  434000000000.00000000 475000000000.00000000 505000000000.00000000
## 60                     NA                    NA                    NA
## 61            25.21326955           24.81086271           31.35062036
## 62                     NA                    NA                    NA
## 63                     NA                    NA                    NA
## 64                     NA                    NA                    NA
## 65                     NA                    NA                    NA
## 66             8.54857701            9.86544805           14.08577598
## 67            -2.97740586            9.68113002            6.14490524
## 68            12.28869110            6.37794997           11.42183276
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    2447174803.00000000   2581207388.00000000   2619913956.00000000
## 73           111.08412350          108.79664960          108.47035680
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76                     NA                    NA                    NA
## 77                     NA                    NA                    NA
## 78                     NA                    NA                    NA
## 79            19.63270053           18.66209766           22.55613274
## 80                     NA                    NA                    NA
## 81                     NA                    NA                    NA
## 82             8.09597156            8.48591032            9.85231615
## 83                     NA                    NA                    NA
## 84                     NA                    NA                    NA
## 85             2.08780260            1.67225671            1.15246242
## 86            19.47867299           17.53490723           20.84317177
## 87                     NA                    NA                    NA
## 88                     NA                    NA                    NA
## 89             4.32464455            4.61030729            5.39003134
## 90            31.54620972           30.10154981           31.52878547
## 91                     NA                    NA                    NA
## 92                     NA                    NA                    NA
## 93                     NA                    NA                    NA
## 94                     NA                    NA                    NA
## 95            -5.94853669           -3.68701219           -4.64183469
## 96            10.58418544           10.02260985           10.42389316
## 97            81.33293957           80.88347278           76.53157730
## 98                     NA                    NA                    NA
## 99             8.09597156            8.48591032            9.85231615
## 100            0.00000000            0.00000000            0.00000000
## 101          352.19757620          377.45914860          391.60294510
## 102  31643000100.00000000  37003999200.00000000  44015000000.00000000
## 103           12.47215640           13.40213283           14.44167776
## 104                    NA                    NA                    NA
## 105                    NA                    NA                    NA
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           28.06635071           27.23026211           27.71991585
## 109           -5.21421438            7.17255716            3.74710653
## 110   5337264118.00000000   5867425978.00000000   6201331212.00000000
## 111            2.71558308            1.86502117            1.15246242
## 112  33760000000.00000000  39389999100.00000000  46586000000.00000000
## 113          -11.08412382           -8.79664960           -8.47035676
## 114            1.25292497            1.22061437            1.19582716
## 115            0.00000000            0.00000000            0.00000000
## 116          100.00000000            0.00000000            0.00000000
## 117           11.99348312           11.83295330           14.27252823
## 118           10.76718039            9.56587988           13.05327781
## 119                    NA                    NA                    NA
## 120                    NA                    NA                    NA
## 121                    NA                    NA                    NA
## 122           -0.02451807            0.03680448            0.02480998
## 123        26925.13833000        28856.35927000        29937.63780000
## 124 413000000000.00000000 454000000000.00000000 480000000000.00000000
## 125           21.31516677           19.44909971           19.99957112
## 126           14.50573585           16.01258618           18.62311339
## 127          151.99255350          156.65053970          155.40781840
## 128                    NA                    NA                    NA
## 129           56.52251303           57.29880913           48.85802602
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132                    NA                    NA                    NA
## 133                    NA                    NA                    NA
## 134            7.78756732            8.28425446            9.23046815
## 135           10.23104295           10.65245010           11.52921436
## 136         2096.81327200         2390.53423100         2763.38412200
## 137   2293718974.00000000   2424853981.00000000   2475325479.00000000
## 138           91.45142299           90.13455195           85.91422402
## 139                    NA                    NA                    NA
## 140                    NA                    NA                    NA
## 141           10.11848341            9.25107917            9.38264672
## 142                    NA                    NA                    NA
## 143            7.90787915            8.19954322            9.30687331
## 144                    NA                    NA                    NA
## 145                    NA                    NA                    NA
## 146                    NA                    NA                    NA
## 147                    NA                    NA                    NA
## 148                    NA                    NA                    NA
## 149                    NA                    NA                    NA
## 150                    NA                    NA                    NA
## 151                    NA                    NA                    NA
## 152                    NA                    NA                    NA
## 153                    NA                    NA                    NA
## 154                    NA                    NA                    NA
## 155                    NA                    NA                    NA
## 156                    NA                    NA                    NA
## 157                    NA                    NA                    NA
## 158                    NA                    NA                    NA
## 159                    NA                    NA                    NA
## 160                    NA                    NA                    NA
## 161                    NA                    NA                    NA
## 162                    NA                    NA                    NA
## 163                    NA                    NA                    NA
## 164                    NA                    NA                    NA
## 165                    NA                    NA                    NA
## 166                    NA                    NA                    NA
## 167                    NA                    NA                    NA
## 168                    NA                    NA                    NA
## 169                    NA                    NA                    NA
## 170                    NA                    NA                    NA
## 171                    NA                    NA                    NA
## 172                    NA                    NA                    NA
## 173                    NA                    NA                    NA
## 174                    NA                    NA                    NA
## 175                    NA                    NA                    NA
## 176                    NA                    NA                    NA
## 177                    NA                    NA                    NA
## 178                    NA                    NA                    NA
## 179                    NA                    NA                    NA
## 180                    NA                    NA                    NA
## 181                    NA                    NA                    NA
## 182                    NA                    NA                    NA
## 183                    NA                    NA                    NA
## 184                    NA                    NA                    NA
## 185                    NA                    NA                    NA
## 186                    NA                    NA                    NA
## 187                    NA                    NA                    NA
## 188                    NA                    NA                    NA
## 189                    NA                    NA                    NA
## 190                    NA                    NA                    NA
## 191                    NA                    NA                    NA
## 192                    NA                    NA                    NA
## 193                    NA                    NA                    NA
## 194                    NA                    NA                    NA
## 195                    NA                    NA                    NA
## 196                    NA                    NA                    NA
## 197                    NA                    NA                    NA
## 198                    NA                    NA                    NA
## 199                    NA                    NA                    NA
## 200                    NA                    NA                    NA
## 201                    NA                    NA                    NA
## 202                    NA                    NA                    NA
## 203                    NA                    NA                    NA
## 204                    NA                    NA                    NA
## 205                    NA                    NA                    NA
## 206                    NA                    NA                    NA
## 207                    NA                    NA                    NA
## 208                    NA                    NA                    NA
## 209                    NA                    NA                    NA
## 210                    NA                    NA                    NA
## 211                    NA                    NA                    NA
## 212                    NA                    NA                    NA
## 213                    NA                    NA                    NA
## 214                    NA                    NA                    NA
## 215                    NA                    NA                    NA
## 216                    NA                    NA                    NA
## 217                    NA                    NA                    NA
## 218                    NA                    NA                    NA
## 219                    NA                    NA                    NA
## 220                    NA                    NA                    NA
## 221                    NA                    NA                    NA
## 222                    NA                    NA                    NA
## 223                    NA                    NA                    NA
## 224                    NA                    NA                    NA
## 225                    NA                    NA                    NA
## 226                    NA                    NA                    NA
## 227                    NA                    NA                    NA
## 228                    NA                    NA                    NA
## 229                    NA                    NA                    NA
## 230                    NA                    NA                    NA
## 231                    NA                    NA                    NA
## 232                    NA                    NA                    NA
## 233                    NA                    NA                    NA
## 234                    NA                    NA                    NA
## 235                    NA                    NA                    NA
## 236                    NA                    NA                    NA
## 237                    NA                    NA                    NA
## 238                    NA                    NA                    NA
## 239                    NA                    NA                    NA
## 240                    NA                    NA                    NA
## 241                    NA                    NA                    NA
## 242                    NA                    NA                    NA
##                     X1986                 X1987                 X1988
## 1                      NA                    NA                    NA
## 2                      NA                    NA                    NA
## 3    26400264605.00000000  27218911058.00000000  32705876319.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6                      NA                    NA                    NA
## 7                      NA                    NA                    NA
## 8                      NA                    NA                    NA
## 9                      NA                    NA                    NA
## 10                     NA                    NA                    NA
## 11                     NA                    NA                    NA
## 12                     NA                    NA                    NA
## 13                     NA                    NA                    NA
## 14                     NA                    NA                    NA
## 15                     NA                    NA                    NA
## 16                     NA                    NA                    NA
## 17    3007000000.00000000   3492000000.00000000   4692000000.00000000
## 18                     NA                    NA                    NA
## 19                     NA                    NA                    NA
## 20                     NA                    NA                    NA
## 21                     NA                    NA                    NA
## 22                     NA                    NA                    NA
## 23                     NA                    NA                    NA
## 24                     NA                    NA                    NA
## 25                     NA                    NA                    NA
## 26                     NA                    NA                    NA
## 27                     NA                    NA                    NA
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30                     NA                    NA                    NA
## 31                     NA                    NA                    NA
## 32                     NA                    NA                    NA
## 33                     NA                    NA                    NA
## 34                     NA                    NA                    NA
## 35                     NA                    NA                    NA
## 36                     NA                    NA                    NA
## 37                     NA                    NA                    NA
## 38                     NA                    NA                    NA
## 39                     NA                    NA                    NA
## 40     153835135.00000000    161698856.69999999    212740875.09999999
## 41                     NA                    NA                    NA
## 42                     NA                    NA                    NA
## 43                     NA                    NA                    NA
## 44                     NA                    NA                    NA
## 45                     NA                    NA                    NA
## 46                     NA                    NA                    NA
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA                    NA                    NA
## 50                     NA                    NA                    NA
## 51                     NA                    NA                    NA
## 52                     NA                    NA                    NA
## 53                     NA                    NA                    NA
## 54            21.11699411           24.41452994           24.92106598
## 55    6903179359.00000000   7020230929.00000000   7560564675.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57                     NA                    NA                    NA
## 58             0.00000000            0.00000000            0.00000000
## 59  528000000000.00000000 537000000000.00000000 578000000000.00000000
## 60                     NA                    NA                    NA
## 61            30.90768789           31.62031818           30.92476530
## 62                     NA                    NA                    NA
## 63                     NA                    NA                    NA
## 64                     NA                    NA                    NA
## 65                     NA                    NA                    NA
## 66            11.62371689           12.09543718           11.35744935
## 67             4.56565055            1.69561827            7.69680871
## 68            14.39257008           12.69680187           11.81531020
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    2850784523.00000000   2957255380.00000000   3487009748.00000000
## 73           108.64044220          109.09333900          110.93469950
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76                     NA                    NA                    NA
## 77                     NA                    NA                    NA
## 78                     NA                    NA                    NA
## 79            20.26415907           21.18877615           22.29214886
## 80                     NA                    NA                    NA
## 81                     NA                    NA                    NA
## 82            10.58161654           10.45158462           11.78620654
## 83                     NA                    NA                    NA
## 84                     NA                    NA                    NA
## 85             1.84637085            1.68011844            1.52172351
## 86            18.16811428           19.50864337           19.92172262
## 87                     NA                    NA                    NA
## 88                     NA                    NA                    NA
## 89             5.83770009            5.85619441            6.00083219
## 90            31.96504199           32.71988914           33.82903805
## 91                     NA                    NA                    NA
## 92                     NA                    NA                    NA
## 93                     NA                    NA                    NA
## 94                     NA                    NA                    NA
## 95            -4.18162338           -4.17053119           -7.78462323
## 96            10.18303569           11.79922946           10.74343964
## 97            79.28684229           78.82746148           79.67706031
## 98                     NA                    NA                    NA
## 99            10.58161654           10.45158462           11.78620654
## 100            0.00000000            0.00000000            0.00000000
## 101          400.42393830          398.34042370          419.54760910
## 102  52717000000.00000000  60372000000.00000000  72214000000.00000000
## 103           13.68997200           13.13024552           12.63659532
## 104                    NA                    NA                    NA
## 105                    NA                    NA                    NA
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           27.65702390           29.54262182           29.97477440
## 109            2.25253496           -0.52032719            5.32388485
## 110   6492969548.00000000   6597931325.00000000   7058221481.00000000
## 111            1.84637085            1.68011844            1.52172351
## 112  55724000000.00000000  63864000000.00000000  76906000000.00000000
## 113           -8.64044218           -9.09333897          -10.93469950
## 114            1.18285068            1.15918201            1.08379060
## 115            0.00000000            0.00000000            0.00000000
## 116            0.00000000            0.00000000            0.00000000
## 117           14.99892326           14.96148065           15.18217044
## 118           11.15318355           12.10697733           12.79223988
## 119                    NA                    NA                    NA
## 120                    NA                    NA                    NA
## 121                    NA                    NA                    NA
## 122            0.04104133            0.04700304            0.01950095
## 123        30611.99355000        30452.71103000        32073.97830000
## 124 502000000000.00000000 510000000000.00000000 546000000000.00000000
## 125           20.30274209           20.90661405           22.38186877
## 126           15.51950735           16.80707054           14.84427922
## 127          165.36182920          167.79994460          193.49964800
## 128                    NA                    NA                    NA
## 129           48.69715024           47.95033196           47.79210985
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132                    NA                    NA                    NA
## 133                    NA                    NA                    NA
## 134           10.55896975           11.89962122           13.30559838
## 135           11.66229991           11.81327508           11.44716927
## 136         3232.31113900         3623.75726300         4267.63473600
## 137   2696949388.00000000   2795556523.00000000   3274268873.00000000
## 138           88.37628311           87.90456282           88.64255065
## 139                    NA                    NA                    NA
## 140                    NA                    NA                    NA
## 141            9.08944081            9.07710134            8.96549034
## 142                    NA                    NA                    NA
## 143           10.25016151           10.14828385           11.56905833
## 144                    NA                    NA                    NA
## 145                    NA                    NA                    NA
## 146                    NA                    NA                    NA
## 147                    NA                    NA                    NA
## 148                    NA                    NA                    NA
## 149                    NA                    NA                    NA
## 150                    NA                    NA                    NA
## 151                    NA                    NA                    NA
## 152                    NA                    NA                    NA
## 153                    NA                    NA                    NA
## 154                    NA                    NA                    NA
## 155                    NA                    NA                    NA
## 156                    NA                    NA                    NA
## 157                    NA                    NA                    NA
## 158                    NA                    NA                    NA
## 159                    NA                    NA                    NA
## 160                    NA                    NA                    NA
## 161                    NA                    NA                    NA
## 162                    NA                    NA                    NA
## 163                    NA                    NA                    NA
## 164                    NA                    NA                    NA
## 165                    NA                    NA                    NA
## 166                    NA                    NA                    NA
## 167                    NA                    NA                    NA
## 168                    NA                    NA                    NA
## 169                    NA                    NA                    NA
## 170                    NA                    NA                    NA
## 171                    NA                    NA                    NA
## 172                    NA                    NA                    NA
## 173                    NA                    NA                    NA
## 174                    NA                    NA                    NA
## 175                    NA                    NA                    NA
## 176                    NA                    NA                    NA
## 177                    NA                    NA                    NA
## 178                    NA                    NA                    NA
## 179                    NA                    NA                    NA
## 180                    NA                    NA                    NA
## 181                    NA                    NA                    NA
## 182                    NA                    NA                    NA
## 183                    NA                    NA                    NA
## 184                    NA                    NA                    NA
## 185                    NA                    NA                    NA
## 186                    NA                    NA                    NA
## 187                    NA                    NA                    NA
## 188                    NA                    NA                    NA
## 189                    NA                    NA                    NA
## 190                    NA                    NA                    NA
## 191                    NA                    NA                    NA
## 192                    NA                    NA                    NA
## 193                    NA                    NA                    NA
## 194                    NA                    NA                    NA
## 195                    NA                    NA                    NA
## 196                    NA                    NA                    NA
## 197                    NA                    NA                    NA
## 198                    NA                    NA                    NA
## 199                    NA                    NA                    NA
## 200                    NA                    NA                    NA
## 201                    NA                    NA                    NA
## 202                    NA                    NA                    NA
## 203                    NA                    NA                    NA
## 204                    NA                    NA                    NA
## 205                    NA                    NA                    NA
## 206                    NA                    NA                    NA
## 207                    NA                    NA                    NA
## 208                    NA                    NA                    NA
## 209                    NA                    NA                    NA
## 210                    NA                    NA                    NA
## 211                    NA                    NA                    NA
## 212                    NA                    NA                    NA
## 213                    NA                    NA                    NA
## 214                    NA                    NA                    NA
## 215                    NA                    NA                    NA
## 216                    NA                    NA                    NA
## 217                    NA                    NA                    NA
## 218                    NA                    NA                    NA
## 219                    NA                    NA                    NA
## 220                    NA                    NA                    NA
## 221                    NA                    NA                    NA
## 222                    NA                    NA                    NA
## 223                    NA                    NA                    NA
## 224                    NA                    NA                    NA
## 225                    NA                    NA                    NA
## 226                    NA                    NA                    NA
## 227                    NA                    NA                    NA
## 228                    NA                    NA                    NA
## 229                    NA                    NA                    NA
## 230                    NA                    NA                    NA
## 231                    NA                    NA                    NA
## 232                    NA                    NA                    NA
## 233                    NA                    NA                    NA
## 234                    NA                    NA                    NA
## 235                    NA                    NA                    NA
## 236                    NA                    NA                    NA
## 237                    NA                    NA                    NA
## 238                    NA                    NA                    NA
## 239                    NA                    NA                    NA
## 240                    NA                    NA                    NA
## 241                    NA                    NA                    NA
## 242                    NA                    NA                    NA
##                     X1989                 X1990                 X1991
## 1                      NA                    NA                    NA
## 2                      NA                    NA                    NA
## 3    29809643007.00000000  32075085848.00000000  33779755004.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6                      NA           25.62864500           24.20675944
## 7                      NA                    NA                    NA
## 8                      NA                    NA                    NA
## 9                      NA                    NA                    NA
## 10                     NA                    NA                    NA
## 11                     NA                    NA                    NA
## 12                     NA            6.99669297            6.62030194
## 13                     NA            7.37594653            6.91103536
## 14                     NA                    NA                    NA
## 15                     NA    943000000.00000000    768000000.00000000
## 16                     NA                    NA                    NA
## 17    4758000000.00000000   5668000000.00000000   6532000000.00000000
## 18                     NA                    NA                    NA
## 19                     NA                    NA                    NA
## 20                     NA           13.03260224            9.37042460
## 21                     NA           36.96670675           36.18838458
## 22                     NA     98500000.00000000    106000000.00000000
## 23                     NA   2674800000.00000000   2966000000.00000000
## 24                     NA                    NA                    NA
## 25                     NA                    NA                    NA
## 26                     NA                    NA                    NA
## 27                     NA     32200000.00000000     78000000.00000000
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30                     NA   3487200000.00000000   4278000000.00000000
## 31                     NA   2707000000.00000000   3044000000.00000000
## 32                     NA                    NA                    NA
## 33                     NA                    NA                    NA
## 34                     NA                    NA                    NA
## 35                     NA                    NA                    NA
## 36                     NA                    NA                    NA
## 37                     NA                    NA                    NA
## 38                     NA           33.01522381           34.01988072
## 39                     NA                    NA                    NA
## 40     187893171.80000001    198818593.80000001    206905289.80000001
## 41                     NA                    NA                    NA
## 42                     NA                    NA                    NA
## 43                     NA                    NA                    NA
## 44                     NA            8.92789517            6.10735586
## 45                     NA                    NA                    NA
## 46                     NA   7235700000.00000000   8196000000.00000000
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA                    NA                    NA
## 50                     NA                    NA                    NA
## 51                     NA                    NA                    NA
## 52                     NA            0.44501569            0.95168375
## 53                     NA            0.93255321            0.84294235
## 54            21.01991610           24.14844744           25.34759816
## 55    7887910507.00000000   8253518026.00000000   8779114468.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57                     NA         1613.07185100         1671.58342800
## 58             0.00000000            0.00000000            0.00000000
## 59  603000000000.00000000 631000000000.00000000 671000000000.00000000
## 60                     NA           10.71588515           12.54463820
## 61            31.32554414           30.36957531           33.55304077
## 62                     NA                    NA                    NA
## 63                     NA                    NA                    NA
## 64                     NA                    NA         3438.53794700
## 65                     NA                    NA                    NA
## 66            10.29118731            6.99168601            8.55991874
## 67             4.32964793            4.63503635            6.36815040
## 68            11.25837291           10.71588515           12.54463820
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    3525228153.00000000   3627562403.00000000   3921476085.00000000
## 73           111.21571880          111.13413590          111.69355260
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76                     NA            0.24046149            0.23638759
## 77                     NA  30495897615.00000000  32437922242.00000000
## 78                     NA           17.59519716           19.80245098
## 79            21.50690609           18.12582192           20.25347130
## 80                     NA            6.99669297            6.62030194
## 81                     NA                    NA                    NA
## 82            13.04865071           12.80865630           13.35385013
## 83                     NA            0.11363879            0.13411247
## 84                     NA          856.64075570          917.73438750
## 85             1.48870392            1.74670390            1.59616125
## 86            18.12051216           16.12032954           18.40049757
## 87                     NA                    NA                    NA
## 88                     NA 111000000000.00000000 133000000000.00000000
## 89             5.44085853            5.75926356            6.37636207
## 90            33.35092809           32.18875416           34.67505513
## 91                     NA            8.44530827            8.40865583
## 92                     NA                    NA                    NA
## 93                     NA          189.83432040          184.24962470
## 94                     NA                    NA                    NA
## 95            -6.90133004           -7.97219763           -7.76258065
## 96             9.95168341           10.24666160           10.80699873
## 97            79.68629647           84.34524445           82.48619559
## 98                     NA            6.78154251                    NA
## 99            13.04865071           12.80865630           13.35385013
## 100            0.00000000            0.00000000            0.00000000
## 101          427.64443080          436.56749400          452.40327500
## 102  84511000000.00000000  97748000000.00000000 117000000000.00000000
## 103           13.37485577           13.20656378           13.21402897
## 104                    NA            0.05804187            0.06625826
## 105                    NA            5.26775136            5.42741947
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           31.23379897           32.01448519           32.82000953
## 109            1.92989342            2.08656129            3.62733856
## 110   7424281841.00000000   7756008525.00000000   8254660930.00000000
## 111            1.48870392            1.74670390            1.59616125
## 112  89269000000.00000000 103000000000.00000000 124000000000.00000000
## 113          -11.21571878          -11.13413592          -11.69355256
## 114            1.10654315            1.07715441            1.09660965
## 115            0.00000000            0.00000000            0.00000000
## 116            0.00000000            0.00000000            0.00000000
## 117           15.65493060           15.34675485           16.44736311
## 118            9.26861509            8.41552564           11.38682240
## 119                    NA           52.62058095           64.91143044
## 120                    NA                    NA                    NA
## 121                    NA            0.03082382            0.03637718
## 122            0.01191412            0.16374632            0.05661134
## 123        32692.97189000        33375.13079000        34585.75978000
## 124 574000000000.00000000 600000000000.00000000 639000000000.00000000
## 125           22.28332344           21.66144504           23.18430384
## 126           13.24642080           10.33419580           11.71677402
## 127          191.12085330          191.87888390          202.08058910
## 128                    NA                    NA                    NA
## 129           47.68956749           48.80289317           44.72338673
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132                    NA            6.85517240            7.46275635
## 133                    NA  16195204675.00000000  17809100163.00000000
## 134           14.80359226           16.38992821           18.44598540
## 135           11.06760466           10.52730912           11.49075129
## 136         4839.73425700         5470.15997500         6379.68419900
## 137   3337334981.00000000   3428743809.00000000   3714570795.00000000
## 138           89.70881269           93.00831399           91.44008126
## 139                    NA           -0.19484413                    NA
## 140                    NA            2.79750124            2.97976721
## 141           10.02251622            8.66306954            8.95388567
## 142                    NA                    NA                    NA
## 143           12.81878368           12.47099095           12.95458033
## 144                    NA                    NA                    NA
## 145                    NA                    NA            2.58699989
## 146                    NA                    NA           14.90999985
## 147                    NA                    NA           52.72999954
## 148                    NA                    NA           79.91799927
## 149                    NA                    NA           74.79000092
## 150                    NA                    NA                    NA
## 151                    NA                    NA                    NA
## 152                    NA                    NA                    NA
## 153                    NA                    NA                    NA
## 154                    NA                    NA                    NA
## 155                    NA                    NA                    NA
## 156                    NA                    NA           77.61000061
## 157                    NA                    NA                    NA
## 158                    NA                    NA                    NA
## 159                    NA                    NA            1.72099996
## 160                    NA                    NA            3.75999999
## 161                    NA                    NA                    NA
## 162                    NA                    NA            1.44000006
## 163                    NA                    NA           88.94499969
## 164                    NA                    NA                    NA
## 165                    NA                    NA                    NA
## 166                    NA                    NA                    NA
## 167                    NA                    NA                    NA
## 168                    NA                    NA                    NA
## 169                    NA                    NA           82.33000183
## 170                    NA                    NA                    NA
## 171                    NA                    NA                    NA
## 172                    NA                    NA                    NA
## 173                    NA                    NA           85.44999695
## 174                    NA                    NA                    NA
## 175                    NA                    NA                    NA
## 176                    NA                    NA            1.80799997
## 177                    NA                    NA            3.20300007
## 178                    NA                    NA                    NA
## 179                    NA                    NA            2.75999999
## 180                    NA                    NA           84.33599854
## 181                    NA                    NA                    NA
## 182                    NA                    NA                    NA
## 183                    NA                    NA                    NA
## 184                    NA                    NA                    NA
## 185                    NA                    NA                    NA
## 186                    NA                    NA           93.81999969
## 187                    NA                    NA                    NA
## 188                    NA                    NA                    NA
## 189                    NA                    NA                    NA
## 190                    NA                    NA                    NA
## 191                    NA                    NA           21.21999931
## 192                    NA                    NA           35.90000153
## 193                    NA                    NA                    NA
## 194                    NA                    NA           90.38999939
## 195                    NA                    NA                    NA
## 196                    NA                    NA                    NA
## 197                    NA                    NA                    NA
## 198                    NA                    NA                    NA
## 199                    NA                    NA                    NA
## 200                    NA                    NA            6.17999983
## 201                    NA                    NA            0.25000000
## 202                    NA                    NA                    NA
## 203                    NA                    NA                    NA
## 204                    NA                    NA                    NA
## 205                    NA                    NA           22.38999939
## 206                    NA                    NA            1.50999999
## 207                    NA                    NA                    NA
## 208                    NA                    NA                    NA
## 209                    NA                    NA                    NA
## 210                    NA                    NA            8.17000008
## 211                    NA                    NA           70.69999695
## 212                    NA                    NA                    NA
## 213                    NA                    NA                    NA
## 214                    NA                    NA                    NA
## 215                    NA                    NA                    NA
## 216                    NA                    NA                    NA
## 217                    NA                    NA                    NA
## 218                    NA                    NA           93.55999756
## 219                    NA                    NA           80.96700287
## 220                    NA                    NA                    NA
## 221                    NA                    NA                    NA
## 222                    NA                    NA                    NA
## 223                    NA                    NA                    NA
## 224                    NA                    NA           14.56000042
## 225                    NA                    NA            0.89999998
## 226                    NA                    NA                    NA
## 227                    NA                    NA            1.76600003
## 228                    NA                    NA                    NA
## 229                    NA                    NA                    NA
## 230                    NA                    NA                    NA
## 231                    NA                    NA           76.10000229
## 232                    NA                    NA                    NA
## 233                    NA                    NA                    NA
## 234                    NA                    NA                    NA
## 235                    NA                    NA            3.99000001
## 236                    NA                    NA                    NA
## 237                    NA                    NA           77.31400299
## 238                    NA                    NA                    NA
## 239                    NA                    NA                    NA
## 240                    NA                    NA                    NA
## 241                    NA                    NA           84.54999924
## 242                    NA                    NA           79.17900085
##                     X1992                 X1993                 X1994
## 1                      NA           15.96000000                    NA
## 2                      NA           56.73497000                    NA
## 3    32457472104.00000000  38102322604.00000000  44412517305.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6             22.94242197           21.80039788           24.76087264
## 7                      NA           15.96000000                    NA
## 8                      NA           20.87000000                    NA
## 9                      NA           26.03093000                    NA
## 10                     NA           63.02853000                    NA
## 11                     NA                    NA                    NA
## 12             6.48334407            6.65463736            7.72913405
## 13             6.96878036            6.76400042            7.64732386
## 14                     NA                    NA                    NA
## 15     875000000.00000000   1174000000.00000000   1931000000.00000000
## 16                     NA                    NA                    NA
## 17    7487000000.00000000   9702000000.00000000  12149000000.00000000
## 18                     NA            1.08330500                    NA
## 19                     NA                    NA                    NA
## 20             8.83749116           10.04191258           12.53733281
## 21            32.76436724           32.53784963           31.34657837
## 22      87000000.00000000     86000000.00000000     69000000.00000000
## 23    3244000000.00000000   3804000000.00000000   4828000000.00000000
## 24                     NA            9.24000000                    NA
## 25                     NA           22.10000000                    NA
## 26                     NA                    NA                    NA
## 27     115000000.00000000    141000000.00000000    427000000.00000000
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30    5580000000.00000000   6486000000.00000000   8147000000.00000000
## 31    3359000000.00000000   3945000000.00000000   5255000000.00000000
## 32                     NA            9.25000000                    NA
## 33                     NA           22.10000000                    NA
## 34                     NA           16.57000000                    NA
## 35                     NA           11.34000000                    NA
## 36                     NA           22.54000000                    NA
## 37                     NA                    NA                    NA
## 38            38.11215081           35.84217507           38.38759836
## 39                     NA                    NA                    NA
## 40     166748329.59999999    202125000.00000000    247938775.50000000
## 41                     NA            8.78000000                    NA
## 42                     NA           18.68000000                    NA
## 43                     NA                    NA                    NA
## 44             5.97636773            6.48762157            9.09861942
## 45                     NA                    NA                    NA
## 46    9901000000.00000000  11691000000.00000000  15402000000.00000000
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA            6.54639200                    NA
## 50                     NA            0.02023060                    NA
## 51                     NA                    NA                    NA
## 52             1.16149884            1.20605594            2.77236722
## 53             0.59422171            0.47524315            0.32511897
## 54            33.66447434           34.80834690           37.30228030
## 55    9139620604.00000000   9491482290.00000000  10271302732.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57          1693.72102700         1711.57120900         1803.69688300
## 58             0.00000000            0.00000000            0.00000000
## 59  699000000000.00000000 726000000000.00000000 785000000000.00000000
## 60            18.48909464           10.77490927            4.81598619
## 61            33.03381999           35.06107626           33.06987434
## 62                     NA                    NA                    NA
## 63                     NA            1.49793660            1.23238961
## 64          3473.40330400         3498.15619900         3677.60167000
## 65                     NA                    NA                    NA
## 66            10.92870090           12.24724218            9.95935204
## 67             4.10640661            3.84985003            8.21600270
## 68            18.48909464           10.77490927            4.81598619
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    3401211581.00000000   3660041667.00000000   4066775510.00000000
## 73           109.77596090          110.32365300          112.44419690
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76             0.19255075            0.19490257            0.19593583
## 77   33769955223.00000000  35070047854.00000000  37951403934.00000000
## 78            23.46374489           25.99194211           27.24371045
## 79            20.70466177           22.57089514           22.40354892
## 80             6.48334407            6.65463736            7.72913405
## 81                     NA                    NA                    NA
## 82            13.41831550           14.57309798           18.55012245
## 83             0.13428107            0.14822551            0.16902914
## 84           951.07971680          983.88458620         1058.98335500
## 85             1.88735567            1.52348000            1.20002715
## 86            19.17108013           21.21902073           21.09277771
## 87                     NA                    NA                    NA
## 88  164000000000.00000000 189000000000.00000000 214000000000.00000000
## 89             8.39606481            8.32071584            8.96312578
## 90            41.69541314           47.18958118           50.43207274
## 91             8.51065780            8.14141460            9.44889397
## 92                     NA                    NA                    NA
## 93           181.29393300          179.18253280          171.45220800
## 94                     NA                    NA                    NA
## 95            -5.33098805           -6.07919039           -8.65264353
## 96            14.66563099           15.98444643           21.53678301
## 97            81.27373712           79.27152469           82.01794532
## 98                     NA                    NA                    NA
## 99            13.41831550           14.57309798           18.55012245
## 100            0.00000000            0.00000000            0.00000000
## 101          458.39467350          463.22571000          488.15892950
## 102 145000000000.00000000 166000000000.00000000 187000000000.00000000
## 103           12.80907367           12.41498845           10.17418403
## 104            0.06486338            0.06994128            0.07809007
## 105            5.51590438            5.58090113            5.83252914
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           32.06108920           34.84227183           36.24207114
## 109            1.32434906            1.05390327            5.38252066
## 110   8631620681.00000000   8902297081.00000000   9589126121.00000000
## 111            1.88735567            1.52348000            1.20002715
## 112 153000000000.00000000 176000000000.00000000 199000000000.00000000
## 113           -9.77596088          -10.32365296          -12.44419688
## 114            1.07468977            1.05055255            0.97331540
## 115            0.00000000            0.00000000            0.00000000
## 116           -0.00001530            0.00000000            0.00000000
## 117           19.39830167           19.52049726           20.39172588
## 118           12.40616471           14.51998497           14.37833715
## 119           61.65692299           63.68153823           66.54121000
## 120                    NA                    NA                    NA
## 121            0.03642291            0.04020525            0.04584811
## 122            0.00000000            0.00000000            0.00000000
## 123        35043.79596000        35413.12367000        37319.24237000
## 124 668000000000.00000000 689000000000.00000000 742000000000.00000000
## 125           25.73568701           28.75661707           31.43813481
## 126           15.10886219           16.62517071           13.99204370
## 127          170.58665120          178.62598780          193.27955090
## 128                    NA                    NA                    NA
## 129           42.66526274           39.89594836           40.44170782
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132            8.64552859            9.35532351            9.60085565
## 133  18962933642.00000000  20159768606.00000000  22281961821.00000000
## 134           21.85648110           24.21149711           25.37751946
## 135           15.95972613           18.43296411           18.99393793
## 136         7659.34064100         8574.04741300         9470.69799600
## 137   3234463252.00000000   3457916667.00000000   3818836735.00000000
## 138           89.07129910           87.75275782           90.04064796
## 139                    NA                    NA                    NA
## 140            3.09736060            3.20814149            3.42438430
## 141            7.79756198            8.48123314            8.02270264
## 142                    NA                    NA                    NA
## 143           13.09025213           14.26361836           18.29765346
## 144                    NA                    NA                    NA
## 145            2.49099994            2.42499995            2.42100000
## 146           14.68999958           14.51000023           14.39999962
## 147           52.59999847           52.40999985           52.13999939
## 148           80.05000305           80.16300201           80.19699860
## 149           74.68000031           74.40000153           73.83000183
## 150                    NA                    NA                    NA
## 151                    NA                    NA                    NA
## 152                    NA                    NA                    NA
## 153                    NA                    NA                    NA
## 154                    NA                    NA                    NA
## 155                    NA                    NA                    NA
## 156           77.61000061           77.62000275           77.40000153
## 157                    NA                    NA                    NA
## 158                    NA                    NA                    NA
## 159            1.66299999            1.65499997            1.76300001
## 160            3.68000007            3.66300011            3.75300002
## 161                    NA                    NA                    NA
## 162            1.64999998            1.89999998            2.25000000
## 163           88.86499786           88.70899963           88.37999725
## 164                    NA                    NA                    NA
## 165                    NA                    NA                    NA
## 166                    NA                    NA                    NA
## 167                    NA                    NA                    NA
## 168                    NA                    NA                    NA
## 169           82.09999847           81.75000000           81.15000153
## 170                    NA                    NA                    NA
## 171                    NA                    NA                    NA
## 172                    NA                    NA                    NA
## 173           85.40000153           85.36000061           85.19000244
## 174                    NA                    NA                    NA
## 175                    NA                    NA                    NA
## 176            1.74699998            1.77100003            1.99899995
## 177            3.11999989            3.08299995            3.13000011
## 178                    NA                    NA                    NA
## 179            3.21000004            3.74000001            4.44999981
## 180           84.39600372           84.40699768           84.28500366
## 181                    NA                    NA                    NA
## 182                    NA                    NA                    NA
## 183                    NA                    NA                    NA
## 184                    NA                    NA                    NA
## 185                    NA                    NA                    NA
## 186           93.83000183           93.83000183           93.80999756
## 187                    NA                    NA                    NA
## 188                    NA                    NA                    NA
## 189                    NA                    NA                    NA
## 190                    NA                    NA                    NA
## 191           20.67000008           20.18000031           19.72999954
## 192           35.79999924           35.61999893           35.31000137
## 193                    NA                    NA                    NA
## 194           90.12000275           89.80000305           89.25000000
## 195                    NA                    NA                    NA
## 196                    NA                    NA                    NA
## 197                    NA                    NA                    NA
## 198                    NA                    NA                    NA
## 199                    NA                    NA                    NA
## 200            6.17000008            6.17000008            6.19000006
## 201            0.25000000            0.25000000            0.25000000
## 202                    NA                    NA                    NA
## 203                    NA                    NA                    NA
## 204                    NA                    NA                    NA
## 205           22.38999939           22.37999916           22.60000038
## 206            1.50000000            1.50000000            1.50000000
## 207                    NA                    NA                    NA
## 208                    NA                    NA                    NA
## 209                    NA                    NA                    NA
## 210            8.22000027            8.30000019            8.50000000
## 211           70.76000214           70.80000305           70.75000000
## 212                    NA                    NA                    NA
## 213                    NA                    NA                    NA
## 214                    NA                    NA                    NA
## 215                    NA                    NA                    NA
## 216                    NA                    NA                    NA
## 217                    NA                    NA                    NA
## 218           93.58000183           93.58000374           93.56999969
## 219           80.88800049           80.76899719           80.58100128
## 220                    NA                    NA                    NA
## 221                    NA                    NA                    NA
## 222                    NA                    NA                    NA
## 223                    NA                    NA                    NA
## 224           14.60000038           14.64000034           14.81000042
## 225            0.89999998            0.91000003            0.91000003
## 226                    NA                    NA                    NA
## 227            1.70700002            1.71599996            1.88699997
## 228                    NA                    NA                    NA
## 229                    NA                    NA                    NA
## 230                    NA                    NA                    NA
## 231           76.11000061           76.11999893           75.90000153
## 232                    NA                    NA                    NA
## 233                    NA                    NA                    NA
## 234                    NA                    NA                    NA
## 235            4.65999985            5.42000008            6.44000006
## 236                    NA                    NA                    NA
## 237           77.53700256           77.78900146           78.02400208
## 238                    NA                    NA                    NA
## 239                    NA                    NA                    NA
## 240                    NA                    NA                    NA
## 241           84.49999809           84.45000076           84.29000092
## 242           79.26300049           79.33399963           79.35600281
##                     X1995                 X1996                 X1997
## 1                      NA                    NA                    NA
## 2                      NA                    NA                    NA
## 3    51546654806.00000000  52631847606.00000000  56691272306.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6             25.95126280           23.31508942           23.55375415
## 7                      NA                    NA                    NA
## 8                      NA                    NA                    NA
## 9                      NA                    NA                    NA
## 10                     NA                    NA                    NA
## 11                     NA                    NA                    NA
## 12             8.98551386            8.71991419            8.72365987
## 13             8.25841049            8.01625659            7.76324004
## 14                     NA                    NA                    NA
## 15    2751000000.00000000   3326000000.00000000   3954000000.00000000
## 16                     NA                    NA                    NA
## 17   14261000000.00000000  15457000000.00000000  17952000000.00000000
## 18                     NA                    NA                    NA
## 19                     NA                    NA                    NA
## 20            13.96872144           15.32365814           16.15790119
## 21            33.94942622           33.06611380           33.16987455
## 22      69000000.00000000    105000000.00000000    269000000.00000000
## 23    6686000000.00000000   7177000000.00000000   8117000000.00000000
## 24                     NA                    NA                    NA
## 25                     NA                    NA                    NA
## 26                     NA                    NA                    NA
## 27     332000000.00000000    150000000.00000000    168000000.00000000
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30    9856000000.00000000  10947000000.00000000  11938000000.00000000
## 31    7018000000.00000000   7327000000.00000000   8310000000.00000000
## 32                     NA                    NA                    NA
## 33                     NA                    NA                    NA
## 34                     NA                    NA                    NA
## 35                     NA                    NA                    NA
## 36                     NA                    NA                    NA
## 37                     NA                    NA                    NA
## 38            36.44566061           34.83421371           33.83690938
## 39                     NA                    NA                    NA
## 40     286365461.80000001    280781108.10000002    314781693.80000001
## 41                     NA                    NA                    NA
## 42                     NA                    NA                    NA
## 43                     NA                    NA                    NA
## 44            10.17268794           10.58359320           11.20716533
## 45                     NA                    NA                    NA
## 46   19694000000.00000000  21705000000.00000000  24471000000.00000000
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA                    NA                    NA
## 50                     NA                    NA                    NA
## 51                     NA                    NA                    NA
## 52             1.68579263            0.69108500            0.68652691
## 53             0.25514921            0.33411825            0.76245004
## 54            38.12679366           39.43311518           42.67394737
## 55   10627557926.00000000  11193824413.00000000  11758957236.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57          1819.96641800         1872.31178400         1923.78005200
## 58             0.00000000            0.00000000            0.00000000
## 59  812000000000.00000000 856000000000.00000000 899000000000.00000000
## 60             6.30086155            7.82303556            7.27909299
## 61            33.17805407           33.36949054           33.41912853
## 62                     NA                    NA                    NA
## 63             1.29110018            0.97665246            1.00551242
## 64          3688.24706700         3794.32030000         3895.09820000
## 65                     NA                    NA                    NA
## 66            15.65529768           14.38246926           13.96085030
## 67             3.46845189            5.32828418            5.04861254
## 68             6.30086155            7.82303556            7.27909299
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    4401104418.00000000   4521580381.00000000   4918691917.00000000
## 73           109.54420040          112.82261850          111.37986470
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76             0.20072655            0.19226867            0.19572770
## 77   39267730121.00000000  41360026371.00000000  43448133848.00000000
## 78            28.96029893           31.22587341           33.49883377
## 79            25.19949812           27.20508772           25.34071505
## 80             8.98551386            8.71991419            8.72365987
## 81                     NA                    NA                    NA
## 82            22.83143607           23.19776388           23.88507426
## 83             0.17744599            0.17470907            0.18582886
## 84          1090.94162500         1142.86828400         1194.53450000
## 85             1.38881149            1.32624922            1.09066742
## 86            22.06912285           22.53036201           21.67243586
## 87                     NA                    NA                    NA
## 88  235000000000.00000000 267000000000.00000000 301000000000.00000000
## 89             8.92209422            9.02564350            8.84664882
## 90            59.49051840           58.45776870           64.03553489
## 91            10.54226075           10.68686650           10.44265328
## 92                     NA                    NA                    NA
## 93           170.92156790          166.17707010          163.30535680
## 94                     NA                    NA                    NA
## 95            -8.09774069           -7.22314977           -7.89001513
## 96            22.54707354           22.12225159           22.16537207
## 97            75.09775353           76.37012301           77.13154114
## 98                     NA                    NA            3.06260316
## 99            22.83143607           23.19776388           23.88507426
## 100            0.00000000            0.00000000            0.00000000
## 101          492.56217450          506.72911020          520.65866490
## 102 205000000000.00000000 233000000000.00000000 263000000000.00000000
## 103           10.34269419            9.80113534            9.75374088
## 104            0.08071972            0.07763495            0.08117639
## 105            5.85063671            6.01767741            6.12349784
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           38.03490362           37.57734630           43.19522673
## 109            0.90201053            2.87617208            2.74891542
## 110   9843288724.00000000  10391061698.00000000  10896004686.00000000
## 111            1.38881149            1.32624922            1.09066742
## 112 219000000000.00000000 249000000000.00000000 281000000000.00000000
## 113           -9.54420043          -12.82261842          -11.37986475
## 114            0.94148511            0.90071632            0.88070785
## 115            0.00000000            0.00000000            0.00000000
## 116            0.00000000         -100.00000000            0.00000000
## 117           21.27386791           21.49305179           21.40043420
## 118           15.19333866           15.44997650           14.75938727
## 119           66.18364321           65.19788038           59.88242969
## 120                    NA                    NA                    NA
## 121            0.04838579            0.04738875            0.05040493
## 122            0.00000000            0.42374943            0.46875202
## 123        37655.86586000        38738.91337000        39803.81333000
## 124 762000000000.00000000 804000000000.00000000 843000000000.00000000
## 125           34.51735942           35.64019356           37.70769982
## 126           21.00779388           20.38508266           19.11054397
## 127          203.98078060          204.68575520          217.78798190
## 128                    NA                    NA                    NA
## 129           39.04140527           38.92765745           38.78073387
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132            9.99618226           10.58439036           11.16235091
## 133  23538237236.00000000  25246362676.00000000  26978289337.00000000
## 134           26.97652183           29.08690473           31.20416757
## 135           24.97315898           22.81757514           26.32783507
## 136        10158.24288000        11267.95082000        12420.44861000
## 137   4114738956.00000000   4240799273.00000000   4603910223.00000000
## 138           84.34470232           85.61753074           86.03914970
## 139                    NA                    NA           -1.12294261
## 140            3.50704445            3.67321976            3.80226910
## 141            9.24694879            9.24740773            8.90760856
## 142                    NA                    NA                    NA
## 143           22.58190943           22.83838128           23.36451430
## 144                    NA                    NA                    NA
## 145            2.29600000            2.26399994            2.20600009
## 146           14.28999996           14.21000004           14.14000034
## 147           51.91999817           51.61999893           51.27999878
## 148           80.42800140           80.36699677           80.36599731
## 149           73.13999939           72.13999939           70.86000061
## 150                    NA                    NA                    NA
## 151                    NA                    NA                    NA
## 152                    NA                    NA                    NA
## 153                    NA                    NA                    NA
## 154                    NA                    NA                    NA
## 155                    NA                    NA                    NA
## 156           77.33999634           77.11000061           76.80999756
## 157                    NA                    NA                    NA
## 158                    NA                    NA                    NA
## 159            1.64300001            1.68599999            1.67700005
## 160            3.64700007            3.71000004            3.72000003
## 161                    NA                    NA                    NA
## 162            2.61999989            3.08999991            3.65000010
## 163           88.43599701           88.31300354           88.28800201
## 164                    NA                    NA                    NA
## 165                    NA                    NA                    NA
## 166                    NA                    NA                    NA
## 167                    NA                    NA                    NA
## 168                    NA           71.00000000                    NA
## 169           80.51999664           79.68000031           78.66000366
## 170                    NA                    NA                    NA
## 171                    NA                    NA                    NA
## 172                    NA                    NA                    NA
## 173           85.12999725           85.00000000           84.83999634
## 174                    NA                    NA                    NA
## 175                    NA                    NA                    NA
## 176            1.82500005            1.94400001            1.97200000
## 177            3.01399994            3.02399993            2.99200010
## 178                    NA                    NA                    NA
## 179            5.19999981            6.11999989            7.19999981
## 180           84.44200134           84.33999634           84.30699921
## 181                    NA                    NA                    NA
## 182                    NA                    NA                    NA
## 183                    NA                    NA                    NA
## 184                    NA                    NA                    NA
## 185                    NA                    NA                    NA
## 186           93.77999878           93.72000122           93.62999725
## 187                    NA                    NA                    NA
## 188                    NA                    NA                    NA
## 189                    NA                    NA                    NA
## 190                    NA                    NA                    NA
## 191           19.34000015           19.01000023           18.70000076
## 192           35.00000000           34.50999832           33.91999817
## 193                    NA           63.70000076                    NA
## 194           88.72000122           88.01999664           87.19999695
## 195                    NA                    NA                    NA
## 196                    NA                    NA                    NA
## 197                    NA                    NA                    NA
## 198                    NA                    NA                    NA
## 199                    NA                    NA                    NA
## 200            6.21999979            6.28000021            6.36999989
## 201            0.25000000            0.25999999            0.25999999
## 202                    NA                    NA                    NA
## 203                    NA                    NA                    NA
## 204                    NA                    NA                    NA
## 205           22.65999985           22.88999939           23.19000053
## 206            1.50999999            1.50999999            1.51999998
## 207                    NA                    NA                    NA
## 208                    NA                    NA                    NA
## 209                    NA                    NA                    NA
## 210            8.67000008            8.89000034            9.14999962
## 211           70.72000122           70.55000305           70.30000305
## 212                    NA                    NA                    NA
## 213                    NA                    NA                    NA
## 214                    NA                    NA                    NA
## 215                    NA            4.50000000                    NA
## 216                    NA                    NA                    NA
## 217                    NA                    NA                    NA
## 218           93.53000069           93.47000313           93.37000275
## 219           80.58300018           80.43900299           80.36399841
## 220                    NA                    NA                    NA
## 221                    NA                    NA                    NA
## 222                    NA                    NA                    NA
## 223                    NA                    NA                    NA
## 224           14.86999989           15.01000023           15.15999985
## 225            0.91000003            0.92000002            0.92000002
## 226                    NA                    NA                    NA
## 227            1.73800003            1.82099998            1.83099997
## 228                    NA                    NA                    NA
## 229                    NA                    NA                    NA
## 230                    NA                    NA                    NA
## 231           75.84000015           75.59999847           75.28999710
## 232                    NA                    NA                    NA
## 233                    NA                    NA                    NA
## 234                    NA                    NA                    NA
## 235            7.51999998            8.85000038           10.43999958
## 236                    NA           67.19999695                    NA
## 237           78.37200165           78.31099701           78.29299927
## 238                    NA                    NA                    NA
## 239                    NA                    NA                    NA
## 240                    NA                    NA                    NA
## 241           84.21999741           84.07999802           83.91999817
## 242           79.52400208           79.40699768           79.34600067
##                     X1998                 X1999                   X2000
## 1             20.09000000           14.01000000            16.840000000
## 2             50.15618000           20.58712000            18.555280000
## 3    56158723806.00000000  58700888407.00000000   63282813207.000000000
## 4                      NA                    NA                      NA
## 5                      NA                    NA                      NA
## 6             23.11959537           24.37387964            23.498859070
## 7             20.09000000           14.01000000            16.840000000
## 8             21.67000000           14.36000000            14.410000000
## 9             36.00000000           18.19923000            25.734160000
## 10            56.96041000           21.21320000            16.970310000
## 11                     NA                    NA                      NA
## 12             8.63933255            8.42250523             8.735981111
## 13             7.36510298            6.90410027             7.031443074
## 14                     NA                    NA                      NA
## 15    4576000000.00000000   5774000000.00000000    6969000000.000000000
## 16                     NA                    NA                      NA
## 17   18943000000.00000000  21456000000.00000000   23945000000.000000000
## 18             8.21062000            1.74242400             2.081610000
## 19                     NA                    NA                      NA
## 20            17.60609442           20.04304360            21.021356180
## 21            31.84179139           31.67870036            31.192688220
## 22     436000000.00000000    522000000.00000000     575000000.000000000
## 23    8276000000.00000000   9126000000.00000000   10341000000.000000000
## 24            17.09000000           12.00000000            13.830000000
## 25            30.35000000           16.41000000            20.870000000
## 26                     NA                    NA                      NA
## 27     217000000.00000000    378000000.00000000     432000000.000000000
## 28                     NA                    NA                      NA
## 29                     NA                    NA                      NA
## 30   12477000000.00000000  12994000000.00000000   14795000000.000000000
## 31    8502000000.00000000   9518000000.00000000   10813000000.000000000
## 32            17.09000000           12.00000000            13.830000000
## 33            30.35000000           16.41000000            20.870000000
## 34            16.20000000           12.43000000            13.290000000
## 35            16.64000000           11.95000000            15.940000000
## 36            23.23000000           14.87000000            14.120000000
## 37                     NA                    NA                      NA
## 38            33.92886278           33.27528809            32.152558950
## 39                     NA                    NA                      NA
## 40     305778853.89999998    315761589.39999998     346677283.899999976
## 41             9.14000000            8.83000000            11.580000000
## 42            18.12000000           13.33000000            13.640000000
## 43                     NA                    NA                      NA
## 44            12.44357426           14.78617157            15.145061390
## 45                     NA                    NA                      NA
## 46   25991000000.00000000  28808000000.00000000   33152000000.000000000
## 47                     NA                    NA                      NA
## 48                     NA                    NA                      NA
## 49            25.50000000            8.76436800            11.591960000
## 50             1.02171100            0.01182450             0.016869100
## 51                     NA                    NA                      NA
## 52             0.83490439            1.31213552             1.303088803
## 53             1.18562028            1.33674776             1.249592524
## 54            35.41823863           40.20945164            43.263394360
## 55   12113653185.00000000  12648177008.00000000   13432363981.000000000
## 56             0.00000000            0.00000000             0.003580902
## 57          1941.14586800         1987.82504500          2073.054338000
## 58             0.00000000            0.00000000             0.000000000
## 59  926000000000.00000000 967000000000.00000000 1030000000000.000000000
## 60             4.10785067            8.88704743             4.472433715
## 61            35.23442304           34.58437124            34.710715490
## 62                     NA                    NA                      NA
## 63             1.39006091            1.65809912             2.029360644
## 64          3922.83454800         4010.79689600          4180.486799000
## 65                     NA                    NA           139.462980000
## 66            13.77387027           13.61347928            15.172284760
## 67             3.01638948            4.41257327             6.199999985
## 68             4.10785067            8.88704743             4.472433715
## 69                     NA                    NA             3.125985380
## 70                     NA            8.98008000            10.181870000
## 71             0.00000000            0.00000000             0.000000000
## 72    4856255044.00000000   5033642384.00000000    5494252208.000000000
## 73           111.06549880          106.87003710           109.142581600
## 74                     NA                    NA             0.484851360
## 75             2.89287996            2.89331007             2.975150108
## 76             0.18549705            0.18158819             0.182498777
## 77   44758698786.00000000  46733709167.00000000   49631199129.000000000
## 78            34.87491584           37.97426616            39.672640040
## 79            24.83936911           20.48351636            24.314866350
## 80             8.63933255            8.42250523             8.735981111
## 81                     NA                    NA                      NA
## 82            28.66308232           28.87594825            30.670620820
## 83             0.19109561            0.24612999             0.239189047
## 84          1218.88372000         1265.78446000          1349.962286000
## 85             1.27168010            1.39481847             1.163438890
## 86            21.73045921           19.08249424            19.321823090
## 87                     NA           12.99079000            11.391660000
## 88  323000000000.00000000 367000000000.00000000  407000000000.000000000
## 89             8.97040004            8.86953420             8.840859263
## 90            56.70960129           52.56698125            55.710589000
## 91            10.42762885           10.14893169            10.620362170
## 92                     NA                    NA                      NA
## 93           162.64183720          164.33936310           163.359240600
## 94                     NA                    NA                      NA
## 95            -1.38366225           -1.56303866            -2.377936958
## 96            15.67691779           17.23485544            12.847598490
## 97            76.91402549           77.46085207            75.877761620
## 98             3.49781449            3.48472091             3.188506619
## 99            28.66308232           28.87594825            30.670620820
## 100            0.00000000            0.00000000             0.000000000
## 101          525.35861110          537.99202930           561.058787700
## 102 282000000000.00000000 321000000000.00000000  356000000000.000000000
## 103            9.32506773            9.38220279             9.594466508
## 104            0.08254798            0.10484380             0.099630005
## 105            6.14847949            6.08496943             6.121478016
## 106                    NA                    NA             6.830000000
## 107                    NA                    NA                      NA
## 108           44.77937144           47.92581083            51.336474240
## 109            0.90269241            2.40472279             4.287565072
## 110  11256114694.00000000  11751899955.00000000   12467303013.000000000
## 111            1.27168010            1.39481847             1.167019792
## 112 301000000000.00000000 342000000000.00000000  379000000000.000000000
## 113          -11.06549884           -6.87003707            -9.142581584
## 114            0.92705546            0.94736957             0.962150318
## 115            0.00000000            0.00000000             0.000000000
## 116            0.00000000            0.00000000             0.000000000
## 117           21.07596935           20.44112316            20.735570030
## 118           14.22725988           12.09843408            12.355594910
## 119           66.35144343           64.06810979            64.573319840
## 120                    NA                    NA                      NA
## 121            0.05183350            0.06676123             0.064878545
## 122            0.24761179            0.08643977            -0.008824253
## 123        40163.11933000        41128.93101000         42892.360690000
## 124 871000000000.00000000 909000000000.00000000  965000000000.000000000
## 125           33.88755007           29.71850916            32.426585290
## 126           20.13192901           20.47123509            21.730513310
## 127          210.61156090          214.10670320           229.490392600
## 128                    NA                    NA                      NA
## 129           37.39300969           38.70148172            38.243897040
## 130                    NA                    NA                      NA
## 131                    NA                    NA                      NA
## 132           11.49154250           12.33891727            12.605190560
## 133  28104868450.00000000  29758555947.00000000   32319580727.000000000
## 134           32.48598818           35.37303335            36.955068820
## 135           22.82205122           22.84847209            23.284003710
## 136        13047.38620000        14548.55049000         15850.901410000
## 137   4550476190.00000000   4717880795.00000000    5147574924.000000000
## 138           86.22612973           86.38652072            84.827715240
## 139           -1.51107713           -1.06860097            -0.658255334
## 140            3.86075136            3.87471712             3.986274891
## 141            9.31210424            8.92566864             8.949953622
## 142                    NA                    NA                      NA
## 143           28.21230202           28.44902291            30.281062910
## 144                    NA                    NA                      NA
## 145            2.12899995            2.09200001             2.053999901
## 146           14.10000038           14.05000019            14.229999540
## 147           50.95000076           50.50999832            49.990001680
## 148           80.41999817           80.43599701            80.219001770
## 149           69.33000183           67.43000031            66.370002750
## 150                    NA                    NA                      NA
## 151                    NA                    NA                      NA
## 152                    NA                    NA                      NA
## 153                    NA           23.22274882                      NA
## 154                    NA            9.72316103                      NA
## 155                    NA           91.80000000                      NA
## 156           76.62000275           76.27999878            75.730003360
## 157                    NA           85.90000000                      NA
## 158                    NA                    NA                      NA
## 159            1.62800002            1.65900004             1.636999965
## 160            3.69600010            3.72000003             3.638000011
## 161                    NA           42.20000000                      NA
## 162            4.26999998            5.03999996             5.469999790
## 163           88.33699799           88.22699738            87.959999080
## 164                    NA                    NA                      NA
## 165                    NA            1.65999997                      NA
## 166                    NA            3.96000004                      NA
## 167                    NA           52.40000000                      NA
## 168                    NA           88.33000183                      NA
## 169           77.51999664           76.11000061            75.250000000
## 170                    NA                    NA                      NA
## 171                    NA           11.06000000                      NA
## 172                    NA           92.41000000                      NA
## 173           84.73999786           84.56999969            84.260002140
## 174                    NA           88.30000000                      NA
## 175                    NA                    NA                      NA
## 176            1.92299998            2.02900004             2.062999964
## 177            2.93199992            2.91799998             2.851999998
## 178                    NA           53.80000000                      NA
## 179            8.38000011            9.84000015            10.520000460
## 180           84.33200073           84.26200104            83.999000550
## 181                    NA                    NA                      NA
## 182                    NA                    NA                      NA
## 183                    NA                    NA                      NA
## 184                    NA           12.27995312                      NA
## 185                    NA           92.90000000                      NA
## 186           93.52999878           93.41000366            93.269996640
## 187                    NA                    NA                      NA
## 188                    NA                    NA                      NA
## 189                    NA            2.16000009                      NA
## 190                    NA           47.20000000                      NA
## 191           18.47999954           18.22999954            18.329999920
## 192           33.29000092           32.54999924            31.709999080
## 193                    NA           80.51000214                      NA
## 194           86.37999725           85.37999725            84.629997250
## 195                    NA                    NA                      NA
## 196                    NA            4.00000000                      NA
## 197                    NA                    NA                      NA
## 198                    NA           64.40000000                      NA
## 199                    NA            4.30000000                      NA
## 200            6.46999979            6.59000015             6.739999771
## 201            0.25999999            0.25999999             0.270000011
## 202                    NA            3.27000000                      NA
## 203                    NA                    NA                      NA
## 204                    NA            4.10000000                      NA
## 205           23.38999939           23.71999931            24.270000460
## 206            1.53999996            1.54999995             1.559999943
## 207                    NA                    NA                      NA
## 208                    NA                    NA                      NA
## 209                    NA           35.60000000                      NA
## 210            9.35000038            9.57999992             9.899999619
## 211           70.04000092           69.68000031            69.300003050
## 212                    NA                    NA                      NA
## 213                    NA           87.01000000                      NA
## 214                    NA                    NA                      NA
## 215                    NA            1.85000002                      NA
## 216                    NA                    NA                      NA
## 217                    NA            1.53166339                      NA
## 218           93.27000046           93.14999962            93.000003810
## 219           80.32599640           80.23200226            79.723999020
## 220                    NA                    NA                      NA
## 221                    NA                    NA                      NA
## 222                    NA           46.20000000                      NA
## 223                    NA            4.23000000                      NA
## 224           15.26000023           15.43000031            15.739999770
## 225            0.93000001            0.93000001             0.930000007
## 226                    NA                    NA                      NA
## 227            1.78100002            1.85000002             1.855000019
## 228                    NA                    NA                      NA
## 229                    NA           76.77725118                      NA
## 230                    NA            1.20363772                      NA
## 231           75.08000183           74.72999954            74.169998170
## 232                    NA                    NA                      NA
## 233                    NA            2.02999997                      NA
## 234                    NA            2.98000002                      NA
## 235           12.18999958           14.34000015            15.300000190
## 236                    NA           84.25000000                      NA
## 237           78.32099915           78.36199951            77.874000550
## 238                    NA            2.70000000                      NA
## 239                    NA                    NA                      NA
## 240                    NA            1.38000000                      NA
## 241           83.81999969           83.63999939            83.330001830
## 242           79.32800293           79.29199982            78.788002010
##                       X2001                   X2002                   X2003
## 1                        NA            15.450000000            15.860000000
## 2                        NA            18.448880000            19.350490000
## 3     66320388207.000000000   66006375707.000000000   70331721108.000000000
## 4                        NA                      NA                      NA
## 5                        NA                      NA                      NA
## 6              23.728236830            23.041080430            21.896123990
## 7                        NA            15.450000000            15.860000000
## 8                        NA            14.660000000            14.870000000
## 9                        NA            22.927460000            23.143350000
## 10                       NA            17.522970000            18.561960000
## 11                       NA                      NA                      NA
## 12              8.802574747             8.560583141             8.651811853
## 13              6.371072049             6.391161382             6.722882993
## 14                       NA                      NA                      NA
## 15     8517000000.000000000    8068000000.000000000    6879300000.000000000
## 16                       NA                      NA                      NA
## 17    28090335300.000000000   29046000000.000000000   31906000000.000000000
## 18                       NA             0.290924600             0.290718300
## 19                       NA                      NA                      NA
## 20             21.914318800            20.513081280            16.153558960
## 21             30.940434840            29.780580200            31.380541900
## 22      605000000.000000000     839000000.000000000    1252600000.000000000
## 23    12025000000.000000000   11713000000.000000000   13364000000.000000000
## 24                       NA             8.960000000             9.390000000
## 25                       NA            18.590000000            18.990000000
## 26                       NA                      NA                      NA
## 27      493000000.000000000     917000000.000000000     855600000.000000000
## 28                       NA                      NA                      NA
## 29                       NA                      NA                      NA
## 30    17191000000.000000000   17765000000.000000000   20218600000.000000000
## 31    12552000000.000000000   12659000000.000000000   14236400000.000000000
## 32                       NA             8.960000000             9.390000000
## 33                       NA            18.590000000            18.990000000
## 34                       NA            13.620000000            13.720000000
## 35                       NA            14.180000000            14.190000000
## 36                       NA            14.710000000            14.950000000
## 37                       NA                      NA                      NA
## 38             32.497778790            32.334686300            31.096974830
## 39                       NA                      NA                      NA
## 40      382181432.699999988     382536546.800000012     410335949.199999988
## 41                       NA            11.980000000            12.060000000
## 42                       NA            13.900000000            14.010000000
## 43                       NA                      NA                      NA
## 44             16.100493390            14.684843740            10.580624720
## 45                       NA                      NA                      NA
## 46    38865000000.000000000   39331000000.000000000   42586900000.000000000
## 47                       NA                      NA                      NA
## 48                       NA                      NA                      NA
## 49                       NA             1.727116000             1.727116000
## 50                       NA             0.008506300             0.008499100
## 51                       NA                      NA                      NA
## 52              1.268493503             2.331494241             2.009068516
## 53              1.143688917             1.527092699             1.926546382
## 54             36.790074080            32.838221500            38.164604180
## 55    14077102964.000000000   14094015643.000000000   14650029882.000000000
## 56              0.003055141             0.002557438             0.002328474
## 57           2136.328983000          2106.152373000          2158.231649000
## 58              0.000000000             0.000000000             0.000000000
## 59  1080000000000.000000000 1080000000000.000000000 1120000000000.000000000
## 60              3.412486587             3.934857896             3.070304967
## 61             44.452945850            43.552954340            44.126639730
## 62                       NA             1.481204951                      NA
## 63              2.446875396            11.213019630            12.180323880
## 64           4299.002233000          4221.191302000          4315.958411000
## 65            102.637010000            77.433540000            63.428020000
## 66             11.664627280             9.489666248             8.561179812
## 67              4.799892146             0.120143179             3.945037761
## 68             11.017148290             3.934857896             3.070304967
## 69              3.803862330             3.929912330             3.847534660
## 70             13.566010000            11.795080000            11.068620000
## 71              0.000000000             0.000000000             0.000000000
## 72     6007055042.000000000    6050875807.000000000    6330473097.000000000
## 73            110.678418900           110.756544900           112.848199100
## 74              0.582913280             0.790972050             0.658775090
## 75              3.708379984             3.152839899             3.114350080
## 76              0.173443968             0.171821678             0.169591614
## 77    52013443158.000000000   52075933762.000000000   54130349013.000000000
## 78             41.026463560            42.640796600            43.949999100
## 79             22.343046220            20.246211170            21.409378930
## 80              8.802574747             8.560583141             8.651811853
## 81                       NA                      NA                      NA
## 82             29.415910450            22.868900820            26.142574030
## 83              0.245954094             0.197518292             0.205686742
## 84           1422.508725000          1424.272228000          1488.295004000
## 85              1.057559999             1.139219606             1.207725045
## 86             19.195116680            19.564777350            19.924181940
## 87             13.497220000            10.480570000             9.325930000
## 88   442000000000.000000000  459000000000.000000000  492000000000.000000000
## 89              8.699294828             8.213423646             7.887760015
## 90             55.799921080            46.230718500            44.247883620
## 91             10.451656100            10.502935080            10.905205080
## 92                       NA                      NA                      NA
## 93            161.008010500           162.598044600           160.852038800
## 94                       NA                      NA                      NA
## 95             -2.741571051             3.556296775             2.847594088
## 96             10.454617020             8.957206225            10.082726470
## 97             80.230604930            82.111903480            82.773782840
## 98              3.024561512             2.016354586             0.785586442
## 99             29.415910450            22.868900820            26.142574030
## 100             0.000000000                      NA                      NA
## 101           578.183662400           570.016557400           584.111477800
## 102  413000000000.000000000  430000000000.000000000  460000000000.000000000
## 103            10.888104360             9.995384193            10.581672430
## 104             0.099901886             0.079225304             0.080904960
## 105             6.210871106             6.150135461             6.216893534
## 106             6.730000000             6.790000000             6.720000000
## 107                      NA                      NA                      NA
## 108            51.525948860            50.832450380            52.294335040
## 109             3.052242500            -1.412545100             2.472721223
## 110   13065701954.000000000   13086686566.000000000   13579919754.000000000
## 111             1.060615140             1.141777044             1.210053519
## 112  442000000000.000000000  459000000000.000000000  492000000000.000000000
## 113           -10.678373640           -10.756459450           -12.848154630
## 114             1.098334384             1.447649980             1.592251101
## 115             0.000000000             0.000000000             0.000000000
## 116       -200000.000000000       -392700.000000000       -219000.000000000
## 117            16.660908300            16.946824740            16.971300060
## 118            15.104008800            15.769094320            16.933919240
## 119            58.989141590            63.935460980            62.588195380
## 120                      NA                      NA                      NA
## 121             0.066521264             0.053575611             0.055791253
## 122             0.347091875            -0.098374869             0.233443621
## 123         44201.539550000         43577.172870000         44654.714880000
## 124 1010000000000.000000000 1010000000000.000000000 1050000000000.000000000
## 125            33.239147360            28.493588980            28.548019120
## 126            18.550223500            25.131483620            25.126766110
## 127           246.725558100           244.720843500           252.402351800
## 128                      NA                      NA                      NA
## 129            35.247670010            36.150295030            35.105875090
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            12.748131670            13.046419980            13.186731620
## 133   34633980664.000000000   35216021000.000000000   37327748401.000000000
## 134            41.026463560            42.640796600            43.949999100
## 135            22.560773720            17.737129520            15.699864490
## 136         18134.328520000         18581.653650000         19625.746780000
## 137    5624870748.000000000    5668339260.000000000    5920137147.000000000
## 138            88.335372720            90.510333750            91.438820190
## 139            -1.628697157            -1.984576977            -0.924037698
## 140             4.135607580             4.158990227             4.287107730
## 141             8.104982306             8.398430273             8.665037350
## 142                      NA                      NA                      NA
## 143            29.083806620            22.509182640            25.812667950
## 144                      NA                      NA                      NA
## 145             1.978999972             1.871000051             1.850999951
## 146            14.430000310            14.600000380            14.850000380
## 147            49.450000760            49.090000150            48.549999240
## 148            80.043998720            79.916999820            79.647003170
## 149            65.559997560            65.199996950            64.519996640
## 150                      NA                      NA                      NA
## 151                      NA                      NA                      NA
## 152                      NA                      NA                      NA
## 153                      NA                      NA                      NA
## 154                      NA                      NA                      NA
## 155                      NA                      NA                      NA
## 156            75.250000000            75.349998470            75.080001830
## 157                      NA                      NA                      NA
## 158                      NA                      NA                      NA
## 159             1.537999988             1.376000047             1.383999944
## 160             3.551000118             3.400000095             3.377000093
## 161                      NA                      NA                      NA
## 162             5.750000000             5.949999809             6.139999866
## 163            87.804000850            87.750999450            87.392997740
## 164                      NA                      NA                      NA
## 165                      NA                      NA                      NA
## 166                      NA                      NA                      NA
## 167                      NA                      NA                      NA
## 168                      NA                      NA            90.000000000
## 169            74.589996340            74.190002440            73.610000610
## 170                      NA                      NA                      NA
## 171                      NA                      NA                      NA
## 172                      NA                      NA                      NA
## 173            83.949996950            83.970001220            83.790000920
## 174                      NA                      NA                      NA
## 175                      NA                      NA                      NA
## 176             1.945000052             1.703999996             1.796000004
## 177             2.763000011             2.625999928             2.598999977
## 178                      NA                      NA                      NA
## 179            10.979999540            11.210000040            11.539999960
## 180            83.829002380            83.734001160            83.419998170
## 181                      NA                      NA                      NA
## 182                      NA                      NA                      NA
## 183                      NA                      NA                      NA
## 184                      NA                      NA                      NA
## 185                      NA                      NA                      NA
## 186            93.120002750            93.040000920            92.940002440
## 187                      NA                      NA                      NA
## 188                      NA                      NA                      NA
## 189                      NA                      NA                      NA
## 190                      NA                      NA                      NA
## 191            18.489999770            18.590000150            18.819999690
## 192            30.940000530            30.379999160            29.639999390
## 193                      NA                      NA            93.000000000
## 194            84.099998470            83.650001530            83.190002440
## 195                      NA                      NA                      NA
## 196                      NA                      NA                      NA
## 197                      NA                      NA                      NA
## 198                      NA                      NA                      NA
## 199                      NA                      NA                      NA
## 200             6.880000114             6.960000038             7.059999943
## 201             0.270000011             0.270000011             0.270000011
## 202                      NA                      NA                      NA
## 203                      NA                      NA                      NA
## 204                      NA                      NA                      NA
## 205            24.760000230            24.649999620            24.920000080
## 206             1.570000052             1.580000043             1.590000033
## 207                      NA                      NA                      NA
## 208                      NA                      NA                      NA
## 209                      NA                      NA                      NA
## 210            10.149999620            10.409999850            10.670000080
## 211            68.949996950            68.769996640            68.440002440
## 212                      NA                      NA                      NA
## 213                      NA                      NA                      NA
## 214                      NA                      NA                      NA
## 215                      NA                      NA                      NA
## 216                      NA                      NA                      NA
## 217                      NA                      NA                      NA
## 218            92.849996570            92.769996640            92.670001980
## 219            79.152999880            78.608001710            77.941001890
## 220                      NA                      NA                      NA
## 221                      NA                      NA                      NA
## 222                      NA                      NA                      NA
## 223                      NA                      NA                      NA
## 224            16.049999240            16.030000690            16.219999310
## 225             0.939999998             0.939999998             0.949999988
## 226                      NA                      NA                      NA
## 227             1.746000051             1.544000030             1.595000029
## 228                      NA                      NA                      NA
## 229                      NA                      NA                      NA
## 230                      NA                      NA                      NA
## 231            73.680002210            73.769998550            73.500000000
## 232                      NA                      NA                      NA
## 233                      NA                      NA                      NA
## 234                      NA                      NA                      NA
## 235            15.949999810            16.209999080            16.659999850
## 236                      NA                      NA            91.599998470
## 237            77.411003110            76.958999630            76.420997620
## 238                      NA                      NA                      NA
## 239                      NA                      NA                      NA
## 240                      NA                      NA                      NA
## 241            83.020000460            83.029998780            82.840000150
## 242            78.263000490            77.758003230            77.152000430
##                       X2004                   X2005                   X2006
## 1              15.490000000            15.400000000            13.130000000
## 2              21.484680000            21.650960000            19.453060000
## 3     76378232809.000000000   81629088709.000000000   80394287609.000000000
## 4              99.580000000            99.580000000            99.580000000
## 5              99.600000000            99.600000000            99.600000000
## 6              21.888438590            19.042230910            18.244528700
## 7              15.490000000            15.490000000            13.260000000
## 8              14.820000000            14.720000000            13.110000000
## 9              24.222800000            23.895320000            18.420070000
## 10             20.908940000            21.163750000            19.602440000
## 11                       NA                      NA                      NA
## 12              8.974958500             9.179453421             8.779758410
## 13              6.961713693             7.607887563             7.440960428
## 14                       NA            11.300000000            11.300000000
## 15     8123300000.000000000    8790400000.000000000    9162391000.000000000
## 16             25.940000000            25.940000000            25.940000000
## 17    36050000000.000000000   40927000000.000000000   42966000000.000000000
## 18              0.297218900             0.585547000             0.558104900
## 19                       NA             1.300000000             1.300000000
## 20             16.862765450            16.246987330            15.954850150
## 21             31.043115440            27.517521550            25.419601010
## 22     1391200000.000000000    1675900000.000000000    1771133000.000000000
## 23    14954400000.000000000   14888300000.000000000   14597713000.000000000
## 24              9.510000000             9.350000000            11.590000000
## 25             18.380000000            18.280000000            14.340000000
## 26                       NA            34.000000000            34.000000000
## 27      527100000.000000000     697900000.000000000     625284000.000000000
## 28                       NA            32.500000000            32.500000000
## 29                       NA                      NA                      NA
## 30    23103700000.000000000   27937000000.000000000   31149795000.000000000
## 31    15554800000.000000000   15701500000.000000000   15343676000.000000000
## 32              9.510000000             9.390000000            11.650000000
## 33             18.380000000            18.410000000            14.500000000
## 34             13.790000000            13.760000000            12.510000000
## 35             14.350000000            14.080000000            14.990000000
## 36             14.860000000            14.800000000            12.740000000
## 37                       NA                      NA                      NA
## 38             32.511116740            33.881018040            37.038929180
## 39             99.350000000            99.350000000            99.350000000
## 40      488543949.300000012     564540713.200000048     594070905.200000048
## 41             12.110000000            11.910000000            11.810000000
## 42             14.070000000            14.090000000            12.500000000
## 43                       NA                      NA                      NA
## 44             11.430963640            10.660690160            10.894619090
## 45                       NA           408.000000000           408.000000000
## 46    48173000000.000000000   54104800000.000000000   57426995000.000000000
## 47             32.410000000            32.410000000            32.410000000
## 48             24.070000000            24.070000000            24.070000000
## 49              1.727116000             3.174603000             3.369524000
## 50              0.016957800             0.068657700             0.000000000
## 51                       NA            19.900000000            19.900000000
## 52              1.094181388             1.289904038             1.088832874
## 53              1.957671958             2.032472998             2.105980786
## 54             37.256296150            38.694958810            36.821150040
## 55    15336032658.000000000   15869600999.000000000   16403551941.000000000
## 56              0.004864822             0.004762176             0.007805739
## 57           2229.210718000          2277.633610000          2325.168216000
## 58              0.000000000             0.000000000             0.000000000
## 59  1170000000000.000000000 1210000000000.000000000 1250000000000.000000000
## 60              4.166427154             6.119390412             7.360039272
## 61             45.171951880            45.834153360            47.933904510
## 62                       NA                      NA                      NA
## 63             11.308989980            14.905101980            16.068964680
## 64           4442.469201000          4519.497454000          4578.355778000
## 65                       NA                      NA                      NA
## 66             11.749242790            11.555659760             8.983078320
## 67              4.682603249             3.479181044             3.364614787
## 68              4.166427154             6.119390412             7.360039272
## 69              4.037343980             3.942210670             3.536180500
## 70                       NA                      NA                      NA
## 71              0.000000000             0.000000000             0.000000000
## 72     7273938315.000000000    8130258041.000000000    9043715356.000000000
## 73            112.781906800           114.895498300           117.868824500
## 74              0.645491480             0.751561700             0.845214720
## 75              3.171940088             3.364639997             3.605360031
## 76              0.181283719             0.189858914             0.198200034
## 77    56665058494.000000000   58636538468.000000000   60609432112.000000000
## 78             45.781143790            48.582670720            52.158374360
## 79             24.531149570            26.451158100            26.851902810
## 80              8.974958500             9.179453421             8.779758410
## 81                       NA                      NA                      NA
## 82             27.097330410            28.726150810            33.151386280
## 83              0.182823140             0.200568415             0.159368051
## 84           1578.507295000          1663.370047000          1750.480683000
## 85              0.896832452             0.787905770             1.074015242
## 86             20.341165050            19.941738550            20.720886000
## 87                       NA                      NA                      NA
## 88   537000000000.000000000  589000000000.000000000  654000000000.000000000
## 89              7.763964162             7.615216521             7.314045291
## 90             46.147286720            44.062947480            44.761987760
## 91             11.137533560            11.547949480            10.743673900
## 92                       NA                      NA                      NA
## 93            155.871311800           155.732589900           150.652838700
## 94                       NA                      NA                      NA
## 95              1.374222036             1.883023964             1.659501804
## 96             11.628825670            10.025242440             9.714350290
## 97             79.606679620            79.545132220            82.333939070
## 98              0.454961257             0.792467748             0.884244226
## 99             27.097330410            28.726150810            33.151386280
## 100                      NA                      NA                      NA
## 101           603.321505100           616.426848400           629.291783100
## 102  501000000000.000000000  548000000000.000000000  611000000000.000000000
## 103            11.031734500            10.652444130             9.976367737
## 104             0.070031834             0.074493324             0.057419329
## 105             6.415548753             6.421263529             6.637777347
## 106             6.510000000             6.510000000             6.290000000
## 107                      NA                      NA                      NA
## 108            54.232254750            54.198726320            57.135335660
## 109             3.288760449             2.172198934             2.087017249
## 110   14178960894.000000000   14637556830.000000000   15183346358.000000000
## 111             0.901697274             0.792667946             1.081820981
## 112  537000000000.000000000  589000000000.000000000  654000000000.000000000
## 113           -12.781896190           -14.895573890           -17.868805840
## 114             1.793292398             1.929161376             1.749109863
## 115             0.000000000             0.000000000             0.000000000
## 116        -56800.000020000        445300.000000000       -122000.000000000
## 117            16.657320270            16.467089230            16.067966810
## 118            17.554946540            17.021370450            18.044012700
## 119            59.415667290            51.764623050            49.686968030
## 120                      NA                      NA                      NA
## 121             0.049589642             0.054402940             0.043227593
## 122            -0.005737557             0.030156296            -0.073509433
## 123         46123.301480000         47125.191340000         48108.702210000
## 124 1100000000000.000000000 1130000000000.000000000 1170000000000.000000000
## 125            29.464591460            29.479260690            31.315396800
## 126            27.575834170            30.685717410            29.504252850
## 127           286.157672600           315.805630000           346.945331300
## 128                      NA                      NA                      NA
## 129            34.676357110            33.824896680            32.366485040
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            13.377052510            13.764030790            14.334758010
## 133   40124608887.000000000   42822630163.000000000   45629232067.000000000
## 134            45.781143790            48.582670720            52.158374360
## 135            16.682695260            14.583686790            13.446590960
## 136         21115.774970000         22894.676530000         25092.717000000
## 137    6785394365.000000000    7565717328.000000000    8449644451.000000000
## 138            88.250757210            88.444340240            91.016921680
## 139            -0.817309394            -0.184947032            -0.725824206
## 140             4.542859239             4.689488849             4.997187276
## 141             8.644077586             8.899208024             8.682982614
## 142            14.596338330                      NA                      NA
## 143            26.553979250            28.214974920            32.614162860
## 144                      NA                      NA                      NA
## 145             1.797999978             1.723999977             1.659999967
## 146            15.119999890            15.390000340            15.670000080
## 147            47.930000310            47.369998930            46.790000920
## 148            79.425003050            79.228996280            79.010002140
## 149            63.900001530            63.380001070            62.849998470
## 150                      NA                      NA                      NA
## 151                      NA                      NA                      NA
## 152                      NA                      NA                      NA
## 153                      NA                      NA                      NA
## 154                      NA                      NA                      NA
## 155                      NA                      NA                      NA
## 156            74.680000310            74.379997250            74.099998470
## 157                      NA                      NA                      NA
## 158                      NA                      NA                      NA
## 159             1.330000043             1.240000010             1.169999957
## 160             3.289999962             3.176000118             3.052999973
## 161                      NA                      NA                      NA
## 162             6.300000191             6.409999847             6.460000038
## 163            87.137001040            86.940002440            86.695999150
## 164                      NA                      NA                      NA
## 165                      NA                      NA                      NA
## 166                      NA                      NA                      NA
## 167                      NA                      NA                      NA
## 168                      NA                      NA                      NA
## 169            73.080001830            72.639999390            72.209999080
## 170                      NA                      NA                      NA
## 171                      NA                      NA                      NA
## 172                      NA                      NA                      NA
## 173            83.519996640            83.309997560            83.099998470
## 174                      NA                      NA                      NA
## 175                      NA                      NA                      NA
## 176             1.768000007             1.666000009             1.605999947
## 177             2.525000095             2.427999973             2.336999893
## 178                      NA                      NA                      NA
## 179            11.800000190            11.970000270            12.119999890
## 180            83.179000850            82.980003360            82.750999450
## 181                      NA                      NA                      NA
## 182                      NA                      NA                      NA
## 183                      NA                      NA                      NA
## 184                      NA                      NA                      NA
## 185                      NA                      NA                      NA
## 186            92.809997560            92.680000310            92.550003050
## 187                      NA                      NA                      NA
## 188                      NA                      NA                      NA
## 189                      NA                      NA                      NA
## 190                      NA                      NA                      NA
## 191            19.069999690            19.340000150            19.639999390
## 192            28.819999690            28.059999470            27.329999920
## 193                      NA                      NA                      NA
## 194            82.730003360            82.349998470            82.029998780
## 195                      NA                      NA                      NA
## 196                      NA                      NA                      NA
## 197                      NA                      NA                      NA
## 198                      NA                      NA                      NA
## 199                      NA                      NA                      NA
## 200             7.190000057             7.329999924             7.449999809
## 201             0.280000001             0.280000001             0.280000001
## 202                      NA                      NA                      NA
## 203                      NA                      NA                      NA
## 204                      NA                      NA                      NA
## 205            25.319999690            25.620000840            25.899999620
## 206             1.590000033             1.600000024             1.610000014
## 207                      NA                      NA                      NA
## 208                      NA                      NA                      NA
## 209                      NA                      NA                      NA
## 210            10.970000270            11.250000000            11.510000230
## 211            68.019996640            67.620002750            67.199996950
## 212                      NA                      NA                      NA
## 213                      NA                      NA                      NA
## 214                      NA                      NA                      NA
## 215                      NA                      NA                      NA
## 216                      NA                      NA                      NA
## 217                      NA                      NA                      NA
## 218            92.539997100            92.400003430            92.259996410
## 219            77.313003540            76.700996400            76.103996280
## 220                      NA                      NA                      NA
## 221                      NA                      NA                      NA
## 222                      NA                      NA                      NA
## 223                      NA                      NA                      NA
## 224            16.479999540            16.690000530            16.899999620
## 225             0.949999988             0.959999979             0.959999979
## 226                      NA                      NA                      NA
## 227             1.554000020             1.457999945             1.393000007
## 228                      NA                      NA                      NA
## 229                      NA                      NA                      NA
## 230                      NA                      NA                      NA
## 231            73.079998020            72.769998550            72.489999770
## 232                      NA                      NA                      NA
## 233                      NA                      NA                      NA
## 234                      NA                      NA                      NA
## 235            17.030000690            17.280000690            17.510000230
## 236                      NA                      NA                      NA
## 237            75.892997740            75.367996220            74.811996460
## 238                      NA                      NA                      NA
## 239                      NA                      NA                      NA
## 240                      NA                      NA                      NA
## 241            82.569999690            82.349998470            82.139999390
## 242            76.571998600            76.003997800            75.430000310
##                       X2007                   X2008                   X2009
## 1              13.290000000           421.500000000            12.650000000
## 2              45.037130000            22.366300000            45.411850000
## 3     90633928910.000000000   99768623911.000000000  112000000000.000000000
## 4              99.570000000            99.570000000            99.570000000
## 5              99.610000000            99.610000000            99.610000000
## 6              16.349880950            17.457467810            16.147515760
## 7              13.460000000           421.500000000            12.900000000
## 8              13.050000000            15.070000000            12.770000000
## 9              44.805680000            29.095430000            45.964130000
## 10             45.070950000            20.783730000            45.290710000
## 11                       NA                      NA            14.900000000
## 12              9.772473404            10.440086410            11.844036860
## 13              8.221876521             8.457497576            10.009751730
## 14             11.300000000            11.300000000            11.300000000
## 15    13723900000.000000000   16626800000.000000000   24051800000.000000000
## 16             26.000000000            26.000000000            26.000000000
## 17    51968000000.000000000   60401000000.000000000   78744000000.000000000
## 18              0.365099000             0.000000000             0.364580100
## 19              2.700000000             2.700000000             2.900000000
## 20             19.295004550            19.525244440            20.548084470
## 21             22.394825010            24.091836810            22.011630800
## 22     2007900000.000000000    2451000000.000000000    3195600000.000000000
## 23    15928700000.000000000   20515500000.000000000   25764900000.000000000
## 24             11.620000000           917.750000000            11.180000000
## 25             14.560000000           150.920000000            13.790000000
## 26             34.000000000            34.000000000            34.000000000
## 27      698600000.000000000     445600000.000000000     793800000.000000000
## 28             32.800000000            34.100000000            32.500000000
## 29                       NA                      NA                      NA
## 30    38687300000.000000000   45015200000.000000000   62995100000.000000000
## 31    16707600000.000000000   21062400000.000000000   26808800000.000000000
## 32             11.700000000           917.750000000            11.300000000
## 33             14.780000000           150.920000000            14.110000000
## 34             12.560000000            15.410000000            12.430000000
## 35             14.880000000            22.360000000            16.020000000
## 36             12.690000000            13.780000000            12.180000000
## 37                       NA                      NA            63.400000000
## 38             37.858983300            37.310629610            37.943301070
## 39             99.370000000            99.370000000            99.370000000
## 40      737265472.600000024     929013185.899999976    1024265562.000000000
## 41             11.860000000            19.200000000            12.200000000
## 42             12.570000000            14.090000000            12.300000000
## 43                       NA                      NA             2.000000000
## 44             13.430063640            13.781042320            14.486915470
## 45            408.000000000           408.000000000           338.000000000
## 46    71126700000.000000000   85155400000.000000000  117000000000.000000000
## 47             32.320000000            32.320000000            32.320000000
## 48             24.140000000            24.140000000            24.140000000
## 49              2.204783000             0.000000000             2.204783000
## 50              0.000000000             0.000000000             0.000000000
## 51             18.800000000            20.100000000            18.400000000
## 52              0.982190935             0.523278618             0.678164190
## 53              1.964909740             2.031499431             1.924778481
## 54             38.641754840            36.100770510            40.505685630
## 55    16963169002.000000000   17998709258.000000000   18814604917.000000000
## 56              0.006617356             0.012369547             0.006176697
## 57           2375.701890000          2493.884530000          2585.896329000
## 58              0.000000000             0.000000000             0.000000000
## 59  1300000000000.000000000 1380000000000.000000000 1440000000000.000000000
## 60              7.603288946             5.619854520            15.908330210
## 61             48.776975850            49.204323380            48.613771010
## 62              1.790103371                      NA                      NA
## 63             16.791813480            21.738103970            23.207625440
## 64           4647.737679000          4853.434008000          5002.507378000
## 65                       NA            47.408140000            51.517130000
## 66              9.817208499             9.831096072             9.433665671
## 67              3.411560275             6.104639147             4.533078721
## 68              7.603288946             5.619854520            15.908330210
## 69              3.664843320             3.809113030             3.893147470
## 70                       NA            14.172140000            16.376810000
## 71              0.000000000             0.000000000             0.000000000
## 72    10325618017.000000000   12545438605.000000000   12854985464.000000000
## 73            118.868042300           120.484550900           122.240711400
## 74              0.676769550             0.709637460             0.794756530
## 75              3.517210007             3.805170059             4.663760185
## 76              0.213070182             0.239390819             0.233165742
## 77    62677159421.000000000   66503373831.000000000   69518024119.000000000
## 78             56.124126270            59.278220520            68.708395580
## 79             28.685250750            30.315647000            31.674377090
## 80              9.772473404            10.440086410            11.844036860
## 81                       NA                      NA                      NA
## 82             37.281505650            51.652645530            59.178454630
## 83              0.158227934             0.165755403             0.205766415
## 84           1836.859826000          1965.219302000          2050.786913000
## 85              1.350313271             1.062004323             0.998674343
## 86             21.067781220            21.877551620            21.354343740
## 87                       NA            10.523130000            12.278420000
## 88   728000000000.000000000  816000000000.000000000  988000000000.000000000
## 89              7.168186946             7.010904080             6.622367122
## 90             44.579275020            46.036206350            47.079447760
## 91             11.869180450            12.300388150            14.129854940
## 92                       NA             0.054389998             0.259240001
## 93            148.507862900           144.859989000           142.677832500
## 94                       NA                      NA                      NA
## 95              0.054810111             5.845485641             0.166582496
## 96             11.950104560            12.557625630            12.030191970
## 97             80.984314390            80.279587570            79.787216840
## 98              1.537947891             1.604765723             3.133793126
## 99             37.281505650            51.652645530            59.178454630
## 100                      NA                      NA                      NA
## 101           642.968396000           674.953765500           699.856165400
## 102  676000000000.000000000  755000000000.000000000  910000000000.000000000
## 103            11.364171080            11.509133150             8.474245342
## 104             0.055508426             0.057054885             0.070376051
## 105             6.733650194             6.903217424             7.008797250
## 106             6.210000000             6.050000000             5.960000000
## 107                      NA                      NA                      NA
## 108            60.860185880            75.400095790            80.663112120
## 109             2.173334102             4.974641005             3.689497146
## 110   15601015982.000000000   16505155680.000000000   17149610807.000000000
## 111             1.356930627             1.074373869             1.004851040
## 112  728000000000.000000000  816000000000.000000000  988000000000.000000000
## 113           -18.867945270           -20.484565840           -22.240739390
## 114             1.547393889             1.599971653             1.645448600
## 115             0.000000000             0.000000000             0.000000000
## 116       -705900.000000000        121600.000000000        276400.000000000
## 117            15.873140180            16.049986640            15.066803470
## 118            17.681674350            17.832596500            16.873998250
## 119            42.978661140            43.799987250                      NA
## 120                      NA                      NA                      NA
## 121             0.042918347             0.044960125             0.055812865
## 122             0.055606415             0.007932157             0.297715389
## 123         49154.265040000         51599.513270000         53503.275840000
## 124 1210000000000.000000000 1280000000000.000000000 1330000000000.000000000
## 125            31.723610140            33.260386090            34.660093580
## 126            31.058869650            36.656912120            37.248180620
## 127           391.380057200           470.455459000           478.173252800
## 128                      NA                      NA                      NA
## 129            31.164411320            30.305716370            31.322652060
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            15.018784440            15.564305340            17.925432520
## 133   48461112328.000000000   52405679687.000000000   55132393547.000000000
## 134            56.124126270            59.278220520            68.708395580
## 135            12.855664880            12.775820260            12.419354190
## 136         27587.401780000         30587.273260000         36761.242410000
## 137    9588352545.000000000   11616425419.000000000   11830719902.000000000
## 138            90.182791500            90.168903930            90.566334330
## 139            -0.433069947             0.035517337             0.071154500
## 140             5.206365149             5.439841324             5.558440033
## 141             9.198477111             9.889316356            10.779117490
## 142                      NA                      NA                      NA
## 143            36.771218830            51.197868150            58.774929810
## 144                      NA            23.129999160                      NA
## 145             1.597000003             1.562999964             1.967000008
## 146            15.970000270            16.309999470            16.649999620
## 147            46.209999080            45.500000000            44.779998780
## 148            78.785003660            78.533996580            78.458000180
## 149            62.360000610            61.569999690            61.009998320
## 150                      NA                      NA                      NA
## 151                      NA             1.929999948                      NA
## 152                      NA            30.579999920                      NA
## 153                      NA            10.237134360                      NA
## 154                      NA             4.170000000                      NA
## 155                      NA            91.970000000                      NA
## 156            73.830001830            73.220001220            72.610000610
## 157                      NA            88.930000000                      NA
## 158                      NA                      NA                      NA
## 159             1.101999998             1.070999980             1.307000041
## 160             2.933000088             2.842999935             3.388000011
## 161                      NA            36.200000000                      NA
## 162             6.519999981             6.690000057             6.849999905
## 163            86.441001890            86.111999510            85.681999210
## 164                      NA            73.809997560                      NA
## 165                      NA             1.080000043                      NA
## 166                      NA             2.910000086                      NA
## 167                      NA            45.400000000                      NA
## 168                      NA            86.339996340                      NA
## 169            71.779998780            71.129997250            70.610000610
## 170                      NA             1.820000052                      NA
## 171                      NA             3.090000000                      NA
## 172                      NA            92.260000000                      NA
## 173            82.900001530            82.500000000            82.129997250
## 174                      NA            89.030000000                      NA
## 175                      NA                      NA                      NA
## 176             1.549999952             1.577000022             1.786999941
## 177             2.249000072             2.188999891             2.660000086
## 178                      NA            83.759185460                      NA
## 179            12.250000000            12.569999690            12.739999770
## 180            82.513999940            82.222000120            81.959999080
## 181                      NA            74.839996340                      NA
## 182                      NA             1.659999967                      NA
## 183                      NA            26.860000610                      NA
## 184                      NA             2.190000000                      NA
## 185                      NA            92.510000000                      NA
## 186            92.410003660            92.230003360            91.980003360
## 187                      NA                      NA                      NA
## 188                      NA            21.899999620                      NA
## 189                      NA             1.590000033                      NA
## 190                      NA            40.600000000                      NA
## 191            19.940000530            20.260000230            20.559999470
## 192            26.600000380            25.719999310            24.739999770
## 193                      NA            78.739997860                      NA
## 194            81.680000310            81.150001530            80.540000920
## 195                      NA                      NA                      NA
## 196                      NA             2.540000000                      NA
## 197                      NA             1.080000043                      NA
## 198                      NA            86.505977040                      NA
## 199                      NA             5.710000000                      NA
## 200             7.590000153             7.769999981             8.020000458
## 201             0.289999992             0.289999992             0.300000012
## 202                      NA             2.080000000                      NA
## 203                      NA             1.000000000                      NA
## 204                      NA             5.170000000                      NA
## 205            26.170000080            26.780000690            27.389999390
## 206             1.620000005             1.629999995             1.639999986
## 207                      NA                      NA                      NA
## 208                      NA            24.110000610                      NA
## 209                      NA            13.494022960                      NA
## 210            11.800000190            12.159999850            12.600000380
## 211            66.790000920            66.230003360            65.510002140
## 212                      NA                      NA                      NA
## 213                      NA            88.970000000                      NA
## 214                      NA                      NA                      NA
## 215                      NA             1.330000043                      NA
## 216                      NA             5.900000095                      NA
## 217                      NA             1.480000000                      NA
## 218            92.130001070            91.940002440            91.680002210
## 219            75.483001710            74.818000790            73.822998050
## 220                      NA             1.029999971                      NA
## 221                      NA            34.049999240                      NA
## 222                      NA            16.240814540                      NA
## 223                      NA             5.460000000                      NA
## 224            17.100000380            17.500000000            17.870000840
## 225             0.970000029             0.970000029             0.980000019
## 226                      NA                      NA                      NA
## 227             1.330999970             1.330000043             1.550999999
## 228                      NA             4.590000153                      NA
## 229                      NA            89.762865640                      NA
## 230                      NA             1.270000000                      NA
## 231            72.210000990            71.600000380            70.969999310
## 232                      NA            74.260002140                      NA
## 233                      NA             1.590000033                      NA
## 234                      NA             2.180000067                      NA
## 235            17.700000760            18.170000080            18.440000530
## 236                      NA            82.220001220                      NA
## 237            74.241996770            73.636001590            73.224998470
## 238                      NA             1.690000000                      NA
## 239                      NA             5.039999962                      NA
## 240                      NA             1.390000000                      NA
## 241            81.939998630            81.529998780            81.149997710
## 242            74.837997440            74.205001830            73.513000490
##                       X2010                   X2011                  X2012
## 1              13.050000000            12.450000000            12.45000000
## 2              45.863650000            48.904060000            22.64935000
## 3    125000000000.000000000  123000000000.000000000  125000000000.00000000
## 4              99.570000000            99.570000000            99.57000000
## 5              99.610000000            99.610000000            99.61000000
## 6              16.286235520            14.461863630            15.22137267
## 7              13.350000000            12.800000000            12.87000000
## 8              12.980000000            13.150000000            12.85000000
## 9              48.294140000            51.066390000            24.60198000
## 10             45.333810000            48.473820000            22.24180000
## 11                       NA                      NA                     NA
## 12             13.396115440            11.624675550            12.04080455
## 13             12.407214130            10.487460790            10.47382900
## 14             11.300000000            11.300000000            11.30000000
## 15    33821327000.000000000   43121246000.000000000   51303230000.00000000
## 16             26.000000000            26.000000000            26.00000000
## 17   109000000000.000000000  123000000000.000000000  140000000000.00000000
## 18              0.381365900             0.281743900             0.33904780
## 19              2.800000000             3.000000000             3.00000000
## 20             21.166721620            23.790428620            24.23129750
## 21             20.993441060            19.390285370            19.32051265
## 22     1063759000.000000000    1324195000.000000000    2908351000.00000000
## 23    33544450000.000000000   35145784000.000000000   40905969000.00000000
## 24             11.130000000            11.080000000            10.90000000
## 25             14.250000000            13.700000000            13.78000000
## 26             34.000000000            34.000000000            34.00000000
## 27      915461000.000000000     292395000.000000000     861574000.00000000
## 28             31.700000000            31.500000000            31.50000000
## 29                       NA                      NA                     NA
## 30    89681363000.000000000  100000000000.000000000  114000000000.00000000
## 31    35218933000.000000000   36575544000.000000000   43390806000.00000000
## 32             11.300000000            11.290000000            11.17000000
## 33             14.620000000            14.150000000            14.31000000
## 34             12.330000000            12.350000000            12.20000000
## 35             16.580000000            17.940000000            17.29000000
## 36             12.290000000            12.380000000            12.13000000
## 37                       NA                      NA                     NA
## 38             41.471210930            39.632079210            40.03297494
## 39             99.370000000            99.370000000            99.37000000
## 40     1467183643.000000000    1703933395.000000000    1727421573.00000000
## 41             12.020000000            12.270000000            12.08000000
## 42             12.220000000            12.170000000            12.05000000
## 43                       NA                      NA                     NA
## 44             15.639942780            17.050015150            17.99702875
## 45            338.000000000           326.000000000           326.00000000
## 46   160000000000.000000000  181000000000.000000000  212000000000.00000000
## 47             32.320000000            32.320000000            32.32000000
## 48             24.140000000            24.140000000            24.14000000
## 49              2.153031000             1.772304000             1.86242100
## 50              0.000000000             0.000000000             0.04547260
## 51             17.600000000            17.200000000            17.20000000
## 52              0.572931634             0.161317286             0.40693453
## 53              0.491912393             0.523582848             1.02024135
## 54             37.425036430            31.023651930            32.14747160
## 55    19720794305.000000000   20395606013.000000000   21348105727.00000000
## 56              0.007851147             0.007641003             0.00575471
## 57           2697.432423000          2786.843939000          2922.61960900
## 58              0.000000000             0.000000000             0.00000000
## 59  1510000000000.000000000 1560000000000.000000000 1630000000000.00000000
## 60             15.146932440            26.397306670             7.74115003
## 61             46.398837910            47.902914440            47.98745259
## 62                       NA                      NA             2.24785521
## 63             21.646985270            19.546309870            22.08212082
## 64           5184.357147000          5330.549688000          5557.78469400
## 65             33.020380000            31.694260000                     NA
## 66             11.451400990             7.125826025             9.12063374
## 67              4.816414651             3.421828238             4.67012215
## 68             15.146932440            26.397306670             7.74115003
## 69              4.351662640             4.442349910             4.49078512
## 70             11.097090000            11.425690000            11.53445000
## 71              0.000000000             0.000000000             0.00000000
## 72    16002656434.000000000   21573862467.000000000   21703106502.00000000
## 73            126.819805500           120.684480400           119.48207150
## 74              0.788890840             0.794852440             0.78674686
## 75              3.631720066             3.842619896             3.29008007
## 76              0.273632534             0.349430180             0.32096441
## 77    72866300418.000000000   75359660061.000000000   78879048237.00000000
## 78             79.115609850           100.000000000           107.74115000
## 79             38.271206450            27.810306420            28.60270524
## 80             13.396115440            11.624675550            12.04080455
## 81                       NA                      NA                     NA
## 82             54.589987790            46.424644350            48.75434965
## 83              0.234763970             0.254392672             0.28105538
## 84           2164.951653000          2283.185580000          2505.39181000
## 85              1.464463107             1.106345791             0.95533147
## 86             22.207727530            23.982382730            23.99040740
## 87             11.053850000            11.583270000            10.77751000
## 88  1190000000000.000000000 1560000000000.000000000 1760000000000.00000000
## 89              5.946139000             5.396901505             5.78522283
## 90             45.984905770            36.296752030            37.92190606
## 91             14.898355770            13.056688610            13.89090147
## 92              0.302199990                      NA                     NA
## 93            140.127932100           140.240176100           128.07253920
## 94             -1.373379618            -0.877136702            -0.54338507
## 95             -0.797465993             1.337751414             2.66070619
## 96              9.627177654             7.627863336             8.38789733
## 97             78.556010310            84.676897040            82.98298000
## 98              1.903550966             1.517172468            -0.51616802
## 99             54.589987790            46.424644350            48.75434965
## 100             0.000000000             0.000000000             0.00000000
## 101           730.042690000           754.241340200           790.98814960
## 102 1080000000000.000000000 1440000000000.000000000 1620000000000.00000000
## 103            11.188024880            10.627388540             8.79158152
## 104             0.079340260             0.084223994             0.08873322
## 105             7.136335952             7.130624245             7.80807506
## 106             5.850000000             5.860000000             5.39000000
## 107             3.868158511             3.159510750             2.91585402
## 108            73.242160620            66.489451330            67.71797811
## 109             4.313246946             3.314689740             4.87202271
## 110   17879868977.000000000   18561742448.000000000   19480713938.00000000
## 111             1.472314254             1.113986794             0.96108618
## 112 1190000000000.000000000 1560000000000.000000000 1760000000000.00000000
## 113           -26.819833430           -20.684483620           -20.42132348
## 114             1.563666433             1.540651621             1.43183240
## 115             0.000000000             0.000000000             0.00000000
## 116        333600.000000000         50385.231810000   16515611357.00000000
## 117            14.200762260            13.393468070            13.97716181
## 118            17.708551660            19.363798620            20.13555146
## 119            33.862521230                      NA                     NA
## 120                      NA                      NA                     NA
## 121             0.063678269             0.069002432             0.07606583
## 122             0.548294666             0.435815132             0.42369140
## 123         55811.004250000         57660.965880000         60470.22123000
## 124 1380000000000.000000000 1440000000000.000000000 1510000000000.00000000
## 125            36.402369600            28.490617830            29.17161477
## 126            37.750483390            29.516207680            34.55533815
## 127           592.401207100           797.813947300           804.14160730
## 128                      NA                      NA                     NA
## 129            33.179378490            30.805479660            30.07605696
## 130                      NA                      NA                     NA
## 131                      NA                      NA                     NA
## 132            20.395474560            25.254611970            26.00444031
## 133   58482287147.000000000   61740123574.000000000   67618420433.00000000
## 134            79.115609850           100.000000000           107.74115000
## 135             9.582536172             7.806134205             8.75029129
## 136         44155.216370000         57660.965880000         65151.31178000
## 137   14535459375.000000000   19869929072.000000000   19975684930.00000000
## 138            88.548599010            92.874173970            90.87936626
## 139             1.017425095             0.147182295            -1.05951459
## 140             5.727603102             5.841926857             6.69340863
## 141             9.992588705             8.197276933             7.89638625
## 142            15.635200880            13.937905610            13.83933585
## 143            54.212607180            46.025578610            48.39298877
## 144                      NA                      NA                     NA
## 145             2.410000086             2.838999987             3.32900000
## 146            16.969999310            17.309999470            17.72999954
## 147            44.020000460            43.330001830            42.56000137
## 148            78.411003110            78.474998470            78.61199951
## 149            60.400001530            59.709999080            58.54999924
## 150                      NA                      NA                     NA
## 151                      NA                      NA                     NA
## 152                      NA                      NA                     NA
## 153                      NA                      NA                     NA
## 154                      NA                      NA                     NA
## 155                      NA                      NA                     NA
## 156            71.849998470            71.080001830            70.02999878
## 157                      NA                      NA                     NA
## 158                      NA                      NA                     NA
## 159             1.572999954             1.802000046             2.09400010
## 160             3.982000113             4.551000118             5.18200016
## 161                      NA                      NA                     NA
## 162             7.070000172             7.269999981             7.48000002
## 163            85.175003050            84.775001530            84.23200226
## 164                      NA                      NA                     NA
## 165                      NA                      NA                     NA
## 166                      NA                      NA                     NA
## 167                      NA                      NA                     NA
## 168                      NA                      NA                     NA
## 169            70.040000920            69.540000920            68.86000061
## 170                      NA                      NA                     NA
## 171                      NA                      NA                     NA
## 172                      NA                      NA                     NA
## 173            81.699996950            81.330001830            80.83999634
## 174                      NA                      NA                     NA
## 175                      NA                      NA                     NA
## 176             2.062999964             2.263999939             2.58500004
## 177             3.171000004             3.654000044             4.19399977
## 178                      NA                      NA                     NA
## 179            12.989999770            13.159999850            13.40999985
## 180            81.666000370            81.455001830            81.21299744
## 181                      NA                      NA                     NA
## 182                      NA                      NA                     NA
## 183                      NA                      NA                     NA
## 184                      NA                      NA                     NA
## 185                      NA                      NA                     NA
## 186            91.690002440            91.330001830            90.87000275
## 187                      NA                      NA                     NA
## 188                      NA                      NA                     NA
## 189                      NA                      NA                     NA
## 190                      NA                      NA                     NA
## 191            20.780000690            21.100000380            21.65999985
## 192            23.709999080            22.590000150            21.29000092
## 193                      NA                      NA                     NA
## 194            79.830001830            79.120002750            78.44000244
## 195                      NA                      NA                     NA
## 196                      NA                      NA                     NA
## 197                      NA                      NA                     NA
## 198                      NA                      NA                     NA
## 199                      NA                      NA                     NA
## 200             8.310000420             8.670000076             9.13000011
## 201             0.310000002             0.319999993             0.34000000
## 202                      NA                      NA                     NA
## 203                      NA                      NA                     NA
## 204                      NA                      NA                     NA
## 205            28.149999620            28.930000310            29.96999931
## 206             1.649999976             1.669999957             1.71000004
## 207                      NA                      NA                     NA
## 208                      NA                      NA                     NA
## 209                      NA                      NA                     NA
## 210            13.100000380            13.609999660            14.09000015
## 211            64.629997250            63.549999240            62.29000092
## 212                      NA                      NA                     NA
## 213                      NA                      NA                     NA
## 214                      NA                      NA                     NA
## 215                      NA                      NA                     NA
## 216                      NA                      NA                     NA
## 217                      NA                      NA                     NA
## 218            91.389997480            91.009998320            90.53000069
## 219            72.753997800            71.806999210            70.84400177
## 220                      NA                      NA                     NA
## 221                      NA                      NA                     NA
## 222                      NA                      NA                     NA
## 223                      NA                      NA                     NA
## 224            18.299999240            18.670000080            19.15999985
## 225             0.990000010             0.990000010             1.00000000
## 226                      NA                      NA                     NA
## 227             1.820000052             2.029999971             2.32999992
## 228                      NA                      NA                     NA
## 229                      NA                      NA                     NA
## 230                      NA                      NA                     NA
## 231            70.200000760            69.400001530            68.33000183
## 232                      NA                      NA                     NA
## 233                      NA                      NA                     NA
## 234                      NA                      NA                     NA
## 235            18.819999690            19.190000530            19.79999924
## 236                      NA                      NA                     NA
## 237            72.858001710            72.689002990            72.72899628
## 238                      NA                      NA                     NA
## 239                      NA                      NA                     NA
## 240                      NA                      NA                     NA
## 241            80.709999080            80.340000150            79.85000229
## 242            72.807998660            72.271003720            71.84600067
##                       X2013                   X2014                   X2015
## 1              15.040000000            10.550000000            12.310000000
## 2              40.187240000            48.158470000            48.411490000
## 3    136000000000.000000000  148000000000.000000000  162000000000.000000000
## 4              99.550000000            99.550000000            99.550000000
## 5              99.640000000            99.640000000            99.640000000
## 6              17.204310160            16.800614430            16.631597320
## 7              15.650000000            11.310000000            13.080000000
## 8              11.820000000            12.660000000            12.630000000
## 9              43.440240000            48.111210000            47.643380000
## 10             39.676930000            48.178210000            48.565040000
## 11             10.400000000                      NA                      NA
## 12             13.297885860            13.994910490            14.686304570
## 13             11.039213270            11.662401160            12.269070170
## 14             11.300000000            11.300000000            11.300000000
## 15    64186691000.000000000   75608249000.000000000   86168029438.000000000
## 16             26.260000000            26.260000000            26.260000000
## 17   172000000000.000000000  210000000000.000000000  237000000000.000000000
## 18              0.515331100             0.000000000             0.844951400
## 19              1.000000000             1.000000000             1.100000000
## 20             24.761950890            24.199292530            24.208383530
## 21             20.958621220            20.522982790            19.814709930
## 22     3489525000.000000000    4485704000.000000000    5508835142.000000000
## 23    54327890000.000000000   64121990000.000000000   70529058946.000000000
## 24             13.750000000             8.080000000            11.350000000
## 25             15.520000000            13.120000000            13.170000000
## 26             34.000000000            34.000000000            34.000000000
## 27      439097000.000000000    1069880000.000000000     314849716.399999976
## 28             29.900000000            29.900000000            29.900000000
## 29                       NA                      NA                      NA
## 30   135000000000.000000000  164000000000.000000000  189000000000.000000000
## 31    56931815000.000000000   67980556000.000000000   74844459070.000000000
## 32             14.250000000             8.490000000            11.930000000
## 33             16.170000000            14.110000000            14.090000000
## 34             12.210000000            12.230000000            12.250000000
## 35             16.000000000            16.220000000            16.860000000
## 36             11.210000000            12.120000000            12.070000000
## 37             65.600000000                      NA                      NA
## 38             40.677090260            40.621024220            42.092411580
## 39             99.420000000            99.420000000            99.420000000
## 40     1955546313.000000000    2138934650.000000000    2382471163.000000000
## 41             11.800000000            11.750000000            11.860000000
## 42             12.190000000            12.230000000            12.230000000
## 43              2.700000000                      NA                      NA
## 44             19.396671970            18.685711240            19.147869940
## 45            334.000000000           334.000000000           334.000000000
## 46   259000000000.000000000  312000000000.000000000  356000000000.000000000
## 47             32.620000000            32.620000000            32.620000000
## 48             24.120000000            24.120000000            24.120000000
## 49              3.498542000             0.000000000             5.678592000
## 50              0.000000000             0.000000000             0.000000000
## 51             17.600000000            17.600000000            17.600000000
## 52              0.169394904             0.342427439             0.088455112
## 53              1.054504769             1.108590276             1.224148440
## 54             33.615782680            37.300493110            30.265842620
## 55    22100659154.000000000   23429236486.000000000   24360795411.000000000
## 56              0.004958637             0.004321669             0.003273018
## 57           3033.780787000          3217.448510000          3331.871770000
## 58              0.000000000             0.000000000             0.000000000
## 59  1690000000000.000000000 1790000000000.000000000 1860000000000.000000000
## 60              7.082650999             8.035366199             4.409045432
## 61             48.755217010            49.564019750            50.539896980
## 62                       NA                      NA                      NA
## 63             25.194700310            25.905124960            27.626091670
## 64           5723.105479000          6031.347043000          6196.548655000
## 65             22.294230000            26.749350000            24.162690000
## 66              8.178966875             9.364717232             7.625269885
## 67              3.525153174             6.011482841             3.976053274
## 68              7.082650999             8.035366199             4.409045432
## 69              4.630117890             5.075482850             5.466150760
## 70             11.225940000            13.057220000            12.359560000
## 71              0.000000000             0.000000000             0.000000000
## 72    22162208956.000000000   22731602970.000000000   24360795411.000000000
## 73            121.497642100           121.621371000           123.652164900
## 74              0.756774070             0.873644770             0.909276660
## 75              3.018110037             3.472130060             3.259020090
## 76              0.304697013             0.286651647             0.300962369
## 77    81659655509.000000000   86568611688.000000000   90010625807.000000000
## 78            115.372079700           124.642648800           130.138199800
## 79             29.676609020            30.986088230            31.277434820
## 80             13.297885860            13.994910490            14.686304570
## 81                       NA                      NA                      NA
## 82             50.462270840            54.467047600            56.908274060
## 83              0.275557392             0.304320630             0.265180175
## 84           2702.224963000          2947.316487000          2996.220462000
## 85              0.828729868             0.856372465             0.931579562
## 86             24.730231440            25.252084690            27.553807460
## 87              9.683040000            11.228590000            10.453240000
## 88  1950000000000.000000000 2230000000000.000000000 2420000000000.000000000
## 89              5.750414306             5.612191160             5.356055555
## 90             41.865375740            45.982641610            46.665730390
## 91             15.168880160            16.233885670            16.992606340
## 92                       NA                      NA                      NA
## 93            137.552662100           135.033874000                      NA
## 94              1.502004198             1.563383459             0.929496130
## 95              5.231372775             2.182983373            10.043310810
## 96              9.800841032            11.374641520            10.801396080
## 97             84.286695510            82.634141320            83.562733120
## 98             -1.802198963            -0.174482593             0.144269512
## 99             50.462270840            54.467047600            56.908274060
## 100             0.000000000             0.000000000             0.000000000
## 101           821.073205500           870.781690300           901.749607700
## 102 1780000000000.000000000 2020000000000.000000000 2190000000000.000000000
## 103             8.049208870             5.761101762             6.655794990
## 104             0.083728335             0.089911225             0.088827947
## 105             7.269942907             7.405549220                      NA
## 106             5.860000000             5.720000000             5.470000000
## 107             2.783750795             2.978005109             3.648394395
## 108            74.315549630            75.360518840            86.380396330
## 109             3.803477458             6.054086830             3.556335386
## 110   20079553984.000000000   21232603795.000000000   21978324247.000000000
## 111             0.833688505             0.860694134             0.934852579
## 112 1950000000000.000000000 2230000000000.000000000 2420000000000.000000000
## 113           -23.276058380           -25.734557370           -26.236553200
## 114             1.541860106             1.629341062             1.556630126
## 115             0.000000000             0.000000000             0.000000000
## 116   34666575605.000000000   91827925928.000000000   62636228548.000000000
## 117            13.798337570            13.564565230            13.161654630
## 118            20.887615440            21.034876820            23.206675990
## 119                      NA                      NA                      NA
## 120                      NA                      NA                      NA
## 121             0.074577833             0.082362417             0.079879459
## 122             0.334712270             0.133746295             0.213029579
## 123         62770.192470000         66570.354420000         68937.819490000
## 124 1550000000000.000000000 1640000000000.000000000 1700000000000.000000000
## 125            32.570717060            35.858599490            36.451141800
## 126            37.081325110            39.589703760            40.088228440
## 127           823.359874600           844.853124900           901.749607700
## 128                      NA                      NA                      NA
## 129            28.622657530            27.461895360            26.518508430
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            26.799869540            28.152746200            29.942535400
## 133   72735235363.000000000   79300444355.000000000   80942994654.000000000
## 134           115.372079700           124.642648800           130.138199800
## 135             9.294658678            10.124042120            10.214588590
## 136         72419.276460000         82975.053040000         89714.437250000
## 137   20206662643.000000000   20592668320.000000000   21978324247.000000000
## 138            91.821033120            90.635282770            92.374730120
## 139            -0.300186813             1.388900866             2.028425282
## 140             6.475425412             6.783790711                      NA
## 141             7.534337608             8.001141444             8.811996996
## 142            12.690435420            13.582991520            13.989798450
## 143            50.185314830            54.220192400            56.684391890
## 144                      NA                      NA                      NA
## 145             3.788000107             4.357999802             4.808000088
## 146            18.120000840            18.549999240            18.940000530
## 147            41.819999690            40.950000760            40.250000000
## 148            78.864997860            79.004997250            79.224998470
## 149            57.400001530            56.130001070            55.209999080
## 150                      NA                      NA                      NA
## 151                      NA                      NA                      NA
## 152                      NA                      NA                      NA
## 153                      NA             7.136226177                      NA
## 154                      NA                      NA                      NA
## 155                      NA                      NA                      NA
## 156            68.970001220            67.650001530            66.779998780
## 157                      NA                      NA                      NA
## 158                      NA                      NA                      NA
## 159             2.329999924             2.690999985             2.878999949
## 160             5.736000061             6.420000076             6.870999813
## 161                      NA            41.504912730                      NA
## 162             7.679999828             7.940000057             8.119999886
## 163            83.736999510            83.019996640            82.571998600
## 164                      NA                      NA                      NA
## 165                      NA                      NA             2.900000095
## 166                      NA                      NA                      NA
## 167                      NA            44.091355670                      NA
## 168            82.900001530            84.199996950                      NA
## 169            68.239997860            67.480003360            66.930000310
## 170                      NA                      NA                      NA
## 171                      NA                      NA                      NA
## 172                      NA                      NA                      NA
## 173            80.370002750            79.730003360            79.290000920
## 174                      NA                      NA                      NA
## 175                      NA                      NA                      NA
## 176             2.801000118             3.246999979             3.375000000
## 177             4.683000088             5.296000004             5.744999886
## 178                      NA            89.793229990                      NA
## 179            13.649999620            13.979999540            14.140000340
## 180            81.067001340            80.780998230            80.679000850
## 181                      NA                      NA                      NA
## 182                      NA                      NA                      NA
## 183                      NA                      NA                      NA
## 184                      NA                      NA                      NA
## 185                      NA                      NA                      NA
## 186            90.379997250            89.809997560            89.300003050
## 187                      NA                      NA                      NA
## 188                      NA                      NA            86.790000920
## 189                      NA                      NA                      NA
## 190                      NA            42.827492910                      NA
## 191            22.149999620            22.670000080            23.120000840
## 192            20.059999470            18.770000460            17.750000000
## 193            74.900001530            76.400001530                      NA
## 194            77.760002140            76.949996950            76.290000920
## 195                      NA                      NA                      NA
## 196                      NA                      NA                      NA
## 197                      NA                      NA                      NA
## 198                      NA            91.248559390                      NA
## 199                      NA                      NA                      NA
## 200             9.619999886            10.189999580            10.710000040
## 201             0.349999994             0.370000005             0.389999986
## 202                      NA                      NA                      NA
## 203                      NA                      NA                      NA
## 204                      NA                      NA                      NA
## 205            31.030000690            32.349998470            33.220001220
## 206             1.730000019             1.759999990             1.789999962
## 207                      NA                      NA                      NA
## 208                      NA                      NA                      NA
## 209                      NA             8.751440606                      NA
## 210            14.569999690            15.109999660            15.590000150
## 211            60.930000310            59.470001220            58.229999540
## 212                      NA                      NA                      NA
## 213                      NA                      NA                      NA
## 214                      NA                      NA                      NA
## 215                      NA                      NA             3.099999905
## 216                      NA                      NA                      NA
## 217                      NA                      NA                      NA
## 218            90.030000690            89.430000310            88.899999620
## 219            69.963996890            69.016998290            68.282997130
## 220                      NA                      NA                      NA
## 221                      NA                      NA                      NA
## 222                      NA            10.206770010                      NA
## 223                      NA                      NA                      NA
## 224            19.629999160            20.270000460            20.709999080
## 225             1.000000000             1.009999990             1.009999990
## 226                      NA                      NA                      NA
## 227             2.551000118             2.944000006             3.099999905
## 228                      NA                      NA                      NA
## 229                      NA            92.863773820                      NA
## 230                      NA                      NA                      NA
## 231            67.229997630            65.889999390            64.990001680
## 232                      NA                      NA                      NA
## 233                      NA                      NA             3.400000095
## 234                      NA                      NA                      NA
## 235            20.450000760            21.209999080            21.670000080
## 236            78.400001530            79.800003050                      NA
## 237            72.947998050            73.084999080            73.226997380
## 238                      NA                      NA                      NA
## 239                      NA                      NA                      NA
## 240                      NA                      NA                      NA
## 241            79.369998930            78.720001220            78.279998780
## 242            71.561996460            71.199996950            70.921997070
##                       X2016                   X2017                   X2018
## 1              12.350000000                      NA            12.360000000
## 2              48.117750000                      NA            19.941260000
## 3    170000000000.000000000  192000000000.000000000  211000000000.000000000
## 4              99.550000000                      NA            99.540000000
## 5              99.640000000                      NA            99.630000000
## 6              15.682824620            15.759437160            15.792458400
## 7              13.070000000                      NA            13.420000000
## 8              12.650000000                      NA            12.790000000
## 9              47.420360000                      NA            28.521650000
## 10             48.258390000                      NA            18.463530000
## 11                       NA                      NA                      NA
## 12             16.143749760            17.999362120            19.082826060
## 13             13.050688000            13.989349790            16.406758640
## 14             11.300000000            11.300000000            19.900000000
## 15   114000000000.000000000  145000000000.000000000  155000000000.000000000
## 16             26.260000000                      NA            26.330000000
## 17   267000000000.000000000  357000000000.000000000  445000000000.000000000
## 18              0.887735000                      NA             0.249632900
## 19              1.100000000             1.100000000             1.100000000
## 20             27.116100480            26.151791320            23.471175130
## 21             18.477858080            17.767875050            18.440662510
## 22     5990203529.000000000   27392715000.000000000   10465303530.000000000
## 23    77802641716.000000000   98410300000.000000000  122000000000.000000000
## 24             12.260000000                      NA            11.140000000
## 25             12.400000000                      NA            12.770000000
## 26             34.000000000            34.000000000            39.000000000
## 27      159554770.699999988     125130000.000000000     102360000.000000000
## 28             29.900000000            30.000000000            37.000000000
## 29                       NA                      NA                      NA
## 30   219000000000.000000000  279000000000.000000000  367000000000.000000000
## 31    82184049221.000000000  103000000000.000000000  127000000000.000000000
## 32             12.890000000                      NA            12.200000000
## 33             13.180000000                      NA            13.820000000
## 34             12.140000000                      NA            13.190000000
## 35             18.400000000                      NA            23.780000000
## 36             11.890000000                      NA            11.110000000
## 37                       NA                      NA                      NA
## 38             41.735439240            42.597940730            45.731152300
## 39             99.420000000                      NA            99.410000000
## 40     2508487301.000000000    3357251910.000000000    4262858915.000000000
## 41             12.150000000                      NA            15.820000000
## 42             11.970000000                      NA            12.120000000
## 43                       NA                      NA                      NA
## 44             21.787464950            22.149418990            19.268665650
## 45            339.000000000           339.000000000           353.000000000
## 46   421000000000.000000000  554000000000.000000000  659000000000.000000000
## 47             32.620000000                      NA            32.880000000
## 48             24.120000000                      NA            24.120000000
## 49              5.920496000                      NA             1.493280000
## 50              0.000000000                      NA             0.000000000
## 51             17.600000000            17.600000000            16.000000000
## 52              0.037893706             0.022592088             0.015521019
## 53              1.143084483             4.188812407             1.302742504
## 54             39.271576580            38.268525480            40.765261170
## 55    24466305357.000000000   26662713937.000000000   28695046274.000000000
## 56              0.003656839             0.004472639             0.004915582
## 57           3315.814414000          3565.197807000          3773.715918000
## 58              0.000142212             0.000000000             0.000000000
## 59  1870000000000.000000000 2040000000000.000000000 2190000000000.000000000
## 60              7.150334788             8.261412551             4.355858465
## 61             51.598044090            51.849782290            51.590443470
## 62                       NA             2.807458481                      NA
## 63             26.960577690            23.913544110            25.026419950
## 64           6053.330917000          6442.269479000          6719.346198000
## 65                       NA                      NA                      NA
## 66              3.642858923            12.984755150            14.791612110
## 67              0.433113718             8.977279354             7.622376108
## 68              7.150334788             8.261412551             4.355858465
## 69              5.423798080             4.721732620             4.528452400
## 70                       NA                      NA                      NA
## 71              0.000000000             0.000000000             0.000000000
## 72    24524098185.000000000   28971589213.000000000   33111525872.000000000
## 73            124.598140300           124.340298900           124.756188200
## 74              1.007718090             1.065424680             1.067212100
## 75              3.903209925             4.767220020             4.434450150
## 76              0.300876710             0.294080108             0.305011772
## 77    90400474175.000000000   98515977279.000000000  106000000000.000000000
## 78            139.443516700           150.963520900           157.539278200
## 79             28.240999200            37.325054010            39.547800330
## 80             16.143749760            17.999362120            19.082826060
## 81                       NA                      NA                      NA
## 82             69.840800110            68.557085210            76.324608010
## 83              0.381749507             0.413686320             0.419236125
## 84           2989.675006000          3565.197807000          3863.870402000
## 85              1.027379417             0.698704855             0.419137823
## 86             28.705221690            30.575436400            32.432880030
## 87                       NA                      NA                      NA
## 88  2610000000000.000000000 3080000000000.000000000 3460000000000.000000000
## 89              4.888189626             4.855673994             4.906474539
## 90             42.115486120            44.642410620            48.447386950
## 91             18.575933660            19.937328370            22.016896600
## 92                       NA                      NA                      NA
## 93                       NA                      NA                      NA
## 94              1.176663768            -2.385815315            -4.754252712
## 95             -0.684346954            -3.564329207            -8.300804944
## 96             10.622544970            11.107884010            10.632643860
## 97             88.431122590            78.496706530            77.146851610
## 98              2.179567295             2.281116159             5.633109835
## 99             69.840800110            68.557085210            76.324608010
## 100             0.000000000             0.000000000             0.000000000
## 101           897.403788100           964.897795200          1021.331877000
## 102 2340000000000.000000000 2720000000000.000000000 3010000000000.000000000
## 103             1.482233943             2.566531806             9.613530164
## 104             0.127716277             0.126679955             0.139924952
## 105                      NA                      NA                      NA
## 106             5.930000000             5.760000000             5.680000000
## 107             4.688307873             6.754081565                      NA
## 108            94.205860250            89.404971030            95.331782940
## 109            -0.481931973             7.521029890             5.848710831
## 110   21978879123.000000000   23866727131.000000000   25626474621.000000000
## 111             1.031178468             0.703177494             0.424053405
## 112 2610000000000.000000000 3080000000000.000000000 3460000000000.000000000
## 113           -25.756330040           -29.018033310           -32.816104900
## 114             1.700897728             1.708544543             1.539234028
## 115             0.000000000             0.000000000             0.000000000
## 116   30207725224.000000000  144000000000.000000000  279000000000.000000000
## 117            12.655417770            12.862585890            13.200639630
## 118            23.229324090            22.661093750            25.105547910
## 119                      NA                      NA                      NA
## 120                      NA                      NA                      NA
## 121             0.115154262             0.126679955             0.143267775
## 122             0.432213143             0.677439878             0.206157198
## 123         68605.586100000         73765.432730000         78079.759590000
## 124 1700000000000.000000000 1850000000000.000000000 1980000000000.000000000
## 125            33.935908080            36.830221970            40.631745920
## 126            35.305095990            41.880648460            42.603120800
## 127           899.523581000          1048.453755000          1178.525957000
## 128                      NA                      NA                      NA
## 129            25.517875370            23.699548460            22.334672050
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            31.998809810            31.234983440            31.834993650
## 133   81508795260.000000000   98515977279.000000000  109000000000.000000000
## 134           139.443516700           150.963520900           157.539278200
## 135             8.179578040             7.812188656             7.815641022
## 136         95666.041940000        111358.894500000        123006.289700000
## 137   22015610883.000000000   25614337303.000000000   28848666957.000000000
## 138            96.357141080            87.015244850            85.208387890
## 139             4.289986965             0.767200801            -0.002792772
## 140                      NA                      NA                      NA
## 141             7.926018483             8.518538323             8.061536277
## 142            14.227110740            16.853808450            20.165791700
## 143            69.657672670            68.416745450            76.168955320
## 144                      NA            34.759998320                      NA
## 145             4.748000145             5.109000206             5.135000229
## 146            19.290000920            19.709999080            20.110000610
## 147            39.700000760            38.819999690            38.029998780
## 148            79.734001160            79.711997990            79.942001340
## 149            54.930000310            53.790000920            52.889999390
## 150                      NA                      NA                      NA
## 151                      NA            13.250000000                      NA
## 152                      NA            29.889999390                      NA
## 153                      NA                      NA                      NA
## 154                      NA                      NA                      NA
## 155                      NA                      NA                      NA
## 156            66.629997250            65.620002750            64.809997560
## 157                      NA                      NA                      NA
## 158                      NA                      NA                      NA
## 159             2.721999884             3.076999903             3.002000093
## 160             6.546999931             7.008999825             6.901999950
## 161                      NA                      NA                      NA
## 162             8.119999886             8.329999924             8.500000000
## 163            82.518997190            81.760002140            81.711997990
## 164                      NA            16.569999690                      NA
## 165                      NA            12.020000460                      NA
## 166                      NA            19.229999540                      NA
## 167                      NA                      NA                      NA
## 168                      NA            49.569999690                      NA
## 169            66.660003660            65.809997560            65.080001830
## 170                      NA            14.460000040                      NA
## 171                      NA                      NA                      NA
## 172                      NA                      NA                      NA
## 173            79.150001530            78.519996640            77.959999080
## 174                      NA                      NA                      NA
## 175                      NA                      NA                      NA
## 176             3.051000118             3.625000000             3.436000109
## 177             5.565000057             5.974999905             5.947000027
## 178                      NA                      NA                      NA
## 179            14.050000190            14.479999540            14.810000420
## 180            80.938003540            80.597000120            80.708999630
## 181                      NA            31.909999850                      NA
## 182                      NA            16.510000230                      NA
## 183                      NA            23.459999080                      NA
## 184                      NA                      NA                      NA
## 185                      NA                      NA                      NA
## 186            89.000000000            88.620002750            88.250000000
## 187                      NA                      NA                      NA
## 188                      NA            21.159999850                      NA
## 189                      NA            22.479999540                      NA
## 190                      NA                      NA                      NA
## 191            23.489999770            23.870000840            24.229999540
## 192            17.139999390            16.299999240            15.600000380
## 193                      NA            24.559999470                      NA
## 194            75.889999390            75.220001220            74.620002750
## 195                      NA                      NA                      NA
## 196                      NA                      NA                      NA
## 197                      NA            12.640000340                      NA
## 198                      NA                      NA                      NA
## 199                      NA                      NA                      NA
## 200            11.000000000            11.380000110            11.750000000
## 201             0.400000006             0.409999996             0.419999987
## 202                      NA                      NA                      NA
## 203                      NA             8.649999619                      NA
## 204                      NA                      NA                      NA
## 205            33.369998930            34.380001070            35.189998630
## 206             1.809999943             1.799999952             1.799999952
## 207                      NA                      NA                      NA
## 208                      NA            45.819999690                      NA
## 209                      NA                      NA                      NA
## 210            15.989999770            16.450000760            16.889999390
## 211            57.450000760            56.450000760            55.590000150
## 212                      NA            13.899999620                      NA
## 213                      NA                      NA                      NA
## 214                      NA                      NA                      NA
## 215                      NA            10.659999850                      NA
## 216                      NA             7.679999828                      NA
## 217                      NA                      NA                      NA
## 218            88.610000610            88.210000990            87.830001830
## 219            68.164001460            67.495002750            67.277000430
## 220                      NA             9.810000420                      NA
## 221                      NA            40.259998320                      NA
## 222                      NA                      NA                      NA
## 223                      NA                      NA                      NA
## 224            20.850000380            21.479999540            22.040000920
## 225             1.019999981             1.019999981             1.029999971
## 226                      NA                      NA                      NA
## 227             2.868000031             3.318000078             3.193000078
## 228                      NA             8.609999657                      NA
## 229                      NA                      NA                      NA
## 230                      NA                      NA                      NA
## 231            64.829998020            63.819999690            63.019998550
## 232                      NA            23.450000760                      NA
## 233                      NA             9.789999962                      NA
## 234                      NA            20.530000690                      NA
## 235            21.590000150            22.340000150            22.879999160
## 236                      NA            35.659999850                      NA
## 237            73.874000550            73.990997310            74.179000850
## 238                      NA                      NA                      NA
## 239                      NA             8.319999695                      NA
## 240                      NA                      NA                      NA
## 241            78.130001070            77.500000000            76.930000310
## 242            71.194000240            70.913002010            70.872001650
##                       X2019                   X2020                 X2021
## 1              14.220000000            11.600000000                    NA
## 2              19.229910000            20.069780000                    NA
## 3    230000000000.000000000  226000000000.000000000  244000000000.0000000
## 4              99.470000000            99.470000000                    NA
## 5              99.630000000            99.630000000                    NA
## 6              16.030555140            15.813597110                    NA
## 7              15.430000000            12.660000000                    NA
## 8              20.200000000            12.100000000                    NA
## 9              26.645600000            29.784100000                    NA
## 10             18.023810000            18.525150000                    NA
## 11                       NA                      NA                    NA
## 12             19.809060240            15.773649730                    NA
## 13             16.909200190            10.512349670                    NA
## 14             26.200000000                      NA                    NA
## 15   188000000000.000000000  213000000000.000000000                    NA
## 16             26.330000000            26.330000000                    NA
## 17   516000000000.000000000  460000000000.000000000  615000000000.0000000
## 18              0.215982700             0.214721900                    NA
## 19              0.700000000                      NA                    NA
## 20             24.633623420            34.763024930                    NA
## 21             17.923262960            19.169773800                    NA
## 22     8442841000.000000000    6619530000.000000000                    NA
## 23   137000000000.000000000  118000000000.000000000                    NA
## 24             12.970000000            11.450000000                    NA
## 25             14.740000000            11.210000000                    NA
## 26             46.000000000                      NA                    NA
## 27      237634000.000000000     112370000.000000000                    NA
## 28             41.800000000                      NA                    NA
## 29                       NA                      NA                    NA
## 30   424000000000.000000000  270000000000.000000000                    NA
## 31   143000000000.000000000  124000000000.000000000                    NA
## 32             14.060000000            12.490000000                    NA
## 33             15.990000000            12.290000000                    NA
## 34             17.270000000            12.600000000                    NA
## 35             73.040000000            18.700000000                    NA
## 36             12.570000000            11.170000000                    NA
## 37                       NA                      NA                    NA
## 38             47.464739990            34.458915130                    NA
## 39             99.400000000            99.400000000                    NA
## 40     4575218471.000000000    3956454691.000000000    5216026828.0000000
## 41             27.660000000            13.290000000                    NA
## 42             13.550000000            12.190000000                    NA
## 43                       NA                      NA                    NA
## 44             21.062203600            27.239470110                    NA
## 45            377.000000000                      NA                    NA
## 46   764000000000.000000000  613000000000.000000000                    NA
## 47             32.880000000            32.880000000                    NA
## 48             24.120000000            24.120000000                    NA
## 49              1.369142000             1.472031000                    NA
## 50              0.000000000             0.000000000                    NA
## 51             15.000000000                      NA                    NA
## 52              0.031086925             0.018319488                    NA
## 53              0.944350687             0.845612140                    NA
## 54             38.927998740            32.039557240            56.7722900
## 55    30605291409.000000000   29880062111.000000000   31149050463.0000000
## 56              0.002196459             0.001886447                    NA
## 57           3952.760349000          3789.150372000          3878.4444200
## 58              0.000000000             0.000000000                    NA
## 59  2340000000000.000000000 2280000000000.000000000 2380000000000.0000000
## 60              4.691155935             3.217402330             5.5119715
## 61             52.022716260            53.938846740            52.5839519
## 62                       NA                      NA                    NA
## 63             24.116362860            24.250237970                    NA
## 64           6947.961423000          7221.739239000          7132.7791940
## 65                       NA                      NA                    NA
## 66             15.303407290             5.719357472             7.7080623
## 67              6.657055428            -2.369620627             4.2469401
## 68              4.691155935             3.217402330             5.5119715
## 69              4.445150850                      NA                    NA
## 70                       NA                      NA                    NA
## 71              0.000000000             0.000000000                    NA
## 72    34186190996.000000000   33433670512.000000000   36288830373.0000000
## 73            126.075333600           124.720924000           128.0741502
## 74              1.102808710                      NA                    NA
## 75              4.239999771             4.389999866                    NA
## 76              0.290067383             0.287107335             0.2870042
## 77   113000000000.000000000  110000000000.000000000  115000000000.0000000
## 78            164.929691400           170.236143200           179.6195108
## 79             41.378740910            30.440281510            35.7822125
## 80             19.809060240            15.773649730                    NA
## 81                       NA                      NA                    NA
## 82             78.945910900            88.440039470                    NA
## 83                       NA                      NA                    NA
## 84           4119.584979000          3996.665470000          4260.8396940
## 85              0.440770893             0.512156620                    NA
## 86             33.815125680            30.469220520            29.8519298
## 87                       NA                      NA                    NA
## 88  3860000000000.000000000 3890000000000.000000000 4280000000000.0000000
## 89              4.981441388             4.474854392             4.6655983
## 90             49.249526590            40.918865590            43.8112282
## 91             22.401347910            19.365426670                    NA
## 92                       NA                      NA                    NA
## 93                       NA                      NA                    NA
## 94             -4.793705761            -4.896852861                    NA
## 95             -5.129629145            -0.251653458           -14.8229695
## 96              9.750191340             5.918168268             6.3694548
## 97             76.579497500            85.212910460            83.8927182
## 98              4.002321623             8.045683808                    NA
## 99             78.945910900            88.440039470                    NA
## 100             0.000000000             0.000000000                    NA
## 101          1069.789098000          1025.509112000          1049.6759710
## 102 3340000000000.000000000 3430000000000.000000000 3660000000000.0000000
## 103             9.632236558            13.678851060                    NA
## 104             0.114122286                      NA                    NA
## 105                      NA                      NA                    NA
## 106             5.230000000                      NA                    NA
## 107                      NA                      NA                    NA
## 108            97.169877780           117.749455500                    NA
## 109             4.744512715            -4.139132233             2.3565718
## 110   27262952301.000000000   26602290156.000000000   27621363368.0000000
## 111             0.442967352             0.514043068                    NA
## 112 3860000000000.000000000 3890000000000.000000000 4280000000000.0000000
## 113           -33.689653640           -27.308285940           -33.3927673
## 114             1.376595177             1.363585634                    NA
## 115             0.000000000             0.000000000                    NA
## 116  294000000000.000000000  101000000000.000000000  227000000000.0000000
## 117            13.010675410            12.047319930            11.7225156
## 118            28.065464890            25.150491920            23.5235500
## 119                      NA                      NA                    NA
## 120                      NA                      NA                    NA
## 121             0.118938770                      NA                    NA
## 122             0.542801816             0.378738964                    NA
## 123         81784.263710000         78399.104890000         80246.6360800
## 124 2110000000000.000000000 2060000000000.000000000 2140000000000.0000000
## 125            41.469590110            34.113575770            38.6019978
## 126            42.187508260            32.819757470            32.6238376
## 127          1194.957236000          1147.471971000          1222.8787940
## 128                      NA                      NA                    NA
## 129            21.583372760            22.180090190            21.3198898
## 130                      NA                      NA                    NA
## 131                      NA                      NA                    NA
## 132            32.742748230            33.393741220            33.8286877
## 133  118000000000.000000000  116000000000.000000000  126000000000.0000000
## 134           164.929691400           170.236143200           179.6195108
## 135             7.779936474             6.805289826             5.2092304
## 136        134886.533800000        133463.612400000        144138.6152000
## 137   29610972525.000000000   29477215821.000000000   31072803545.0000000
## 138            84.696592710            94.280642530            92.2919377
## 139            -0.864102849             3.152060198                    NA
## 140                      NA                      NA                    NA
## 141             8.117095211             9.067732071             8.3992194
## 142            21.701865280            20.164782930                    NA
## 143            78.845345330            88.340280580                    NA
## 144                      NA                      NA                    NA
## 145             5.184000015             7.113999844             8.5500002
## 146            20.520000460                      NA                    NA
## 147            37.200000760                      NA                    NA
## 148            80.064002990            72.265998840            74.8089981
## 149            52.110000610                      NA                    NA
## 150                      NA                      NA                    NA
## 151                      NA                      NA                    NA
## 152                      NA                      NA                    NA
## 153                      NA                      NA                    NA
## 154                      NA                      NA                    NA
## 155                      NA                      NA                    NA
## 156            63.990001680                      NA                    NA
## 157                      NA                      NA                    NA
## 158                      NA                      NA                    NA
## 159             2.944999933             4.532999992             4.9340000
## 160             6.835999966             9.159000397            10.5690002
## 161                      NA                      NA                    NA
## 162             8.619999886                      NA                    NA
## 163            81.698997500            75.538002010            76.5739975
## 164                      NA                      NA                    NA
## 165                      NA                      NA                    NA
## 166                      NA                      NA                    NA
## 167                      NA                      NA                    NA
## 168                      NA                      NA                    NA
## 169            64.379997250                      NA                    NA
## 170                      NA                      NA                    NA
## 171                      NA                      NA                    NA
## 172                      NA                      NA                    NA
## 173            77.339996340                      NA                    NA
## 174                      NA                      NA                    NA
## 175                      NA                      NA                    NA
## 176             3.288000107             4.955999851             5.1970000
## 177             5.951000214             8.088000298             9.5010004
## 178                      NA                      NA                    NA
## 179            15.109999660                      NA                    NA
## 180            80.777000430            73.702003480            75.5920029
## 181                      NA                      NA                    NA
## 182                      NA                      NA                    NA
## 183                      NA                      NA                    NA
## 184                      NA                      NA                    NA
## 185                      NA                      NA                    NA
## 186            87.889999390                      NA                    NA
## 187                      NA                      NA                    NA
## 188                      NA                      NA                    NA
## 189                      NA                      NA                    NA
## 190                      NA                      NA                    NA
## 191            24.579999920                      NA                    NA
## 192            14.960000040                      NA                    NA
## 193                      NA                      NA                    NA
## 194            74.080001830                      NA                    NA
## 195                      NA                      NA                    NA
## 196                      NA                      NA                    NA
## 197                      NA                      NA                    NA
## 198                      NA                      NA                    NA
## 199                      NA                      NA                    NA
## 200            12.109999660                      NA                    NA
## 201             0.430000007                      NA                    NA
## 202                      NA                      NA                    NA
## 203                      NA                      NA                    NA
## 204                      NA                      NA                    NA
## 205            36.009998320                      NA                    NA
## 206             1.789999962                      NA                    NA
## 207                      NA                      NA                    NA
## 208                      NA                      NA                    NA
## 209                      NA                      NA                    NA
## 210            17.299999240                      NA                    NA
## 211            54.790000920                      NA                    NA
## 212                      NA                      NA                    NA
## 213                      NA                      NA                    NA
## 214                      NA                      NA                    NA
## 215                      NA                      NA                    NA
## 216                      NA                      NA                    NA
## 217                      NA                      NA                    NA
## 218            87.470001220                      NA                    NA
## 219            67.081001280            59.401000980            60.6199989
## 220                      NA                      NA                    NA
## 221                      NA                      NA                    NA
## 222                      NA                      NA                    NA
## 223                      NA                      NA                    NA
## 224            22.670000080                      NA                    NA
## 225             1.029999971                      NA                    NA
## 226                      NA                      NA                    NA
## 227             3.096999884             4.723999977             5.0520000
## 228                      NA                      NA                    NA
## 229                      NA                      NA                    NA
## 230                      NA                      NA                    NA
## 231            62.200001720                      NA                    NA
## 232                      NA                      NA                    NA
## 233                      NA                      NA                    NA
## 234                      NA                      NA                    NA
## 235            23.309999470                      NA                    NA
## 236                      NA                      NA                    NA
## 237            74.179000850            64.136001590            67.2409973
## 238                      NA                      NA                    NA
## 239                      NA                      NA                    NA
## 240                      NA                      NA                    NA
## 241            76.310001370                      NA                    NA
## 242            70.737998960            61.816001890            63.9860001
# Drop first and second column

nepal_df <- nepal_df[-c(1,2)]
nepal_df
##                                                                                              IndicatorName
## 1                                                    Tariff rate, applied, weighted mean, all products (%)
## 2                                         Share of tariff lines with international peaks, all products (%)
## 3                                                          Taxes less subsidies on products (constant LCU)
## 4                                                                   Binding coverage, primary products (%)
## 5                                                              Binding coverage, manufactured products (%)
## 6                                                              Taxes on international trade (% of revenue)
## 7                                        Tariff rate, most favored nation, weighted mean, all products (%)
## 8                                                      Tariff rate, applied, simple mean, all products (%)
## 9                                     Share of tariff lines with international peaks, primary products (%)
## 10                               Share of tariff lines with international peaks, manufactured products (%)
## 11                                Firms expected to give gifts in meetings with tax officials (% of firms)
## 12                                                                                  Tax revenue (% of GDP)
## 13                                    Taxes on goods and services (% value added of industry and services)
## 14                                                   Labor tax and contributions (% of commercial profits)
## 15                                                Taxes on income, profits and capital gains (current LCU)
## 16                                                               Bound rate, simple mean, all products (%)
## 17                                                          Taxes less subsidies on products (current LCU)
## 18                                             Share of tariff lines with specific rates, all products (%)
## 19                                             Other taxes payable by businesses (% of commercial profits)
## 20                                           Taxes on income, profits and capital gains (% of total taxes)
## 21                                                      Customs and other import duties (% of tax revenue)
## 22                                                                               Other taxes (current LCU)
## 23                                                           Customs and other import duties (current LCU)
## 24                                               Tariff rate, applied, weighted mean, primary products (%)
## 25                                          Tariff rate, applied, weighted mean, manufactured products (%)
## 26                                                                                   Tax payments (number)
## 27                                                                          Taxes on exports (current LCU)
## 28                                                           Total tax and contribution rate (% of profit)
## 29                                        Firms that do not report all sales for tax purposes (% of firms)
## 30                                                               Taxes on goods and services (current LCU)
## 31                                                              Taxes on international trade (current LCU)
## 32                                   Tariff rate, most favored nation, weighted mean, primary products (%)
## 33                              Tariff rate, most favored nation, weighted mean, manufactured products (%)
## 34                                         Tariff rate, most favored nation, simple mean, all products (%)
## 35                                                 Tariff rate, applied, simple mean, primary products (%)
## 36                                            Tariff rate, applied, simple mean, manufactured products (%)
## 37                                      Firms visited or required meetings with tax officials (% of firms)
## 38                                                              Taxes on goods and services (% of revenue)
## 39                                                                      Binding coverage, all products (%)
## 40                                                          Taxes less subsidies on products (current US$)
## 41                                     Tariff rate, most favored nation, simple mean, primary products (%)
## 42                                Tariff rate, most favored nation, simple mean, manufactured products (%)
## 43                   Number of visits or required meetings with tax officials (average for affected firms)
## 44                                               Taxes on income, profits and capital gains (% of revenue)
## 45                                                                   Time to prepare and pay taxes (hours)
## 46                                                                               Tax revenue (current LCU)
## 47                                                           Bound rate, simple mean, primary products (%)
## 48                                                      Bound rate, simple mean, manufactured products (%)
## 49                                         Share of tariff lines with specific rates, primary products (%)
## 50                                    Share of tariff lines with specific rates, manufactured products (%)
## 51                                                                    Profit tax (% of commercial profits)
## 52                                                                     Taxes on exports (% of tax revenue)
## 53                                                                              Other taxes (% of revenue)
## 54                                                                            Merchandise trade (% of GDP)
## 55                                                                                 GDP (constant 2015 US$)
## 56                                                                                   Coal rents (% of GDP)
## 57                                                     GDP per capita, PPP (constant 2017 international $)
## 58                                                                                Mineral rents (% of GDP)
## 59                                                                                      GDP (constant LCU)
## 60                                                       Inflation, GDP deflator: linked series (annual %)
## 61                                                                        Services, value added (% of GDP)
## 62        Water productivity, total (constant 2015 US$ GDP per cubic meter of total freshwater withdrawal)
## 63                                                               Personal remittances, received (% of GDP)
## 64                                                           GDP per person employed (constant 2017 PPP $)
## 65                                      Government expenditure per student, tertiary (% of GDP per capita)
## 66                                                                       Gross domestic savings (% of GDP)
## 67                                                                                   GDP growth (annual %)
## 68                                                                      Inflation, GDP deflator (annual %)
## 69                                                                   Current health expenditure (% of GDP)
## 70                                       Government expenditure per student, primary (% of GDP per capita)
## 71                                                                                    Oil rents (% of GDP)
## 72                                                                                       GDP (current US$)
## 73                                                                   Gross national expenditure (% of GDP)
## 74                                               Domestic general government health expenditure (% of GDP)
## 75                                                   Government expenditure on education, total (% of GDP)
## 76                                Price level ratio of PPP conversion factor (GDP) to market exchange rate
## 77                                                                GDP, PPP (constant 2017 international $)
## 78                                               GDP deflator: linked series (base year varies by country)
## 79                                                                      Gross capital formation (% of GDP)
## 80                                                                                  Tax revenue (% of GDP)
## 81                                                 Domestic credit provided by financial sector (% of GDP)
## 82                                                        Monetary Sector credit to private sector (% GDP)
## 83                                                                  CO2 emissions (kg per 2015 US$ of GDP)
## 84                                                           GDP per capita, PPP (current international $)
## 85                                                                                 Forest rents (% of GDP)
## 86                                                                Gross fixed capital formation (% of GDP)
## 87                                     Government expenditure per student, secondary (% of GDP per capita)
## 88                                                                        GDP: linked series (current LCU)
## 89                                                                   Manufacturing, value added (% of GDP)
## 90                                                                                        Trade (% of GDP)
## 91                                                                    Revenue, excluding grants (% of GDP)
## 92                                                         Research and development expenditure (% of GDP)
## 93                                    Energy use (kg of oil equivalent) per $1,000 GDP (constant 2017 PPP)
## 94                                                          Net lending (+) / net borrowing (-) (% of GDP)
## 95                                                                      Current account balance (% of GDP)
## 96                                                                            Trade in services (% of GDP)
## 97                                          Households and NPISHs final consumption expenditure (% of GDP)
## 98                                                         Net incurrence of liabilities, total (% of GDP)
## 99                                                            Domestic credit to private sector (% of GDP)
## 100                                                     Foreign direct investment, net outflows (% of GDP)
## 101                                                                     GDP per capita (constant 2015 US$)
## 102                                                  Gross value added at basic prices (GVA) (current LCU)
## 103                                                             Claims on central government, etc. (% GDP)
## 104                                                                    CO2 emissions (kg per PPP $ of GDP)
## 105                              GDP per unit of energy use (constant 2017 PPP $ per kg of oil equivalent)
## 106                                            Energy intensity level of primary energy (MJ/$2017 PPP GDP)
## 107                                                       Net investment in nonfinancial assets (% of GDP)
## 108                                                                                 Broad money (% of GDP)
## 109                                                                       GDP per capita growth (annual %)
## 110                                            Gross value added at basic prices (GVA) (constant 2015 US$)
## 111                                                               Total natural resources rents (% of GDP)
## 112                                                                                      GDP (current LCU)
## 113                                                      External balance on goods and services (% of GDP)
## 114                                                                        Military expenditure (% of GDP)
## 115                                                                           Natural gas rents (% of GDP)
## 116                                               Discrepancy in expenditure estimate of GDP (current LCU)
## 117                                              Industry (including construction), value added (% of GDP)
## 118                                               Gross fixed capital formation, private sector (% of GDP)
## 119                                                              Central government debt, total (% of GDP)
## 120                                             Claims on other sectors of the domestic economy (% of GDP)
## 121                                                               CO2 emissions (kg per 2017 PPP $ of GDP)
## 122                                                      Foreign direct investment, net inflows (% of GDP)
## 123                                                                          GDP per capita (constant LCU)
## 124                                                 Gross value added at basic prices (GVA) (constant LCU)
## 125                                                               Imports of goods and services (% of GDP)
## 126                                                                               Gross savings (% of GDP)
## 127                                                                           GDP per capita (current US$)
## 128                                              Discrepancy in expenditure estimate of GDP (constant LCU)
## 129                                             Agriculture, forestry, and fishing, value added (% of GDP)
## 130                                                                  Stocks traded, total value (% of GDP)
## 131                                          Market capitalization of listed domestic companies (% of GDP)
## 132                                                   PPP conversion factor, GDP (LCU per international $)
## 133                                                                     GDP, PPP (current international $)
## 134                                                             GDP deflator (base year varies by country)
## 135                                                               Exports of goods and services (% of GDP)
## 136                                                                           GDP per capita (current LCU)
## 137                                                  Gross value added at basic prices (GVA) (current US$)
## 138                                                               Final consumption expenditure (% of GDP)
## 139                                                         Net acquisition of financial assets (% of GDP)
## 140                                            GDP per unit of energy use (PPP $ per kg of oil equivalent)
## 141                                            General government final consumption expenditure (% of GDP)
## 142                                                                                     Expense (% of GDP)
## 143                                                  Domestic credit to private sector by banks (% of GDP)
## 144                 Share of youth not in education, employment or training, total (% of youth population)
## 145                 Unemployment, youth female (% of female labor force ages 15-24) (modeled ILO estimate)
## 146                                  Employment in services (% of total employment) (modeled ILO estimate)
## 147                      Contributing family workers, total (% of total employment) (modeled ILO estimate)
## 148                                 Employment to population ratio, 15+, female (%) (modeled ILO estimate)
## 149                          Employment in agriculture, male (% of male employment) (modeled ILO estimate)
## 150                       Coverage of unemployment benefits and ALMP in richest quintile (% of population)
## 151     Unemployment with intermediate education, male (% of male labor force with intermediate education)
## 152                                                    Part time employment, total (% of total employment)
## 153                  Children in employment, work only, male (% of male children in employment, ages 7-14)
## 154                  Child employment in services, male (% of male economically active children ages 7-14)
## 155      Children in employment, unpaid family workers, male (% of male children in employment, ages 7-14)
## 156                                      Self-employed, male (% of male employment) (modeled ILO estimate)
## 157           Child employment in agriculture, female (% of female economically active children ages 7-14)
## 158                       Coverage of unemployment benefits and ALMP in poorest quintile (% of population)
## 159                                  Unemployment, female (% of female labor force) (modeled ILO estimate)
## 160                     Unemployment, youth male (% of male labor force ages 15-24) (modeled ILO estimate)
## 161                                            Children in employment, male (% of male children ages 7-14)
## 162                         Employment in industry, female (% of female employment) (modeled ILO estimate)
## 163                                   Employment to population ratio, 15+, male (%) (modeled ILO estimate)
## 164                             Employment to population ratio, ages 15-24, female (%) (national estimate)
## 165                                     Unemployment, female (% of female labor force) (national estimate)
## 166                        Unemployment, youth male (% of male labor force ages 15-24) (national estimate)
## 167                                        Children in employment, female (% of female children ages 7-14)
## 168                                      Employment to population ratio, 15+, male (%) (national estimate)
## 169                               Employment in agriculture (% of total employment) (modeled ILO estimate)
## 170          Unemployment with intermediate education (% of total labor force with intermediate education)
## 171                             Child employment in services (% of economically active children ages 7-14)
## 172                 Children in employment, unpaid family workers (% of children in employment, ages 7-14)
## 173                                    Self-employed, total (% of total employment) (modeled ILO estimate)
## 174               Child employment in agriculture, male (% of male economically active children ages 7-14)
## 175                           Coverage of unemployment benefits and ALMP in 2nd quintile (% of population)
## 176                                      Unemployment, male (% of male labor force) (modeled ILO estimate)
## 177                   Unemployment, youth total (% of total labor force ages 15-24) (modeled ILO estimate)
## 178         Children in employment, study and work, female (% of female children in employment, ages 7-14)
## 179                                  Employment in industry (% of total employment) (modeled ILO estimate)
## 180                                  Employment to population ratio, 15+, total (%) (modeled ILO estimate)
## 181                               Employment to population ratio, ages 15-24, male (%) (national estimate)
## 182 Unemployment with intermediate education, female (% of female labor force with intermediate education)
## 183                                                Part time employment, male (% of total male employment)
## 184              Child employment in services, female (% of female economically active children ages 7-14)
## 185  Children in employment, unpaid family workers, female (% of female children in employment, ages 7-14)
## 186                                  Self-employed, female (% of female employment) (modeled ILO estimate)
## 187                                           Coverage of unemployment benefits and ALMP (% of population)
## 188             Share of youth not in education, employment or training, male (% of male youth population)
## 189                    Unemployment, youth female (% of female labor force ages 15-24) (national estimate)
## 190                                                Children in employment, total (% of children ages 7-14)
## 191                             Employment in services, male (% of male employment) (modeled ILO estimate)
## 192                        Contributing family workers, male (% of male employment) (modeled ILO estimate)
## 193                                    Employment to population ratio, 15+, female (%) (national estimate)
## 194                      Employment in agriculture, female (% of female employment) (modeled ILO estimate)
## 195                           Coverage of unemployment benefits and ALMP in 4th quintile (% of population)
## 196               Children in employment, wage workers, male (% of male children in employment, ages 7-14)
## 197               Unemployment with basic education, female (% of female labor force with basic education)
## 198                        Children in employment, study and work (% of children in employment, ages 7-14)
## 199          Children in employment, self-employed, female (% of female children in employment, ages 7-14)
## 200                      Wage and salaried workers, female (% of female employment) (modeled ILO estimate)
## 201                                      Employers, female (% of female employment) (modeled ILO estimate)
## 202                          Children in employment, wage workers (% of children in employment, ages 7-14)
## 203                   Unemployment with basic education, male (% of male labor force with basic education)
## 204              Children in employment, self-employed, male (% of male children in employment, ages 7-14)
## 205                          Wage and salaried workers, male (% of male employment) (modeled ILO estimate)
## 206                                          Employers, male (% of male employment) (modeled ILO estimate)
## 207              Adequacy of unemployment benefits and ALMP (% of total welfare of beneficiary households)
## 208         Share of youth not in education, employment or training, female (% of female youth population)
## 209                             Children in employment, work only (% of children in employment, ages 7-14)
## 210                         Employment in services, female (% of female employment) (modeled ILO estimate)
## 211                    Contributing family workers, female (% of female employment) (modeled ILO estimate)
## 212                                         Female share of employment in senior and middle management (%)
## 213                          Child employment in agriculture (% of economically active children ages 7-14)
## 214                           Coverage of unemployment benefits and ALMP in 3rd quintile (% of population)
## 215                                       Unemployment, total (% of total labor force) (national estimate)
## 216         Unemployment with advanced education, female (% of female labor force with advanced education)
## 217         Child employment in manufacturing, female (% of female economically active children ages 7-14)
## 218                          Vulnerable employment, female (% of female employment) (modeled ILO estimate)
## 219                            Employment to population ratio, ages 15-24, male (%) (modeled ILO estimate)
## 220                        Unemployment with basic education (% of total labor force with basic education)
## 221                                            Part time employment, female (% of total female employment)
## 222              Children in employment, work only, female (% of female children in employment, ages 7-14)
## 223                         Children in employment, self-employed (% of children in employment, ages 7-14)
## 224                        Wage and salaried workers, total (% of total employment) (modeled ILO estimate)
## 225                                        Employers, total (% of total employment) (modeled ILO estimate)
## 226   Benefit incidence of unemployment benefits and ALMP to poorest quintile (% of total U/ALMP benefits)
## 227                                    Unemployment, total (% of total labor force) (modeled ILO estimate)
## 228             Unemployment with advanced education, male (% of male labor force with advanced education)
## 229             Children in employment, study and work, male (% of male children in employment, ages 7-14)
## 230             Child employment in manufacturing, male (% of male economically active children ages 7-14)
## 231                              Vulnerable employment, male (% of male employment) (modeled ILO estimate)
## 232                              Employment to population ratio, ages 15-24, total (%) (national estimate)
## 233                                         Unemployment, male (% of male labor force) (national estimate)
## 234                      Unemployment, youth total (% of total labor force ages 15-24) (national estimate)
## 235                             Employment in industry, male (% of male employment) (modeled ILO estimate)
## 236                                     Employment to population ratio, 15+, total (%) (national estimate)
## 237                          Employment to population ratio, ages 15-24, female (%) (modeled ILO estimate)
## 238           Children in employment, wage workers, female (% of female children in employment, ages 7-14)
## 239                  Unemployment with advanced education (% of total labor force with advanced education)
## 240                        Child employment in manufacturing (% of economically active children ages 7-14)
## 241                            Vulnerable employment, total (% of total employment) (modeled ILO estimate)
## 242                           Employment to population ratio, ages 15-24, total (%) (modeled ILO estimate)
##                IndicatorCode                  X1960                X1961
## 1       TM.TAX.MRCH.WM.AR.ZS                     NA                   NA
## 2          TM.TAX.MRCH.IP.ZS                     NA                   NA
## 3             NY.TAX.NIND.KN                     NA                   NA
## 4          TM.TAX.TCOM.BC.ZS                     NA                   NA
## 5          TM.TAX.MANF.BC.ZS                     NA                   NA
## 6          GC.TAX.INTT.RV.ZS                     NA                   NA
## 7       TM.TAX.MRCH.WM.FN.ZS                     NA                   NA
## 8       TM.TAX.MRCH.SM.AR.ZS                     NA                   NA
## 9          TM.TAX.TCOM.IP.ZS                     NA                   NA
## 10         TM.TAX.MANF.IP.ZS                     NA                   NA
## 11            IC.TAX.GIFT.ZS                     NA                   NA
## 12         GC.TAX.TOTL.GD.ZS                     NA                   NA
## 13         GC.TAX.GSRV.VA.ZS                     NA                   NA
## 14         IC.TAX.LABR.CP.ZS                     NA                   NA
## 15            GC.TAX.YPKG.CN                     NA                   NA
## 16         TM.TAX.MRCH.BR.ZS                     NA                   NA
## 17            NY.TAX.NIND.CN     54000000.000000000     56000000.0000000
## 18         TM.TAX.MRCH.SR.ZS                     NA                   NA
## 19         IC.TAX.OTHR.CP.ZS                     NA                   NA
## 20            GC.TAX.YPKG.ZS                     NA                   NA
## 21            GC.TAX.IMPT.ZS                     NA                   NA
## 22            GC.TAX.OTHR.CN                     NA                   NA
## 23            GC.TAX.IMPT.CN                     NA                   NA
## 24      TM.TAX.TCOM.WM.AR.ZS                     NA                   NA
## 25      TM.TAX.MANF.WM.AR.ZS                     NA                   NA
## 26               IC.TAX.PAYM                     NA                   NA
## 27            GC.TAX.EXPT.CN                     NA                   NA
## 28         IC.TAX.TOTL.CP.ZS                     NA                   NA
## 29            IC.FRM.INFM.ZS                     NA                   NA
## 30            GC.TAX.GSRV.CN                     NA                   NA
## 31            GC.TAX.INTT.CN                     NA                   NA
## 32      TM.TAX.TCOM.WM.FN.ZS                     NA                   NA
## 33      TM.TAX.MANF.WM.FN.ZS                     NA                   NA
## 34      TM.TAX.MRCH.SM.FN.ZS                     NA                   NA
## 35      TM.TAX.TCOM.SM.AR.ZS                     NA                   NA
## 36      TM.TAX.MANF.SM.AR.ZS                     NA                   NA
## 37            IC.FRM.METG.ZS                     NA                   NA
## 38         GC.TAX.GSRV.RV.ZS                     NA                   NA
## 39         TM.TAX.MRCH.BC.ZS                     NA                   NA
## 40            NY.TAX.NIND.CD      7087544.297000000      7350045.9380000
## 41      TM.TAX.TCOM.SM.FN.ZS                     NA                   NA
## 42      TM.TAX.MANF.SM.FN.ZS                     NA                   NA
## 43               IC.TAX.METG                     NA                   NA
## 44         GC.TAX.YPKG.RV.ZS                     NA                   NA
## 45               IC.TAX.DURS                     NA                   NA
## 46            GC.TAX.TOTL.CN                     NA                   NA
## 47         TM.TAX.TCOM.BR.ZS                     NA                   NA
## 48         TM.TAX.MANF.BR.ZS                     NA                   NA
## 49         TM.TAX.TCOM.SR.ZS                     NA                   NA
## 50         TM.TAX.MANF.SR.ZS                     NA                   NA
## 51         IC.TAX.PRFT.CP.ZS                     NA                   NA
## 52            GC.TAX.EXPT.ZS                     NA                   NA
## 53         GC.TAX.OTHR.RV.ZS                     NA                   NA
## 54         TG.VAL.TOTL.GD.ZS           10.819649130            4.8875896
## 55            NY.GDP.MKTP.KD   3312006963.000000000   3375208865.0000000
## 56         NY.GDP.COAL.RT.ZS                     NA                   NA
## 57         NY.GDP.PCAP.PP.KD                     NA                   NA
## 58         NY.GDP.MINR.RT.ZS                     NA                   NA
## 59            NY.GDP.MKTP.KN 253000000000.000000000 258000000000.0000000
## 60      NY.GDP.DEFL.KD.ZG.AD                     NA                   NA
## 61            NV.SRV.TOTL.ZS           98.605729370           98.6183074
## 62         ER.GDP.FWTL.M3.KD                     NA                   NA
## 63      BX.TRF.PWKR.DT.GD.ZS                     NA                   NA
## 64         SL.GDP.PCAP.EM.KD                     NA                   NA
## 65         SE.XPD.TERT.PC.ZS                     NA                   NA
## 66            NY.GDS.TOTL.ZS                     NA                   NA
## 67         NY.GDP.MKTP.KD.ZG                     NA            1.9082660
## 68         NY.GDP.DEFL.KD.ZG                     NA            2.6880000
## 69         SH.XPD.CHEX.GD.ZS                     NA                   NA
## 70         SE.XPD.PRIM.PC.ZS                     NA                   NA
## 71         NY.GDP.PETR.RT.ZS                     NA                   NA
## 72            NY.GDP.MKTP.CD    508334414.000000000    531959561.6000000
## 73            NE.DAB.TOTL.ZS                     NA                   NA
## 74         SH.XPD.GHED.GD.ZS                     NA                   NA
## 75         SE.XPD.TOTL.GD.ZS                     NA                   NA
## 76            PA.NUS.PPPC.RF                     NA                   NA
## 77         NY.GDP.MKTP.PP.KD                     NA                   NA
## 78         NY.GDP.DEFL.ZS.AD                     NA                   NA
## 79            NE.GDI.TOTL.ZS                     NA                   NA
## 80         GC.TAX.TOTL.GD.ZS                     NA                   NA
## 81         FS.AST.DOMS.GD.ZS                     NA                   NA
## 82         FM.AST.PRVT.GD.ZS            1.045701034            1.2262522
## 83         EN.ATM.CO2E.KD.GD                     NA                   NA
## 84         NY.GDP.PCAP.PP.CD                     NA                   NA
## 85         NY.GDP.FRST.RT.ZS                     NA                   NA
## 86            NE.GDI.FTOT.ZS                     NA                   NA
## 87         SE.XPD.SECO.PC.ZS                     NA                   NA
## 88         NY.GDP.MKTP.CN.AD                     NA                   NA
## 89            NV.IND.MANF.ZS                     NA                   NA
## 90            NE.TRD.GNFS.ZS                     NA                   NA
## 91         GC.REV.XGRT.GD.ZS                     NA                   NA
## 92         GB.XPD.RSDV.GD.ZS                     NA                   NA
## 93      EG.USE.COMM.GD.PP.KD                     NA                   NA
## 94         GC.NLD.TOTL.GD.ZS                     NA                   NA
## 95         BN.CAB.XOKA.GD.ZS                     NA                   NA
## 96         BG.GSR.NFSV.GD.ZS                     NA                   NA
## 97            NE.CON.PRVT.ZS                     NA                   NA
## 98         GC.LBL.TOTL.GD.ZS                     NA                   NA
## 99         FS.AST.PRVT.GD.ZS            1.045701034            1.2262522
## 100     BM.KLT.DINV.WD.GD.ZS                     NA                   NA
## 101           NY.GDP.PCAP.KD          327.757278300          328.7351119
## 102           NY.GDP.FCST.CN   3818999800.000000000   3996999900.0000000
## 103        FS.AST.CGOV.GD.ZS            0.002581978           -0.1579077
## 104        EN.ATM.CO2E.PP.GD                     NA                   NA
## 105     EG.GDP.PUSE.KO.PP.KD                     NA                   NA
## 106        EG.EGY.PRIM.PP.KD                     NA                   NA
## 107        GC.NFN.TOTL.GD.ZS                     NA                   NA
## 108        FM.LBL.BMNY.GD.ZS            5.411825598            6.3237110
## 109        NY.GDP.PCAP.KD.ZG                     NA            0.2983408
## 110           NY.GDP.FCST.KD                     NA                   NA
## 111        NY.GDP.TOTL.RT.ZS                     NA                   NA
## 112           NY.GDP.MKTP.CN   3872999900.000000000   4052999900.0000000
## 113           NE.RSB.GNFS.ZS                     NA                   NA
## 114        MS.MIL.XPND.GD.ZS                     NA                   NA
## 115        NY.GDP.NGAS.RT.ZS                     NA                   NA
## 116           NY.GDP.DISC.CN                     NA                   NA
## 117           NV.IND.TOTL.ZS                     NA                   NA
## 118           NE.GDI.FPRV.ZS                     NA                   NA
## 119        GC.DOD.TOTL.GD.ZS                     NA                   NA
## 120        FS.AST.DOMO.GD.ZS                     NA                   NA
## 121     EN.ATM.CO2E.PP.GD.KD                     NA                   NA
## 122     BX.KLT.DINV.WD.GD.ZS                     NA                   NA
## 123           NY.GDP.PCAP.KN        25056.702990000        25131.4573400
## 124           NY.GDP.FCST.KN                     NA                   NA
## 125           NE.IMP.GNFS.ZS                     NA                   NA
## 126           NY.GNS.ICTR.ZS                     NA                   NA
## 127           NY.GDP.PCAP.CD           50.304937720           51.8112487
## 128           NY.GDP.DISC.KN                     NA                   NA
## 129           NV.AGR.TOTL.ZS                     NA                   NA
## 130        CM.MKT.TRAD.GD.ZS                     NA                   NA
## 131        CM.MKT.LCAP.GD.ZS                     NA                   NA
## 132               PA.NUS.PPP                     NA                   NA
## 133        NY.GDP.MKTP.PP.CD                     NA                   NA
## 134           NY.GDP.DEFL.ZS            1.529623912            1.5707402
## 135           NE.EXP.GNFS.ZS                     NA                   NA
## 136           NY.GDP.PCAP.CN          383.273320500          394.7499041
## 137           NY.GDP.FCST.CD    501246856.500000000    524609515.7000000
## 138           NE.CON.TOTL.ZS                     NA                   NA
## 139        GC.AST.TOTL.GD.ZS                     NA                   NA
## 140        EG.GDP.PUSE.KO.PP                     NA                   NA
## 141           NE.CON.GOVT.ZS                     NA                   NA
## 142        GC.XPN.TOTL.GD.ZS                     NA                   NA
## 143        FD.AST.PRVT.GD.ZS            1.040537078            1.2139156
## 144           SL.UEM.NEET.ZS                     NA                   NA
## 145        SL.UEM.1524.FE.ZS                     NA                   NA
## 146           SL.SRV.EMPL.ZS                     NA                   NA
## 147           SL.FAM.WORK.ZS                     NA                   NA
## 148     SL.EMP.TOTL.SP.FE.ZS                     NA                   NA
## 149        SL.AGR.EMPL.MA.ZS                     NA                   NA
## 150  per_lm_alllm.cov_q5_tot                     NA                   NA
## 151        SL.UEM.INTM.MA.ZS                     NA                   NA
## 152           SL.TLF.PART.ZS                     NA                   NA
## 153     SL.TLF.0714.WK.MA.ZS                     NA                   NA
## 154        SL.SRV.0714.MA.ZS                     NA                   NA
## 155        SL.FAM.0714.MA.ZS                     NA                   NA
## 156        SL.EMP.SELF.MA.ZS                     NA                   NA
## 157        SL.AGR.0714.FE.ZS                     NA                   NA
## 158  per_lm_alllm.cov_q1_tot                     NA                   NA
## 159        SL.UEM.TOTL.FE.ZS                     NA                   NA
## 160        SL.UEM.1524.MA.ZS                     NA                   NA
## 161        SL.TLF.0714.MA.ZS                     NA                   NA
## 162        SL.IND.EMPL.FE.ZS                     NA                   NA
## 163     SL.EMP.TOTL.SP.MA.ZS                     NA                   NA
## 164  SL.EMP.1524.SP.FE.NE.ZS                     NA                   NA
## 165     SL.UEM.TOTL.FE.NE.ZS                     NA                   NA
## 166     SL.UEM.1524.MA.NE.ZS                     NA                   NA
## 167        SL.TLF.0714.FE.ZS                     NA                   NA
## 168  SL.EMP.TOTL.SP.MA.NE.ZS                     NA                   NA
## 169           SL.AGR.EMPL.ZS                     NA                   NA
## 170           SL.UEM.INTM.ZS                     NA                   NA
## 171           SL.SRV.0714.ZS                     NA                   NA
## 172           SL.FAM.0714.ZS                     NA                   NA
## 173           SL.EMP.SELF.ZS                     NA                   NA
## 174        SL.AGR.0714.MA.ZS                     NA                   NA
## 175  per_lm_alllm.cov_q2_tot                     NA                   NA
## 176        SL.UEM.TOTL.MA.ZS                     NA                   NA
## 177           SL.UEM.1524.ZS                     NA                   NA
## 178     SL.TLF.0714.SW.FE.ZS                     NA                   NA
## 179           SL.IND.EMPL.ZS                     NA                   NA
## 180        SL.EMP.TOTL.SP.ZS                     NA                   NA
## 181  SL.EMP.1524.SP.MA.NE.ZS                     NA                   NA
## 182        SL.UEM.INTM.FE.ZS                     NA                   NA
## 183        SL.TLF.PART.MA.ZS                     NA                   NA
## 184        SL.SRV.0714.FE.ZS                     NA                   NA
## 185        SL.FAM.0714.FE.ZS                     NA                   NA
## 186        SL.EMP.SELF.FE.ZS                     NA                   NA
## 187 per_lm_alllm.cov_pop_tot                     NA                   NA
## 188        SL.UEM.NEET.MA.ZS                     NA                   NA
## 189     SL.UEM.1524.FE.NE.ZS                     NA                   NA
## 190           SL.TLF.0714.ZS                     NA                   NA
## 191        SL.SRV.EMPL.MA.ZS                     NA                   NA
## 192        SL.FAM.WORK.MA.ZS                     NA                   NA
## 193  SL.EMP.TOTL.SP.FE.NE.ZS                     NA                   NA
## 194        SL.AGR.EMPL.FE.ZS                     NA                   NA
## 195  per_lm_alllm.cov_q4_tot                     NA                   NA
## 196        SL.WAG.0714.MA.ZS                     NA                   NA
## 197        SL.UEM.BASC.FE.ZS                     NA                   NA
## 198        SL.TLF.0714.SW.ZS                     NA                   NA
## 199        SL.SLF.0714.FE.ZS                     NA                   NA
## 200        SL.EMP.WORK.FE.ZS                     NA                   NA
## 201        SL.EMP.MPYR.FE.ZS                     NA                   NA
## 202           SL.WAG.0714.ZS                     NA                   NA
## 203        SL.UEM.BASC.MA.ZS                     NA                   NA
## 204        SL.SLF.0714.MA.ZS                     NA                   NA
## 205        SL.EMP.WORK.MA.ZS                     NA                   NA
## 206        SL.EMP.MPYR.MA.ZS                     NA                   NA
## 207 per_lm_alllm.adq_pop_tot                     NA                   NA
## 208        SL.UEM.NEET.FE.ZS                     NA                   NA
## 209        SL.TLF.0714.WK.ZS                     NA                   NA
## 210        SL.SRV.EMPL.FE.ZS                     NA                   NA
## 211        SL.FAM.WORK.FE.ZS                     NA                   NA
## 212        SL.EMP.SMGT.FE.ZS                     NA                   NA
## 213           SL.AGR.0714.ZS                     NA                   NA
## 214  per_lm_alllm.cov_q3_tot                     NA                   NA
## 215        SL.UEM.TOTL.NE.ZS                     NA                   NA
## 216        SL.UEM.ADVN.FE.ZS                     NA                   NA
## 217        SL.MNF.0714.FE.ZS                     NA                   NA
## 218        SL.EMP.VULN.FE.ZS                     NA                   NA
## 219     SL.EMP.1524.SP.MA.ZS                     NA                   NA
## 220           SL.UEM.BASC.ZS                     NA                   NA
## 221        SL.TLF.PART.FE.ZS                     NA                   NA
## 222     SL.TLF.0714.WK.FE.ZS                     NA                   NA
## 223           SL.SLF.0714.ZS                     NA                   NA
## 224           SL.EMP.WORK.ZS                     NA                   NA
## 225           SL.EMP.MPYR.ZS                     NA                   NA
## 226  per_lm_alllm.ben_q1_tot                     NA                   NA
## 227           SL.UEM.TOTL.ZS                     NA                   NA
## 228        SL.UEM.ADVN.MA.ZS                     NA                   NA
## 229     SL.TLF.0714.SW.MA.ZS                     NA                   NA
## 230        SL.MNF.0714.MA.ZS                     NA                   NA
## 231        SL.EMP.VULN.MA.ZS                     NA                   NA
## 232     SL.EMP.1524.SP.NE.ZS                     NA                   NA
## 233     SL.UEM.TOTL.MA.NE.ZS                     NA                   NA
## 234        SL.UEM.1524.NE.ZS                     NA                   NA
## 235        SL.IND.EMPL.MA.ZS                     NA                   NA
## 236     SL.EMP.TOTL.SP.NE.ZS                     NA                   NA
## 237     SL.EMP.1524.SP.FE.ZS                     NA                   NA
## 238        SL.WAG.0714.FE.ZS                     NA                   NA
## 239           SL.UEM.ADVN.ZS                     NA                   NA
## 240           SL.MNF.0714.ZS                     NA                   NA
## 241           SL.EMP.VULN.ZS                     NA                   NA
## 242        SL.EMP.1524.SP.ZS                     NA                   NA
##                     X1962                X1963               X1964
## 1                      NA                   NA                  NA
## 2                      NA                   NA                  NA
## 3                      NA                   NA                  NA
## 4                      NA                   NA                  NA
## 5                      NA                   NA                  NA
## 6                      NA                   NA                  NA
## 7                      NA                   NA                  NA
## 8                      NA                   NA                  NA
## 9                      NA                   NA                  NA
## 10                     NA                   NA                  NA
## 11                     NA                   NA                  NA
## 12                     NA                   NA                  NA
## 13                     NA                   NA                  NA
## 14                     NA                   NA                  NA
## 15                     NA                   NA                  NA
## 16                     NA                   NA                  NA
## 17      61000000.00000000     64000000.0000000     70000000.000000
## 18                     NA                   NA                  NA
## 19                     NA                   NA                  NA
## 20                     NA                   NA                  NA
## 21                     NA                   NA                  NA
## 22                     NA                   NA                  NA
## 23                     NA                   NA                  NA
## 24                     NA                   NA                  NA
## 25                     NA                   NA                  NA
## 26                     NA                   NA                  NA
## 27                     NA                   NA                  NA
## 28                     NA                   NA                  NA
## 29                     NA                   NA                  NA
## 30                     NA                   NA                  NA
## 31                     NA                   NA                  NA
## 32                     NA                   NA                  NA
## 33                     NA                   NA                  NA
## 34                     NA                   NA                  NA
## 35                     NA                   NA                  NA
## 36                     NA                   NA                  NA
## 37                     NA                   NA                  NA
## 38                     NA                   NA                  NA
## 39                     NA                   NA                  NA
## 40       8006300.03900000      6890092.2630000      6913580.247000
## 41                     NA                   NA                  NA
## 42                     NA                   NA                  NA
## 43                     NA                   NA                  NA
## 44                     NA                   NA                  NA
## 45                     NA                   NA                  NA
## 46                     NA                   NA                  NA
## 47                     NA                   NA                  NA
## 48                     NA                   NA                  NA
## 49                     NA                   NA                  NA
## 50                     NA                   NA                  NA
## 51                     NA                   NA                  NA
## 52                     NA                   NA                  NA
## 53                     NA                   NA                  NA
## 54             5.22565146           23.5437153           28.421759
## 55    3439686156.00000000   3504872049.0000000   3768874732.000000
## 56                     NA                   NA                  NA
## 57                     NA                   NA                  NA
## 58                     NA                   NA                  NA
## 59  263000000000.00000000 268000000000.0000000 288000000000.000000
## 60                     NA                   NA                  NA
## 61            98.60539098           98.6135182           98.606407
## 62                     NA                   NA                  NA
## 63                     NA                   NA                  NA
## 64                     NA                   NA                  NA
## 65                     NA                   NA                  NA
## 66                     NA                   NA                  NA
## 67             1.91032003            1.8951116            7.532449
## 68             5.89709100            3.5699251            1.194720
## 69                     NA                   NA                  NA
## 70                     NA                   NA                  NA
## 71                     NA                   NA                  NA
## 72     574091101.20000005    496947904.4000000    496098775.300000
## 73                     NA                   NA                  NA
## 74                     NA                   NA                  NA
## 75                     NA                   NA                  NA
## 76                     NA                   NA                  NA
## 77                     NA                   NA                  NA
## 78                     NA                   NA                  NA
## 79                     NA                   NA                  NA
## 80                     NA                   NA                  NA
## 81                     NA                   NA                  NA
## 82             1.25285777            1.2348354            1.499104
## 83                     NA                   NA                  NA
## 84                     NA                   NA                  NA
## 85                     NA                   NA                  NA
## 86                     NA                   NA                  NA
## 87                     NA                   NA                  NA
## 88                     NA                   NA                  NA
## 89                     NA                   NA                  NA
## 90                     NA                   NA                  NA
## 91                     NA                   NA                  NA
## 92                     NA                   NA                  NA
## 93                     NA                   NA                  NA
## 94                     NA                   NA                  NA
## 95                     NA                   NA                  NA
## 96                     NA                   NA                  NA
## 97                     NA                   NA                  NA
## 98                     NA                   NA                  NA
## 99             1.25285777            1.2348354            1.499104
## 100                    NA                   NA                  NA
## 101          329.68826720          330.5042565          349.489003
## 102   4312999900.00000000   4552000000.0000000   4952999900.000000
## 103           -0.03886603           -0.3531196           -0.806291
## 104                    NA                   NA                  NA
## 105                    NA                   NA                  NA
## 106                    NA                   NA                  NA
## 107                    NA                   NA                  NA
## 108            6.09739355            7.2595321            8.333665
## 109            0.28994631            0.2475033            5.744176
## 110                    NA                   NA                  NA
## 111                    NA                   NA                  NA
## 112   4374000100.00000000   4616000000.0000000   5023000100.000000
## 113                    NA                   NA                  NA
## 114                    NA                   NA                  NA
## 115                    NA                   NA                  NA
## 116                    NA                   NA                  NA
## 117                    NA                   NA                  NA
## 118                    NA                   NA                  NA
## 119                    NA                   NA                  NA
## 120                    NA                   NA                  NA
## 121                    NA                   NA                  NA
## 122                    NA                   NA                  NA
## 123        25204.32508000        25266.7066100        26718.070750
## 124                    NA                   NA                  NA
## 125                    NA                   NA                  NA
## 126                    NA                   NA                  NA
## 127           55.02568891           46.8614533           46.003404
## 128                    NA                   NA                  NA
## 129                    NA                   NA                  NA
## 130                    NA                   NA                  NA
## 131                    NA                   NA                  NA
## 132                    NA                   NA                  NA
## 133                    NA                   NA                  NA
## 134            1.66336818            1.7227492            1.743331
## 135                    NA                   NA                  NA
## 136          419.24072380          435.2819809          465.784464
## 137    566084774.89999998    490057812.2000000    489185175.300000
## 138                    NA                   NA                  NA
## 139                    NA                   NA                  NA
## 140                    NA                   NA                  NA
## 141                    NA                   NA                  NA
## 142                    NA                   NA                  NA
## 143            1.22770916            1.1676776            1.421461
## 144                    NA                   NA                  NA
## 145                    NA                   NA                  NA
## 146                    NA                   NA                  NA
## 147                    NA                   NA                  NA
## 148                    NA                   NA                  NA
## 149                    NA                   NA                  NA
## 150                    NA                   NA                  NA
## 151                    NA                   NA                  NA
## 152                    NA                   NA                  NA
## 153                    NA                   NA                  NA
## 154                    NA                   NA                  NA
## 155                    NA                   NA                  NA
## 156                    NA                   NA                  NA
## 157                    NA                   NA                  NA
## 158                    NA                   NA                  NA
## 159                    NA                   NA                  NA
## 160                    NA                   NA                  NA
## 161                    NA                   NA                  NA
## 162                    NA                   NA                  NA
## 163                    NA                   NA                  NA
## 164                    NA                   NA                  NA
## 165                    NA                   NA                  NA
## 166                    NA                   NA                  NA
## 167                    NA                   NA                  NA
## 168                    NA                   NA                  NA
## 169                    NA                   NA                  NA
## 170                    NA                   NA                  NA
## 171                    NA                   NA                  NA
## 172                    NA                   NA                  NA
## 173                    NA                   NA                  NA
## 174                    NA                   NA                  NA
## 175                    NA                   NA                  NA
## 176                    NA                   NA                  NA
## 177                    NA                   NA                  NA
## 178                    NA                   NA                  NA
## 179                    NA                   NA                  NA
## 180                    NA                   NA                  NA
## 181                    NA                   NA                  NA
## 182                    NA                   NA                  NA
## 183                    NA                   NA                  NA
## 184                    NA                   NA                  NA
## 185                    NA                   NA                  NA
## 186                    NA                   NA                  NA
## 187                    NA                   NA                  NA
## 188                    NA                   NA                  NA
## 189                    NA                   NA                  NA
## 190                    NA                   NA                  NA
## 191                    NA                   NA                  NA
## 192                    NA                   NA                  NA
## 193                    NA                   NA                  NA
## 194                    NA                   NA                  NA
## 195                    NA                   NA                  NA
## 196                    NA                   NA                  NA
## 197                    NA                   NA                  NA
## 198                    NA                   NA                  NA
## 199                    NA                   NA                  NA
## 200                    NA                   NA                  NA
## 201                    NA                   NA                  NA
## 202                    NA                   NA                  NA
## 203                    NA                   NA                  NA
## 204                    NA                   NA                  NA
## 205                    NA                   NA                  NA
## 206                    NA                   NA                  NA
## 207                    NA                   NA                  NA
## 208                    NA                   NA                  NA
## 209                    NA                   NA                  NA
## 210                    NA                   NA                  NA
## 211                    NA                   NA                  NA
## 212                    NA                   NA                  NA
## 213                    NA                   NA                  NA
## 214                    NA                   NA                  NA
## 215                    NA                   NA                  NA
## 216                    NA                   NA                  NA
## 217                    NA                   NA                  NA
## 218                    NA                   NA                  NA
## 219                    NA                   NA                  NA
## 220                    NA                   NA                  NA
## 221                    NA                   NA                  NA
## 222                    NA                   NA                  NA
## 223                    NA                   NA                  NA
## 224                    NA                   NA                  NA
## 225                    NA                   NA                  NA
## 226                    NA                   NA                  NA
## 227                    NA                   NA                  NA
## 228                    NA                   NA                  NA
## 229                    NA                   NA                  NA
## 230                    NA                   NA                  NA
## 231                    NA                   NA                  NA
## 232                    NA                   NA                  NA
## 233                    NA                   NA                  NA
## 234                    NA                   NA                  NA
## 235                    NA                   NA                  NA
## 236                    NA                   NA                  NA
## 237                    NA                   NA                  NA
## 238                    NA                   NA                  NA
## 239                    NA                   NA                  NA
## 240                    NA                   NA                  NA
## 241                    NA                   NA                  NA
## 242                    NA                   NA                  NA
##                    X1965                X1966                 X1967
## 1                     NA                   NA                    NA
## 2                     NA                   NA                    NA
## 3     1075144628.0000000   1406731222.0000000   1185673493.00000000
## 4                     NA                   NA                    NA
## 5                     NA                   NA                    NA
## 6                     NA                   NA                    NA
## 7                     NA                   NA                    NA
## 8                     NA                   NA                    NA
## 9                     NA                   NA                    NA
## 10                    NA                   NA                    NA
## 11                    NA                   NA                    NA
## 12                    NA                   NA                    NA
## 13                    NA                   NA                    NA
## 14                    NA                   NA                    NA
## 15                    NA                   NA                    NA
## 16                    NA                   NA                    NA
## 17      78000000.0000000    178000000.0000000     91000000.00000000
## 18                    NA                   NA                    NA
## 19                    NA                   NA                    NA
## 20                    NA                   NA                    NA
## 21                    NA                   NA                    NA
## 22                    NA                   NA                    NA
## 23                    NA                   NA                    NA
## 24                    NA                   NA                    NA
## 25                    NA                   NA                    NA
## 26                    NA                   NA                    NA
## 27                    NA                   NA                    NA
## 28                    NA                   NA                    NA
## 29                    NA                   NA                    NA
## 30                    NA                   NA                    NA
## 31                    NA                   NA                    NA
## 32                    NA                   NA                    NA
## 33                    NA                   NA                    NA
## 34                    NA                   NA                    NA
## 35                    NA                   NA                    NA
## 36                    NA                   NA                    NA
## 37                    NA                   NA                    NA
## 38                    NA                   NA                    NA
## 39                    NA                   NA                    NA
## 40      10237563.9800000     23362646.0200000     11943824.65000000
## 41                    NA                   NA                    NA
## 42                    NA                   NA                    NA
## 43                    NA                   NA                    NA
## 44                    NA                   NA                    NA
## 45                    NA                   NA                    NA
## 46                    NA                   NA                    NA
## 47                    NA                   NA                    NA
## 48                    NA                   NA                    NA
## 49                    NA                   NA                    NA
## 50                    NA                   NA                    NA
## 51                    NA                   NA                    NA
## 52                    NA                   NA                    NA
## 53                    NA                   NA                    NA
## 54            22.4408251           13.8948324           13.18330455
## 55    3723528046.0000000   3985688368.0000000   3923053375.00000000
## 56                    NA                   NA                    NA
## 57                    NA                   NA                    NA
## 58                    NA                   NA                    NA
## 59  285000000000.0000000 305000000000.0000000 300000000000.00000000
## 60                    NA                   NA                    NA
## 61            23.1702967           19.6989472           22.52533402
## 62                    NA                   NA                    NA
## 63                    NA                   NA                    NA
## 64                    NA                   NA                    NA
## 65                    NA                   NA                    NA
## 66                    NA                   NA                    NA
## 67            -1.2031890            7.0406431           -1.57149750
## 68            12.8851940           15.2188135           -5.66766503
## 69                    NA                   NA                    NA
## 70                    NA                   NA                    NA
## 71                    NA                   NA                    NA
## 72     735267082.3000000    906811943.8000000    841974025.50000000
## 73                    NA                   NA                    NA
## 74                    NA                   NA                    NA
## 75                    NA                   NA                    NA
## 76                    NA                   NA                    NA
## 77                    NA                   NA                    NA
## 78                    NA                   NA                    NA
## 79             6.4441272            4.8342740            4.98830857
## 80                    NA                   NA                    NA
## 81                    NA                   NA                    NA
## 82             1.8939665            1.7889709            1.92049880
## 83                    NA                   NA                    NA
## 84                    NA                   NA                    NA
## 85                    NA                   NA                    NA
## 86                    NA                   NA                    NA
## 87                    NA                   NA                    NA
## 88                    NA                   NA                    NA
## 89             3.2845413            3.4303082            3.41387368
## 90            21.6886830           14.4015049           13.82696783
## 91                    NA                   NA                    NA
## 92                    NA                   NA                    NA
## 93                    NA                   NA                    NA
## 94                    NA                   NA                    NA
## 95                    NA                   NA                    NA
## 96                    NA                   NA                    NA
## 97                    NA                   NA                    NA
## 98                    NA                   NA                    NA
## 99             1.8939665            1.7889709            1.92049880
## 100                   NA                   NA                    NA
## 101          339.3381853          356.7400014          344.64248770
## 102   5523999900.0000000   6731000200.0000000   6324000100.00000000
## 103           -0.4034274            0.4067159            0.56742010
## 104                   NA                   NA                    NA
## 105                   NA                   NA                    NA
## 106                   NA                   NA                    NA
## 107                   NA                   NA                    NA
## 108            9.3787935            8.0460267            9.37802012
## 109           -2.9044742            5.1281632           -3.39112902
## 110   3686900953.0000000   3942894641.0000000   3883721670.00000000
## 111                   NA                   NA                    NA
## 112   5601999900.0000000   6909000200.0000000   6415000100.00000000
## 113           -6.1585149           -3.1118830           -0.07794232
## 114                   NA                   NA                    NA
## 115                   NA                   NA                    NA
## 116                   NA                   NA                    NA
## 117           10.8532669            9.0316975            9.82073251
## 118                   NA                   NA                    NA
## 119                   NA                   NA                    NA
## 120                   NA                   NA                    NA
## 121                   NA                   NA                    NA
## 122                   NA                   NA                    NA
## 123        25942.0512800        27272.4020200        26347.55968000
## 124 285000000000.0000000 305000000000.0000000 300000000000.00000000
## 125           13.9235990            8.7566939            6.95245507
## 126                   NA                   NA                    NA
## 127           67.0074710           81.1644224           73.96790076
## 128                   NA                   NA                    NA
## 129           64.5840765           68.6930057           66.23538322
## 130                   NA                   NA                    NA
## 131                   NA                   NA                    NA
## 132                   NA                   NA                    NA
## 133                   NA                   NA                    NA
## 134            1.9679628            2.2674634            2.13895117
## 135            7.7650840            5.6448110            6.87451275
## 136          510.5299213          618.3917340          563.56143590
## 137    725029518.3000000    883449297.8000000    830030200.79999995
## 138                   NA                   NA                    NA
## 139                   NA                   NA                    NA
## 140                   NA                   NA                    NA
## 141                   NA                   NA                    NA
## 142                   NA                   NA                    NA
## 143            1.8332739            1.6196265            1.82696802
## 144                   NA                   NA                    NA
## 145                   NA                   NA                    NA
## 146                   NA                   NA                    NA
## 147                   NA                   NA                    NA
## 148                   NA                   NA                    NA
## 149                   NA                   NA                    NA
## 150                   NA                   NA                    NA
## 151                   NA                   NA                    NA
## 152                   NA                   NA                    NA
## 153                   NA                   NA                    NA
## 154                   NA                   NA                    NA
## 155                   NA                   NA                    NA
## 156                   NA                   NA                    NA
## 157                   NA                   NA                    NA
## 158                   NA                   NA                    NA
## 159                   NA                   NA                    NA
## 160                   NA                   NA                    NA
## 161                   NA                   NA                    NA
## 162                   NA                   NA                    NA
## 163                   NA                   NA                    NA
## 164                   NA                   NA                    NA
## 165                   NA                   NA                    NA
## 166                   NA                   NA                    NA
## 167                   NA                   NA                    NA
## 168                   NA                   NA                    NA
## 169                   NA                   NA                    NA
## 170                   NA                   NA                    NA
## 171                   NA                   NA                    NA
## 172                   NA                   NA                    NA
## 173                   NA                   NA                    NA
## 174                   NA                   NA                    NA
## 175                   NA                   NA                    NA
## 176                   NA                   NA                    NA
## 177                   NA                   NA                    NA
## 178                   NA                   NA                    NA
## 179                   NA                   NA                    NA
## 180                   NA                   NA                    NA
## 181                   NA                   NA                    NA
## 182                   NA                   NA                    NA
## 183                   NA                   NA                    NA
## 184                   NA                   NA                    NA
## 185                   NA                   NA                    NA
## 186                   NA                   NA                    NA
## 187                   NA                   NA                    NA
## 188                   NA                   NA                    NA
## 189                   NA                   NA                    NA
## 190                   NA                   NA                    NA
## 191                   NA                   NA                    NA
## 192                   NA                   NA                    NA
## 193                   NA                   NA                    NA
## 194                   NA                   NA                    NA
## 195                   NA                   NA                    NA
## 196                   NA                   NA                    NA
## 197                   NA                   NA                    NA
## 198                   NA                   NA                    NA
## 199                   NA                   NA                    NA
## 200                   NA                   NA                    NA
## 201                   NA                   NA                    NA
## 202                   NA                   NA                    NA
## 203                   NA                   NA                    NA
## 204                   NA                   NA                    NA
## 205                   NA                   NA                    NA
## 206                   NA                   NA                    NA
## 207                   NA                   NA                    NA
## 208                   NA                   NA                    NA
## 209                   NA                   NA                    NA
## 210                   NA                   NA                    NA
## 211                   NA                   NA                    NA
## 212                   NA                   NA                    NA
## 213                   NA                   NA                    NA
## 214                   NA                   NA                    NA
## 215                   NA                   NA                    NA
## 216                   NA                   NA                    NA
## 217                   NA                   NA                    NA
## 218                   NA                   NA                    NA
## 219                   NA                   NA                    NA
## 220                   NA                   NA                    NA
## 221                   NA                   NA                    NA
## 222                   NA                   NA                    NA
## 223                   NA                   NA                    NA
## 224                   NA                   NA                    NA
## 225                   NA                   NA                    NA
## 226                   NA                   NA                    NA
## 227                   NA                   NA                    NA
## 228                   NA                   NA                    NA
## 229                   NA                   NA                    NA
## 230                   NA                   NA                    NA
## 231                   NA                   NA                    NA
## 232                   NA                   NA                    NA
## 233                   NA                   NA                    NA
## 234                   NA                   NA                    NA
## 235                   NA                   NA                    NA
## 236                   NA                   NA                    NA
## 237                   NA                   NA                    NA
## 238                   NA                   NA                    NA
## 239                   NA                   NA                    NA
## 240                   NA                   NA                    NA
## 241                   NA                   NA                    NA
## 242                   NA                   NA                    NA
##                    X1968               X1969                X1970
## 1                     NA                  NA                   NA
## 2                     NA                  NA                   NA
## 3     1446923644.0000000   3024472246.000000  -1115337050.0000000
## 4                     NA                  NA                   NA
## 5                     NA                  NA                   NA
## 6                     NA                  NA                   NA
## 7                     NA                  NA                   NA
## 8                     NA                  NA                   NA
## 9                     NA                  NA                   NA
## 10                    NA                  NA                   NA
## 11                    NA                  NA                   NA
## 12                    NA                  NA                   NA
## 13                    NA                  NA                   NA
## 14                    NA                  NA                   NA
## 15                    NA                  NA                   NA
## 16                    NA                  NA                   NA
## 17     108000000.0000000    161000000.000000     55000000.0000000
## 18                    NA                  NA                   NA
## 19                    NA                  NA                   NA
## 20                    NA                  NA                   NA
## 21                    NA                  NA                   NA
## 22                    NA                  NA                   NA
## 23                    NA                  NA                   NA
## 24                    NA                  NA                   NA
## 25                    NA                  NA                   NA
## 26                    NA                  NA                   NA
## 27                    NA                  NA                   NA
## 28                    NA                  NA                   NA
## 29                    NA                  NA                   NA
## 30                    NA                  NA                   NA
## 31                    NA                  NA                   NA
## 32                    NA                  NA                   NA
## 33                    NA                  NA                   NA
## 34                    NA                  NA                   NA
## 35                    NA                  NA                   NA
## 36                    NA                  NA                   NA
## 37                    NA                  NA                   NA
## 38                    NA                  NA                   NA
## 39                    NA                  NA                   NA
## 40      11627030.6900000     15901234.570000      5432098.7650000
## 41                    NA                  NA                   NA
## 42                    NA                  NA                   NA
## 43                    NA                  NA                   NA
## 44                    NA                  NA                   NA
## 45                    NA                  NA                   NA
## 46                    NA                  NA                   NA
## 47                    NA                  NA                   NA
## 48                    NA                  NA                   NA
## 49                    NA                  NA                   NA
## 50                    NA                  NA                   NA
## 51                    NA                  NA                   NA
## 52                    NA                  NA                   NA
## 53                    NA                  NA                   NA
## 54            13.5970092           17.625235           13.5107778
## 55    3949552951.0000000   4125838151.000000   4232119417.0000000
## 56                    NA                  NA                   NA
## 57                    NA                  NA                   NA
## 58                    NA                  NA            0.0000000
## 59  302000000000.0000000 315000000000.000000 324000000000.0000000
## 60                    NA                  NA                   NA
## 61            21.0232853           21.202253           21.0424259
## 62                    NA                  NA                   NA
## 63                    NA                  NA                   NA
## 64                    NA                  NA                   NA
## 65                    NA                  NA                   NA
## 66                    NA                  NA                   NA
## 67             0.6754835            4.463422            2.5759921
## 68            11.0658262            6.563831            7.0483308
## 69                    NA                  NA                   NA
## 70                    NA                  NA                   NA
## 71                    NA                  NA                   NA
## 72     772228643.4000000    788641965.400000    865975308.6000000
## 73                    NA                  NA                   NA
## 74                    NA                  NA                   NA
## 75                    NA                  NA                   NA
## 76                    NA                  NA                   NA
## 77                    NA                  NA                   NA
## 78                    NA                  NA                   NA
## 79             5.6879965            4.846587            5.9648723
## 80                    NA                  NA                   NA
## 81                    NA                  NA                   NA
## 82             2.2152516            2.414527            2.8695255
## 83                    NA                  NA                   NA
## 84                    NA                  NA                   NA
## 85                    NA                  NA            1.5473355
## 86                    NA                  NA                   NA
## 87                    NA                  NA                   NA
## 88                    NA                  NA                   NA
## 89             3.5689390            3.844709            3.6838504
## 90            14.3454618           17.232311           13.2071168
## 91                    NA                  NA                   NA
## 92                    NA                  NA                   NA
## 93                    NA                  NA                   NA
## 94                    NA                  NA                   NA
## 95                    NA                  NA                   NA
## 96                    NA                  NA                   NA
## 97                    NA                  NA                   NA
## 98                    NA                  NA                   NA
## 99             2.2152516            2.414527            2.8695255
## 100                   NA                  NA                   NA
## 101          340.3636539          348.623382          350.4968780
## 102   7065000200.0000000   7823999900.000000   8713000000.0000000
## 103           -2.3713927           -2.623669           -2.2810219
## 104                   NA                  NA                   NA
## 105                   NA                  NA                   NA
## 106                   NA                  NA                   NA
## 107                   NA                  NA                   NA
## 108           10.0097585           11.551660           10.5075274
## 109           -1.2415282            2.426736            0.5373982
## 110   3906404576.0000000   4059550032.000000   4223262069.0000000
## 111                   NA                  NA            1.5473355
## 112   7173000200.0000000   7984999900.000000   8768000000.0000000
## 113           -0.6552349           -3.206011           -3.3987226
## 114                   NA                  NA            0.5930193
## 115                   NA                  NA                   NA
## 116                   NA                  NA                   NA
## 117           10.0794644           10.356919           11.4621350
## 118                   NA                  NA                   NA
## 119                   NA                  NA                   NA
## 120                   NA                  NA                   NA
## 121                   NA                  NA                   NA
## 122                   NA                  NA                   NA
## 123        26020.4472900        26651.894930        26795.1217300
## 124 302000000000.0000000 314000000000.000000 327000000000.0000000
## 125            7.5003483           10.219161            8.3029197
## 126                   NA                  NA                   NA
## 127           66.5489401           66.638346           71.7185911
## 128                   NA                  NA                   NA
## 129           67.3916041           66.424547           66.8681581
## 130                   NA                  NA                   NA
## 131                   NA                  NA                   NA
## 132                   NA                  NA                   NA
## 133                   NA                  NA                   NA
## 134            2.3756438            2.531577            2.7100110
## 135            6.8451134            7.013150            4.9041971
## 136          618.1531398          674.713251          726.1507352
## 137    760601612.7000000    772740730.900000    860543209.9000000
## 138                   NA                  NA                   NA
## 139                   NA                  NA                   NA
## 140                   NA                  NA                   NA
## 141                   NA                  NA                   NA
## 142                   NA                  NA                   NA
## 143            2.1413634            2.275517            2.7395073
## 144                   NA                  NA                   NA
## 145                   NA                  NA                   NA
## 146                   NA                  NA                   NA
## 147                   NA                  NA                   NA
## 148                   NA                  NA                   NA
## 149                   NA                  NA                   NA
## 150                   NA                  NA                   NA
## 151                   NA                  NA                   NA
## 152                   NA                  NA                   NA
## 153                   NA                  NA                   NA
## 154                   NA                  NA                   NA
## 155                   NA                  NA                   NA
## 156                   NA                  NA                   NA
## 157                   NA                  NA                   NA
## 158                   NA                  NA                   NA
## 159                   NA                  NA                   NA
## 160                   NA                  NA                   NA
## 161                   NA                  NA                   NA
## 162                   NA                  NA                   NA
## 163                   NA                  NA                   NA
## 164                   NA                  NA                   NA
## 165                   NA                  NA                   NA
## 166                   NA                  NA                   NA
## 167                   NA                  NA                   NA
## 168                   NA                  NA                   NA
## 169                   NA                  NA                   NA
## 170                   NA                  NA                   NA
## 171                   NA                  NA                   NA
## 172                   NA                  NA                   NA
## 173                   NA                  NA                   NA
## 174                   NA                  NA                   NA
## 175                   NA                  NA                   NA
## 176                   NA                  NA                   NA
## 177                   NA                  NA                   NA
## 178                   NA                  NA                   NA
## 179                   NA                  NA                   NA
## 180                   NA                  NA                   NA
## 181                   NA                  NA                   NA
## 182                   NA                  NA                   NA
## 183                   NA                  NA                   NA
## 184                   NA                  NA                   NA
## 185                   NA                  NA                   NA
## 186                   NA                  NA                   NA
## 187                   NA                  NA                   NA
## 188                   NA                  NA                   NA
## 189                   NA                  NA                   NA
## 190                   NA                  NA                   NA
## 191                   NA                  NA                   NA
## 192                   NA                  NA                   NA
## 193                   NA                  NA                   NA
## 194                   NA                  NA                   NA
## 195                   NA                  NA                   NA
## 196                   NA                  NA                   NA
## 197                   NA                  NA                   NA
## 198                   NA                  NA                   NA
## 199                   NA                  NA                   NA
## 200                   NA                  NA                   NA
## 201                   NA                  NA                   NA
## 202                   NA                  NA                   NA
## 203                   NA                  NA                   NA
## 204                   NA                  NA                   NA
## 205                   NA                  NA                   NA
## 206                   NA                  NA                   NA
## 207                   NA                  NA                   NA
## 208                   NA                  NA                   NA
## 209                   NA                  NA                   NA
## 210                   NA                  NA                   NA
## 211                   NA                  NA                   NA
## 212                   NA                  NA                   NA
## 213                   NA                  NA                   NA
## 214                   NA                  NA                   NA
## 215                   NA                  NA                   NA
## 216                   NA                  NA                   NA
## 217                   NA                  NA                   NA
## 218                   NA                  NA                   NA
## 219                   NA                  NA                   NA
## 220                   NA                  NA                   NA
## 221                   NA                  NA                   NA
## 222                   NA                  NA                   NA
## 223                   NA                  NA                   NA
## 224                   NA                  NA                   NA
## 225                   NA                  NA                   NA
## 226                   NA                  NA                   NA
## 227                   NA                  NA                   NA
## 228                   NA                  NA                   NA
## 229                   NA                  NA                   NA
## 230                   NA                  NA                   NA
## 231                   NA                  NA                   NA
## 232                   NA                  NA                   NA
## 233                   NA                  NA                   NA
## 234                   NA                  NA                   NA
## 235                   NA                  NA                   NA
## 236                   NA                  NA                   NA
## 237                   NA                  NA                   NA
## 238                   NA                  NA                   NA
## 239                   NA                  NA                   NA
## 240                   NA                  NA                   NA
## 241                   NA                  NA                   NA
## 242                   NA                  NA                   NA
##                    X1971                  X1972                  X1973
## 1                     NA                     NA                     NA
## 2                     NA                     NA                     NA
## 3     2481876086.0000000   4049376524.000000000   3225433883.000000000
## 4                     NA                     NA                     NA
## 5                     NA                     NA                     NA
## 6                     NA                     NA                     NA
## 7                     NA                     NA                     NA
## 8                     NA                     NA                     NA
## 9                     NA                     NA                     NA
## 10                    NA                     NA                     NA
## 11                    NA                     NA                     NA
## 12                    NA                     NA                     NA
## 13                    NA                     NA                     NA
## 14                    NA                     NA                     NA
## 15                    NA                     NA                     NA
## 16                    NA                     NA                     NA
## 17     163000000.0000000    239000000.000000000    204000000.000000000
## 18                    NA                     NA                     NA
## 19                    NA                     NA                     NA
## 20                    NA                     NA                     NA
## 21                    NA                     NA                     NA
## 22                    NA                     NA                     NA
## 23                    NA                     NA                     NA
## 24                    NA                     NA                     NA
## 25                    NA                     NA                     NA
## 26                    NA                     NA                     NA
## 27                    NA                     NA                     NA
## 28                    NA                     NA                     NA
## 29                    NA                     NA                     NA
## 30                    NA                     NA                     NA
## 31                    NA                     NA                     NA
## 32                    NA                     NA                     NA
## 33                    NA                     NA                     NA
## 34                    NA                     NA                     NA
## 35                    NA                     NA                     NA
## 36                    NA                     NA                     NA
## 37                    NA                     NA                     NA
## 38                    NA                     NA                     NA
## 39                    NA                     NA                     NA
## 40      16098765.4300000     23604938.270000000     19892541.270000000
## 41                    NA                     NA                     NA
## 42                    NA                     NA                     NA
## 43                    NA                     NA                     NA
## 44                    NA                     NA                     NA
## 45                    NA                     NA                     NA
## 46                    NA                     NA                     NA
## 47                    NA                     NA                     NA
## 48                    NA                     NA                     NA
## 49                    NA                     NA                     NA
## 50                    NA                     NA                     NA
## 51                    NA                     NA                     NA
## 52                    NA                     NA                     NA
## 53                    NA                     NA                     NA
## 54            15.0662893           13.963496420           17.179272060
## 55    4181529368.0000000   4311901106.000000000   4291353333.000000000
## 56             0.0000000            0.000000000            0.000000000
## 57                    NA                     NA                     NA
## 58             0.0000000            0.000000000            0.000000000
## 59  320000000000.0000000 330000000000.000000000 328000000000.000000000
## 60                    NA                     NA                     NA
## 61            22.1973620           20.754176070           23.031401420
## 62                    NA                     NA                     NA
## 63                    NA                     NA                     NA
## 64                    NA                     NA                     NA
## 65                    NA                     NA                     NA
## 66                    NA                     NA                     NA
## 67            -1.1953833            3.117800364           -0.476536268
## 68             3.1721761           12.502683340           -3.397305595
## 69                    NA                     NA                     NA
## 70                    NA                     NA                     NA
## 71             0.0000000            0.000000000            0.000000000
## 72     882765471.6000000   1024098805.000000000    972101725.000000000
## 73                    NA                     NA                     NA
## 74                    NA                     NA                     NA
## 75                    NA                     NA                     NA
## 76                    NA                     NA                     NA
## 77                    NA                     NA                     NA
## 78                    NA                     NA                     NA
## 79             7.7534120            7.329539692            9.178452837
## 80                    NA                     NA                     NA
## 81                    NA                     NA                     NA
## 82             3.8397850            3.515285813            4.790851448
## 83                    NA                     NA                     NA
## 84                    NA                     NA                     NA
## 85             1.4022809            1.174958540            2.113309698
## 86                    NA                     NA                     NA
## 87                    NA                     NA                     NA
## 88                    NA                     NA                     NA
## 89             3.7592301            3.944449650            4.002407303
## 90            14.5334520           13.578936690           16.982645520
## 91                    NA                     NA                     NA
## 92                    NA                     NA                     NA
## 93                    NA                     NA                     NA
## 94                    NA                     NA                     NA
## 95                    NA                     NA                     NA
## 96                    NA                     NA                     NA
## 97                    NA                     NA                     NA
## 98                    NA                     NA                     NA
## 99             3.8397850            3.515285813            4.790851448
## 100                   NA                     NA                     NA
## 101          339.3001296          342.672848000          333.900162100
## 102   8775000400.0000000  10130000400.000000000   9765000400.000000000
## 103           -0.7354844            0.012482486            0.216202118
## 104                   NA                     NA                     NA
## 105                   NA                     NA                     NA
## 106                   NA                     NA                     NA
## 107                   NA                     NA                     NA
## 108           12.2812704           12.372455880           16.489115600
## 109           -3.1945358            0.994022145           -2.560076152
## 110   4122527100.0000000   4230165653.000000000   4221289620.000000000
## 111            1.4022809            1.174958540            2.113309698
## 112   8938000400.0000000  10369000400.000000000   9969000400.000000000
## 113           -3.7256655           -2.256726695           -3.761660999
## 114            0.6179106            0.647556299            0.657680994
## 115            0.0000000            0.000000000            0.000000000
## 116                   NA                     NA                     NA
## 117            9.1407470            9.094415697            9.589727773
## 118                   NA                     NA                     NA
## 119                   NA                     NA                     NA
## 120                   NA                     NA                     NA
## 121                   NA                     NA                     NA
## 122                   NA            0.002929405           -0.001028699
## 123        25939.1419600        26196.982770000        25526.320070000
## 124 319000000000.0000000 327000000000.000000000 327000000000.000000000
## 125            9.1295588            7.917831694           10.372153260
## 126                   NA                     NA                     NA
## 127           71.6298781           81.386573000           75.636960740
## 128                   NA                     NA                     NA
## 129           66.8382170           67.846460880           65.332527220
## 130                   NA                     NA                     NA
## 131                   NA                     NA                     NA
## 132                   NA                     NA                     NA
## 133                   NA                     NA                     NA
## 134            2.7959773            3.145549465            3.038685537
## 135            5.4038932            5.661104999            6.610492262
## 136          725.2525157          824.039051600          775.664596100
## 137    866666706.2000000   1000493867.000000000    952209183.700000048
## 138                   NA                     NA                     NA
## 139                   NA                     NA                     NA
## 140                   NA                     NA                     NA
## 141                   NA                     NA                     NA
## 142                   NA                     NA                     NA
## 143            3.7155962            3.437168350            4.603269953
## 144                   NA                     NA                     NA
## 145                   NA                     NA                     NA
## 146                   NA                     NA                     NA
## 147                   NA                     NA                     NA
## 148                   NA                     NA                     NA
## 149                   NA                     NA                     NA
## 150                   NA                     NA                     NA
## 151                   NA                     NA                     NA
## 152                   NA                     NA                     NA
## 153                   NA                     NA                     NA
## 154                   NA                     NA                     NA
## 155                   NA                     NA                     NA
## 156                   NA                     NA                     NA
## 157                   NA                     NA                     NA
## 158                   NA                     NA                     NA
## 159                   NA                     NA                     NA
## 160                   NA                     NA                     NA
## 161                   NA                     NA                     NA
## 162                   NA                     NA                     NA
## 163                   NA                     NA                     NA
## 164                   NA                     NA                     NA
## 165                   NA                     NA                     NA
## 166                   NA                     NA                     NA
## 167                   NA                     NA                     NA
## 168                   NA                     NA                     NA
## 169                   NA                     NA                     NA
## 170                   NA                     NA                     NA
## 171                   NA                     NA                     NA
## 172                   NA                     NA                     NA
## 173                   NA                     NA                     NA
## 174                   NA                     NA                     NA
## 175                   NA                     NA                     NA
## 176                   NA                     NA                     NA
## 177                   NA                     NA                     NA
## 178                   NA                     NA                     NA
## 179                   NA                     NA                     NA
## 180                   NA                     NA                     NA
## 181                   NA                     NA                     NA
## 182                   NA                     NA                     NA
## 183                   NA                     NA                     NA
## 184                   NA                     NA                     NA
## 185                   NA                     NA                     NA
## 186                   NA                     NA                     NA
## 187                   NA                     NA                     NA
## 188                   NA                     NA                     NA
## 189                   NA                     NA                     NA
## 190                   NA                     NA                     NA
## 191                   NA                     NA                     NA
## 192                   NA                     NA                     NA
## 193                   NA                     NA                     NA
## 194                   NA                     NA                     NA
## 195                   NA                     NA                     NA
## 196                   NA                     NA                     NA
## 197                   NA                     NA                     NA
## 198                   NA                     NA                     NA
## 199                   NA                     NA                     NA
## 200                   NA                     NA                     NA
## 201                   NA                     NA                     NA
## 202                   NA                     NA                     NA
## 203                   NA                     NA                     NA
## 204                   NA                     NA                     NA
## 205                   NA                     NA                     NA
## 206                   NA                     NA                     NA
## 207                   NA                     NA                     NA
## 208                   NA                     NA                     NA
## 209                   NA                     NA                     NA
## 210                   NA                     NA                     NA
## 211                   NA                     NA                     NA
## 212                   NA                     NA                     NA
## 213                   NA                     NA                     NA
## 214                   NA                     NA                     NA
## 215                   NA                     NA                     NA
## 216                   NA                     NA                     NA
## 217                   NA                     NA                     NA
## 218                   NA                     NA                     NA
## 219                   NA                     NA                     NA
## 220                   NA                     NA                     NA
## 221                   NA                     NA                     NA
## 222                   NA                     NA                     NA
## 223                   NA                     NA                     NA
## 224                   NA                     NA                     NA
## 225                   NA                     NA                     NA
## 226                   NA                     NA                     NA
## 227                   NA                     NA                     NA
## 228                   NA                     NA                     NA
## 229                   NA                     NA                     NA
## 230                   NA                     NA                     NA
## 231                   NA                     NA                     NA
## 232                   NA                     NA                     NA
## 233                   NA                     NA                     NA
## 234                   NA                     NA                     NA
## 235                   NA                     NA                     NA
## 236                   NA                     NA                     NA
## 237                   NA                     NA                     NA
## 238                   NA                     NA                     NA
## 239                   NA                     NA                     NA
## 240                   NA                     NA                     NA
## 241                   NA                     NA                     NA
## 242                   NA                     NA                     NA
##                     X1974                X1975                  X1976
## 1                      NA                   NA                     NA
## 2                      NA                   NA                     NA
## 3     6511156281.00000000   9405003569.0000000  12570149882.000000000
## 4                      NA                   NA                     NA
## 5                      NA                   NA                     NA
## 6                      NA                   NA                     NA
## 7                      NA                   NA                     NA
## 8                      NA                   NA                     NA
## 9                      NA                   NA                     NA
## 10                     NA                   NA                     NA
## 11                     NA                   NA                     NA
## 12                     NA                   NA                     NA
## 13                     NA                   NA                     NA
## 14                     NA                   NA                     NA
## 15                     NA                   NA                     NA
## 16                     NA                   NA                     NA
## 17     383000000.00000000    635000000.0000000    805000000.000000000
## 18                     NA                   NA                     NA
## 19                     NA                   NA                     NA
## 20                     NA                   NA                     NA
## 21                     NA                   NA                     NA
## 22                     NA                   NA                     NA
## 23                     NA                   NA                     NA
## 24                     NA                   NA                     NA
## 25                     NA                   NA                     NA
## 26                     NA                   NA                     NA
## 27                     NA                   NA                     NA
## 28                     NA                   NA                     NA
## 29                     NA                   NA                     NA
## 30                     NA                   NA                     NA
## 31                     NA                   NA                     NA
## 32                     NA                   NA                     NA
## 33                     NA                   NA                     NA
## 34                     NA                   NA                     NA
## 35                     NA                   NA                     NA
## 36                     NA                   NA                     NA
## 37                     NA                   NA                     NA
## 38                     NA                   NA                     NA
## 39                     NA                   NA                     NA
## 40      36420692.28000000     60384176.4900000     67235734.329999998
## 41                     NA                   NA                     NA
## 42                     NA                   NA                     NA
## 43                     NA                   NA                     NA
## 44                     NA                   NA                     NA
## 45                     NA                   NA                     NA
## 46                     NA                   NA                     NA
## 47                     NA                   NA                     NA
## 48                     NA                   NA                     NA
## 49                     NA                   NA                     NA
## 50                     NA                   NA                     NA
## 51                     NA                   NA                     NA
## 52                     NA                   NA                     NA
## 53                     NA                   NA                     NA
## 54            16.42098752           17.2611914           17.965395070
## 55    4563150075.00000000   4629611019.0000000   4833246135.000000000
## 56             0.00000000            0.0000000            0.000000000
## 57                     NA                   NA                     NA
## 58             0.09453894            0.0000000            0.000000000
## 59  349000000000.00000000 354000000000.0000000 369000000000.000000000
## 60                     NA                   NA                     NA
## 61            19.88600640           19.2987746           20.840519260
## 62                     NA                   NA                     NA
## 63                     NA                   NA                     NA
## 64                     NA                   NA                     NA
## 65                     NA                   NA                     NA
## 66                     NA           10.0295692           11.728183350
## 67             6.33359037            1.4564707            4.398536178
## 68            20.82566953           27.5227470            0.544042340
## 69                     NA                   NA                     NA
## 70                     NA                   NA                     NA
## 71             0.00000000            0.0000000            0.000000000
## 72    1217953547.00000000   1575789254.0000000   1452792989.000000000
## 73                     NA          104.4656328          103.403471300
## 74                     NA                   NA                     NA
## 75                     NA                   NA                     NA
## 76                     NA                   NA                     NA
## 77                     NA                   NA                     NA
## 78                     NA                   NA                     NA
## 79             8.76015025           14.4952020           15.131654680
## 80                     NA                   NA                     NA
## 81                     NA                   NA                     NA
## 82             4.88600894            4.4125280            3.625962997
## 83                     NA                   NA                     NA
## 84                     NA                   NA                     NA
## 85             1.94522473            3.4361003            2.285661967
## 86                     NA           13.4150029           14.045073670
## 87                     NA                   NA                     NA
## 88                     NA                   NA                     NA
## 89             4.10680840            4.0070002            3.966885156
## 90            15.99781527           22.2678187           24.951132140
## 91                     NA                   NA                     NA
## 92                     NA                   NA                     NA
## 93                     NA                   NA                     NA
## 94                     NA                   NA                     NA
## 95                     NA                   NA            1.275887214
## 96                     NA                   NA            7.168953968
## 97                     NA           82.3848903           80.832469710
## 98                     NA                   NA                     NA
## 99             4.88600894            4.4125280            3.625962997
## 100                    NA                   NA            0.000000000
## 101          347.50283480          344.9690325          352.291126700
## 102  12424999500.00000000  15935999800.0000000  16588999900.000000000
## 103            0.71184724            1.3495835            3.014832718
## 104                    NA                   NA                     NA
## 105                    NA                   NA                     NA
## 106                    NA                   NA                     NA
## 107                    NA                   NA                     NA
## 108           15.02888878           13.0336131           15.950327790
## 109            4.07387424           -0.7291458            2.122536677
## 110   4445442468.00000000   4470943244.0000000   4629019828.000000000
## 111            2.03976368            3.4361003            2.285661967
## 112  12807999500.00000000  16570999800.0000000  17393999900.000000000
## 113           -5.09837699           -4.4656328           -3.403471906
## 114            0.60723646            0.6821728            0.856261176
## 115            0.00000000            0.0000000            0.000000000
## 116                    NA            0.0000000          100.000000000
## 117            8.70549768            7.8631351            8.445440430
## 118                    NA           10.3675096           10.411636830
## 119                    NA                   NA                     NA
## 120                    NA                   NA                     NA
## 121                    NA                   NA                     NA
## 122            0.02052623                   NA           -0.002753317
## 123        26566.23024000        26372.5236900        26932.290180000
## 124 344000000000.00000000 346000000000.0000000 358000000000.000000000
## 125           10.54809613           13.3667258           14.177302020
## 126                    NA                   NA           15.321268610
## 127           92.75222233          117.4177468          105.892823300
## 128                    NA                   NA                     NA
## 129           68.41817725           69.0060946           66.086007620
## 130                    NA                   NA                     NA
## 131                    NA                   NA                     NA
## 132                    NA                   NA                     NA
## 133                    NA                   NA                     NA
## 134            3.67151215            4.6820131            4.707485278
## 135            5.44971914            8.9010930           10.773830120
## 136          975.38237000         1234.7650250         1267.833595000
## 137   1181532855.00000000   1515405078.0000000   1385557255.000000000
## 138                    NA           89.9704308           88.271816650
## 139                    NA                   NA                     NA
## 140                    NA                   NA                     NA
## 141                    NA            7.5855405            7.439346944
## 142                    NA                   NA                     NA
## 143            4.71970662            4.2858005            3.529377967
## 144                    NA                   NA                     NA
## 145                    NA                   NA                     NA
## 146                    NA                   NA                     NA
## 147                    NA                   NA                     NA
## 148                    NA                   NA                     NA
## 149                    NA                   NA                     NA
## 150                    NA                   NA                     NA
## 151                    NA                   NA                     NA
## 152                    NA                   NA                     NA
## 153                    NA                   NA                     NA
## 154                    NA                   NA                     NA
## 155                    NA                   NA                     NA
## 156                    NA                   NA                     NA
## 157                    NA                   NA                     NA
## 158                    NA                   NA                     NA
## 159                    NA                   NA                     NA
## 160                    NA                   NA                     NA
## 161                    NA                   NA                     NA
## 162                    NA                   NA                     NA
## 163                    NA                   NA                     NA
## 164                    NA                   NA                     NA
## 165                    NA                   NA                     NA
## 166                    NA                   NA                     NA
## 167                    NA                   NA                     NA
## 168                    NA                   NA                     NA
## 169                    NA                   NA                     NA
## 170                    NA                   NA                     NA
## 171                    NA                   NA                     NA
## 172                    NA                   NA                     NA
## 173                    NA                   NA                     NA
## 174                    NA                   NA                     NA
## 175                    NA                   NA                     NA
## 176                    NA                   NA                     NA
## 177                    NA                   NA                     NA
## 178                    NA                   NA                     NA
## 179                    NA                   NA                     NA
## 180                    NA                   NA                     NA
## 181                    NA                   NA                     NA
## 182                    NA                   NA                     NA
## 183                    NA                   NA                     NA
## 184                    NA                   NA                     NA
## 185                    NA                   NA                     NA
## 186                    NA                   NA                     NA
## 187                    NA                   NA                     NA
## 188                    NA                   NA                     NA
## 189                    NA                   NA                     NA
## 190                    NA                   NA                     NA
## 191                    NA                   NA                     NA
## 192                    NA                   NA                     NA
## 193                    NA                   NA                     NA
## 194                    NA                   NA                     NA
## 195                    NA                   NA                     NA
## 196                    NA                   NA                     NA
## 197                    NA                   NA                     NA
## 198                    NA                   NA                     NA
## 199                    NA                   NA                     NA
## 200                    NA                   NA                     NA
## 201                    NA                   NA                     NA
## 202                    NA                   NA                     NA
## 203                    NA                   NA                     NA
## 204                    NA                   NA                     NA
## 205                    NA                   NA                     NA
## 206                    NA                   NA                     NA
## 207                    NA                   NA                     NA
## 208                    NA                   NA                     NA
## 209                    NA                   NA                     NA
## 210                    NA                   NA                     NA
## 211                    NA                   NA                     NA
## 212                    NA                   NA                     NA
## 213                    NA                   NA                     NA
## 214                    NA                   NA                     NA
## 215                    NA                   NA                     NA
## 216                    NA                   NA                     NA
## 217                    NA                   NA                     NA
## 218                    NA                   NA                     NA
## 219                    NA                   NA                     NA
## 220                    NA                   NA                     NA
## 221                    NA                   NA                     NA
## 222                    NA                   NA                     NA
## 223                    NA                   NA                     NA
## 224                    NA                   NA                     NA
## 225                    NA                   NA                     NA
## 226                    NA                   NA                     NA
## 227                    NA                   NA                     NA
## 228                    NA                   NA                     NA
## 229                    NA                   NA                     NA
## 230                    NA                   NA                     NA
## 231                    NA                   NA                     NA
## 232                    NA                   NA                     NA
## 233                    NA                   NA                     NA
## 234                    NA                   NA                     NA
## 235                    NA                   NA                     NA
## 236                    NA                   NA                     NA
## 237                    NA                   NA                     NA
## 238                    NA                   NA                     NA
## 239                    NA                   NA                     NA
## 240                    NA                   NA                     NA
## 241                    NA                   NA                     NA
## 242                    NA                   NA                     NA
##                    X1977                 X1978                 X1979
## 1                     NA                    NA                    NA
## 2                     NA                    NA                    NA
## 3    17604237553.0000000  20950281283.00000000  20859818526.00000000
## 4                     NA                    NA                    NA
## 5                     NA                    NA                    NA
## 6                     NA                    NA                    NA
## 7                     NA                    NA                    NA
## 8                     NA                    NA                    NA
## 9                     NA                    NA                    NA
## 10                    NA                    NA                    NA
## 11                    NA                    NA                    NA
## 12                    NA                    NA                    NA
## 13                    NA                    NA                    NA
## 14                    NA                    NA                    NA
## 15                    NA                    NA                    NA
## 16                    NA                    NA                    NA
## 17    1025000000.0000000   1306000000.00000000   1436000000.00000000
## 18                    NA                    NA                    NA
## 19                    NA                    NA                    NA
## 20                    NA                    NA                    NA
## 21                    NA                    NA                    NA
## 22                    NA                    NA                    NA
## 23                    NA                    NA                    NA
## 24                    NA                    NA                    NA
## 25                    NA                    NA                    NA
## 26                    NA                    NA                    NA
## 27                    NA                    NA                    NA
## 28                    NA                    NA                    NA
## 29                    NA                    NA                    NA
## 30                    NA                    NA                    NA
## 31                    NA                    NA                    NA
## 32                    NA                    NA                    NA
## 33                    NA                    NA                    NA
## 34                    NA                    NA                    NA
## 35                    NA                    NA                    NA
## 36                    NA                    NA                    NA
## 37                    NA                    NA                    NA
## 38                    NA                    NA                    NA
## 39                    NA                    NA                    NA
## 40      82000000.0000000    106174545.80000000    119666666.70000000
## 41                    NA                    NA                    NA
## 42                    NA                    NA                    NA
## 43                    NA                    NA                    NA
## 44                    NA                    NA                    NA
## 45                    NA                    NA                    NA
## 46                    NA                    NA                    NA
## 47                    NA                    NA                    NA
## 48                    NA                    NA                    NA
## 49                    NA                    NA                    NA
## 50                    NA                    NA                    NA
## 51                    NA                    NA                    NA
## 52                    NA                    NA                    NA
## 53                    NA                    NA                    NA
## 54            18.0121528           19.44940120           19.60837263
## 55    4979063887.0000000   5198428566.00000000   5321572986.00000000
## 56             0.0000000            0.00000000            0.00000000
## 57                    NA                    NA                    NA
## 58             1.0348756            1.08146437            1.58034008
## 59  381000000000.0000000 397000000000.00000000 407000000000.00000000
## 60                    NA                    NA                    NA
## 61            23.4085642           23.36813558           22.16970505
## 62                    NA                    NA                    NA
## 63                    NA                    NA                    NA
## 64                    NA                    NA                    NA
## 65                    NA                    NA                    NA
## 66            13.4953704           13.37928235           11.63628084
## 67             3.0169734            4.40574139            2.36887779
## 68            -3.5648216            9.37120691            9.97836343
## 69                    NA                    NA                    NA
## 70                    NA                    NA                    NA
## 71             0.0000000            0.00000000            0.00000000
## 72    1382400000.0000000   1604162497.00000000   1851250008.00000000
## 73           102.5289346          104.90066880          104.18185950
## 74                    NA                    NA                    NA
## 75                    NA                    NA                    NA
## 76                    NA                    NA                    NA
## 77                    NA                    NA                    NA
## 78                    NA                    NA                    NA
## 79            16.0243050           18.27995111           15.81814037
## 80                    NA                    NA                    NA
## 81                    NA                    NA                    NA
## 82             4.7881944            5.70393247            6.41998647
## 83                    NA                    NA                    NA
## 84                    NA                    NA                    NA
## 85             8.1378124            6.97365404            2.57123303
## 86            14.9363420           16.69369535           14.68827407
## 87                    NA                    NA                    NA
## 88                    NA                    NA                    NA
## 89             4.2592593            4.02392037            3.81724059
## 90            26.1053229           26.04398790           27.75151912
## 91                    NA                    NA                    NA
## 92                    NA                    NA                    NA
## 93                    NA                    NA                    NA
## 94                    NA                    NA                    NA
## 95            -0.1140046           -1.60462964           -0.61444969
## 96             8.5545167            9.74182784           10.03404667
## 97            79.2129630           79.16582185           79.86045609
## 98                    NA                    NA                    NA
## 99             4.7881944            5.70393247            6.41998647
## 100            0.0000000            0.00000000            0.00000000
## 101          354.9240093          362.31908910          362.58074820
## 102  16255000000.0000000  18426000800.00000000  20779000100.00000000
## 103            4.4843750            4.33002212            4.76209766
## 104                   NA                    NA                    NA
## 105                   NA                    NA                    NA
## 106                   NA                    NA                    NA
## 107                   NA                    NA                    NA
## 108           19.4369213           20.35880720           20.98672059
## 109            0.7473599            2.08356707            0.07221786
## 110   4703408606.0000000   4874587454.00000000   4998287522.00000000
## 111            9.1726880            8.05511842            4.15157311
## 112  17280000000.0000000  19732000800.00000000  22215000100.00000000
## 113           -2.5289352           -4.90066826           -4.18185999
## 114            0.8921431            0.85846425            0.91120572
## 115            0.0000000            0.00000000            0.00000000
## 116          100.0000000         -100.00000000          100.00000000
## 117           10.5381939           11.14433413           11.20414085
## 118           10.9490741           11.05311074            9.56560833
## 119                   NA                    NA                    NA
## 120                   NA                    NA                    NA
## 121                   NA                    NA                    NA
## 122            0.0000000            0.02555851            0.01620527
## 123        27133.5713100        27698.91747000        27718.92103000
## 124 364000000000.0000000 377000000000.00000000 387000000000.00000000
## 125           14.3171291           15.47232808           15.96668955
## 126           17.4432830           17.42714069           16.46995176
## 127           98.5420074          111.80661380          126.13330960
## 128                   NA                    NA                    NA
## 129           60.1215289           58.86884010           60.16205330
## 130                   NA                    NA                    NA
## 131                   NA                    NA                    NA
## 132                   NA                    NA                    NA
## 133                   NA                    NA                    NA
## 134            4.5396718            4.96509387            5.46052898
## 135           11.7881939           10.57165982           11.78482957
## 136         1231.7750930         1375.27725300         1513.59971600
## 137   1300400000.0000000   1497987952.00000000   1731583342.00000000
## 138           86.5046296           86.62071765           88.36371916
## 139                   NA                    NA                    NA
## 140                   NA                    NA                    NA
## 141            7.2916667            7.45489581            8.50326307
## 142                   NA                    NA                    NA
## 143            4.6846065            5.60460144            6.26918746
## 144                   NA                    NA                    NA
## 145                   NA                    NA                    NA
## 146                   NA                    NA                    NA
## 147                   NA                    NA                    NA
## 148                   NA                    NA                    NA
## 149                   NA                    NA                    NA
## 150                   NA                    NA                    NA
## 151                   NA                    NA                    NA
## 152                   NA                    NA                    NA
## 153                   NA                    NA                    NA
## 154                   NA                    NA                    NA
## 155                   NA                    NA                    NA
## 156                   NA                    NA                    NA
## 157                   NA                    NA                    NA
## 158                   NA                    NA                    NA
## 159                   NA                    NA                    NA
## 160                   NA                    NA                    NA
## 161                   NA                    NA                    NA
## 162                   NA                    NA                    NA
## 163                   NA                    NA                    NA
## 164                   NA                    NA                    NA
## 165                   NA                    NA                    NA
## 166                   NA                    NA                    NA
## 167                   NA                    NA                    NA
## 168                   NA                    NA                    NA
## 169                   NA                    NA                    NA
## 170                   NA                    NA                    NA
## 171                   NA                    NA                    NA
## 172                   NA                    NA                    NA
## 173                   NA                    NA                    NA
## 174                   NA                    NA                    NA
## 175                   NA                    NA                    NA
## 176                   NA                    NA                    NA
## 177                   NA                    NA                    NA
## 178                   NA                    NA                    NA
## 179                   NA                    NA                    NA
## 180                   NA                    NA                    NA
## 181                   NA                    NA                    NA
## 182                   NA                    NA                    NA
## 183                   NA                    NA                    NA
## 184                   NA                    NA                    NA
## 185                   NA                    NA                    NA
## 186                   NA                    NA                    NA
## 187                   NA                    NA                    NA
## 188                   NA                    NA                    NA
## 189                   NA                    NA                    NA
## 190                   NA                    NA                    NA
## 191                   NA                    NA                    NA
## 192                   NA                    NA                    NA
## 193                   NA                    NA                    NA
## 194                   NA                    NA                    NA
## 195                   NA                    NA                    NA
## 196                   NA                    NA                    NA
## 197                   NA                    NA                    NA
## 198                   NA                    NA                    NA
## 199                   NA                    NA                    NA
## 200                   NA                    NA                    NA
## 201                   NA                    NA                    NA
## 202                   NA                    NA                    NA
## 203                   NA                    NA                    NA
## 204                   NA                    NA                    NA
## 205                   NA                    NA                    NA
## 206                   NA                    NA                    NA
## 207                   NA                    NA                    NA
## 208                   NA                    NA                    NA
## 209                   NA                    NA                    NA
## 210                   NA                    NA                    NA
## 211                   NA                    NA                    NA
## 212                   NA                    NA                    NA
## 213                   NA                    NA                    NA
## 214                   NA                    NA                    NA
## 215                   NA                    NA                    NA
## 216                   NA                    NA                    NA
## 217                   NA                    NA                    NA
## 218                   NA                    NA                    NA
## 219                   NA                    NA                    NA
## 220                   NA                    NA                    NA
## 221                   NA                    NA                    NA
## 222                   NA                    NA                    NA
## 223                   NA                    NA                    NA
## 224                   NA                    NA                    NA
## 225                   NA                    NA                    NA
## 226                   NA                    NA                    NA
## 227                   NA                    NA                    NA
## 228                   NA                    NA                    NA
## 229                   NA                    NA                    NA
## 230                   NA                    NA                    NA
## 231                   NA                    NA                    NA
## 232                   NA                    NA                    NA
## 233                   NA                    NA                    NA
## 234                   NA                    NA                    NA
## 235                   NA                    NA                    NA
## 236                   NA                    NA                    NA
## 237                   NA                    NA                    NA
## 238                   NA                    NA                    NA
## 239                   NA                    NA                    NA
## 240                   NA                    NA                    NA
## 241                   NA                    NA                    NA
## 242                   NA                    NA                    NA
##                    X1980                X1981                  X1982
## 1                     NA                   NA                     NA
## 2                     NA                   NA                     NA
## 3    19654043511.0000000  23180946411.0000000  22186183085.000000000
## 4                     NA                   NA                     NA
## 5                     NA                   NA                     NA
## 6                     NA                   NA                     NA
## 7                     NA                   NA                     NA
## 8                     NA                   NA                     NA
## 9                     NA                   NA                     NA
## 10                    NA                   NA                     NA
## 11                    NA                   NA                     NA
## 12                    NA                   NA                     NA
## 13                    NA                   NA                     NA
## 14                    NA                   NA                     NA
## 15                    NA                   NA                     NA
## 16                    NA                   NA                     NA
## 17    1464999900.0000000   1840999900.0000000   1951000100.000000000
## 18                    NA                   NA                     NA
## 19                    NA                   NA                     NA
## 20                    NA                   NA                     NA
## 21                    NA                   NA                     NA
## 22                    NA                   NA                     NA
## 23                    NA                   NA                     NA
## 24                    NA                   NA                     NA
## 25                    NA                   NA                     NA
## 26                    NA                   NA                     NA
## 27                    NA                   NA                     NA
## 28                    NA                   NA                     NA
## 29                    NA                   NA                     NA
## 30                    NA                   NA                     NA
## 31                    NA                   NA                     NA
## 32                    NA                   NA                     NA
## 33                    NA                   NA                     NA
## 34                    NA                   NA                     NA
## 35                    NA                   NA                     NA
## 36                    NA                   NA                     NA
## 37                    NA                   NA                     NA
## 38                    NA                   NA                     NA
## 39                    NA                   NA                     NA
## 40     122083325.0000000    153416658.3000000    150815928.800000012
## 41                    NA                   NA                     NA
## 42                    NA                   NA                     NA
## 43                    NA                   NA                     NA
## 44                    NA                   NA                     NA
## 45                    NA                   NA                     NA
## 46                    NA                   NA                     NA
## 47                    NA                   NA                     NA
## 48                    NA                   NA                     NA
## 49                    NA                   NA                     NA
## 50                    NA                   NA                     NA
## 51                    NA                   NA                     NA
## 52                    NA                   NA                     NA
## 53                    NA                   NA                     NA
## 54            21.6864383           22.4118360           20.163395710
## 55    5198144730.0000000   5631772619.0000000   5844618406.000000000
## 56             0.0000000            0.0000000            0.000000000
## 57                    NA                   NA                     NA
## 58             1.4453735            0.3658792            0.179660197
## 59  397000000000.0000000 431000000000.0000000 447000000000.000000000
## 60                    NA                   NA                     NA
## 61            24.6584701           24.9313376           24.490125840
## 62                    NA                   NA                     NA
## 63                    NA                   NA                     NA
## 64                    NA                   NA                     NA
## 65                    NA                   NA                     NA
## 66            11.0958855           10.8909800            9.932877822
## 67            -2.3193942            8.3419741            3.779374654
## 68             7.6095466            7.9373564            9.347409674
## 69                    NA                   NA                     NA
## 70                    NA                   NA                     NA
## 71             0.0000000            0.0000000            0.000000000
## 72    1945916583.0000000   2275583317.0000000   2395429852.000000000
## 73           107.1902705          106.7162270          107.215695900
## 74                    NA                   NA                     NA
## 75                    NA                   NA                     NA
## 76                    NA                   NA                     NA
## 77                    NA                   NA                     NA
## 78                    NA                   NA                     NA
## 79            18.2861560           17.6072071           17.148573760
## 80                    NA                   NA                     NA
## 81                    NA                   NA                     NA
## 82             8.5739372            9.1903176            8.631728634
## 83                    NA                   NA                     NA
## 84                    NA                   NA                     NA
## 85             2.9974788            2.2421647            3.151933341
## 86            15.7637791           15.7432154           17.635859170
## 87                    NA                   NA                     NA
## 88                    NA                   NA                     NA
## 89             4.0083938            3.8415059            4.011230580
## 90            30.2727956           32.5191356           30.398863890
## 91                    NA                   NA                     NA
## 92                    NA                   NA                     NA
## 93                    NA                   NA                     NA
## 94                    NA                   NA                     NA
## 95            -1.9964885           -0.8395988           -3.565735498
## 96            12.4730764           10.9615828           10.241446560
## 97            82.2020463           82.0705316           81.554148870
## 98                    NA                   NA                     NA
## 99             8.5739372            9.1903176            8.631728634
## 100            0.0000000            0.0000000            0.000000000
## 101          346.1643244          366.4793841          371.572144300
## 102  21885999100.0000000  25465999900.0000000  29036999200.000000000
## 103            5.4264075            4.9347142            7.935330010
## 104                   NA                   NA                     NA
## 105                   NA                   NA                     NA
## 106                   NA                   NA                     NA
## 107                   NA                   NA                     NA
## 108           23.4640925           23.8781267           25.451788450
## 109           -4.5276601            5.8686174            1.389644405
## 110   4892480325.0000000   5274146242.0000000   5499708027.000000000
## 111            4.4428523            2.6080439            3.331593538
## 112  23350999000.0000000  27306999800.0000000  30987999200.000000000
## 113           -7.1902705           -6.7162270           -7.215695617
## 114            1.0320757            0.9920533            1.089453982
## 115            0.0000000            0.0000000            0.000000000
## 116            0.0000000            0.0000000         -100.000000000
## 117           11.1686870           11.5281797           12.046598670
## 118            9.4856760            9.0672722            9.610171605
## 119                   NA                   NA                     NA
## 120                   NA                   NA                     NA
## 121                   NA                   NA                     NA
## 122            0.0154169           -0.0101073           -0.001252385
## 123        26463.9025100        28016.9676900        28406.303920000
## 124 379000000000.0000000 408000000000.0000000 425000000000.000000000
## 125           18.7315331           19.6176813           18.807279750
## 126           17.2964784           16.8950704           16.401225530
## 127          129.5860224          148.0802633          152.289669800
## 128                   NA                   NA                     NA
## 129           57.8990218           56.7986220           57.167289780
## 130                   NA                   NA                     NA
## 131                   NA                   NA                     NA
## 132                   NA                   NA                     NA
## 133                   NA                   NA                     NA
## 134            5.8760505            6.3424535            6.935308657
## 135           11.5412625           12.9014543           11.591584140
## 136         1555.0322690         1776.9631600         1970.064855000
## 137   1823833258.0000000   2122166658.0000000   2244613931.000000000
## 138           88.9041146           89.1090200           90.067122180
## 139                   NA                   NA                     NA
## 140                   NA                   NA                     NA
## 141            6.7020683            7.0384884            8.512973306
## 142                   NA                   NA                     NA
## 143            8.3966429            8.9954957            8.454885981
## 144                   NA                   NA                     NA
## 145                   NA                   NA                     NA
## 146                   NA                   NA                     NA
## 147                   NA                   NA                     NA
## 148                   NA                   NA                     NA
## 149                   NA                   NA                     NA
## 150                   NA                   NA                     NA
## 151                   NA                   NA                     NA
## 152                   NA                   NA                     NA
## 153                   NA                   NA                     NA
## 154                   NA                   NA                     NA
## 155                   NA                   NA                     NA
## 156                   NA                   NA                     NA
## 157                   NA                   NA                     NA
## 158                   NA                   NA                     NA
## 159                   NA                   NA                     NA
## 160                   NA                   NA                     NA
## 161                   NA                   NA                     NA
## 162                   NA                   NA                     NA
## 163                   NA                   NA                     NA
## 164                   NA                   NA                     NA
## 165                   NA                   NA                     NA
## 166                   NA                   NA                     NA
## 167                   NA                   NA                     NA
## 168                   NA                   NA                     NA
## 169                   NA                   NA                     NA
## 170                   NA                   NA                     NA
## 171                   NA                   NA                     NA
## 172                   NA                   NA                     NA
## 173                   NA                   NA                     NA
## 174                   NA                   NA                     NA
## 175                   NA                   NA                     NA
## 176                   NA                   NA                     NA
## 177                   NA                   NA                     NA
## 178                   NA                   NA                     NA
## 179                   NA                   NA                     NA
## 180                   NA                   NA                     NA
## 181                   NA                   NA                     NA
## 182                   NA                   NA                     NA
## 183                   NA                   NA                     NA
## 184                   NA                   NA                     NA
## 185                   NA                   NA                     NA
## 186                   NA                   NA                     NA
## 187                   NA                   NA                     NA
## 188                   NA                   NA                     NA
## 189                   NA                   NA                     NA
## 190                   NA                   NA                     NA
## 191                   NA                   NA                     NA
## 192                   NA                   NA                     NA
## 193                   NA                   NA                     NA
## 194                   NA                   NA                     NA
## 195                   NA                   NA                     NA
## 196                   NA                   NA                     NA
## 197                   NA                   NA                     NA
## 198                   NA                   NA                     NA
## 199                   NA                   NA                     NA
## 200                   NA                   NA                     NA
## 201                   NA                   NA                     NA
## 202                   NA                   NA                     NA
## 203                   NA                   NA                     NA
## 204                   NA                   NA                     NA
## 205                   NA                   NA                     NA
## 206                   NA                   NA                     NA
## 207                   NA                   NA                     NA
## 208                   NA                   NA                     NA
## 209                   NA                   NA                     NA
## 210                   NA                   NA                     NA
## 211                   NA                   NA                     NA
## 212                   NA                   NA                     NA
## 213                   NA                   NA                     NA
## 214                   NA                   NA                     NA
## 215                   NA                   NA                     NA
## 216                   NA                   NA                     NA
## 217                   NA                   NA                     NA
## 218                   NA                   NA                     NA
## 219                   NA                   NA                     NA
## 220                   NA                   NA                     NA
## 221                   NA                   NA                     NA
## 222                   NA                   NA                     NA
## 223                   NA                   NA                     NA
## 224                   NA                   NA                     NA
## 225                   NA                   NA                     NA
## 226                   NA                   NA                     NA
## 227                   NA                   NA                     NA
## 228                   NA                   NA                     NA
## 229                   NA                   NA                     NA
## 230                   NA                   NA                     NA
## 231                   NA                   NA                     NA
## 232                   NA                   NA                     NA
## 233                   NA                   NA                     NA
## 234                   NA                   NA                     NA
## 235                   NA                   NA                     NA
## 236                   NA                   NA                     NA
## 237                   NA                   NA                     NA
## 238                   NA                   NA                     NA
## 239                   NA                   NA                     NA
## 240                   NA                   NA                     NA
## 241                   NA                   NA                     NA
## 242                   NA                   NA                     NA
##                     X1983                 X1984                 X1985
## 1                      NA                    NA                    NA
## 2                      NA                    NA                    NA
## 3    21432558471.00000000  22547911341.00000000  25833616503.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6                      NA                    NA                    NA
## 7                      NA                    NA                    NA
## 8                      NA                    NA                    NA
## 9                      NA                    NA                    NA
## 10                     NA                    NA                    NA
## 11                     NA                    NA                    NA
## 12                     NA                    NA                    NA
## 13                     NA                    NA                    NA
## 14                     NA                    NA                    NA
## 15                     NA                    NA                    NA
## 16                     NA                    NA                    NA
## 17    2116999900.00000000   2385999900.00000000   2571000000.00000000
## 18                     NA                    NA                    NA
## 19                     NA                    NA                    NA
## 20                     NA                    NA                    NA
## 21                     NA                    NA                    NA
## 22                     NA                    NA                    NA
## 23                     NA                    NA                    NA
## 24                     NA                    NA                    NA
## 25                     NA                    NA                    NA
## 26                     NA                    NA                    NA
## 27                     NA                    NA                    NA
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30                     NA                    NA                    NA
## 31                     NA                    NA                    NA
## 32                     NA                    NA                    NA
## 33                     NA                    NA                    NA
## 34                     NA                    NA                    NA
## 35                     NA                    NA                    NA
## 36                     NA                    NA                    NA
## 37                     NA                    NA                    NA
## 38                     NA                    NA                    NA
## 39                     NA                    NA                    NA
## 40     153455829.80000001    156353407.19999999    144588476.80000001
## 41                     NA                    NA                    NA
## 42                     NA                    NA                    NA
## 43                     NA                    NA                    NA
## 44                     NA                    NA                    NA
## 45                     NA                    NA                    NA
## 46                     NA                    NA                    NA
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA                    NA                    NA
## 50                     NA                    NA                    NA
## 51                     NA                    NA                    NA
## 52                     NA                    NA                    NA
## 53                     NA                    NA                    NA
## 54            22.76094046           21.07540845           23.39771498
## 55    5670600395.00000000   6219578592.00000000   6601765803.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57                     NA                    NA                    NA
## 58             0.62778048            0.19276446            0.00000000
## 59  434000000000.00000000 475000000000.00000000 505000000000.00000000
## 60                     NA                    NA                    NA
## 61            25.21326955           24.81086271           31.35062036
## 62                     NA                    NA                    NA
## 63                     NA                    NA                    NA
## 64                     NA                    NA                    NA
## 65                     NA                    NA                    NA
## 66             8.54857701            9.86544805           14.08577598
## 67            -2.97740586            9.68113002            6.14490524
## 68            12.28869110            6.37794997           11.42183276
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    2447174803.00000000   2581207388.00000000   2619913956.00000000
## 73           111.08412350          108.79664960          108.47035680
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76                     NA                    NA                    NA
## 77                     NA                    NA                    NA
## 78                     NA                    NA                    NA
## 79            19.63270053           18.66209766           22.55613274
## 80                     NA                    NA                    NA
## 81                     NA                    NA                    NA
## 82             8.09597156            8.48591032            9.85231615
## 83                     NA                    NA                    NA
## 84                     NA                    NA                    NA
## 85             2.08780260            1.67225671            1.15246242
## 86            19.47867299           17.53490723           20.84317177
## 87                     NA                    NA                    NA
## 88                     NA                    NA                    NA
## 89             4.32464455            4.61030729            5.39003134
## 90            31.54620972           30.10154981           31.52878547
## 91                     NA                    NA                    NA
## 92                     NA                    NA                    NA
## 93                     NA                    NA                    NA
## 94                     NA                    NA                    NA
## 95            -5.94853669           -3.68701219           -4.64183469
## 96            10.58418544           10.02260985           10.42389316
## 97            81.33293957           80.88347278           76.53157730
## 98                     NA                    NA                    NA
## 99             8.09597156            8.48591032            9.85231615
## 100            0.00000000            0.00000000            0.00000000
## 101          352.19757620          377.45914860          391.60294510
## 102  31643000100.00000000  37003999200.00000000  44015000000.00000000
## 103           12.47215640           13.40213283           14.44167776
## 104                    NA                    NA                    NA
## 105                    NA                    NA                    NA
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           28.06635071           27.23026211           27.71991585
## 109           -5.21421438            7.17255716            3.74710653
## 110   5337264118.00000000   5867425978.00000000   6201331212.00000000
## 111            2.71558308            1.86502117            1.15246242
## 112  33760000000.00000000  39389999100.00000000  46586000000.00000000
## 113          -11.08412382           -8.79664960           -8.47035676
## 114            1.25292497            1.22061437            1.19582716
## 115            0.00000000            0.00000000            0.00000000
## 116          100.00000000            0.00000000            0.00000000
## 117           11.99348312           11.83295330           14.27252823
## 118           10.76718039            9.56587988           13.05327781
## 119                    NA                    NA                    NA
## 120                    NA                    NA                    NA
## 121                    NA                    NA                    NA
## 122           -0.02451807            0.03680448            0.02480998
## 123        26925.13833000        28856.35927000        29937.63780000
## 124 413000000000.00000000 454000000000.00000000 480000000000.00000000
## 125           21.31516677           19.44909971           19.99957112
## 126           14.50573585           16.01258618           18.62311339
## 127          151.99255350          156.65053970          155.40781840
## 128                    NA                    NA                    NA
## 129           56.52251303           57.29880913           48.85802602
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132                    NA                    NA                    NA
## 133                    NA                    NA                    NA
## 134            7.78756732            8.28425446            9.23046815
## 135           10.23104295           10.65245010           11.52921436
## 136         2096.81327200         2390.53423100         2763.38412200
## 137   2293718974.00000000   2424853981.00000000   2475325479.00000000
## 138           91.45142299           90.13455195           85.91422402
## 139                    NA                    NA                    NA
## 140                    NA                    NA                    NA
## 141           10.11848341            9.25107917            9.38264672
## 142                    NA                    NA                    NA
## 143            7.90787915            8.19954322            9.30687331
## 144                    NA                    NA                    NA
## 145                    NA                    NA                    NA
## 146                    NA                    NA                    NA
## 147                    NA                    NA                    NA
## 148                    NA                    NA                    NA
## 149                    NA                    NA                    NA
## 150                    NA                    NA                    NA
## 151                    NA                    NA                    NA
## 152                    NA                    NA                    NA
## 153                    NA                    NA                    NA
## 154                    NA                    NA                    NA
## 155                    NA                    NA                    NA
## 156                    NA                    NA                    NA
## 157                    NA                    NA                    NA
## 158                    NA                    NA                    NA
## 159                    NA                    NA                    NA
## 160                    NA                    NA                    NA
## 161                    NA                    NA                    NA
## 162                    NA                    NA                    NA
## 163                    NA                    NA                    NA
## 164                    NA                    NA                    NA
## 165                    NA                    NA                    NA
## 166                    NA                    NA                    NA
## 167                    NA                    NA                    NA
## 168                    NA                    NA                    NA
## 169                    NA                    NA                    NA
## 170                    NA                    NA                    NA
## 171                    NA                    NA                    NA
## 172                    NA                    NA                    NA
## 173                    NA                    NA                    NA
## 174                    NA                    NA                    NA
## 175                    NA                    NA                    NA
## 176                    NA                    NA                    NA
## 177                    NA                    NA                    NA
## 178                    NA                    NA                    NA
## 179                    NA                    NA                    NA
## 180                    NA                    NA                    NA
## 181                    NA                    NA                    NA
## 182                    NA                    NA                    NA
## 183                    NA                    NA                    NA
## 184                    NA                    NA                    NA
## 185                    NA                    NA                    NA
## 186                    NA                    NA                    NA
## 187                    NA                    NA                    NA
## 188                    NA                    NA                    NA
## 189                    NA                    NA                    NA
## 190                    NA                    NA                    NA
## 191                    NA                    NA                    NA
## 192                    NA                    NA                    NA
## 193                    NA                    NA                    NA
## 194                    NA                    NA                    NA
## 195                    NA                    NA                    NA
## 196                    NA                    NA                    NA
## 197                    NA                    NA                    NA
## 198                    NA                    NA                    NA
## 199                    NA                    NA                    NA
## 200                    NA                    NA                    NA
## 201                    NA                    NA                    NA
## 202                    NA                    NA                    NA
## 203                    NA                    NA                    NA
## 204                    NA                    NA                    NA
## 205                    NA                    NA                    NA
## 206                    NA                    NA                    NA
## 207                    NA                    NA                    NA
## 208                    NA                    NA                    NA
## 209                    NA                    NA                    NA
## 210                    NA                    NA                    NA
## 211                    NA                    NA                    NA
## 212                    NA                    NA                    NA
## 213                    NA                    NA                    NA
## 214                    NA                    NA                    NA
## 215                    NA                    NA                    NA
## 216                    NA                    NA                    NA
## 217                    NA                    NA                    NA
## 218                    NA                    NA                    NA
## 219                    NA                    NA                    NA
## 220                    NA                    NA                    NA
## 221                    NA                    NA                    NA
## 222                    NA                    NA                    NA
## 223                    NA                    NA                    NA
## 224                    NA                    NA                    NA
## 225                    NA                    NA                    NA
## 226                    NA                    NA                    NA
## 227                    NA                    NA                    NA
## 228                    NA                    NA                    NA
## 229                    NA                    NA                    NA
## 230                    NA                    NA                    NA
## 231                    NA                    NA                    NA
## 232                    NA                    NA                    NA
## 233                    NA                    NA                    NA
## 234                    NA                    NA                    NA
## 235                    NA                    NA                    NA
## 236                    NA                    NA                    NA
## 237                    NA                    NA                    NA
## 238                    NA                    NA                    NA
## 239                    NA                    NA                    NA
## 240                    NA                    NA                    NA
## 241                    NA                    NA                    NA
## 242                    NA                    NA                    NA
##                     X1986                 X1987                 X1988
## 1                      NA                    NA                    NA
## 2                      NA                    NA                    NA
## 3    26400264605.00000000  27218911058.00000000  32705876319.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6                      NA                    NA                    NA
## 7                      NA                    NA                    NA
## 8                      NA                    NA                    NA
## 9                      NA                    NA                    NA
## 10                     NA                    NA                    NA
## 11                     NA                    NA                    NA
## 12                     NA                    NA                    NA
## 13                     NA                    NA                    NA
## 14                     NA                    NA                    NA
## 15                     NA                    NA                    NA
## 16                     NA                    NA                    NA
## 17    3007000000.00000000   3492000000.00000000   4692000000.00000000
## 18                     NA                    NA                    NA
## 19                     NA                    NA                    NA
## 20                     NA                    NA                    NA
## 21                     NA                    NA                    NA
## 22                     NA                    NA                    NA
## 23                     NA                    NA                    NA
## 24                     NA                    NA                    NA
## 25                     NA                    NA                    NA
## 26                     NA                    NA                    NA
## 27                     NA                    NA                    NA
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30                     NA                    NA                    NA
## 31                     NA                    NA                    NA
## 32                     NA                    NA                    NA
## 33                     NA                    NA                    NA
## 34                     NA                    NA                    NA
## 35                     NA                    NA                    NA
## 36                     NA                    NA                    NA
## 37                     NA                    NA                    NA
## 38                     NA                    NA                    NA
## 39                     NA                    NA                    NA
## 40     153835135.00000000    161698856.69999999    212740875.09999999
## 41                     NA                    NA                    NA
## 42                     NA                    NA                    NA
## 43                     NA                    NA                    NA
## 44                     NA                    NA                    NA
## 45                     NA                    NA                    NA
## 46                     NA                    NA                    NA
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA                    NA                    NA
## 50                     NA                    NA                    NA
## 51                     NA                    NA                    NA
## 52                     NA                    NA                    NA
## 53                     NA                    NA                    NA
## 54            21.11699411           24.41452994           24.92106598
## 55    6903179359.00000000   7020230929.00000000   7560564675.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57                     NA                    NA                    NA
## 58             0.00000000            0.00000000            0.00000000
## 59  528000000000.00000000 537000000000.00000000 578000000000.00000000
## 60                     NA                    NA                    NA
## 61            30.90768789           31.62031818           30.92476530
## 62                     NA                    NA                    NA
## 63                     NA                    NA                    NA
## 64                     NA                    NA                    NA
## 65                     NA                    NA                    NA
## 66            11.62371689           12.09543718           11.35744935
## 67             4.56565055            1.69561827            7.69680871
## 68            14.39257008           12.69680187           11.81531020
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    2850784523.00000000   2957255380.00000000   3487009748.00000000
## 73           108.64044220          109.09333900          110.93469950
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76                     NA                    NA                    NA
## 77                     NA                    NA                    NA
## 78                     NA                    NA                    NA
## 79            20.26415907           21.18877615           22.29214886
## 80                     NA                    NA                    NA
## 81                     NA                    NA                    NA
## 82            10.58161654           10.45158462           11.78620654
## 83                     NA                    NA                    NA
## 84                     NA                    NA                    NA
## 85             1.84637085            1.68011844            1.52172351
## 86            18.16811428           19.50864337           19.92172262
## 87                     NA                    NA                    NA
## 88                     NA                    NA                    NA
## 89             5.83770009            5.85619441            6.00083219
## 90            31.96504199           32.71988914           33.82903805
## 91                     NA                    NA                    NA
## 92                     NA                    NA                    NA
## 93                     NA                    NA                    NA
## 94                     NA                    NA                    NA
## 95            -4.18162338           -4.17053119           -7.78462323
## 96            10.18303569           11.79922946           10.74343964
## 97            79.28684229           78.82746148           79.67706031
## 98                     NA                    NA                    NA
## 99            10.58161654           10.45158462           11.78620654
## 100            0.00000000            0.00000000            0.00000000
## 101          400.42393830          398.34042370          419.54760910
## 102  52717000000.00000000  60372000000.00000000  72214000000.00000000
## 103           13.68997200           13.13024552           12.63659532
## 104                    NA                    NA                    NA
## 105                    NA                    NA                    NA
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           27.65702390           29.54262182           29.97477440
## 109            2.25253496           -0.52032719            5.32388485
## 110   6492969548.00000000   6597931325.00000000   7058221481.00000000
## 111            1.84637085            1.68011844            1.52172351
## 112  55724000000.00000000  63864000000.00000000  76906000000.00000000
## 113           -8.64044218           -9.09333897          -10.93469950
## 114            1.18285068            1.15918201            1.08379060
## 115            0.00000000            0.00000000            0.00000000
## 116            0.00000000            0.00000000            0.00000000
## 117           14.99892326           14.96148065           15.18217044
## 118           11.15318355           12.10697733           12.79223988
## 119                    NA                    NA                    NA
## 120                    NA                    NA                    NA
## 121                    NA                    NA                    NA
## 122            0.04104133            0.04700304            0.01950095
## 123        30611.99355000        30452.71103000        32073.97830000
## 124 502000000000.00000000 510000000000.00000000 546000000000.00000000
## 125           20.30274209           20.90661405           22.38186877
## 126           15.51950735           16.80707054           14.84427922
## 127          165.36182920          167.79994460          193.49964800
## 128                    NA                    NA                    NA
## 129           48.69715024           47.95033196           47.79210985
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132                    NA                    NA                    NA
## 133                    NA                    NA                    NA
## 134           10.55896975           11.89962122           13.30559838
## 135           11.66229991           11.81327508           11.44716927
## 136         3232.31113900         3623.75726300         4267.63473600
## 137   2696949388.00000000   2795556523.00000000   3274268873.00000000
## 138           88.37628311           87.90456282           88.64255065
## 139                    NA                    NA                    NA
## 140                    NA                    NA                    NA
## 141            9.08944081            9.07710134            8.96549034
## 142                    NA                    NA                    NA
## 143           10.25016151           10.14828385           11.56905833
## 144                    NA                    NA                    NA
## 145                    NA                    NA                    NA
## 146                    NA                    NA                    NA
## 147                    NA                    NA                    NA
## 148                    NA                    NA                    NA
## 149                    NA                    NA                    NA
## 150                    NA                    NA                    NA
## 151                    NA                    NA                    NA
## 152                    NA                    NA                    NA
## 153                    NA                    NA                    NA
## 154                    NA                    NA                    NA
## 155                    NA                    NA                    NA
## 156                    NA                    NA                    NA
## 157                    NA                    NA                    NA
## 158                    NA                    NA                    NA
## 159                    NA                    NA                    NA
## 160                    NA                    NA                    NA
## 161                    NA                    NA                    NA
## 162                    NA                    NA                    NA
## 163                    NA                    NA                    NA
## 164                    NA                    NA                    NA
## 165                    NA                    NA                    NA
## 166                    NA                    NA                    NA
## 167                    NA                    NA                    NA
## 168                    NA                    NA                    NA
## 169                    NA                    NA                    NA
## 170                    NA                    NA                    NA
## 171                    NA                    NA                    NA
## 172                    NA                    NA                    NA
## 173                    NA                    NA                    NA
## 174                    NA                    NA                    NA
## 175                    NA                    NA                    NA
## 176                    NA                    NA                    NA
## 177                    NA                    NA                    NA
## 178                    NA                    NA                    NA
## 179                    NA                    NA                    NA
## 180                    NA                    NA                    NA
## 181                    NA                    NA                    NA
## 182                    NA                    NA                    NA
## 183                    NA                    NA                    NA
## 184                    NA                    NA                    NA
## 185                    NA                    NA                    NA
## 186                    NA                    NA                    NA
## 187                    NA                    NA                    NA
## 188                    NA                    NA                    NA
## 189                    NA                    NA                    NA
## 190                    NA                    NA                    NA
## 191                    NA                    NA                    NA
## 192                    NA                    NA                    NA
## 193                    NA                    NA                    NA
## 194                    NA                    NA                    NA
## 195                    NA                    NA                    NA
## 196                    NA                    NA                    NA
## 197                    NA                    NA                    NA
## 198                    NA                    NA                    NA
## 199                    NA                    NA                    NA
## 200                    NA                    NA                    NA
## 201                    NA                    NA                    NA
## 202                    NA                    NA                    NA
## 203                    NA                    NA                    NA
## 204                    NA                    NA                    NA
## 205                    NA                    NA                    NA
## 206                    NA                    NA                    NA
## 207                    NA                    NA                    NA
## 208                    NA                    NA                    NA
## 209                    NA                    NA                    NA
## 210                    NA                    NA                    NA
## 211                    NA                    NA                    NA
## 212                    NA                    NA                    NA
## 213                    NA                    NA                    NA
## 214                    NA                    NA                    NA
## 215                    NA                    NA                    NA
## 216                    NA                    NA                    NA
## 217                    NA                    NA                    NA
## 218                    NA                    NA                    NA
## 219                    NA                    NA                    NA
## 220                    NA                    NA                    NA
## 221                    NA                    NA                    NA
## 222                    NA                    NA                    NA
## 223                    NA                    NA                    NA
## 224                    NA                    NA                    NA
## 225                    NA                    NA                    NA
## 226                    NA                    NA                    NA
## 227                    NA                    NA                    NA
## 228                    NA                    NA                    NA
## 229                    NA                    NA                    NA
## 230                    NA                    NA                    NA
## 231                    NA                    NA                    NA
## 232                    NA                    NA                    NA
## 233                    NA                    NA                    NA
## 234                    NA                    NA                    NA
## 235                    NA                    NA                    NA
## 236                    NA                    NA                    NA
## 237                    NA                    NA                    NA
## 238                    NA                    NA                    NA
## 239                    NA                    NA                    NA
## 240                    NA                    NA                    NA
## 241                    NA                    NA                    NA
## 242                    NA                    NA                    NA
##                     X1989                 X1990                 X1991
## 1                      NA                    NA                    NA
## 2                      NA                    NA                    NA
## 3    29809643007.00000000  32075085848.00000000  33779755004.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6                      NA           25.62864500           24.20675944
## 7                      NA                    NA                    NA
## 8                      NA                    NA                    NA
## 9                      NA                    NA                    NA
## 10                     NA                    NA                    NA
## 11                     NA                    NA                    NA
## 12                     NA            6.99669297            6.62030194
## 13                     NA            7.37594653            6.91103536
## 14                     NA                    NA                    NA
## 15                     NA    943000000.00000000    768000000.00000000
## 16                     NA                    NA                    NA
## 17    4758000000.00000000   5668000000.00000000   6532000000.00000000
## 18                     NA                    NA                    NA
## 19                     NA                    NA                    NA
## 20                     NA           13.03260224            9.37042460
## 21                     NA           36.96670675           36.18838458
## 22                     NA     98500000.00000000    106000000.00000000
## 23                     NA   2674800000.00000000   2966000000.00000000
## 24                     NA                    NA                    NA
## 25                     NA                    NA                    NA
## 26                     NA                    NA                    NA
## 27                     NA     32200000.00000000     78000000.00000000
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30                     NA   3487200000.00000000   4278000000.00000000
## 31                     NA   2707000000.00000000   3044000000.00000000
## 32                     NA                    NA                    NA
## 33                     NA                    NA                    NA
## 34                     NA                    NA                    NA
## 35                     NA                    NA                    NA
## 36                     NA                    NA                    NA
## 37                     NA                    NA                    NA
## 38                     NA           33.01522381           34.01988072
## 39                     NA                    NA                    NA
## 40     187893171.80000001    198818593.80000001    206905289.80000001
## 41                     NA                    NA                    NA
## 42                     NA                    NA                    NA
## 43                     NA                    NA                    NA
## 44                     NA            8.92789517            6.10735586
## 45                     NA                    NA                    NA
## 46                     NA   7235700000.00000000   8196000000.00000000
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA                    NA                    NA
## 50                     NA                    NA                    NA
## 51                     NA                    NA                    NA
## 52                     NA            0.44501569            0.95168375
## 53                     NA            0.93255321            0.84294235
## 54            21.01991610           24.14844744           25.34759816
## 55    7887910507.00000000   8253518026.00000000   8779114468.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57                     NA         1613.07185100         1671.58342800
## 58             0.00000000            0.00000000            0.00000000
## 59  603000000000.00000000 631000000000.00000000 671000000000.00000000
## 60                     NA           10.71588515           12.54463820
## 61            31.32554414           30.36957531           33.55304077
## 62                     NA                    NA                    NA
## 63                     NA                    NA                    NA
## 64                     NA                    NA         3438.53794700
## 65                     NA                    NA                    NA
## 66            10.29118731            6.99168601            8.55991874
## 67             4.32964793            4.63503635            6.36815040
## 68            11.25837291           10.71588515           12.54463820
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    3525228153.00000000   3627562403.00000000   3921476085.00000000
## 73           111.21571880          111.13413590          111.69355260
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76                     NA            0.24046149            0.23638759
## 77                     NA  30495897615.00000000  32437922242.00000000
## 78                     NA           17.59519716           19.80245098
## 79            21.50690609           18.12582192           20.25347130
## 80                     NA            6.99669297            6.62030194
## 81                     NA                    NA                    NA
## 82            13.04865071           12.80865630           13.35385013
## 83                     NA            0.11363879            0.13411247
## 84                     NA          856.64075570          917.73438750
## 85             1.48870392            1.74670390            1.59616125
## 86            18.12051216           16.12032954           18.40049757
## 87                     NA                    NA                    NA
## 88                     NA 111000000000.00000000 133000000000.00000000
## 89             5.44085853            5.75926356            6.37636207
## 90            33.35092809           32.18875416           34.67505513
## 91                     NA            8.44530827            8.40865583
## 92                     NA                    NA                    NA
## 93                     NA          189.83432040          184.24962470
## 94                     NA                    NA                    NA
## 95            -6.90133004           -7.97219763           -7.76258065
## 96             9.95168341           10.24666160           10.80699873
## 97            79.68629647           84.34524445           82.48619559
## 98                     NA            6.78154251                    NA
## 99            13.04865071           12.80865630           13.35385013
## 100            0.00000000            0.00000000            0.00000000
## 101          427.64443080          436.56749400          452.40327500
## 102  84511000000.00000000  97748000000.00000000 117000000000.00000000
## 103           13.37485577           13.20656378           13.21402897
## 104                    NA            0.05804187            0.06625826
## 105                    NA            5.26775136            5.42741947
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           31.23379897           32.01448519           32.82000953
## 109            1.92989342            2.08656129            3.62733856
## 110   7424281841.00000000   7756008525.00000000   8254660930.00000000
## 111            1.48870392            1.74670390            1.59616125
## 112  89269000000.00000000 103000000000.00000000 124000000000.00000000
## 113          -11.21571878          -11.13413592          -11.69355256
## 114            1.10654315            1.07715441            1.09660965
## 115            0.00000000            0.00000000            0.00000000
## 116            0.00000000            0.00000000            0.00000000
## 117           15.65493060           15.34675485           16.44736311
## 118            9.26861509            8.41552564           11.38682240
## 119                    NA           52.62058095           64.91143044
## 120                    NA                    NA                    NA
## 121                    NA            0.03082382            0.03637718
## 122            0.01191412            0.16374632            0.05661134
## 123        32692.97189000        33375.13079000        34585.75978000
## 124 574000000000.00000000 600000000000.00000000 639000000000.00000000
## 125           22.28332344           21.66144504           23.18430384
## 126           13.24642080           10.33419580           11.71677402
## 127          191.12085330          191.87888390          202.08058910
## 128                    NA                    NA                    NA
## 129           47.68956749           48.80289317           44.72338673
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132                    NA            6.85517240            7.46275635
## 133                    NA  16195204675.00000000  17809100163.00000000
## 134           14.80359226           16.38992821           18.44598540
## 135           11.06760466           10.52730912           11.49075129
## 136         4839.73425700         5470.15997500         6379.68419900
## 137   3337334981.00000000   3428743809.00000000   3714570795.00000000
## 138           89.70881269           93.00831399           91.44008126
## 139                    NA           -0.19484413                    NA
## 140                    NA            2.79750124            2.97976721
## 141           10.02251622            8.66306954            8.95388567
## 142                    NA                    NA                    NA
## 143           12.81878368           12.47099095           12.95458033
## 144                    NA                    NA                    NA
## 145                    NA                    NA            2.58699989
## 146                    NA                    NA           14.90999985
## 147                    NA                    NA           52.72999954
## 148                    NA                    NA           79.91799927
## 149                    NA                    NA           74.79000092
## 150                    NA                    NA                    NA
## 151                    NA                    NA                    NA
## 152                    NA                    NA                    NA
## 153                    NA                    NA                    NA
## 154                    NA                    NA                    NA
## 155                    NA                    NA                    NA
## 156                    NA                    NA           77.61000061
## 157                    NA                    NA                    NA
## 158                    NA                    NA                    NA
## 159                    NA                    NA            1.72099996
## 160                    NA                    NA            3.75999999
## 161                    NA                    NA                    NA
## 162                    NA                    NA            1.44000006
## 163                    NA                    NA           88.94499969
## 164                    NA                    NA                    NA
## 165                    NA                    NA                    NA
## 166                    NA                    NA                    NA
## 167                    NA                    NA                    NA
## 168                    NA                    NA                    NA
## 169                    NA                    NA           82.33000183
## 170                    NA                    NA                    NA
## 171                    NA                    NA                    NA
## 172                    NA                    NA                    NA
## 173                    NA                    NA           85.44999695
## 174                    NA                    NA                    NA
## 175                    NA                    NA                    NA
## 176                    NA                    NA            1.80799997
## 177                    NA                    NA            3.20300007
## 178                    NA                    NA                    NA
## 179                    NA                    NA            2.75999999
## 180                    NA                    NA           84.33599854
## 181                    NA                    NA                    NA
## 182                    NA                    NA                    NA
## 183                    NA                    NA                    NA
## 184                    NA                    NA                    NA
## 185                    NA                    NA                    NA
## 186                    NA                    NA           93.81999969
## 187                    NA                    NA                    NA
## 188                    NA                    NA                    NA
## 189                    NA                    NA                    NA
## 190                    NA                    NA                    NA
## 191                    NA                    NA           21.21999931
## 192                    NA                    NA           35.90000153
## 193                    NA                    NA                    NA
## 194                    NA                    NA           90.38999939
## 195                    NA                    NA                    NA
## 196                    NA                    NA                    NA
## 197                    NA                    NA                    NA
## 198                    NA                    NA                    NA
## 199                    NA                    NA                    NA
## 200                    NA                    NA            6.17999983
## 201                    NA                    NA            0.25000000
## 202                    NA                    NA                    NA
## 203                    NA                    NA                    NA
## 204                    NA                    NA                    NA
## 205                    NA                    NA           22.38999939
## 206                    NA                    NA            1.50999999
## 207                    NA                    NA                    NA
## 208                    NA                    NA                    NA
## 209                    NA                    NA                    NA
## 210                    NA                    NA            8.17000008
## 211                    NA                    NA           70.69999695
## 212                    NA                    NA                    NA
## 213                    NA                    NA                    NA
## 214                    NA                    NA                    NA
## 215                    NA                    NA                    NA
## 216                    NA                    NA                    NA
## 217                    NA                    NA                    NA
## 218                    NA                    NA           93.55999756
## 219                    NA                    NA           80.96700287
## 220                    NA                    NA                    NA
## 221                    NA                    NA                    NA
## 222                    NA                    NA                    NA
## 223                    NA                    NA                    NA
## 224                    NA                    NA           14.56000042
## 225                    NA                    NA            0.89999998
## 226                    NA                    NA                    NA
## 227                    NA                    NA            1.76600003
## 228                    NA                    NA                    NA
## 229                    NA                    NA                    NA
## 230                    NA                    NA                    NA
## 231                    NA                    NA           76.10000229
## 232                    NA                    NA                    NA
## 233                    NA                    NA                    NA
## 234                    NA                    NA                    NA
## 235                    NA                    NA            3.99000001
## 236                    NA                    NA                    NA
## 237                    NA                    NA           77.31400299
## 238                    NA                    NA                    NA
## 239                    NA                    NA                    NA
## 240                    NA                    NA                    NA
## 241                    NA                    NA           84.54999924
## 242                    NA                    NA           79.17900085
##                     X1992                 X1993                 X1994
## 1                      NA           15.96000000                    NA
## 2                      NA           56.73497000                    NA
## 3    32457472104.00000000  38102322604.00000000  44412517305.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6             22.94242197           21.80039788           24.76087264
## 7                      NA           15.96000000                    NA
## 8                      NA           20.87000000                    NA
## 9                      NA           26.03093000                    NA
## 10                     NA           63.02853000                    NA
## 11                     NA                    NA                    NA
## 12             6.48334407            6.65463736            7.72913405
## 13             6.96878036            6.76400042            7.64732386
## 14                     NA                    NA                    NA
## 15     875000000.00000000   1174000000.00000000   1931000000.00000000
## 16                     NA                    NA                    NA
## 17    7487000000.00000000   9702000000.00000000  12149000000.00000000
## 18                     NA            1.08330500                    NA
## 19                     NA                    NA                    NA
## 20             8.83749116           10.04191258           12.53733281
## 21            32.76436724           32.53784963           31.34657837
## 22      87000000.00000000     86000000.00000000     69000000.00000000
## 23    3244000000.00000000   3804000000.00000000   4828000000.00000000
## 24                     NA            9.24000000                    NA
## 25                     NA           22.10000000                    NA
## 26                     NA                    NA                    NA
## 27     115000000.00000000    141000000.00000000    427000000.00000000
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30    5580000000.00000000   6486000000.00000000   8147000000.00000000
## 31    3359000000.00000000   3945000000.00000000   5255000000.00000000
## 32                     NA            9.25000000                    NA
## 33                     NA           22.10000000                    NA
## 34                     NA           16.57000000                    NA
## 35                     NA           11.34000000                    NA
## 36                     NA           22.54000000                    NA
## 37                     NA                    NA                    NA
## 38            38.11215081           35.84217507           38.38759836
## 39                     NA                    NA                    NA
## 40     166748329.59999999    202125000.00000000    247938775.50000000
## 41                     NA            8.78000000                    NA
## 42                     NA           18.68000000                    NA
## 43                     NA                    NA                    NA
## 44             5.97636773            6.48762157            9.09861942
## 45                     NA                    NA                    NA
## 46    9901000000.00000000  11691000000.00000000  15402000000.00000000
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA            6.54639200                    NA
## 50                     NA            0.02023060                    NA
## 51                     NA                    NA                    NA
## 52             1.16149884            1.20605594            2.77236722
## 53             0.59422171            0.47524315            0.32511897
## 54            33.66447434           34.80834690           37.30228030
## 55    9139620604.00000000   9491482290.00000000  10271302732.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57          1693.72102700         1711.57120900         1803.69688300
## 58             0.00000000            0.00000000            0.00000000
## 59  699000000000.00000000 726000000000.00000000 785000000000.00000000
## 60            18.48909464           10.77490927            4.81598619
## 61            33.03381999           35.06107626           33.06987434
## 62                     NA                    NA                    NA
## 63                     NA            1.49793660            1.23238961
## 64          3473.40330400         3498.15619900         3677.60167000
## 65                     NA                    NA                    NA
## 66            10.92870090           12.24724218            9.95935204
## 67             4.10640661            3.84985003            8.21600270
## 68            18.48909464           10.77490927            4.81598619
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    3401211581.00000000   3660041667.00000000   4066775510.00000000
## 73           109.77596090          110.32365300          112.44419690
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76             0.19255075            0.19490257            0.19593583
## 77   33769955223.00000000  35070047854.00000000  37951403934.00000000
## 78            23.46374489           25.99194211           27.24371045
## 79            20.70466177           22.57089514           22.40354892
## 80             6.48334407            6.65463736            7.72913405
## 81                     NA                    NA                    NA
## 82            13.41831550           14.57309798           18.55012245
## 83             0.13428107            0.14822551            0.16902914
## 84           951.07971680          983.88458620         1058.98335500
## 85             1.88735567            1.52348000            1.20002715
## 86            19.17108013           21.21902073           21.09277771
## 87                     NA                    NA                    NA
## 88  164000000000.00000000 189000000000.00000000 214000000000.00000000
## 89             8.39606481            8.32071584            8.96312578
## 90            41.69541314           47.18958118           50.43207274
## 91             8.51065780            8.14141460            9.44889397
## 92                     NA                    NA                    NA
## 93           181.29393300          179.18253280          171.45220800
## 94                     NA                    NA                    NA
## 95            -5.33098805           -6.07919039           -8.65264353
## 96            14.66563099           15.98444643           21.53678301
## 97            81.27373712           79.27152469           82.01794532
## 98                     NA                    NA                    NA
## 99            13.41831550           14.57309798           18.55012245
## 100            0.00000000            0.00000000            0.00000000
## 101          458.39467350          463.22571000          488.15892950
## 102 145000000000.00000000 166000000000.00000000 187000000000.00000000
## 103           12.80907367           12.41498845           10.17418403
## 104            0.06486338            0.06994128            0.07809007
## 105            5.51590438            5.58090113            5.83252914
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           32.06108920           34.84227183           36.24207114
## 109            1.32434906            1.05390327            5.38252066
## 110   8631620681.00000000   8902297081.00000000   9589126121.00000000
## 111            1.88735567            1.52348000            1.20002715
## 112 153000000000.00000000 176000000000.00000000 199000000000.00000000
## 113           -9.77596088          -10.32365296          -12.44419688
## 114            1.07468977            1.05055255            0.97331540
## 115            0.00000000            0.00000000            0.00000000
## 116           -0.00001530            0.00000000            0.00000000
## 117           19.39830167           19.52049726           20.39172588
## 118           12.40616471           14.51998497           14.37833715
## 119           61.65692299           63.68153823           66.54121000
## 120                    NA                    NA                    NA
## 121            0.03642291            0.04020525            0.04584811
## 122            0.00000000            0.00000000            0.00000000
## 123        35043.79596000        35413.12367000        37319.24237000
## 124 668000000000.00000000 689000000000.00000000 742000000000.00000000
## 125           25.73568701           28.75661707           31.43813481
## 126           15.10886219           16.62517071           13.99204370
## 127          170.58665120          178.62598780          193.27955090
## 128                    NA                    NA                    NA
## 129           42.66526274           39.89594836           40.44170782
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132            8.64552859            9.35532351            9.60085565
## 133  18962933642.00000000  20159768606.00000000  22281961821.00000000
## 134           21.85648110           24.21149711           25.37751946
## 135           15.95972613           18.43296411           18.99393793
## 136         7659.34064100         8574.04741300         9470.69799600
## 137   3234463252.00000000   3457916667.00000000   3818836735.00000000
## 138           89.07129910           87.75275782           90.04064796
## 139                    NA                    NA                    NA
## 140            3.09736060            3.20814149            3.42438430
## 141            7.79756198            8.48123314            8.02270264
## 142                    NA                    NA                    NA
## 143           13.09025213           14.26361836           18.29765346
## 144                    NA                    NA                    NA
## 145            2.49099994            2.42499995            2.42100000
## 146           14.68999958           14.51000023           14.39999962
## 147           52.59999847           52.40999985           52.13999939
## 148           80.05000305           80.16300201           80.19699860
## 149           74.68000031           74.40000153           73.83000183
## 150                    NA                    NA                    NA
## 151                    NA                    NA                    NA
## 152                    NA                    NA                    NA
## 153                    NA                    NA                    NA
## 154                    NA                    NA                    NA
## 155                    NA                    NA                    NA
## 156           77.61000061           77.62000275           77.40000153
## 157                    NA                    NA                    NA
## 158                    NA                    NA                    NA
## 159            1.66299999            1.65499997            1.76300001
## 160            3.68000007            3.66300011            3.75300002
## 161                    NA                    NA                    NA
## 162            1.64999998            1.89999998            2.25000000
## 163           88.86499786           88.70899963           88.37999725
## 164                    NA                    NA                    NA
## 165                    NA                    NA                    NA
## 166                    NA                    NA                    NA
## 167                    NA                    NA                    NA
## 168                    NA                    NA                    NA
## 169           82.09999847           81.75000000           81.15000153
## 170                    NA                    NA                    NA
## 171                    NA                    NA                    NA
## 172                    NA                    NA                    NA
## 173           85.40000153           85.36000061           85.19000244
## 174                    NA                    NA                    NA
## 175                    NA                    NA                    NA
## 176            1.74699998            1.77100003            1.99899995
## 177            3.11999989            3.08299995            3.13000011
## 178                    NA                    NA                    NA
## 179            3.21000004            3.74000001            4.44999981
## 180           84.39600372           84.40699768           84.28500366
## 181                    NA                    NA                    NA
## 182                    NA                    NA                    NA
## 183                    NA                    NA                    NA
## 184                    NA                    NA                    NA
## 185                    NA                    NA                    NA
## 186           93.83000183           93.83000183           93.80999756
## 187                    NA                    NA                    NA
## 188                    NA                    NA                    NA
## 189                    NA                    NA                    NA
## 190                    NA                    NA                    NA
## 191           20.67000008           20.18000031           19.72999954
## 192           35.79999924           35.61999893           35.31000137
## 193                    NA                    NA                    NA
## 194           90.12000275           89.80000305           89.25000000
## 195                    NA                    NA                    NA
## 196                    NA                    NA                    NA
## 197                    NA                    NA                    NA
## 198                    NA                    NA                    NA
## 199                    NA                    NA                    NA
## 200            6.17000008            6.17000008            6.19000006
## 201            0.25000000            0.25000000            0.25000000
## 202                    NA                    NA                    NA
## 203                    NA                    NA                    NA
## 204                    NA                    NA                    NA
## 205           22.38999939           22.37999916           22.60000038
## 206            1.50000000            1.50000000            1.50000000
## 207                    NA                    NA                    NA
## 208                    NA                    NA                    NA
## 209                    NA                    NA                    NA
## 210            8.22000027            8.30000019            8.50000000
## 211           70.76000214           70.80000305           70.75000000
## 212                    NA                    NA                    NA
## 213                    NA                    NA                    NA
## 214                    NA                    NA                    NA
## 215                    NA                    NA                    NA
## 216                    NA                    NA                    NA
## 217                    NA                    NA                    NA
## 218           93.58000183           93.58000374           93.56999969
## 219           80.88800049           80.76899719           80.58100128
## 220                    NA                    NA                    NA
## 221                    NA                    NA                    NA
## 222                    NA                    NA                    NA
## 223                    NA                    NA                    NA
## 224           14.60000038           14.64000034           14.81000042
## 225            0.89999998            0.91000003            0.91000003
## 226                    NA                    NA                    NA
## 227            1.70700002            1.71599996            1.88699997
## 228                    NA                    NA                    NA
## 229                    NA                    NA                    NA
## 230                    NA                    NA                    NA
## 231           76.11000061           76.11999893           75.90000153
## 232                    NA                    NA                    NA
## 233                    NA                    NA                    NA
## 234                    NA                    NA                    NA
## 235            4.65999985            5.42000008            6.44000006
## 236                    NA                    NA                    NA
## 237           77.53700256           77.78900146           78.02400208
## 238                    NA                    NA                    NA
## 239                    NA                    NA                    NA
## 240                    NA                    NA                    NA
## 241           84.49999809           84.45000076           84.29000092
## 242           79.26300049           79.33399963           79.35600281
##                     X1995                 X1996                 X1997
## 1                      NA                    NA                    NA
## 2                      NA                    NA                    NA
## 3    51546654806.00000000  52631847606.00000000  56691272306.00000000
## 4                      NA                    NA                    NA
## 5                      NA                    NA                    NA
## 6             25.95126280           23.31508942           23.55375415
## 7                      NA                    NA                    NA
## 8                      NA                    NA                    NA
## 9                      NA                    NA                    NA
## 10                     NA                    NA                    NA
## 11                     NA                    NA                    NA
## 12             8.98551386            8.71991419            8.72365987
## 13             8.25841049            8.01625659            7.76324004
## 14                     NA                    NA                    NA
## 15    2751000000.00000000   3326000000.00000000   3954000000.00000000
## 16                     NA                    NA                    NA
## 17   14261000000.00000000  15457000000.00000000  17952000000.00000000
## 18                     NA                    NA                    NA
## 19                     NA                    NA                    NA
## 20            13.96872144           15.32365814           16.15790119
## 21            33.94942622           33.06611380           33.16987455
## 22      69000000.00000000    105000000.00000000    269000000.00000000
## 23    6686000000.00000000   7177000000.00000000   8117000000.00000000
## 24                     NA                    NA                    NA
## 25                     NA                    NA                    NA
## 26                     NA                    NA                    NA
## 27     332000000.00000000    150000000.00000000    168000000.00000000
## 28                     NA                    NA                    NA
## 29                     NA                    NA                    NA
## 30    9856000000.00000000  10947000000.00000000  11938000000.00000000
## 31    7018000000.00000000   7327000000.00000000   8310000000.00000000
## 32                     NA                    NA                    NA
## 33                     NA                    NA                    NA
## 34                     NA                    NA                    NA
## 35                     NA                    NA                    NA
## 36                     NA                    NA                    NA
## 37                     NA                    NA                    NA
## 38            36.44566061           34.83421371           33.83690938
## 39                     NA                    NA                    NA
## 40     286365461.80000001    280781108.10000002    314781693.80000001
## 41                     NA                    NA                    NA
## 42                     NA                    NA                    NA
## 43                     NA                    NA                    NA
## 44            10.17268794           10.58359320           11.20716533
## 45                     NA                    NA                    NA
## 46   19694000000.00000000  21705000000.00000000  24471000000.00000000
## 47                     NA                    NA                    NA
## 48                     NA                    NA                    NA
## 49                     NA                    NA                    NA
## 50                     NA                    NA                    NA
## 51                     NA                    NA                    NA
## 52             1.68579263            0.69108500            0.68652691
## 53             0.25514921            0.33411825            0.76245004
## 54            38.12679366           39.43311518           42.67394737
## 55   10627557926.00000000  11193824413.00000000  11758957236.00000000
## 56             0.00000000            0.00000000            0.00000000
## 57          1819.96641800         1872.31178400         1923.78005200
## 58             0.00000000            0.00000000            0.00000000
## 59  812000000000.00000000 856000000000.00000000 899000000000.00000000
## 60             6.30086155            7.82303556            7.27909299
## 61            33.17805407           33.36949054           33.41912853
## 62                     NA                    NA                    NA
## 63             1.29110018            0.97665246            1.00551242
## 64          3688.24706700         3794.32030000         3895.09820000
## 65                     NA                    NA                    NA
## 66            15.65529768           14.38246926           13.96085030
## 67             3.46845189            5.32828418            5.04861254
## 68             6.30086155            7.82303556            7.27909299
## 69                     NA                    NA                    NA
## 70                     NA                    NA                    NA
## 71             0.00000000            0.00000000            0.00000000
## 72    4401104418.00000000   4521580381.00000000   4918691917.00000000
## 73           109.54420040          112.82261850          111.37986470
## 74                     NA                    NA                    NA
## 75                     NA                    NA                    NA
## 76             0.20072655            0.19226867            0.19572770
## 77   39267730121.00000000  41360026371.00000000  43448133848.00000000
## 78            28.96029893           31.22587341           33.49883377
## 79            25.19949812           27.20508772           25.34071505
## 80             8.98551386            8.71991419            8.72365987
## 81                     NA                    NA                    NA
## 82            22.83143607           23.19776388           23.88507426
## 83             0.17744599            0.17470907            0.18582886
## 84          1090.94162500         1142.86828400         1194.53450000
## 85             1.38881149            1.32624922            1.09066742
## 86            22.06912285           22.53036201           21.67243586
## 87                     NA                    NA                    NA
## 88  235000000000.00000000 267000000000.00000000 301000000000.00000000
## 89             8.92209422            9.02564350            8.84664882
## 90            59.49051840           58.45776870           64.03553489
## 91            10.54226075           10.68686650           10.44265328
## 92                     NA                    NA                    NA
## 93           170.92156790          166.17707010          163.30535680
## 94                     NA                    NA                    NA
## 95            -8.09774069           -7.22314977           -7.89001513
## 96            22.54707354           22.12225159           22.16537207
## 97            75.09775353           76.37012301           77.13154114
## 98                     NA                    NA            3.06260316
## 99            22.83143607           23.19776388           23.88507426
## 100            0.00000000            0.00000000            0.00000000
## 101          492.56217450          506.72911020          520.65866490
## 102 205000000000.00000000 233000000000.00000000 263000000000.00000000
## 103           10.34269419            9.80113534            9.75374088
## 104            0.08071972            0.07763495            0.08117639
## 105            5.85063671            6.01767741            6.12349784
## 106                    NA                    NA                    NA
## 107                    NA                    NA                    NA
## 108           38.03490362           37.57734630           43.19522673
## 109            0.90201053            2.87617208            2.74891542
## 110   9843288724.00000000  10391061698.00000000  10896004686.00000000
## 111            1.38881149            1.32624922            1.09066742
## 112 219000000000.00000000 249000000000.00000000 281000000000.00000000
## 113           -9.54420043          -12.82261842          -11.37986475
## 114            0.94148511            0.90071632            0.88070785
## 115            0.00000000            0.00000000            0.00000000
## 116            0.00000000         -100.00000000            0.00000000
## 117           21.27386791           21.49305179           21.40043420
## 118           15.19333866           15.44997650           14.75938727
## 119           66.18364321           65.19788038           59.88242969
## 120                    NA                    NA                    NA
## 121            0.04838579            0.04738875            0.05040493
## 122            0.00000000            0.42374943            0.46875202
## 123        37655.86586000        38738.91337000        39803.81333000
## 124 762000000000.00000000 804000000000.00000000 843000000000.00000000
## 125           34.51735942           35.64019356           37.70769982
## 126           21.00779388           20.38508266           19.11054397
## 127          203.98078060          204.68575520          217.78798190
## 128                    NA                    NA                    NA
## 129           39.04140527           38.92765745           38.78073387
## 130                    NA                    NA                    NA
## 131                    NA                    NA                    NA
## 132            9.99618226           10.58439036           11.16235091
## 133  23538237236.00000000  25246362676.00000000  26978289337.00000000
## 134           26.97652183           29.08690473           31.20416757
## 135           24.97315898           22.81757514           26.32783507
## 136        10158.24288000        11267.95082000        12420.44861000
## 137   4114738956.00000000   4240799273.00000000   4603910223.00000000
## 138           84.34470232           85.61753074           86.03914970
## 139                    NA                    NA           -1.12294261
## 140            3.50704445            3.67321976            3.80226910
## 141            9.24694879            9.24740773            8.90760856
## 142                    NA                    NA                    NA
## 143           22.58190943           22.83838128           23.36451430
## 144                    NA                    NA                    NA
## 145            2.29600000            2.26399994            2.20600009
## 146           14.28999996           14.21000004           14.14000034
## 147           51.91999817           51.61999893           51.27999878
## 148           80.42800140           80.36699677           80.36599731
## 149           73.13999939           72.13999939           70.86000061
## 150                    NA                    NA                    NA
## 151                    NA                    NA                    NA
## 152                    NA                    NA                    NA
## 153                    NA                    NA                    NA
## 154                    NA                    NA                    NA
## 155                    NA                    NA                    NA
## 156           77.33999634           77.11000061           76.80999756
## 157                    NA                    NA                    NA
## 158                    NA                    NA                    NA
## 159            1.64300001            1.68599999            1.67700005
## 160            3.64700007            3.71000004            3.72000003
## 161                    NA                    NA                    NA
## 162            2.61999989            3.08999991            3.65000010
## 163           88.43599701           88.31300354           88.28800201
## 164                    NA                    NA                    NA
## 165                    NA                    NA                    NA
## 166                    NA                    NA                    NA
## 167                    NA                    NA                    NA
## 168                    NA           71.00000000                    NA
## 169           80.51999664           79.68000031           78.66000366
## 170                    NA                    NA                    NA
## 171                    NA                    NA                    NA
## 172                    NA                    NA                    NA
## 173           85.12999725           85.00000000           84.83999634
## 174                    NA                    NA                    NA
## 175                    NA                    NA                    NA
## 176            1.82500005            1.94400001            1.97200000
## 177            3.01399994            3.02399993            2.99200010
## 178                    NA                    NA                    NA
## 179            5.19999981            6.11999989            7.19999981
## 180           84.44200134           84.33999634           84.30699921
## 181                    NA                    NA                    NA
## 182                    NA                    NA                    NA
## 183                    NA                    NA                    NA
## 184                    NA                    NA                    NA
## 185                    NA                    NA                    NA
## 186           93.77999878           93.72000122           93.62999725
## 187                    NA                    NA                    NA
## 188                    NA                    NA                    NA
## 189                    NA                    NA                    NA
## 190                    NA                    NA                    NA
## 191           19.34000015           19.01000023           18.70000076
## 192           35.00000000           34.50999832           33.91999817
## 193                    NA           63.70000076                    NA
## 194           88.72000122           88.01999664           87.19999695
## 195                    NA                    NA                    NA
## 196                    NA                    NA                    NA
## 197                    NA                    NA                    NA
## 198                    NA                    NA                    NA
## 199                    NA                    NA                    NA
## 200            6.21999979            6.28000021            6.36999989
## 201            0.25000000            0.25999999            0.25999999
## 202                    NA                    NA                    NA
## 203                    NA                    NA                    NA
## 204                    NA                    NA                    NA
## 205           22.65999985           22.88999939           23.19000053
## 206            1.50999999            1.50999999            1.51999998
## 207                    NA                    NA                    NA
## 208                    NA                    NA                    NA
## 209                    NA                    NA                    NA
## 210            8.67000008            8.89000034            9.14999962
## 211           70.72000122           70.55000305           70.30000305
## 212                    NA                    NA                    NA
## 213                    NA                    NA                    NA
## 214                    NA                    NA                    NA
## 215                    NA            4.50000000                    NA
## 216                    NA                    NA                    NA
## 217                    NA                    NA                    NA
## 218           93.53000069           93.47000313           93.37000275
## 219           80.58300018           80.43900299           80.36399841
## 220                    NA                    NA                    NA
## 221                    NA                    NA                    NA
## 222                    NA                    NA                    NA
## 223                    NA                    NA                    NA
## 224           14.86999989           15.01000023           15.15999985
## 225            0.91000003            0.92000002            0.92000002
## 226                    NA                    NA                    NA
## 227            1.73800003            1.82099998            1.83099997
## 228                    NA                    NA                    NA
## 229                    NA                    NA                    NA
## 230                    NA                    NA                    NA
## 231           75.84000015           75.59999847           75.28999710
## 232                    NA                    NA                    NA
## 233                    NA                    NA                    NA
## 234                    NA                    NA                    NA
## 235            7.51999998            8.85000038           10.43999958
## 236                    NA           67.19999695                    NA
## 237           78.37200165           78.31099701           78.29299927
## 238                    NA                    NA                    NA
## 239                    NA                    NA                    NA
## 240                    NA                    NA                    NA
## 241           84.21999741           84.07999802           83.91999817
## 242           79.52400208           79.40699768           79.34600067
##                     X1998                 X1999                   X2000
## 1             20.09000000           14.01000000            16.840000000
## 2             50.15618000           20.58712000            18.555280000
## 3    56158723806.00000000  58700888407.00000000   63282813207.000000000
## 4                      NA                    NA                      NA
## 5                      NA                    NA                      NA
## 6             23.11959537           24.37387964            23.498859070
## 7             20.09000000           14.01000000            16.840000000
## 8             21.67000000           14.36000000            14.410000000
## 9             36.00000000           18.19923000            25.734160000
## 10            56.96041000           21.21320000            16.970310000
## 11                     NA                    NA                      NA
## 12             8.63933255            8.42250523             8.735981111
## 13             7.36510298            6.90410027             7.031443074
## 14                     NA                    NA                      NA
## 15    4576000000.00000000   5774000000.00000000    6969000000.000000000
## 16                     NA                    NA                      NA
## 17   18943000000.00000000  21456000000.00000000   23945000000.000000000
## 18             8.21062000            1.74242400             2.081610000
## 19                     NA                    NA                      NA
## 20            17.60609442           20.04304360            21.021356180
## 21            31.84179139           31.67870036            31.192688220
## 22     436000000.00000000    522000000.00000000     575000000.000000000
## 23    8276000000.00000000   9126000000.00000000   10341000000.000000000
## 24            17.09000000           12.00000000            13.830000000
## 25            30.35000000           16.41000000            20.870000000
## 26                     NA                    NA                      NA
## 27     217000000.00000000    378000000.00000000     432000000.000000000
## 28                     NA                    NA                      NA
## 29                     NA                    NA                      NA
## 30   12477000000.00000000  12994000000.00000000   14795000000.000000000
## 31    8502000000.00000000   9518000000.00000000   10813000000.000000000
## 32            17.09000000           12.00000000            13.830000000
## 33            30.35000000           16.41000000            20.870000000
## 34            16.20000000           12.43000000            13.290000000
## 35            16.64000000           11.95000000            15.940000000
## 36            23.23000000           14.87000000            14.120000000
## 37                     NA                    NA                      NA
## 38            33.92886278           33.27528809            32.152558950
## 39                     NA                    NA                      NA
## 40     305778853.89999998    315761589.39999998     346677283.899999976
## 41             9.14000000            8.83000000            11.580000000
## 42            18.12000000           13.33000000            13.640000000
## 43                     NA                    NA                      NA
## 44            12.44357426           14.78617157            15.145061390
## 45                     NA                    NA                      NA
## 46   25991000000.00000000  28808000000.00000000   33152000000.000000000
## 47                     NA                    NA                      NA
## 48                     NA                    NA                      NA
## 49            25.50000000            8.76436800            11.591960000
## 50             1.02171100            0.01182450             0.016869100
## 51                     NA                    NA                      NA
## 52             0.83490439            1.31213552             1.303088803
## 53             1.18562028            1.33674776             1.249592524
## 54            35.41823863           40.20945164            43.263394360
## 55   12113653185.00000000  12648177008.00000000   13432363981.000000000
## 56             0.00000000            0.00000000             0.003580902
## 57          1941.14586800         1987.82504500          2073.054338000
## 58             0.00000000            0.00000000             0.000000000
## 59  926000000000.00000000 967000000000.00000000 1030000000000.000000000
## 60             4.10785067            8.88704743             4.472433715
## 61            35.23442304           34.58437124            34.710715490
## 62                     NA                    NA                      NA
## 63             1.39006091            1.65809912             2.029360644
## 64          3922.83454800         4010.79689600          4180.486799000
## 65                     NA                    NA           139.462980000
## 66            13.77387027           13.61347928            15.172284760
## 67             3.01638948            4.41257327             6.199999985
## 68             4.10785067            8.88704743             4.472433715
## 69                     NA                    NA             3.125985380
## 70                     NA            8.98008000            10.181870000
## 71             0.00000000            0.00000000             0.000000000
## 72    4856255044.00000000   5033642384.00000000    5494252208.000000000
## 73           111.06549880          106.87003710           109.142581600
## 74                     NA                    NA             0.484851360
## 75             2.89287996            2.89331007             2.975150108
## 76             0.18549705            0.18158819             0.182498777
## 77   44758698786.00000000  46733709167.00000000   49631199129.000000000
## 78            34.87491584           37.97426616            39.672640040
## 79            24.83936911           20.48351636            24.314866350
## 80             8.63933255            8.42250523             8.735981111
## 81                     NA                    NA                      NA
## 82            28.66308232           28.87594825            30.670620820
## 83             0.19109561            0.24612999             0.239189047
## 84          1218.88372000         1265.78446000          1349.962286000
## 85             1.27168010            1.39481847             1.163438890
## 86            21.73045921           19.08249424            19.321823090
## 87                     NA           12.99079000            11.391660000
## 88  323000000000.00000000 367000000000.00000000  407000000000.000000000
## 89             8.97040004            8.86953420             8.840859263
## 90            56.70960129           52.56698125            55.710589000
## 91            10.42762885           10.14893169            10.620362170
## 92                     NA                    NA                      NA
## 93           162.64183720          164.33936310           163.359240600
## 94                     NA                    NA                      NA
## 95            -1.38366225           -1.56303866            -2.377936958
## 96            15.67691779           17.23485544            12.847598490
## 97            76.91402549           77.46085207            75.877761620
## 98             3.49781449            3.48472091             3.188506619
## 99            28.66308232           28.87594825            30.670620820
## 100            0.00000000            0.00000000             0.000000000
## 101          525.35861110          537.99202930           561.058787700
## 102 282000000000.00000000 321000000000.00000000  356000000000.000000000
## 103            9.32506773            9.38220279             9.594466508
## 104            0.08254798            0.10484380             0.099630005
## 105            6.14847949            6.08496943             6.121478016
## 106                    NA                    NA             6.830000000
## 107                    NA                    NA                      NA
## 108           44.77937144           47.92581083            51.336474240
## 109            0.90269241            2.40472279             4.287565072
## 110  11256114694.00000000  11751899955.00000000   12467303013.000000000
## 111            1.27168010            1.39481847             1.167019792
## 112 301000000000.00000000 342000000000.00000000  379000000000.000000000
## 113          -11.06549884           -6.87003707            -9.142581584
## 114            0.92705546            0.94736957             0.962150318
## 115            0.00000000            0.00000000             0.000000000
## 116            0.00000000            0.00000000             0.000000000
## 117           21.07596935           20.44112316            20.735570030
## 118           14.22725988           12.09843408            12.355594910
## 119           66.35144343           64.06810979            64.573319840
## 120                    NA                    NA                      NA
## 121            0.05183350            0.06676123             0.064878545
## 122            0.24761179            0.08643977            -0.008824253
## 123        40163.11933000        41128.93101000         42892.360690000
## 124 871000000000.00000000 909000000000.00000000  965000000000.000000000
## 125           33.88755007           29.71850916            32.426585290
## 126           20.13192901           20.47123509            21.730513310
## 127          210.61156090          214.10670320           229.490392600
## 128                    NA                    NA                      NA
## 129           37.39300969           38.70148172            38.243897040
## 130                    NA                    NA                      NA
## 131                    NA                    NA                      NA
## 132           11.49154250           12.33891727            12.605190560
## 133  28104868450.00000000  29758555947.00000000   32319580727.000000000
## 134           32.48598818           35.37303335            36.955068820
## 135           22.82205122           22.84847209            23.284003710
## 136        13047.38620000        14548.55049000         15850.901410000
## 137   4550476190.00000000   4717880795.00000000    5147574924.000000000
## 138           86.22612973           86.38652072            84.827715240
## 139           -1.51107713           -1.06860097            -0.658255334
## 140            3.86075136            3.87471712             3.986274891
## 141            9.31210424            8.92566864             8.949953622
## 142                    NA                    NA                      NA
## 143           28.21230202           28.44902291            30.281062910
## 144                    NA                    NA                      NA
## 145            2.12899995            2.09200001             2.053999901
## 146           14.10000038           14.05000019            14.229999540
## 147           50.95000076           50.50999832            49.990001680
## 148           80.41999817           80.43599701            80.219001770
## 149           69.33000183           67.43000031            66.370002750
## 150                    NA                    NA                      NA
## 151                    NA                    NA                      NA
## 152                    NA                    NA                      NA
## 153                    NA           23.22274882                      NA
## 154                    NA            9.72316103                      NA
## 155                    NA           91.80000000                      NA
## 156           76.62000275           76.27999878            75.730003360
## 157                    NA           85.90000000                      NA
## 158                    NA                    NA                      NA
## 159            1.62800002            1.65900004             1.636999965
## 160            3.69600010            3.72000003             3.638000011
## 161                    NA           42.20000000                      NA
## 162            4.26999998            5.03999996             5.469999790
## 163           88.33699799           88.22699738            87.959999080
## 164                    NA                    NA                      NA
## 165                    NA            1.65999997                      NA
## 166                    NA            3.96000004                      NA
## 167                    NA           52.40000000                      NA
## 168                    NA           88.33000183                      NA
## 169           77.51999664           76.11000061            75.250000000
## 170                    NA                    NA                      NA
## 171                    NA           11.06000000                      NA
## 172                    NA           92.41000000                      NA
## 173           84.73999786           84.56999969            84.260002140
## 174                    NA           88.30000000                      NA
## 175                    NA                    NA                      NA
## 176            1.92299998            2.02900004             2.062999964
## 177            2.93199992            2.91799998             2.851999998
## 178                    NA           53.80000000                      NA
## 179            8.38000011            9.84000015            10.520000460
## 180           84.33200073           84.26200104            83.999000550
## 181                    NA                    NA                      NA
## 182                    NA                    NA                      NA
## 183                    NA                    NA                      NA
## 184                    NA           12.27995312                      NA
## 185                    NA           92.90000000                      NA
## 186           93.52999878           93.41000366            93.269996640
## 187                    NA                    NA                      NA
## 188                    NA                    NA                      NA
## 189                    NA            2.16000009                      NA
## 190                    NA           47.20000000                      NA
## 191           18.47999954           18.22999954            18.329999920
## 192           33.29000092           32.54999924            31.709999080
## 193                    NA           80.51000214                      NA
## 194           86.37999725           85.37999725            84.629997250
## 195                    NA                    NA                      NA
## 196                    NA            4.00000000                      NA
## 197                    NA                    NA                      NA
## 198                    NA           64.40000000                      NA
## 199                    NA            4.30000000                      NA
## 200            6.46999979            6.59000015             6.739999771
## 201            0.25999999            0.25999999             0.270000011
## 202                    NA            3.27000000                      NA
## 203                    NA                    NA                      NA
## 204                    NA            4.10000000                      NA
## 205           23.38999939           23.71999931            24.270000460
## 206            1.53999996            1.54999995             1.559999943
## 207                    NA                    NA                      NA
## 208                    NA                    NA                      NA
## 209                    NA           35.60000000                      NA
## 210            9.35000038            9.57999992             9.899999619
## 211           70.04000092           69.68000031            69.300003050
## 212                    NA                    NA                      NA
## 213                    NA           87.01000000                      NA
## 214                    NA                    NA                      NA
## 215                    NA            1.85000002                      NA
## 216                    NA                    NA                      NA
## 217                    NA            1.53166339                      NA
## 218           93.27000046           93.14999962            93.000003810
## 219           80.32599640           80.23200226            79.723999020
## 220                    NA                    NA                      NA
## 221                    NA                    NA                      NA
## 222                    NA           46.20000000                      NA
## 223                    NA            4.23000000                      NA
## 224           15.26000023           15.43000031            15.739999770
## 225            0.93000001            0.93000001             0.930000007
## 226                    NA                    NA                      NA
## 227            1.78100002            1.85000002             1.855000019
## 228                    NA                    NA                      NA
## 229                    NA           76.77725118                      NA
## 230                    NA            1.20363772                      NA
## 231           75.08000183           74.72999954            74.169998170
## 232                    NA                    NA                      NA
## 233                    NA            2.02999997                      NA
## 234                    NA            2.98000002                      NA
## 235           12.18999958           14.34000015            15.300000190
## 236                    NA           84.25000000                      NA
## 237           78.32099915           78.36199951            77.874000550
## 238                    NA            2.70000000                      NA
## 239                    NA                    NA                      NA
## 240                    NA            1.38000000                      NA
## 241           83.81999969           83.63999939            83.330001830
## 242           79.32800293           79.29199982            78.788002010
##                       X2001                   X2002                   X2003
## 1                        NA            15.450000000            15.860000000
## 2                        NA            18.448880000            19.350490000
## 3     66320388207.000000000   66006375707.000000000   70331721108.000000000
## 4                        NA                      NA                      NA
## 5                        NA                      NA                      NA
## 6              23.728236830            23.041080430            21.896123990
## 7                        NA            15.450000000            15.860000000
## 8                        NA            14.660000000            14.870000000
## 9                        NA            22.927460000            23.143350000
## 10                       NA            17.522970000            18.561960000
## 11                       NA                      NA                      NA
## 12              8.802574747             8.560583141             8.651811853
## 13              6.371072049             6.391161382             6.722882993
## 14                       NA                      NA                      NA
## 15     8517000000.000000000    8068000000.000000000    6879300000.000000000
## 16                       NA                      NA                      NA
## 17    28090335300.000000000   29046000000.000000000   31906000000.000000000
## 18                       NA             0.290924600             0.290718300
## 19                       NA                      NA                      NA
## 20             21.914318800            20.513081280            16.153558960
## 21             30.940434840            29.780580200            31.380541900
## 22      605000000.000000000     839000000.000000000    1252600000.000000000
## 23    12025000000.000000000   11713000000.000000000   13364000000.000000000
## 24                       NA             8.960000000             9.390000000
## 25                       NA            18.590000000            18.990000000
## 26                       NA                      NA                      NA
## 27      493000000.000000000     917000000.000000000     855600000.000000000
## 28                       NA                      NA                      NA
## 29                       NA                      NA                      NA
## 30    17191000000.000000000   17765000000.000000000   20218600000.000000000
## 31    12552000000.000000000   12659000000.000000000   14236400000.000000000
## 32                       NA             8.960000000             9.390000000
## 33                       NA            18.590000000            18.990000000
## 34                       NA            13.620000000            13.720000000
## 35                       NA            14.180000000            14.190000000
## 36                       NA            14.710000000            14.950000000
## 37                       NA                      NA                      NA
## 38             32.497778790            32.334686300            31.096974830
## 39                       NA                      NA                      NA
## 40      382181432.699999988     382536546.800000012     410335949.199999988
## 41                       NA            11.980000000            12.060000000
## 42                       NA            13.900000000            14.010000000
## 43                       NA                      NA                      NA
## 44             16.100493390            14.684843740            10.580624720
## 45                       NA                      NA                      NA
## 46    38865000000.000000000   39331000000.000000000   42586900000.000000000
## 47                       NA                      NA                      NA
## 48                       NA                      NA                      NA
## 49                       NA             1.727116000             1.727116000
## 50                       NA             0.008506300             0.008499100
## 51                       NA                      NA                      NA
## 52              1.268493503             2.331494241             2.009068516
## 53              1.143688917             1.527092699             1.926546382
## 54             36.790074080            32.838221500            38.164604180
## 55    14077102964.000000000   14094015643.000000000   14650029882.000000000
## 56              0.003055141             0.002557438             0.002328474
## 57           2136.328983000          2106.152373000          2158.231649000
## 58              0.000000000             0.000000000             0.000000000
## 59  1080000000000.000000000 1080000000000.000000000 1120000000000.000000000
## 60              3.412486587             3.934857896             3.070304967
## 61             44.452945850            43.552954340            44.126639730
## 62                       NA             1.481204951                      NA
## 63              2.446875396            11.213019630            12.180323880
## 64           4299.002233000          4221.191302000          4315.958411000
## 65            102.637010000            77.433540000            63.428020000
## 66             11.664627280             9.489666248             8.561179812
## 67              4.799892146             0.120143179             3.945037761
## 68             11.017148290             3.934857896             3.070304967
## 69              3.803862330             3.929912330             3.847534660
## 70             13.566010000            11.795080000            11.068620000
## 71              0.000000000             0.000000000             0.000000000
## 72     6007055042.000000000    6050875807.000000000    6330473097.000000000
## 73            110.678418900           110.756544900           112.848199100
## 74              0.582913280             0.790972050             0.658775090
## 75              3.708379984             3.152839899             3.114350080
## 76              0.173443968             0.171821678             0.169591614
## 77    52013443158.000000000   52075933762.000000000   54130349013.000000000
## 78             41.026463560            42.640796600            43.949999100
## 79             22.343046220            20.246211170            21.409378930
## 80              8.802574747             8.560583141             8.651811853
## 81                       NA                      NA                      NA
## 82             29.415910450            22.868900820            26.142574030
## 83              0.245954094             0.197518292             0.205686742
## 84           1422.508725000          1424.272228000          1488.295004000
## 85              1.057559999             1.139219606             1.207725045
## 86             19.195116680            19.564777350            19.924181940
## 87             13.497220000            10.480570000             9.325930000
## 88   442000000000.000000000  459000000000.000000000  492000000000.000000000
## 89              8.699294828             8.213423646             7.887760015
## 90             55.799921080            46.230718500            44.247883620
## 91             10.451656100            10.502935080            10.905205080
## 92                       NA                      NA                      NA
## 93            161.008010500           162.598044600           160.852038800
## 94                       NA                      NA                      NA
## 95             -2.741571051             3.556296775             2.847594088
## 96             10.454617020             8.957206225            10.082726470
## 97             80.230604930            82.111903480            82.773782840
## 98              3.024561512             2.016354586             0.785586442
## 99             29.415910450            22.868900820            26.142574030
## 100             0.000000000                      NA                      NA
## 101           578.183662400           570.016557400           584.111477800
## 102  413000000000.000000000  430000000000.000000000  460000000000.000000000
## 103            10.888104360             9.995384193            10.581672430
## 104             0.099901886             0.079225304             0.080904960
## 105             6.210871106             6.150135461             6.216893534
## 106             6.730000000             6.790000000             6.720000000
## 107                      NA                      NA                      NA
## 108            51.525948860            50.832450380            52.294335040
## 109             3.052242500            -1.412545100             2.472721223
## 110   13065701954.000000000   13086686566.000000000   13579919754.000000000
## 111             1.060615140             1.141777044             1.210053519
## 112  442000000000.000000000  459000000000.000000000  492000000000.000000000
## 113           -10.678373640           -10.756459450           -12.848154630
## 114             1.098334384             1.447649980             1.592251101
## 115             0.000000000             0.000000000             0.000000000
## 116       -200000.000000000       -392700.000000000       -219000.000000000
## 117            16.660908300            16.946824740            16.971300060
## 118            15.104008800            15.769094320            16.933919240
## 119            58.989141590            63.935460980            62.588195380
## 120                      NA                      NA                      NA
## 121             0.066521264             0.053575611             0.055791253
## 122             0.347091875            -0.098374869             0.233443621
## 123         44201.539550000         43577.172870000         44654.714880000
## 124 1010000000000.000000000 1010000000000.000000000 1050000000000.000000000
## 125            33.239147360            28.493588980            28.548019120
## 126            18.550223500            25.131483620            25.126766110
## 127           246.725558100           244.720843500           252.402351800
## 128                      NA                      NA                      NA
## 129            35.247670010            36.150295030            35.105875090
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            12.748131670            13.046419980            13.186731620
## 133   34633980664.000000000   35216021000.000000000   37327748401.000000000
## 134            41.026463560            42.640796600            43.949999100
## 135            22.560773720            17.737129520            15.699864490
## 136         18134.328520000         18581.653650000         19625.746780000
## 137    5624870748.000000000    5668339260.000000000    5920137147.000000000
## 138            88.335372720            90.510333750            91.438820190
## 139            -1.628697157            -1.984576977            -0.924037698
## 140             4.135607580             4.158990227             4.287107730
## 141             8.104982306             8.398430273             8.665037350
## 142                      NA                      NA                      NA
## 143            29.083806620            22.509182640            25.812667950
## 144                      NA                      NA                      NA
## 145             1.978999972             1.871000051             1.850999951
## 146            14.430000310            14.600000380            14.850000380
## 147            49.450000760            49.090000150            48.549999240
## 148            80.043998720            79.916999820            79.647003170
## 149            65.559997560            65.199996950            64.519996640
## 150                      NA                      NA                      NA
## 151                      NA                      NA                      NA
## 152                      NA                      NA                      NA
## 153                      NA                      NA                      NA
## 154                      NA                      NA                      NA
## 155                      NA                      NA                      NA
## 156            75.250000000            75.349998470            75.080001830
## 157                      NA                      NA                      NA
## 158                      NA                      NA                      NA
## 159             1.537999988             1.376000047             1.383999944
## 160             3.551000118             3.400000095             3.377000093
## 161                      NA                      NA                      NA
## 162             5.750000000             5.949999809             6.139999866
## 163            87.804000850            87.750999450            87.392997740
## 164                      NA                      NA                      NA
## 165                      NA                      NA                      NA
## 166                      NA                      NA                      NA
## 167                      NA                      NA                      NA
## 168                      NA                      NA            90.000000000
## 169            74.589996340            74.190002440            73.610000610
## 170                      NA                      NA                      NA
## 171                      NA                      NA                      NA
## 172                      NA                      NA                      NA
## 173            83.949996950            83.970001220            83.790000920
## 174                      NA                      NA                      NA
## 175                      NA                      NA                      NA
## 176             1.945000052             1.703999996             1.796000004
## 177             2.763000011             2.625999928             2.598999977
## 178                      NA                      NA                      NA
## 179            10.979999540            11.210000040            11.539999960
## 180            83.829002380            83.734001160            83.419998170
## 181                      NA                      NA                      NA
## 182                      NA                      NA                      NA
## 183                      NA                      NA                      NA
## 184                      NA                      NA                      NA
## 185                      NA                      NA                      NA
## 186            93.120002750            93.040000920            92.940002440
## 187                      NA                      NA                      NA
## 188                      NA                      NA                      NA
## 189                      NA                      NA                      NA
## 190                      NA                      NA                      NA
## 191            18.489999770            18.590000150            18.819999690
## 192            30.940000530            30.379999160            29.639999390
## 193                      NA                      NA            93.000000000
## 194            84.099998470            83.650001530            83.190002440
## 195                      NA                      NA                      NA
## 196                      NA                      NA                      NA
## 197                      NA                      NA                      NA
## 198                      NA                      NA                      NA
## 199                      NA                      NA                      NA
## 200             6.880000114             6.960000038             7.059999943
## 201             0.270000011             0.270000011             0.270000011
## 202                      NA                      NA                      NA
## 203                      NA                      NA                      NA
## 204                      NA                      NA                      NA
## 205            24.760000230            24.649999620            24.920000080
## 206             1.570000052             1.580000043             1.590000033
## 207                      NA                      NA                      NA
## 208                      NA                      NA                      NA
## 209                      NA                      NA                      NA
## 210            10.149999620            10.409999850            10.670000080
## 211            68.949996950            68.769996640            68.440002440
## 212                      NA                      NA                      NA
## 213                      NA                      NA                      NA
## 214                      NA                      NA                      NA
## 215                      NA                      NA                      NA
## 216                      NA                      NA                      NA
## 217                      NA                      NA                      NA
## 218            92.849996570            92.769996640            92.670001980
## 219            79.152999880            78.608001710            77.941001890
## 220                      NA                      NA                      NA
## 221                      NA                      NA                      NA
## 222                      NA                      NA                      NA
## 223                      NA                      NA                      NA
## 224            16.049999240            16.030000690            16.219999310
## 225             0.939999998             0.939999998             0.949999988
## 226                      NA                      NA                      NA
## 227             1.746000051             1.544000030             1.595000029
## 228                      NA                      NA                      NA
## 229                      NA                      NA                      NA
## 230                      NA                      NA                      NA
## 231            73.680002210            73.769998550            73.500000000
## 232                      NA                      NA                      NA
## 233                      NA                      NA                      NA
## 234                      NA                      NA                      NA
## 235            15.949999810            16.209999080            16.659999850
## 236                      NA                      NA            91.599998470
## 237            77.411003110            76.958999630            76.420997620
## 238                      NA                      NA                      NA
## 239                      NA                      NA                      NA
## 240                      NA                      NA                      NA
## 241            83.020000460            83.029998780            82.840000150
## 242            78.263000490            77.758003230            77.152000430
##                       X2004                   X2005                   X2006
## 1              15.490000000            15.400000000            13.130000000
## 2              21.484680000            21.650960000            19.453060000
## 3     76378232809.000000000   81629088709.000000000   80394287609.000000000
## 4              99.580000000            99.580000000            99.580000000
## 5              99.600000000            99.600000000            99.600000000
## 6              21.888438590            19.042230910            18.244528700
## 7              15.490000000            15.490000000            13.260000000
## 8              14.820000000            14.720000000            13.110000000
## 9              24.222800000            23.895320000            18.420070000
## 10             20.908940000            21.163750000            19.602440000
## 11                       NA                      NA                      NA
## 12              8.974958500             9.179453421             8.779758410
## 13              6.961713693             7.607887563             7.440960428
## 14                       NA            11.300000000            11.300000000
## 15     8123300000.000000000    8790400000.000000000    9162391000.000000000
## 16             25.940000000            25.940000000            25.940000000
## 17    36050000000.000000000   40927000000.000000000   42966000000.000000000
## 18              0.297218900             0.585547000             0.558104900
## 19                       NA             1.300000000             1.300000000
## 20             16.862765450            16.246987330            15.954850150
## 21             31.043115440            27.517521550            25.419601010
## 22     1391200000.000000000    1675900000.000000000    1771133000.000000000
## 23    14954400000.000000000   14888300000.000000000   14597713000.000000000
## 24              9.510000000             9.350000000            11.590000000
## 25             18.380000000            18.280000000            14.340000000
## 26                       NA            34.000000000            34.000000000
## 27      527100000.000000000     697900000.000000000     625284000.000000000
## 28                       NA            32.500000000            32.500000000
## 29                       NA                      NA                      NA
## 30    23103700000.000000000   27937000000.000000000   31149795000.000000000
## 31    15554800000.000000000   15701500000.000000000   15343676000.000000000
## 32              9.510000000             9.390000000            11.650000000
## 33             18.380000000            18.410000000            14.500000000
## 34             13.790000000            13.760000000            12.510000000
## 35             14.350000000            14.080000000            14.990000000
## 36             14.860000000            14.800000000            12.740000000
## 37                       NA                      NA                      NA
## 38             32.511116740            33.881018040            37.038929180
## 39             99.350000000            99.350000000            99.350000000
## 40      488543949.300000012     564540713.200000048     594070905.200000048
## 41             12.110000000            11.910000000            11.810000000
## 42             14.070000000            14.090000000            12.500000000
## 43                       NA                      NA                      NA
## 44             11.430963640            10.660690160            10.894619090
## 45                       NA           408.000000000           408.000000000
## 46    48173000000.000000000   54104800000.000000000   57426995000.000000000
## 47             32.410000000            32.410000000            32.410000000
## 48             24.070000000            24.070000000            24.070000000
## 49              1.727116000             3.174603000             3.369524000
## 50              0.016957800             0.068657700             0.000000000
## 51                       NA            19.900000000            19.900000000
## 52              1.094181388             1.289904038             1.088832874
## 53              1.957671958             2.032472998             2.105980786
## 54             37.256296150            38.694958810            36.821150040
## 55    15336032658.000000000   15869600999.000000000   16403551941.000000000
## 56              0.004864822             0.004762176             0.007805739
## 57           2229.210718000          2277.633610000          2325.168216000
## 58              0.000000000             0.000000000             0.000000000
## 59  1170000000000.000000000 1210000000000.000000000 1250000000000.000000000
## 60              4.166427154             6.119390412             7.360039272
## 61             45.171951880            45.834153360            47.933904510
## 62                       NA                      NA                      NA
## 63             11.308989980            14.905101980            16.068964680
## 64           4442.469201000          4519.497454000          4578.355778000
## 65                       NA                      NA                      NA
## 66             11.749242790            11.555659760             8.983078320
## 67              4.682603249             3.479181044             3.364614787
## 68              4.166427154             6.119390412             7.360039272
## 69              4.037343980             3.942210670             3.536180500
## 70                       NA                      NA                      NA
## 71              0.000000000             0.000000000             0.000000000
## 72     7273938315.000000000    8130258041.000000000    9043715356.000000000
## 73            112.781906800           114.895498300           117.868824500
## 74              0.645491480             0.751561700             0.845214720
## 75              3.171940088             3.364639997             3.605360031
## 76              0.181283719             0.189858914             0.198200034
## 77    56665058494.000000000   58636538468.000000000   60609432112.000000000
## 78             45.781143790            48.582670720            52.158374360
## 79             24.531149570            26.451158100            26.851902810
## 80              8.974958500             9.179453421             8.779758410
## 81                       NA                      NA                      NA
## 82             27.097330410            28.726150810            33.151386280
## 83              0.182823140             0.200568415             0.159368051
## 84           1578.507295000          1663.370047000          1750.480683000
## 85              0.896832452             0.787905770             1.074015242
## 86             20.341165050            19.941738550            20.720886000
## 87                       NA                      NA                      NA
## 88   537000000000.000000000  589000000000.000000000  654000000000.000000000
## 89              7.763964162             7.615216521             7.314045291
## 90             46.147286720            44.062947480            44.761987760
## 91             11.137533560            11.547949480            10.743673900
## 92                       NA                      NA                      NA
## 93            155.871311800           155.732589900           150.652838700
## 94                       NA                      NA                      NA
## 95              1.374222036             1.883023964             1.659501804
## 96             11.628825670            10.025242440             9.714350290
## 97             79.606679620            79.545132220            82.333939070
## 98              0.454961257             0.792467748             0.884244226
## 99             27.097330410            28.726150810            33.151386280
## 100                      NA                      NA                      NA
## 101           603.321505100           616.426848400           629.291783100
## 102  501000000000.000000000  548000000000.000000000  611000000000.000000000
## 103            11.031734500            10.652444130             9.976367737
## 104             0.070031834             0.074493324             0.057419329
## 105             6.415548753             6.421263529             6.637777347
## 106             6.510000000             6.510000000             6.290000000
## 107                      NA                      NA                      NA
## 108            54.232254750            54.198726320            57.135335660
## 109             3.288760449             2.172198934             2.087017249
## 110   14178960894.000000000   14637556830.000000000   15183346358.000000000
## 111             0.901697274             0.792667946             1.081820981
## 112  537000000000.000000000  589000000000.000000000  654000000000.000000000
## 113           -12.781896190           -14.895573890           -17.868805840
## 114             1.793292398             1.929161376             1.749109863
## 115             0.000000000             0.000000000             0.000000000
## 116        -56800.000020000        445300.000000000       -122000.000000000
## 117            16.657320270            16.467089230            16.067966810
## 118            17.554946540            17.021370450            18.044012700
## 119            59.415667290            51.764623050            49.686968030
## 120                      NA                      NA                      NA
## 121             0.049589642             0.054402940             0.043227593
## 122            -0.005737557             0.030156296            -0.073509433
## 123         46123.301480000         47125.191340000         48108.702210000
## 124 1100000000000.000000000 1130000000000.000000000 1170000000000.000000000
## 125            29.464591460            29.479260690            31.315396800
## 126            27.575834170            30.685717410            29.504252850
## 127           286.157672600           315.805630000           346.945331300
## 128                      NA                      NA                      NA
## 129            34.676357110            33.824896680            32.366485040
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            13.377052510            13.764030790            14.334758010
## 133   40124608887.000000000   42822630163.000000000   45629232067.000000000
## 134            45.781143790            48.582670720            52.158374360
## 135            16.682695260            14.583686790            13.446590960
## 136         21115.774970000         22894.676530000         25092.717000000
## 137    6785394365.000000000    7565717328.000000000    8449644451.000000000
## 138            88.250757210            88.444340240            91.016921680
## 139            -0.817309394            -0.184947032            -0.725824206
## 140             4.542859239             4.689488849             4.997187276
## 141             8.644077586             8.899208024             8.682982614
## 142            14.596338330                      NA                      NA
## 143            26.553979250            28.214974920            32.614162860
## 144                      NA                      NA                      NA
## 145             1.797999978             1.723999977             1.659999967
## 146            15.119999890            15.390000340            15.670000080
## 147            47.930000310            47.369998930            46.790000920
## 148            79.425003050            79.228996280            79.010002140
## 149            63.900001530            63.380001070            62.849998470
## 150                      NA                      NA                      NA
## 151                      NA                      NA                      NA
## 152                      NA                      NA                      NA
## 153                      NA                      NA                      NA
## 154                      NA                      NA                      NA
## 155                      NA                      NA                      NA
## 156            74.680000310            74.379997250            74.099998470
## 157                      NA                      NA                      NA
## 158                      NA                      NA                      NA
## 159             1.330000043             1.240000010             1.169999957
## 160             3.289999962             3.176000118             3.052999973
## 161                      NA                      NA                      NA
## 162             6.300000191             6.409999847             6.460000038
## 163            87.137001040            86.940002440            86.695999150
## 164                      NA                      NA                      NA
## 165                      NA                      NA                      NA
## 166                      NA                      NA                      NA
## 167                      NA                      NA                      NA
## 168                      NA                      NA                      NA
## 169            73.080001830            72.639999390            72.209999080
## 170                      NA                      NA                      NA
## 171                      NA                      NA                      NA
## 172                      NA                      NA                      NA
## 173            83.519996640            83.309997560            83.099998470
## 174                      NA                      NA                      NA
## 175                      NA                      NA                      NA
## 176             1.768000007             1.666000009             1.605999947
## 177             2.525000095             2.427999973             2.336999893
## 178                      NA                      NA                      NA
## 179            11.800000190            11.970000270            12.119999890
## 180            83.179000850            82.980003360            82.750999450
## 181                      NA                      NA                      NA
## 182                      NA                      NA                      NA
## 183                      NA                      NA                      NA
## 184                      NA                      NA                      NA
## 185                      NA                      NA                      NA
## 186            92.809997560            92.680000310            92.550003050
## 187                      NA                      NA                      NA
## 188                      NA                      NA                      NA
## 189                      NA                      NA                      NA
## 190                      NA                      NA                      NA
## 191            19.069999690            19.340000150            19.639999390
## 192            28.819999690            28.059999470            27.329999920
## 193                      NA                      NA                      NA
## 194            82.730003360            82.349998470            82.029998780
## 195                      NA                      NA                      NA
## 196                      NA                      NA                      NA
## 197                      NA                      NA                      NA
## 198                      NA                      NA                      NA
## 199                      NA                      NA                      NA
## 200             7.190000057             7.329999924             7.449999809
## 201             0.280000001             0.280000001             0.280000001
## 202                      NA                      NA                      NA
## 203                      NA                      NA                      NA
## 204                      NA                      NA                      NA
## 205            25.319999690            25.620000840            25.899999620
## 206             1.590000033             1.600000024             1.610000014
## 207                      NA                      NA                      NA
## 208                      NA                      NA                      NA
## 209                      NA                      NA                      NA
## 210            10.970000270            11.250000000            11.510000230
## 211            68.019996640            67.620002750            67.199996950
## 212                      NA                      NA                      NA
## 213                      NA                      NA                      NA
## 214                      NA                      NA                      NA
## 215                      NA                      NA                      NA
## 216                      NA                      NA                      NA
## 217                      NA                      NA                      NA
## 218            92.539997100            92.400003430            92.259996410
## 219            77.313003540            76.700996400            76.103996280
## 220                      NA                      NA                      NA
## 221                      NA                      NA                      NA
## 222                      NA                      NA                      NA
## 223                      NA                      NA                      NA
## 224            16.479999540            16.690000530            16.899999620
## 225             0.949999988             0.959999979             0.959999979
## 226                      NA                      NA                      NA
## 227             1.554000020             1.457999945             1.393000007
## 228                      NA                      NA                      NA
## 229                      NA                      NA                      NA
## 230                      NA                      NA                      NA
## 231            73.079998020            72.769998550            72.489999770
## 232                      NA                      NA                      NA
## 233                      NA                      NA                      NA
## 234                      NA                      NA                      NA
## 235            17.030000690            17.280000690            17.510000230
## 236                      NA                      NA                      NA
## 237            75.892997740            75.367996220            74.811996460
## 238                      NA                      NA                      NA
## 239                      NA                      NA                      NA
## 240                      NA                      NA                      NA
## 241            82.569999690            82.349998470            82.139999390
## 242            76.571998600            76.003997800            75.430000310
##                       X2007                   X2008                   X2009
## 1              13.290000000           421.500000000            12.650000000
## 2              45.037130000            22.366300000            45.411850000
## 3     90633928910.000000000   99768623911.000000000  112000000000.000000000
## 4              99.570000000            99.570000000            99.570000000
## 5              99.610000000            99.610000000            99.610000000
## 6              16.349880950            17.457467810            16.147515760
## 7              13.460000000           421.500000000            12.900000000
## 8              13.050000000            15.070000000            12.770000000
## 9              44.805680000            29.095430000            45.964130000
## 10             45.070950000            20.783730000            45.290710000
## 11                       NA                      NA            14.900000000
## 12              9.772473404            10.440086410            11.844036860
## 13              8.221876521             8.457497576            10.009751730
## 14             11.300000000            11.300000000            11.300000000
## 15    13723900000.000000000   16626800000.000000000   24051800000.000000000
## 16             26.000000000            26.000000000            26.000000000
## 17    51968000000.000000000   60401000000.000000000   78744000000.000000000
## 18              0.365099000             0.000000000             0.364580100
## 19              2.700000000             2.700000000             2.900000000
## 20             19.295004550            19.525244440            20.548084470
## 21             22.394825010            24.091836810            22.011630800
## 22     2007900000.000000000    2451000000.000000000    3195600000.000000000
## 23    15928700000.000000000   20515500000.000000000   25764900000.000000000
## 24             11.620000000           917.750000000            11.180000000
## 25             14.560000000           150.920000000            13.790000000
## 26             34.000000000            34.000000000            34.000000000
## 27      698600000.000000000     445600000.000000000     793800000.000000000
## 28             32.800000000            34.100000000            32.500000000
## 29                       NA                      NA                      NA
## 30    38687300000.000000000   45015200000.000000000   62995100000.000000000
## 31    16707600000.000000000   21062400000.000000000   26808800000.000000000
## 32             11.700000000           917.750000000            11.300000000
## 33             14.780000000           150.920000000            14.110000000
## 34             12.560000000            15.410000000            12.430000000
## 35             14.880000000            22.360000000            16.020000000
## 36             12.690000000            13.780000000            12.180000000
## 37                       NA                      NA            63.400000000
## 38             37.858983300            37.310629610            37.943301070
## 39             99.370000000            99.370000000            99.370000000
## 40      737265472.600000024     929013185.899999976    1024265562.000000000
## 41             11.860000000            19.200000000            12.200000000
## 42             12.570000000            14.090000000            12.300000000
## 43                       NA                      NA             2.000000000
## 44             13.430063640            13.781042320            14.486915470
## 45            408.000000000           408.000000000           338.000000000
## 46    71126700000.000000000   85155400000.000000000  117000000000.000000000
## 47             32.320000000            32.320000000            32.320000000
## 48             24.140000000            24.140000000            24.140000000
## 49              2.204783000             0.000000000             2.204783000
## 50              0.000000000             0.000000000             0.000000000
## 51             18.800000000            20.100000000            18.400000000
## 52              0.982190935             0.523278618             0.678164190
## 53              1.964909740             2.031499431             1.924778481
## 54             38.641754840            36.100770510            40.505685630
## 55    16963169002.000000000   17998709258.000000000   18814604917.000000000
## 56              0.006617356             0.012369547             0.006176697
## 57           2375.701890000          2493.884530000          2585.896329000
## 58              0.000000000             0.000000000             0.000000000
## 59  1300000000000.000000000 1380000000000.000000000 1440000000000.000000000
## 60              7.603288946             5.619854520            15.908330210
## 61             48.776975850            49.204323380            48.613771010
## 62              1.790103371                      NA                      NA
## 63             16.791813480            21.738103970            23.207625440
## 64           4647.737679000          4853.434008000          5002.507378000
## 65                       NA            47.408140000            51.517130000
## 66              9.817208499             9.831096072             9.433665671
## 67              3.411560275             6.104639147             4.533078721
## 68              7.603288946             5.619854520            15.908330210
## 69              3.664843320             3.809113030             3.893147470
## 70                       NA            14.172140000            16.376810000
## 71              0.000000000             0.000000000             0.000000000
## 72    10325618017.000000000   12545438605.000000000   12854985464.000000000
## 73            118.868042300           120.484550900           122.240711400
## 74              0.676769550             0.709637460             0.794756530
## 75              3.517210007             3.805170059             4.663760185
## 76              0.213070182             0.239390819             0.233165742
## 77    62677159421.000000000   66503373831.000000000   69518024119.000000000
## 78             56.124126270            59.278220520            68.708395580
## 79             28.685250750            30.315647000            31.674377090
## 80              9.772473404            10.440086410            11.844036860
## 81                       NA                      NA                      NA
## 82             37.281505650            51.652645530            59.178454630
## 83              0.158227934             0.165755403             0.205766415
## 84           1836.859826000          1965.219302000          2050.786913000
## 85              1.350313271             1.062004323             0.998674343
## 86             21.067781220            21.877551620            21.354343740
## 87                       NA            10.523130000            12.278420000
## 88   728000000000.000000000  816000000000.000000000  988000000000.000000000
## 89              7.168186946             7.010904080             6.622367122
## 90             44.579275020            46.036206350            47.079447760
## 91             11.869180450            12.300388150            14.129854940
## 92                       NA             0.054389998             0.259240001
## 93            148.507862900           144.859989000           142.677832500
## 94                       NA                      NA                      NA
## 95              0.054810111             5.845485641             0.166582496
## 96             11.950104560            12.557625630            12.030191970
## 97             80.984314390            80.279587570            79.787216840
## 98              1.537947891             1.604765723             3.133793126
## 99             37.281505650            51.652645530            59.178454630
## 100                      NA                      NA                      NA
## 101           642.968396000           674.953765500           699.856165400
## 102  676000000000.000000000  755000000000.000000000  910000000000.000000000
## 103            11.364171080            11.509133150             8.474245342
## 104             0.055508426             0.057054885             0.070376051
## 105             6.733650194             6.903217424             7.008797250
## 106             6.210000000             6.050000000             5.960000000
## 107                      NA                      NA                      NA
## 108            60.860185880            75.400095790            80.663112120
## 109             2.173334102             4.974641005             3.689497146
## 110   15601015982.000000000   16505155680.000000000   17149610807.000000000
## 111             1.356930627             1.074373869             1.004851040
## 112  728000000000.000000000  816000000000.000000000  988000000000.000000000
## 113           -18.867945270           -20.484565840           -22.240739390
## 114             1.547393889             1.599971653             1.645448600
## 115             0.000000000             0.000000000             0.000000000
## 116       -705900.000000000        121600.000000000        276400.000000000
## 117            15.873140180            16.049986640            15.066803470
## 118            17.681674350            17.832596500            16.873998250
## 119            42.978661140            43.799987250                      NA
## 120                      NA                      NA                      NA
## 121             0.042918347             0.044960125             0.055812865
## 122             0.055606415             0.007932157             0.297715389
## 123         49154.265040000         51599.513270000         53503.275840000
## 124 1210000000000.000000000 1280000000000.000000000 1330000000000.000000000
## 125            31.723610140            33.260386090            34.660093580
## 126            31.058869650            36.656912120            37.248180620
## 127           391.380057200           470.455459000           478.173252800
## 128                      NA                      NA                      NA
## 129            31.164411320            30.305716370            31.322652060
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            15.018784440            15.564305340            17.925432520
## 133   48461112328.000000000   52405679687.000000000   55132393547.000000000
## 134            56.124126270            59.278220520            68.708395580
## 135            12.855664880            12.775820260            12.419354190
## 136         27587.401780000         30587.273260000         36761.242410000
## 137    9588352545.000000000   11616425419.000000000   11830719902.000000000
## 138            90.182791500            90.168903930            90.566334330
## 139            -0.433069947             0.035517337             0.071154500
## 140             5.206365149             5.439841324             5.558440033
## 141             9.198477111             9.889316356            10.779117490
## 142                      NA                      NA                      NA
## 143            36.771218830            51.197868150            58.774929810
## 144                      NA            23.129999160                      NA
## 145             1.597000003             1.562999964             1.967000008
## 146            15.970000270            16.309999470            16.649999620
## 147            46.209999080            45.500000000            44.779998780
## 148            78.785003660            78.533996580            78.458000180
## 149            62.360000610            61.569999690            61.009998320
## 150                      NA                      NA                      NA
## 151                      NA             1.929999948                      NA
## 152                      NA            30.579999920                      NA
## 153                      NA            10.237134360                      NA
## 154                      NA             4.170000000                      NA
## 155                      NA            91.970000000                      NA
## 156            73.830001830            73.220001220            72.610000610
## 157                      NA            88.930000000                      NA
## 158                      NA                      NA                      NA
## 159             1.101999998             1.070999980             1.307000041
## 160             2.933000088             2.842999935             3.388000011
## 161                      NA            36.200000000                      NA
## 162             6.519999981             6.690000057             6.849999905
## 163            86.441001890            86.111999510            85.681999210
## 164                      NA            73.809997560                      NA
## 165                      NA             1.080000043                      NA
## 166                      NA             2.910000086                      NA
## 167                      NA            45.400000000                      NA
## 168                      NA            86.339996340                      NA
## 169            71.779998780            71.129997250            70.610000610
## 170                      NA             1.820000052                      NA
## 171                      NA             3.090000000                      NA
## 172                      NA            92.260000000                      NA
## 173            82.900001530            82.500000000            82.129997250
## 174                      NA            89.030000000                      NA
## 175                      NA                      NA                      NA
## 176             1.549999952             1.577000022             1.786999941
## 177             2.249000072             2.188999891             2.660000086
## 178                      NA            83.759185460                      NA
## 179            12.250000000            12.569999690            12.739999770
## 180            82.513999940            82.222000120            81.959999080
## 181                      NA            74.839996340                      NA
## 182                      NA             1.659999967                      NA
## 183                      NA            26.860000610                      NA
## 184                      NA             2.190000000                      NA
## 185                      NA            92.510000000                      NA
## 186            92.410003660            92.230003360            91.980003360
## 187                      NA                      NA                      NA
## 188                      NA            21.899999620                      NA
## 189                      NA             1.590000033                      NA
## 190                      NA            40.600000000                      NA
## 191            19.940000530            20.260000230            20.559999470
## 192            26.600000380            25.719999310            24.739999770
## 193                      NA            78.739997860                      NA
## 194            81.680000310            81.150001530            80.540000920
## 195                      NA                      NA                      NA
## 196                      NA             2.540000000                      NA
## 197                      NA             1.080000043                      NA
## 198                      NA            86.505977040                      NA
## 199                      NA             5.710000000                      NA
## 200             7.590000153             7.769999981             8.020000458
## 201             0.289999992             0.289999992             0.300000012
## 202                      NA             2.080000000                      NA
## 203                      NA             1.000000000                      NA
## 204                      NA             5.170000000                      NA
## 205            26.170000080            26.780000690            27.389999390
## 206             1.620000005             1.629999995             1.639999986
## 207                      NA                      NA                      NA
## 208                      NA            24.110000610                      NA
## 209                      NA            13.494022960                      NA
## 210            11.800000190            12.159999850            12.600000380
## 211            66.790000920            66.230003360            65.510002140
## 212                      NA                      NA                      NA
## 213                      NA            88.970000000                      NA
## 214                      NA                      NA                      NA
## 215                      NA             1.330000043                      NA
## 216                      NA             5.900000095                      NA
## 217                      NA             1.480000000                      NA
## 218            92.130001070            91.940002440            91.680002210
## 219            75.483001710            74.818000790            73.822998050
## 220                      NA             1.029999971                      NA
## 221                      NA            34.049999240                      NA
## 222                      NA            16.240814540                      NA
## 223                      NA             5.460000000                      NA
## 224            17.100000380            17.500000000            17.870000840
## 225             0.970000029             0.970000029             0.980000019
## 226                      NA                      NA                      NA
## 227             1.330999970             1.330000043             1.550999999
## 228                      NA             4.590000153                      NA
## 229                      NA            89.762865640                      NA
## 230                      NA             1.270000000                      NA
## 231            72.210000990            71.600000380            70.969999310
## 232                      NA            74.260002140                      NA
## 233                      NA             1.590000033                      NA
## 234                      NA             2.180000067                      NA
## 235            17.700000760            18.170000080            18.440000530
## 236                      NA            82.220001220                      NA
## 237            74.241996770            73.636001590            73.224998470
## 238                      NA             1.690000000                      NA
## 239                      NA             5.039999962                      NA
## 240                      NA             1.390000000                      NA
## 241            81.939998630            81.529998780            81.149997710
## 242            74.837997440            74.205001830            73.513000490
##                       X2010                   X2011                  X2012
## 1              13.050000000            12.450000000            12.45000000
## 2              45.863650000            48.904060000            22.64935000
## 3    125000000000.000000000  123000000000.000000000  125000000000.00000000
## 4              99.570000000            99.570000000            99.57000000
## 5              99.610000000            99.610000000            99.61000000
## 6              16.286235520            14.461863630            15.22137267
## 7              13.350000000            12.800000000            12.87000000
## 8              12.980000000            13.150000000            12.85000000
## 9              48.294140000            51.066390000            24.60198000
## 10             45.333810000            48.473820000            22.24180000
## 11                       NA                      NA                     NA
## 12             13.396115440            11.624675550            12.04080455
## 13             12.407214130            10.487460790            10.47382900
## 14             11.300000000            11.300000000            11.30000000
## 15    33821327000.000000000   43121246000.000000000   51303230000.00000000
## 16             26.000000000            26.000000000            26.00000000
## 17   109000000000.000000000  123000000000.000000000  140000000000.00000000
## 18              0.381365900             0.281743900             0.33904780
## 19              2.800000000             3.000000000             3.00000000
## 20             21.166721620            23.790428620            24.23129750
## 21             20.993441060            19.390285370            19.32051265
## 22     1063759000.000000000    1324195000.000000000    2908351000.00000000
## 23    33544450000.000000000   35145784000.000000000   40905969000.00000000
## 24             11.130000000            11.080000000            10.90000000
## 25             14.250000000            13.700000000            13.78000000
## 26             34.000000000            34.000000000            34.00000000
## 27      915461000.000000000     292395000.000000000     861574000.00000000
## 28             31.700000000            31.500000000            31.50000000
## 29                       NA                      NA                     NA
## 30    89681363000.000000000  100000000000.000000000  114000000000.00000000
## 31    35218933000.000000000   36575544000.000000000   43390806000.00000000
## 32             11.300000000            11.290000000            11.17000000
## 33             14.620000000            14.150000000            14.31000000
## 34             12.330000000            12.350000000            12.20000000
## 35             16.580000000            17.940000000            17.29000000
## 36             12.290000000            12.380000000            12.13000000
## 37                       NA                      NA                     NA
## 38             41.471210930            39.632079210            40.03297494
## 39             99.370000000            99.370000000            99.37000000
## 40     1467183643.000000000    1703933395.000000000    1727421573.00000000
## 41             12.020000000            12.270000000            12.08000000
## 42             12.220000000            12.170000000            12.05000000
## 43                       NA                      NA                     NA
## 44             15.639942780            17.050015150            17.99702875
## 45            338.000000000           326.000000000           326.00000000
## 46   160000000000.000000000  181000000000.000000000  212000000000.00000000
## 47             32.320000000            32.320000000            32.32000000
## 48             24.140000000            24.140000000            24.14000000
## 49              2.153031000             1.772304000             1.86242100
## 50              0.000000000             0.000000000             0.04547260
## 51             17.600000000            17.200000000            17.20000000
## 52              0.572931634             0.161317286             0.40693453
## 53              0.491912393             0.523582848             1.02024135
## 54             37.425036430            31.023651930            32.14747160
## 55    19720794305.000000000   20395606013.000000000   21348105727.00000000
## 56              0.007851147             0.007641003             0.00575471
## 57           2697.432423000          2786.843939000          2922.61960900
## 58              0.000000000             0.000000000             0.00000000
## 59  1510000000000.000000000 1560000000000.000000000 1630000000000.00000000
## 60             15.146932440            26.397306670             7.74115003
## 61             46.398837910            47.902914440            47.98745259
## 62                       NA                      NA             2.24785521
## 63             21.646985270            19.546309870            22.08212082
## 64           5184.357147000          5330.549688000          5557.78469400
## 65             33.020380000            31.694260000                     NA
## 66             11.451400990             7.125826025             9.12063374
## 67              4.816414651             3.421828238             4.67012215
## 68             15.146932440            26.397306670             7.74115003
## 69              4.351662640             4.442349910             4.49078512
## 70             11.097090000            11.425690000            11.53445000
## 71              0.000000000             0.000000000             0.00000000
## 72    16002656434.000000000   21573862467.000000000   21703106502.00000000
## 73            126.819805500           120.684480400           119.48207150
## 74              0.788890840             0.794852440             0.78674686
## 75              3.631720066             3.842619896             3.29008007
## 76              0.273632534             0.349430180             0.32096441
## 77    72866300418.000000000   75359660061.000000000   78879048237.00000000
## 78             79.115609850           100.000000000           107.74115000
## 79             38.271206450            27.810306420            28.60270524
## 80             13.396115440            11.624675550            12.04080455
## 81                       NA                      NA                     NA
## 82             54.589987790            46.424644350            48.75434965
## 83              0.234763970             0.254392672             0.28105538
## 84           2164.951653000          2283.185580000          2505.39181000
## 85              1.464463107             1.106345791             0.95533147
## 86             22.207727530            23.982382730            23.99040740
## 87             11.053850000            11.583270000            10.77751000
## 88  1190000000000.000000000 1560000000000.000000000 1760000000000.00000000
## 89              5.946139000             5.396901505             5.78522283
## 90             45.984905770            36.296752030            37.92190606
## 91             14.898355770            13.056688610            13.89090147
## 92              0.302199990                      NA                     NA
## 93            140.127932100           140.240176100           128.07253920
## 94             -1.373379618            -0.877136702            -0.54338507
## 95             -0.797465993             1.337751414             2.66070619
## 96              9.627177654             7.627863336             8.38789733
## 97             78.556010310            84.676897040            82.98298000
## 98              1.903550966             1.517172468            -0.51616802
## 99             54.589987790            46.424644350            48.75434965
## 100             0.000000000             0.000000000             0.00000000
## 101           730.042690000           754.241340200           790.98814960
## 102 1080000000000.000000000 1440000000000.000000000 1620000000000.00000000
## 103            11.188024880            10.627388540             8.79158152
## 104             0.079340260             0.084223994             0.08873322
## 105             7.136335952             7.130624245             7.80807506
## 106             5.850000000             5.860000000             5.39000000
## 107             3.868158511             3.159510750             2.91585402
## 108            73.242160620            66.489451330            67.71797811
## 109             4.313246946             3.314689740             4.87202271
## 110   17879868977.000000000   18561742448.000000000   19480713938.00000000
## 111             1.472314254             1.113986794             0.96108618
## 112 1190000000000.000000000 1560000000000.000000000 1760000000000.00000000
## 113           -26.819833430           -20.684483620           -20.42132348
## 114             1.563666433             1.540651621             1.43183240
## 115             0.000000000             0.000000000             0.00000000
## 116        333600.000000000         50385.231810000   16515611357.00000000
## 117            14.200762260            13.393468070            13.97716181
## 118            17.708551660            19.363798620            20.13555146
## 119            33.862521230                      NA                     NA
## 120                      NA                      NA                     NA
## 121             0.063678269             0.069002432             0.07606583
## 122             0.548294666             0.435815132             0.42369140
## 123         55811.004250000         57660.965880000         60470.22123000
## 124 1380000000000.000000000 1440000000000.000000000 1510000000000.00000000
## 125            36.402369600            28.490617830            29.17161477
## 126            37.750483390            29.516207680            34.55533815
## 127           592.401207100           797.813947300           804.14160730
## 128                      NA                      NA                     NA
## 129            33.179378490            30.805479660            30.07605696
## 130                      NA                      NA                     NA
## 131                      NA                      NA                     NA
## 132            20.395474560            25.254611970            26.00444031
## 133   58482287147.000000000   61740123574.000000000   67618420433.00000000
## 134            79.115609850           100.000000000           107.74115000
## 135             9.582536172             7.806134205             8.75029129
## 136         44155.216370000         57660.965880000         65151.31178000
## 137   14535459375.000000000   19869929072.000000000   19975684930.00000000
## 138            88.548599010            92.874173970            90.87936626
## 139             1.017425095             0.147182295            -1.05951459
## 140             5.727603102             5.841926857             6.69340863
## 141             9.992588705             8.197276933             7.89638625
## 142            15.635200880            13.937905610            13.83933585
## 143            54.212607180            46.025578610            48.39298877
## 144                      NA                      NA                     NA
## 145             2.410000086             2.838999987             3.32900000
## 146            16.969999310            17.309999470            17.72999954
## 147            44.020000460            43.330001830            42.56000137
## 148            78.411003110            78.474998470            78.61199951
## 149            60.400001530            59.709999080            58.54999924
## 150                      NA                      NA                     NA
## 151                      NA                      NA                     NA
## 152                      NA                      NA                     NA
## 153                      NA                      NA                     NA
## 154                      NA                      NA                     NA
## 155                      NA                      NA                     NA
## 156            71.849998470            71.080001830            70.02999878
## 157                      NA                      NA                     NA
## 158                      NA                      NA                     NA
## 159             1.572999954             1.802000046             2.09400010
## 160             3.982000113             4.551000118             5.18200016
## 161                      NA                      NA                     NA
## 162             7.070000172             7.269999981             7.48000002
## 163            85.175003050            84.775001530            84.23200226
## 164                      NA                      NA                     NA
## 165                      NA                      NA                     NA
## 166                      NA                      NA                     NA
## 167                      NA                      NA                     NA
## 168                      NA                      NA                     NA
## 169            70.040000920            69.540000920            68.86000061
## 170                      NA                      NA                     NA
## 171                      NA                      NA                     NA
## 172                      NA                      NA                     NA
## 173            81.699996950            81.330001830            80.83999634
## 174                      NA                      NA                     NA
## 175                      NA                      NA                     NA
## 176             2.062999964             2.263999939             2.58500004
## 177             3.171000004             3.654000044             4.19399977
## 178                      NA                      NA                     NA
## 179            12.989999770            13.159999850            13.40999985
## 180            81.666000370            81.455001830            81.21299744
## 181                      NA                      NA                     NA
## 182                      NA                      NA                     NA
## 183                      NA                      NA                     NA
## 184                      NA                      NA                     NA
## 185                      NA                      NA                     NA
## 186            91.690002440            91.330001830            90.87000275
## 187                      NA                      NA                     NA
## 188                      NA                      NA                     NA
## 189                      NA                      NA                     NA
## 190                      NA                      NA                     NA
## 191            20.780000690            21.100000380            21.65999985
## 192            23.709999080            22.590000150            21.29000092
## 193                      NA                      NA                     NA
## 194            79.830001830            79.120002750            78.44000244
## 195                      NA                      NA                     NA
## 196                      NA                      NA                     NA
## 197                      NA                      NA                     NA
## 198                      NA                      NA                     NA
## 199                      NA                      NA                     NA
## 200             8.310000420             8.670000076             9.13000011
## 201             0.310000002             0.319999993             0.34000000
## 202                      NA                      NA                     NA
## 203                      NA                      NA                     NA
## 204                      NA                      NA                     NA
## 205            28.149999620            28.930000310            29.96999931
## 206             1.649999976             1.669999957             1.71000004
## 207                      NA                      NA                     NA
## 208                      NA                      NA                     NA
## 209                      NA                      NA                     NA
## 210            13.100000380            13.609999660            14.09000015
## 211            64.629997250            63.549999240            62.29000092
## 212                      NA                      NA                     NA
## 213                      NA                      NA                     NA
## 214                      NA                      NA                     NA
## 215                      NA                      NA                     NA
## 216                      NA                      NA                     NA
## 217                      NA                      NA                     NA
## 218            91.389997480            91.009998320            90.53000069
## 219            72.753997800            71.806999210            70.84400177
## 220                      NA                      NA                     NA
## 221                      NA                      NA                     NA
## 222                      NA                      NA                     NA
## 223                      NA                      NA                     NA
## 224            18.299999240            18.670000080            19.15999985
## 225             0.990000010             0.990000010             1.00000000
## 226                      NA                      NA                     NA
## 227             1.820000052             2.029999971             2.32999992
## 228                      NA                      NA                     NA
## 229                      NA                      NA                     NA
## 230                      NA                      NA                     NA
## 231            70.200000760            69.400001530            68.33000183
## 232                      NA                      NA                     NA
## 233                      NA                      NA                     NA
## 234                      NA                      NA                     NA
## 235            18.819999690            19.190000530            19.79999924
## 236                      NA                      NA                     NA
## 237            72.858001710            72.689002990            72.72899628
## 238                      NA                      NA                     NA
## 239                      NA                      NA                     NA
## 240                      NA                      NA                     NA
## 241            80.709999080            80.340000150            79.85000229
## 242            72.807998660            72.271003720            71.84600067
##                       X2013                   X2014                   X2015
## 1              15.040000000            10.550000000            12.310000000
## 2              40.187240000            48.158470000            48.411490000
## 3    136000000000.000000000  148000000000.000000000  162000000000.000000000
## 4              99.550000000            99.550000000            99.550000000
## 5              99.640000000            99.640000000            99.640000000
## 6              17.204310160            16.800614430            16.631597320
## 7              15.650000000            11.310000000            13.080000000
## 8              11.820000000            12.660000000            12.630000000
## 9              43.440240000            48.111210000            47.643380000
## 10             39.676930000            48.178210000            48.565040000
## 11             10.400000000                      NA                      NA
## 12             13.297885860            13.994910490            14.686304570
## 13             11.039213270            11.662401160            12.269070170
## 14             11.300000000            11.300000000            11.300000000
## 15    64186691000.000000000   75608249000.000000000   86168029438.000000000
## 16             26.260000000            26.260000000            26.260000000
## 17   172000000000.000000000  210000000000.000000000  237000000000.000000000
## 18              0.515331100             0.000000000             0.844951400
## 19              1.000000000             1.000000000             1.100000000
## 20             24.761950890            24.199292530            24.208383530
## 21             20.958621220            20.522982790            19.814709930
## 22     3489525000.000000000    4485704000.000000000    5508835142.000000000
## 23    54327890000.000000000   64121990000.000000000   70529058946.000000000
## 24             13.750000000             8.080000000            11.350000000
## 25             15.520000000            13.120000000            13.170000000
## 26             34.000000000            34.000000000            34.000000000
## 27      439097000.000000000    1069880000.000000000     314849716.399999976
## 28             29.900000000            29.900000000            29.900000000
## 29                       NA                      NA                      NA
## 30   135000000000.000000000  164000000000.000000000  189000000000.000000000
## 31    56931815000.000000000   67980556000.000000000   74844459070.000000000
## 32             14.250000000             8.490000000            11.930000000
## 33             16.170000000            14.110000000            14.090000000
## 34             12.210000000            12.230000000            12.250000000
## 35             16.000000000            16.220000000            16.860000000
## 36             11.210000000            12.120000000            12.070000000
## 37             65.600000000                      NA                      NA
## 38             40.677090260            40.621024220            42.092411580
## 39             99.420000000            99.420000000            99.420000000
## 40     1955546313.000000000    2138934650.000000000    2382471163.000000000
## 41             11.800000000            11.750000000            11.860000000
## 42             12.190000000            12.230000000            12.230000000
## 43              2.700000000                      NA                      NA
## 44             19.396671970            18.685711240            19.147869940
## 45            334.000000000           334.000000000           334.000000000
## 46   259000000000.000000000  312000000000.000000000  356000000000.000000000
## 47             32.620000000            32.620000000            32.620000000
## 48             24.120000000            24.120000000            24.120000000
## 49              3.498542000             0.000000000             5.678592000
## 50              0.000000000             0.000000000             0.000000000
## 51             17.600000000            17.600000000            17.600000000
## 52              0.169394904             0.342427439             0.088455112
## 53              1.054504769             1.108590276             1.224148440
## 54             33.615782680            37.300493110            30.265842620
## 55    22100659154.000000000   23429236486.000000000   24360795411.000000000
## 56              0.004958637             0.004321669             0.003273018
## 57           3033.780787000          3217.448510000          3331.871770000
## 58              0.000000000             0.000000000             0.000000000
## 59  1690000000000.000000000 1790000000000.000000000 1860000000000.000000000
## 60              7.082650999             8.035366199             4.409045432
## 61             48.755217010            49.564019750            50.539896980
## 62                       NA                      NA                      NA
## 63             25.194700310            25.905124960            27.626091670
## 64           5723.105479000          6031.347043000          6196.548655000
## 65             22.294230000            26.749350000            24.162690000
## 66              8.178966875             9.364717232             7.625269885
## 67              3.525153174             6.011482841             3.976053274
## 68              7.082650999             8.035366199             4.409045432
## 69              4.630117890             5.075482850             5.466150760
## 70             11.225940000            13.057220000            12.359560000
## 71              0.000000000             0.000000000             0.000000000
## 72    22162208956.000000000   22731602970.000000000   24360795411.000000000
## 73            121.497642100           121.621371000           123.652164900
## 74              0.756774070             0.873644770             0.909276660
## 75              3.018110037             3.472130060             3.259020090
## 76              0.304697013             0.286651647             0.300962369
## 77    81659655509.000000000   86568611688.000000000   90010625807.000000000
## 78            115.372079700           124.642648800           130.138199800
## 79             29.676609020            30.986088230            31.277434820
## 80             13.297885860            13.994910490            14.686304570
## 81                       NA                      NA                      NA
## 82             50.462270840            54.467047600            56.908274060
## 83              0.275557392             0.304320630             0.265180175
## 84           2702.224963000          2947.316487000          2996.220462000
## 85              0.828729868             0.856372465             0.931579562
## 86             24.730231440            25.252084690            27.553807460
## 87              9.683040000            11.228590000            10.453240000
## 88  1950000000000.000000000 2230000000000.000000000 2420000000000.000000000
## 89              5.750414306             5.612191160             5.356055555
## 90             41.865375740            45.982641610            46.665730390
## 91             15.168880160            16.233885670            16.992606340
## 92                       NA                      NA                      NA
## 93            137.552662100           135.033874000                      NA
## 94              1.502004198             1.563383459             0.929496130
## 95              5.231372775             2.182983373            10.043310810
## 96              9.800841032            11.374641520            10.801396080
## 97             84.286695510            82.634141320            83.562733120
## 98             -1.802198963            -0.174482593             0.144269512
## 99             50.462270840            54.467047600            56.908274060
## 100             0.000000000             0.000000000             0.000000000
## 101           821.073205500           870.781690300           901.749607700
## 102 1780000000000.000000000 2020000000000.000000000 2190000000000.000000000
## 103             8.049208870             5.761101762             6.655794990
## 104             0.083728335             0.089911225             0.088827947
## 105             7.269942907             7.405549220                      NA
## 106             5.860000000             5.720000000             5.470000000
## 107             2.783750795             2.978005109             3.648394395
## 108            74.315549630            75.360518840            86.380396330
## 109             3.803477458             6.054086830             3.556335386
## 110   20079553984.000000000   21232603795.000000000   21978324247.000000000
## 111             0.833688505             0.860694134             0.934852579
## 112 1950000000000.000000000 2230000000000.000000000 2420000000000.000000000
## 113           -23.276058380           -25.734557370           -26.236553200
## 114             1.541860106             1.629341062             1.556630126
## 115             0.000000000             0.000000000             0.000000000
## 116   34666575605.000000000   91827925928.000000000   62636228548.000000000
## 117            13.798337570            13.564565230            13.161654630
## 118            20.887615440            21.034876820            23.206675990
## 119                      NA                      NA                      NA
## 120                      NA                      NA                      NA
## 121             0.074577833             0.082362417             0.079879459
## 122             0.334712270             0.133746295             0.213029579
## 123         62770.192470000         66570.354420000         68937.819490000
## 124 1550000000000.000000000 1640000000000.000000000 1700000000000.000000000
## 125            32.570717060            35.858599490            36.451141800
## 126            37.081325110            39.589703760            40.088228440
## 127           823.359874600           844.853124900           901.749607700
## 128                      NA                      NA                      NA
## 129            28.622657530            27.461895360            26.518508430
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            26.799869540            28.152746200            29.942535400
## 133   72735235363.000000000   79300444355.000000000   80942994654.000000000
## 134           115.372079700           124.642648800           130.138199800
## 135             9.294658678            10.124042120            10.214588590
## 136         72419.276460000         82975.053040000         89714.437250000
## 137   20206662643.000000000   20592668320.000000000   21978324247.000000000
## 138            91.821033120            90.635282770            92.374730120
## 139            -0.300186813             1.388900866             2.028425282
## 140             6.475425412             6.783790711                      NA
## 141             7.534337608             8.001141444             8.811996996
## 142            12.690435420            13.582991520            13.989798450
## 143            50.185314830            54.220192400            56.684391890
## 144                      NA                      NA                      NA
## 145             3.788000107             4.357999802             4.808000088
## 146            18.120000840            18.549999240            18.940000530
## 147            41.819999690            40.950000760            40.250000000
## 148            78.864997860            79.004997250            79.224998470
## 149            57.400001530            56.130001070            55.209999080
## 150                      NA                      NA                      NA
## 151                      NA                      NA                      NA
## 152                      NA                      NA                      NA
## 153                      NA             7.136226177                      NA
## 154                      NA                      NA                      NA
## 155                      NA                      NA                      NA
## 156            68.970001220            67.650001530            66.779998780
## 157                      NA                      NA                      NA
## 158                      NA                      NA                      NA
## 159             2.329999924             2.690999985             2.878999949
## 160             5.736000061             6.420000076             6.870999813
## 161                      NA            41.504912730                      NA
## 162             7.679999828             7.940000057             8.119999886
## 163            83.736999510            83.019996640            82.571998600
## 164                      NA                      NA                      NA
## 165                      NA                      NA             2.900000095
## 166                      NA                      NA                      NA
## 167                      NA            44.091355670                      NA
## 168            82.900001530            84.199996950                      NA
## 169            68.239997860            67.480003360            66.930000310
## 170                      NA                      NA                      NA
## 171                      NA                      NA                      NA
## 172                      NA                      NA                      NA
## 173            80.370002750            79.730003360            79.290000920
## 174                      NA                      NA                      NA
## 175                      NA                      NA                      NA
## 176             2.801000118             3.246999979             3.375000000
## 177             4.683000088             5.296000004             5.744999886
## 178                      NA            89.793229990                      NA
## 179            13.649999620            13.979999540            14.140000340
## 180            81.067001340            80.780998230            80.679000850
## 181                      NA                      NA                      NA
## 182                      NA                      NA                      NA
## 183                      NA                      NA                      NA
## 184                      NA                      NA                      NA
## 185                      NA                      NA                      NA
## 186            90.379997250            89.809997560            89.300003050
## 187                      NA                      NA                      NA
## 188                      NA                      NA            86.790000920
## 189                      NA                      NA                      NA
## 190                      NA            42.827492910                      NA
## 191            22.149999620            22.670000080            23.120000840
## 192            20.059999470            18.770000460            17.750000000
## 193            74.900001530            76.400001530                      NA
## 194            77.760002140            76.949996950            76.290000920
## 195                      NA                      NA                      NA
## 196                      NA                      NA                      NA
## 197                      NA                      NA                      NA
## 198                      NA            91.248559390                      NA
## 199                      NA                      NA                      NA
## 200             9.619999886            10.189999580            10.710000040
## 201             0.349999994             0.370000005             0.389999986
## 202                      NA                      NA                      NA
## 203                      NA                      NA                      NA
## 204                      NA                      NA                      NA
## 205            31.030000690            32.349998470            33.220001220
## 206             1.730000019             1.759999990             1.789999962
## 207                      NA                      NA                      NA
## 208                      NA                      NA                      NA
## 209                      NA             8.751440606                      NA
## 210            14.569999690            15.109999660            15.590000150
## 211            60.930000310            59.470001220            58.229999540
## 212                      NA                      NA                      NA
## 213                      NA                      NA                      NA
## 214                      NA                      NA                      NA
## 215                      NA                      NA             3.099999905
## 216                      NA                      NA                      NA
## 217                      NA                      NA                      NA
## 218            90.030000690            89.430000310            88.899999620
## 219            69.963996890            69.016998290            68.282997130
## 220                      NA                      NA                      NA
## 221                      NA                      NA                      NA
## 222                      NA            10.206770010                      NA
## 223                      NA                      NA                      NA
## 224            19.629999160            20.270000460            20.709999080
## 225             1.000000000             1.009999990             1.009999990
## 226                      NA                      NA                      NA
## 227             2.551000118             2.944000006             3.099999905
## 228                      NA                      NA                      NA
## 229                      NA            92.863773820                      NA
## 230                      NA                      NA                      NA
## 231            67.229997630            65.889999390            64.990001680
## 232                      NA                      NA                      NA
## 233                      NA                      NA             3.400000095
## 234                      NA                      NA                      NA
## 235            20.450000760            21.209999080            21.670000080
## 236            78.400001530            79.800003050                      NA
## 237            72.947998050            73.084999080            73.226997380
## 238                      NA                      NA                      NA
## 239                      NA                      NA                      NA
## 240                      NA                      NA                      NA
## 241            79.369998930            78.720001220            78.279998780
## 242            71.561996460            71.199996950            70.921997070
##                       X2016                   X2017                   X2018
## 1              12.350000000                      NA            12.360000000
## 2              48.117750000                      NA            19.941260000
## 3    170000000000.000000000  192000000000.000000000  211000000000.000000000
## 4              99.550000000                      NA            99.540000000
## 5              99.640000000                      NA            99.630000000
## 6              15.682824620            15.759437160            15.792458400
## 7              13.070000000                      NA            13.420000000
## 8              12.650000000                      NA            12.790000000
## 9              47.420360000                      NA            28.521650000
## 10             48.258390000                      NA            18.463530000
## 11                       NA                      NA                      NA
## 12             16.143749760            17.999362120            19.082826060
## 13             13.050688000            13.989349790            16.406758640
## 14             11.300000000            11.300000000            19.900000000
## 15   114000000000.000000000  145000000000.000000000  155000000000.000000000
## 16             26.260000000                      NA            26.330000000
## 17   267000000000.000000000  357000000000.000000000  445000000000.000000000
## 18              0.887735000                      NA             0.249632900
## 19              1.100000000             1.100000000             1.100000000
## 20             27.116100480            26.151791320            23.471175130
## 21             18.477858080            17.767875050            18.440662510
## 22     5990203529.000000000   27392715000.000000000   10465303530.000000000
## 23    77802641716.000000000   98410300000.000000000  122000000000.000000000
## 24             12.260000000                      NA            11.140000000
## 25             12.400000000                      NA            12.770000000
## 26             34.000000000            34.000000000            39.000000000
## 27      159554770.699999988     125130000.000000000     102360000.000000000
## 28             29.900000000            30.000000000            37.000000000
## 29                       NA                      NA                      NA
## 30   219000000000.000000000  279000000000.000000000  367000000000.000000000
## 31    82184049221.000000000  103000000000.000000000  127000000000.000000000
## 32             12.890000000                      NA            12.200000000
## 33             13.180000000                      NA            13.820000000
## 34             12.140000000                      NA            13.190000000
## 35             18.400000000                      NA            23.780000000
## 36             11.890000000                      NA            11.110000000
## 37                       NA                      NA                      NA
## 38             41.735439240            42.597940730            45.731152300
## 39             99.420000000                      NA            99.410000000
## 40     2508487301.000000000    3357251910.000000000    4262858915.000000000
## 41             12.150000000                      NA            15.820000000
## 42             11.970000000                      NA            12.120000000
## 43                       NA                      NA                      NA
## 44             21.787464950            22.149418990            19.268665650
## 45            339.000000000           339.000000000           353.000000000
## 46   421000000000.000000000  554000000000.000000000  659000000000.000000000
## 47             32.620000000                      NA            32.880000000
## 48             24.120000000                      NA            24.120000000
## 49              5.920496000                      NA             1.493280000
## 50              0.000000000                      NA             0.000000000
## 51             17.600000000            17.600000000            16.000000000
## 52              0.037893706             0.022592088             0.015521019
## 53              1.143084483             4.188812407             1.302742504
## 54             39.271576580            38.268525480            40.765261170
## 55    24466305357.000000000   26662713937.000000000   28695046274.000000000
## 56              0.003656839             0.004472639             0.004915582
## 57           3315.814414000          3565.197807000          3773.715918000
## 58              0.000142212             0.000000000             0.000000000
## 59  1870000000000.000000000 2040000000000.000000000 2190000000000.000000000
## 60              7.150334788             8.261412551             4.355858465
## 61             51.598044090            51.849782290            51.590443470
## 62                       NA             2.807458481                      NA
## 63             26.960577690            23.913544110            25.026419950
## 64           6053.330917000          6442.269479000          6719.346198000
## 65                       NA                      NA                      NA
## 66              3.642858923            12.984755150            14.791612110
## 67              0.433113718             8.977279354             7.622376108
## 68              7.150334788             8.261412551             4.355858465
## 69              5.423798080             4.721732620             4.528452400
## 70                       NA                      NA                      NA
## 71              0.000000000             0.000000000             0.000000000
## 72    24524098185.000000000   28971589213.000000000   33111525872.000000000
## 73            124.598140300           124.340298900           124.756188200
## 74              1.007718090             1.065424680             1.067212100
## 75              3.903209925             4.767220020             4.434450150
## 76              0.300876710             0.294080108             0.305011772
## 77    90400474175.000000000   98515977279.000000000  106000000000.000000000
## 78            139.443516700           150.963520900           157.539278200
## 79             28.240999200            37.325054010            39.547800330
## 80             16.143749760            17.999362120            19.082826060
## 81                       NA                      NA                      NA
## 82             69.840800110            68.557085210            76.324608010
## 83              0.381749507             0.413686320             0.419236125
## 84           2989.675006000          3565.197807000          3863.870402000
## 85              1.027379417             0.698704855             0.419137823
## 86             28.705221690            30.575436400            32.432880030
## 87                       NA                      NA                      NA
## 88  2610000000000.000000000 3080000000000.000000000 3460000000000.000000000
## 89              4.888189626             4.855673994             4.906474539
## 90             42.115486120            44.642410620            48.447386950
## 91             18.575933660            19.937328370            22.016896600
## 92                       NA                      NA                      NA
## 93                       NA                      NA                      NA
## 94              1.176663768            -2.385815315            -4.754252712
## 95             -0.684346954            -3.564329207            -8.300804944
## 96             10.622544970            11.107884010            10.632643860
## 97             88.431122590            78.496706530            77.146851610
## 98              2.179567295             2.281116159             5.633109835
## 99             69.840800110            68.557085210            76.324608010
## 100             0.000000000             0.000000000             0.000000000
## 101           897.403788100           964.897795200          1021.331877000
## 102 2340000000000.000000000 2720000000000.000000000 3010000000000.000000000
## 103             1.482233943             2.566531806             9.613530164
## 104             0.127716277             0.126679955             0.139924952
## 105                      NA                      NA                      NA
## 106             5.930000000             5.760000000             5.680000000
## 107             4.688307873             6.754081565                      NA
## 108            94.205860250            89.404971030            95.331782940
## 109            -0.481931973             7.521029890             5.848710831
## 110   21978879123.000000000   23866727131.000000000   25626474621.000000000
## 111             1.031178468             0.703177494             0.424053405
## 112 2610000000000.000000000 3080000000000.000000000 3460000000000.000000000
## 113           -25.756330040           -29.018033310           -32.816104900
## 114             1.700897728             1.708544543             1.539234028
## 115             0.000000000             0.000000000             0.000000000
## 116   30207725224.000000000  144000000000.000000000  279000000000.000000000
## 117            12.655417770            12.862585890            13.200639630
## 118            23.229324090            22.661093750            25.105547910
## 119                      NA                      NA                      NA
## 120                      NA                      NA                      NA
## 121             0.115154262             0.126679955             0.143267775
## 122             0.432213143             0.677439878             0.206157198
## 123         68605.586100000         73765.432730000         78079.759590000
## 124 1700000000000.000000000 1850000000000.000000000 1980000000000.000000000
## 125            33.935908080            36.830221970            40.631745920
## 126            35.305095990            41.880648460            42.603120800
## 127           899.523581000          1048.453755000          1178.525957000
## 128                      NA                      NA                      NA
## 129            25.517875370            23.699548460            22.334672050
## 130                      NA                      NA                      NA
## 131                      NA                      NA                      NA
## 132            31.998809810            31.234983440            31.834993650
## 133   81508795260.000000000   98515977279.000000000  109000000000.000000000
## 134           139.443516700           150.963520900           157.539278200
## 135             8.179578040             7.812188656             7.815641022
## 136         95666.041940000        111358.894500000        123006.289700000
## 137   22015610883.000000000   25614337303.000000000   28848666957.000000000
## 138            96.357141080            87.015244850            85.208387890
## 139             4.289986965             0.767200801            -0.002792772
## 140                      NA                      NA                      NA
## 141             7.926018483             8.518538323             8.061536277
## 142            14.227110740            16.853808450            20.165791700
## 143            69.657672670            68.416745450            76.168955320
## 144                      NA            34.759998320                      NA
## 145             4.748000145             5.109000206             5.135000229
## 146            19.290000920            19.709999080            20.110000610
## 147            39.700000760            38.819999690            38.029998780
## 148            79.734001160            79.711997990            79.942001340
## 149            54.930000310            53.790000920            52.889999390
## 150                      NA                      NA                      NA
## 151                      NA            13.250000000                      NA
## 152                      NA            29.889999390                      NA
## 153                      NA                      NA                      NA
## 154                      NA                      NA                      NA
## 155                      NA                      NA                      NA
## 156            66.629997250            65.620002750            64.809997560
## 157                      NA                      NA                      NA
## 158                      NA                      NA                      NA
## 159             2.721999884             3.076999903             3.002000093
## 160             6.546999931             7.008999825             6.901999950
## 161                      NA                      NA                      NA
## 162             8.119999886             8.329999924             8.500000000
## 163            82.518997190            81.760002140            81.711997990
## 164                      NA            16.569999690                      NA
## 165                      NA            12.020000460                      NA
## 166                      NA            19.229999540                      NA
## 167                      NA                      NA                      NA
## 168                      NA            49.569999690                      NA
## 169            66.660003660            65.809997560            65.080001830
## 170                      NA            14.460000040                      NA
## 171                      NA                      NA                      NA
## 172                      NA                      NA                      NA
## 173            79.150001530            78.519996640            77.959999080
## 174                      NA                      NA                      NA
## 175                      NA                      NA                      NA
## 176             3.051000118             3.625000000             3.436000109
## 177             5.565000057             5.974999905             5.947000027
## 178                      NA                      NA                      NA
## 179            14.050000190            14.479999540            14.810000420
## 180            80.938003540            80.597000120            80.708999630
## 181                      NA            31.909999850                      NA
## 182                      NA            16.510000230                      NA
## 183                      NA            23.459999080                      NA
## 184                      NA                      NA                      NA
## 185                      NA                      NA                      NA
## 186            89.000000000            88.620002750            88.250000000
## 187                      NA                      NA                      NA
## 188                      NA            21.159999850                      NA
## 189                      NA            22.479999540                      NA
## 190                      NA                      NA                      NA
## 191            23.489999770            23.870000840            24.229999540
## 192            17.139999390            16.299999240            15.600000380
## 193                      NA            24.559999470                      NA
## 194            75.889999390            75.220001220            74.620002750
## 195                      NA                      NA                      NA
## 196                      NA                      NA                      NA
## 197                      NA            12.640000340                      NA
## 198                      NA                      NA                      NA
## 199                      NA                      NA                      NA
## 200            11.000000000            11.380000110            11.750000000
## 201             0.400000006             0.409999996             0.419999987
## 202                      NA                      NA                      NA
## 203                      NA             8.649999619                      NA
## 204                      NA                      NA                      NA
## 205            33.369998930            34.380001070            35.189998630
## 206             1.809999943             1.799999952             1.799999952
## 207                      NA                      NA                      NA
## 208                      NA            45.819999690                      NA
## 209                      NA                      NA                      NA
## 210            15.989999770            16.450000760            16.889999390
## 211            57.450000760            56.450000760            55.590000150
## 212                      NA            13.899999620                      NA
## 213                      NA                      NA                      NA
## 214                      NA                      NA                      NA
## 215                      NA            10.659999850                      NA
## 216                      NA             7.679999828                      NA
## 217                      NA                      NA                      NA
## 218            88.610000610            88.210000990            87.830001830
## 219            68.164001460            67.495002750            67.277000430
## 220                      NA             9.810000420                      NA
## 221                      NA            40.259998320                      NA
## 222                      NA                      NA                      NA
## 223                      NA                      NA                      NA
## 224            20.850000380            21.479999540            22.040000920
## 225             1.019999981             1.019999981             1.029999971
## 226                      NA                      NA                      NA
## 227             2.868000031             3.318000078             3.193000078
## 228                      NA             8.609999657                      NA
## 229                      NA                      NA                      NA
## 230                      NA                      NA                      NA
## 231            64.829998020            63.819999690            63.019998550
## 232                      NA            23.450000760                      NA
## 233                      NA             9.789999962                      NA
## 234                      NA            20.530000690                      NA
## 235            21.590000150            22.340000150            22.879999160
## 236                      NA            35.659999850                      NA
## 237            73.874000550            73.990997310            74.179000850
## 238                      NA                      NA                      NA
## 239                      NA             8.319999695                      NA
## 240                      NA                      NA                      NA
## 241            78.130001070            77.500000000            76.930000310
## 242            71.194000240            70.913002010            70.872001650
##                       X2019                   X2020                 X2021
## 1              14.220000000            11.600000000                    NA
## 2              19.229910000            20.069780000                    NA
## 3    230000000000.000000000  226000000000.000000000  244000000000.0000000
## 4              99.470000000            99.470000000                    NA
## 5              99.630000000            99.630000000                    NA
## 6              16.030555140            15.813597110                    NA
## 7              15.430000000            12.660000000                    NA
## 8              20.200000000            12.100000000                    NA
## 9              26.645600000            29.784100000                    NA
## 10             18.023810000            18.525150000                    NA
## 11                       NA                      NA                    NA
## 12             19.809060240            15.773649730                    NA
## 13             16.909200190            10.512349670                    NA
## 14             26.200000000                      NA                    NA
## 15   188000000000.000000000  213000000000.000000000                    NA
## 16             26.330000000            26.330000000                    NA
## 17   516000000000.000000000  460000000000.000000000  615000000000.0000000
## 18              0.215982700             0.214721900                    NA
## 19              0.700000000                      NA                    NA
## 20             24.633623420            34.763024930                    NA
## 21             17.923262960            19.169773800                    NA
## 22     8442841000.000000000    6619530000.000000000                    NA
## 23   137000000000.000000000  118000000000.000000000                    NA
## 24             12.970000000            11.450000000                    NA
## 25             14.740000000            11.210000000                    NA
## 26             46.000000000                      NA                    NA
## 27      237634000.000000000     112370000.000000000                    NA
## 28             41.800000000                      NA                    NA
## 29                       NA                      NA                    NA
## 30   424000000000.000000000  270000000000.000000000                    NA
## 31   143000000000.000000000  124000000000.000000000                    NA
## 32             14.060000000            12.490000000                    NA
## 33             15.990000000            12.290000000                    NA
## 34             17.270000000            12.600000000                    NA
## 35             73.040000000            18.700000000                    NA
## 36             12.570000000            11.170000000                    NA
## 37                       NA                      NA                    NA
## 38             47.464739990            34.458915130                    NA
## 39             99.400000000            99.400000000                    NA
## 40     4575218471.000000000    3956454691.000000000    5216026828.0000000
## 41             27.660000000            13.290000000                    NA
## 42             13.550000000            12.190000000                    NA
## 43                       NA                      NA                    NA
## 44             21.062203600            27.239470110                    NA
## 45            377.000000000                      NA                    NA
## 46   764000000000.000000000  613000000000.000000000                    NA
## 47             32.880000000            32.880000000                    NA
## 48             24.120000000            24.120000000                    NA
## 49              1.369142000             1.472031000                    NA
## 50              0.000000000             0.000000000                    NA
## 51             15.000000000                      NA                    NA
## 52              0.031086925             0.018319488                    NA
## 53              0.944350687             0.845612140                    NA
## 54             38.927998740            32.039557240            56.7722900
## 55    30605291409.000000000   29880062111.000000000   31149050463.0000000
## 56              0.002196459             0.001886447                    NA
## 57           3952.760349000          3789.150372000          3878.4444200
## 58              0.000000000             0.000000000                    NA
## 59  2340000000000.000000000 2280000000000.000000000 2380000000000.0000000
## 60              4.691155935             3.217402330             5.5119715
## 61             52.022716260            53.938846740            52.5839519
## 62                       NA                      NA                    NA
## 63             24.116362860            24.250237970                    NA
## 64           6947.961423000          7221.739239000          7132.7791940
## 65                       NA                      NA                    NA
## 66             15.303407290             5.719357472             7.7080623
## 67              6.657055428            -2.369620627             4.2469401
## 68              4.691155935             3.217402330             5.5119715
## 69              4.445150850                      NA                    NA
## 70                       NA                      NA                    NA
## 71              0.000000000             0.000000000                    NA
## 72    34186190996.000000000   33433670512.000000000   36288830373.0000000
## 73            126.075333600           124.720924000           128.0741502
## 74              1.102808710                      NA                    NA
## 75              4.239999771             4.389999866                    NA
## 76              0.290067383             0.287107335             0.2870042
## 77   113000000000.000000000  110000000000.000000000  115000000000.0000000
## 78            164.929691400           170.236143200           179.6195108
## 79             41.378740910            30.440281510            35.7822125
## 80             19.809060240            15.773649730                    NA
## 81                       NA                      NA                    NA
## 82             78.945910900            88.440039470                    NA
## 83                       NA                      NA                    NA
## 84           4119.584979000          3996.665470000          4260.8396940
## 85              0.440770893             0.512156620                    NA
## 86             33.815125680            30.469220520            29.8519298
## 87                       NA                      NA                    NA
## 88  3860000000000.000000000 3890000000000.000000000 4280000000000.0000000
## 89              4.981441388             4.474854392             4.6655983
## 90             49.249526590            40.918865590            43.8112282
## 91             22.401347910            19.365426670                    NA
## 92                       NA                      NA                    NA
## 93                       NA                      NA                    NA
## 94             -4.793705761            -4.896852861                    NA
## 95             -5.129629145            -0.251653458           -14.8229695
## 96              9.750191340             5.918168268             6.3694548
## 97             76.579497500            85.212910460            83.8927182
## 98              4.002321623             8.045683808                    NA
## 99             78.945910900            88.440039470                    NA
## 100             0.000000000             0.000000000                    NA
## 101          1069.789098000          1025.509112000          1049.6759710
## 102 3340000000000.000000000 3430000000000.000000000 3660000000000.0000000
## 103             9.632236558            13.678851060                    NA
## 104             0.114122286                      NA                    NA
## 105                      NA                      NA                    NA
## 106             5.230000000                      NA                    NA
## 107                      NA                      NA                    NA
## 108            97.169877780           117.749455500                    NA
## 109             4.744512715            -4.139132233             2.3565718
## 110   27262952301.000000000   26602290156.000000000   27621363368.0000000
## 111             0.442967352             0.514043068                    NA
## 112 3860000000000.000000000 3890000000000.000000000 4280000000000.0000000
## 113           -33.689653640           -27.308285940           -33.3927673
## 114             1.376595177             1.363585634                    NA
## 115             0.000000000             0.000000000                    NA
## 116  294000000000.000000000  101000000000.000000000  227000000000.0000000
## 117            13.010675410            12.047319930            11.7225156
## 118            28.065464890            25.150491920            23.5235500
## 119                      NA                      NA                    NA
## 120                      NA                      NA                    NA
## 121             0.118938770                      NA                    NA
## 122             0.542801816             0.378738964                    NA
## 123         81784.263710000         78399.104890000         80246.6360800
## 124 2110000000000.000000000 2060000000000.000000000 2140000000000.0000000
## 125            41.469590110            34.113575770            38.6019978
## 126            42.187508260            32.819757470            32.6238376
## 127          1194.957236000          1147.471971000          1222.8787940
## 128                      NA                      NA                    NA
## 129            21.583372760            22.180090190            21.3198898
## 130                      NA                      NA                    NA
## 131                      NA                      NA                    NA
## 132            32.742748230            33.393741220            33.8286877
## 133  118000000000.000000000  116000000000.000000000  126000000000.0000000
## 134           164.929691400           170.236143200           179.6195108
## 135             7.779936474             6.805289826             5.2092304
## 136        134886.533800000        133463.612400000        144138.6152000
## 137   29610972525.000000000   29477215821.000000000   31072803545.0000000
## 138            84.696592710            94.280642530            92.2919377
## 139            -0.864102849             3.152060198                    NA
## 140                      NA                      NA                    NA
## 141             8.117095211             9.067732071             8.3992194
## 142            21.701865280            20.164782930                    NA
## 143            78.845345330            88.340280580                    NA
## 144                      NA                      NA                    NA
## 145             5.184000015             7.113999844             8.5500002
## 146            20.520000460                      NA                    NA
## 147            37.200000760                      NA                    NA
## 148            80.064002990            72.265998840            74.8089981
## 149            52.110000610                      NA                    NA
## 150                      NA                      NA                    NA
## 151                      NA                      NA                    NA
## 152                      NA                      NA                    NA
## 153                      NA                      NA                    NA
## 154                      NA                      NA                    NA
## 155                      NA                      NA                    NA
## 156            63.990001680                      NA                    NA
## 157                      NA                      NA                    NA
## 158                      NA                      NA                    NA
## 159             2.944999933             4.532999992             4.9340000
## 160             6.835999966             9.159000397            10.5690002
## 161                      NA                      NA                    NA
## 162             8.619999886                      NA                    NA
## 163            81.698997500            75.538002010            76.5739975
## 164                      NA                      NA                    NA
## 165                      NA                      NA                    NA
## 166                      NA                      NA                    NA
## 167                      NA                      NA                    NA
## 168                      NA                      NA                    NA
## 169            64.379997250                      NA                    NA
## 170                      NA                      NA                    NA
## 171                      NA                      NA                    NA
## 172                      NA                      NA                    NA
## 173            77.339996340                      NA                    NA
## 174                      NA                      NA                    NA
## 175                      NA                      NA                    NA
## 176             3.288000107             4.955999851             5.1970000
## 177             5.951000214             8.088000298             9.5010004
## 178                      NA                      NA                    NA
## 179            15.109999660                      NA                    NA
## 180            80.777000430            73.702003480            75.5920029
## 181                      NA                      NA                    NA
## 182                      NA                      NA                    NA
## 183                      NA                      NA                    NA
## 184                      NA                      NA                    NA
## 185                      NA                      NA                    NA
## 186            87.889999390                      NA                    NA
## 187                      NA                      NA                    NA
## 188                      NA                      NA                    NA
## 189                      NA                      NA                    NA
## 190                      NA                      NA                    NA
## 191            24.579999920                      NA                    NA
## 192            14.960000040                      NA                    NA
## 193                      NA                      NA                    NA
## 194            74.080001830                      NA                    NA
## 195                      NA                      NA                    NA
## 196                      NA                      NA                    NA
## 197                      NA                      NA                    NA
## 198                      NA                      NA                    NA
## 199                      NA                      NA                    NA
## 200            12.109999660                      NA                    NA
## 201             0.430000007                      NA                    NA
## 202                      NA                      NA                    NA
## 203                      NA                      NA                    NA
## 204                      NA                      NA                    NA
## 205            36.009998320                      NA                    NA
## 206             1.789999962                      NA                    NA
## 207                      NA                      NA                    NA
## 208                      NA                      NA                    NA
## 209                      NA                      NA                    NA
## 210            17.299999240                      NA                    NA
## 211            54.790000920                      NA                    NA
## 212                      NA                      NA                    NA
## 213                      NA                      NA                    NA
## 214                      NA                      NA                    NA
## 215                      NA                      NA                    NA
## 216                      NA                      NA                    NA
## 217                      NA                      NA                    NA
## 218            87.470001220                      NA                    NA
## 219            67.081001280            59.401000980            60.6199989
## 220                      NA                      NA                    NA
## 221                      NA                      NA                    NA
## 222                      NA                      NA                    NA
## 223                      NA                      NA                    NA
## 224            22.670000080                      NA                    NA
## 225             1.029999971                      NA                    NA
## 226                      NA                      NA                    NA
## 227             3.096999884             4.723999977             5.0520000
## 228                      NA                      NA                    NA
## 229                      NA                      NA                    NA
## 230                      NA                      NA                    NA
## 231            62.200001720                      NA                    NA
## 232                      NA                      NA                    NA
## 233                      NA                      NA                    NA
## 234                      NA                      NA                    NA
## 235            23.309999470                      NA                    NA
## 236                      NA                      NA                    NA
## 237            74.179000850            64.136001590            67.2409973
## 238                      NA                      NA                    NA
## 239                      NA                      NA                    NA
## 240                      NA                      NA                    NA
## 241            76.310001370                      NA                    NA
## 242            70.737998960            61.816001890            63.9860001
# unique(nepal_df$IndicatorName)
#table(tolower(nepal_df$IndicatorName))
# Transposing the dataframe

# df_t <- (t(nepal_df))

df_t <- transpose(nepal_df)
rownames(df_t) <- colnames(nepal_df)
colnames(df_t) <- rownames(nepal_df)
#View(df_t)
df_t[0,]
##   [1] 1   2   3   4   5   6   7   8   9   10  11  12  13  14  15  16  17  18 
##  [19] 19  20  21  22  23  24  25  26  27  28  29  30  31  32  33  34  35  36 
##  [37] 37  38  39  40  41  42  43  44  45  46  47  48  49  50  51  52  53  54 
##  [55] 55  56  57  58  59  60  61  62  63  64  65  66  67  68  69  70  71  72 
##  [73] 73  74  75  76  77  78  79  80  81  82  83  84  85  86  87  88  89  90 
##  [91] 91  92  93  94  95  96  97  98  99  100 101 102 103 104 105 106 107 108
## [109] 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
## [127] 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
## [145] 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162
## [163] 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
## [181] 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
## [199] 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216
## [217] 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234
## [235] 235 236 237 238 239 240 241 242
## <0 rows> (or 0-length row.names)
# Rename the columns with the first row. Columns are not properly renamed from above lines.
colnames(df_t) <- df_t[2,]

# Remove the first and second row.
df_t <- df_t[-1:-2,]
nepal_df <- df_t
nepal_df
##       TM.TAX.MRCH.WM.AR.ZS TM.TAX.MRCH.IP.ZS NY.TAX.NIND.KN TM.TAX.TCOM.BC.ZS
## X1960                 <NA>              <NA>           <NA>              <NA>
## X1961                 <NA>              <NA>           <NA>              <NA>
## X1962                 <NA>              <NA>           <NA>              <NA>
## X1963                 <NA>              <NA>           <NA>              <NA>
## X1964                 <NA>              <NA>           <NA>              <NA>
## X1965                 <NA>              <NA>     1075144628              <NA>
## X1966                 <NA>              <NA>     1406731222              <NA>
## X1967                 <NA>              <NA>     1185673493              <NA>
## X1968                 <NA>              <NA>     1446923644              <NA>
## X1969                 <NA>              <NA>     3024472246              <NA>
## X1970                 <NA>              <NA>    -1115337050              <NA>
## X1971                 <NA>              <NA>     2481876086              <NA>
## X1972                 <NA>              <NA>     4049376524              <NA>
## X1973                 <NA>              <NA>     3225433883              <NA>
## X1974                 <NA>              <NA>     6511156281              <NA>
## X1975                 <NA>              <NA>     9405003569              <NA>
## X1976                 <NA>              <NA>    12570149882              <NA>
## X1977                 <NA>              <NA>    17604237553              <NA>
## X1978                 <NA>              <NA>    20950281283              <NA>
## X1979                 <NA>              <NA>    20859818526              <NA>
## X1980                 <NA>              <NA>    19654043511              <NA>
## X1981                 <NA>              <NA>    23180946411              <NA>
## X1982                 <NA>              <NA>    22186183085              <NA>
## X1983                 <NA>              <NA>    21432558471              <NA>
## X1984                 <NA>              <NA>    22547911341              <NA>
## X1985                 <NA>              <NA>    25833616503              <NA>
## X1986                 <NA>              <NA>    26400264605              <NA>
## X1987                 <NA>              <NA>    27218911058              <NA>
## X1988                 <NA>              <NA>    32705876319              <NA>
## X1989                 <NA>              <NA>    29809643007              <NA>
## X1990                 <NA>              <NA>    32075085848              <NA>
## X1991                 <NA>              <NA>    33779755004              <NA>
## X1992                 <NA>              <NA>    32457472104              <NA>
## X1993                15.96          56.73497    38102322604              <NA>
## X1994                 <NA>              <NA>    44412517305              <NA>
## X1995                 <NA>              <NA>    51546654806              <NA>
## X1996                 <NA>              <NA>    52631847606              <NA>
## X1997                 <NA>              <NA>    56691272306              <NA>
## X1998                20.09          50.15618    56158723806              <NA>
## X1999                14.01          20.58712    58700888407              <NA>
## X2000                16.84          18.55528    63282813207              <NA>
## X2001                 <NA>              <NA>    66320388207              <NA>
## X2002                15.45          18.44888    66006375707              <NA>
## X2003                15.86          19.35049    70331721108              <NA>
## X2004                15.49          21.48468    76378232809             99.58
## X2005                 15.4          21.65096    81629088709             99.58
## X2006                13.13          19.45306    80394287609             99.58
## X2007                13.29          45.03713    90633928910             99.57
## X2008                421.5           22.3663    99768623911             99.57
## X2009                12.65          45.41185   112000000000             99.57
## X2010                13.05          45.86365   125000000000             99.57
## X2011                12.45          48.90406   123000000000             99.57
## X2012                12.45          22.64935   125000000000             99.57
## X2013                15.04          40.18724   136000000000             99.55
## X2014                10.55          48.15847   148000000000             99.55
## X2015                12.31          48.41149   162000000000             99.55
## X2016                12.35          48.11775   170000000000             99.55
## X2017                 <NA>              <NA>   192000000000              <NA>
## X2018                12.36          19.94126   211000000000             99.54
## X2019                14.22          19.22991   230000000000             99.47
## X2020                 11.6          20.06978   226000000000             99.47
## X2021                 <NA>              <NA>   244000000000              <NA>
##       TM.TAX.MANF.BC.ZS GC.TAX.INTT.RV.ZS TM.TAX.MRCH.WM.FN.ZS
## X1960              <NA>              <NA>                 <NA>
## X1961              <NA>              <NA>                 <NA>
## X1962              <NA>              <NA>                 <NA>
## X1963              <NA>              <NA>                 <NA>
## X1964              <NA>              <NA>                 <NA>
## X1965              <NA>              <NA>                 <NA>
## X1966              <NA>              <NA>                 <NA>
## X1967              <NA>              <NA>                 <NA>
## X1968              <NA>              <NA>                 <NA>
## X1969              <NA>              <NA>                 <NA>
## X1970              <NA>              <NA>                 <NA>
## X1971              <NA>              <NA>                 <NA>
## X1972              <NA>              <NA>                 <NA>
## X1973              <NA>              <NA>                 <NA>
## X1974              <NA>              <NA>                 <NA>
## X1975              <NA>              <NA>                 <NA>
## X1976              <NA>              <NA>                 <NA>
## X1977              <NA>              <NA>                 <NA>
## X1978              <NA>              <NA>                 <NA>
## X1979              <NA>              <NA>                 <NA>
## X1980              <NA>              <NA>                 <NA>
## X1981              <NA>              <NA>                 <NA>
## X1982              <NA>              <NA>                 <NA>
## X1983              <NA>              <NA>                 <NA>
## X1984              <NA>              <NA>                 <NA>
## X1985              <NA>              <NA>                 <NA>
## X1986              <NA>              <NA>                 <NA>
## X1987              <NA>              <NA>                 <NA>
## X1988              <NA>              <NA>                 <NA>
## X1989              <NA>              <NA>                 <NA>
## X1990              <NA>         25.628645                 <NA>
## X1991              <NA>       24.20675944                 <NA>
## X1992              <NA>       22.94242197                 <NA>
## X1993              <NA>       21.80039788                15.96
## X1994              <NA>       24.76087264                 <NA>
## X1995              <NA>        25.9512628                 <NA>
## X1996              <NA>       23.31508942                 <NA>
## X1997              <NA>       23.55375415                 <NA>
## X1998              <NA>       23.11959537                20.09
## X1999              <NA>       24.37387964                14.01
## X2000              <NA>       23.49885907                16.84
## X2001              <NA>       23.72823683                 <NA>
## X2002              <NA>       23.04108043                15.45
## X2003              <NA>       21.89612399                15.86
## X2004              99.6       21.88843859                15.49
## X2005              99.6       19.04223091                15.49
## X2006              99.6        18.2445287                13.26
## X2007             99.61       16.34988095                13.46
## X2008             99.61       17.45746781                421.5
## X2009             99.61       16.14751576                 12.9
## X2010             99.61       16.28623552                13.35
## X2011             99.61       14.46186363                 12.8
## X2012             99.61       15.22137267                12.87
## X2013             99.64       17.20431016                15.65
## X2014             99.64       16.80061443                11.31
## X2015             99.64       16.63159732                13.08
## X2016             99.64       15.68282462                13.07
## X2017              <NA>       15.75943716                 <NA>
## X2018             99.63        15.7924584                13.42
## X2019             99.63       16.03055514                15.43
## X2020             99.63       15.81359711                12.66
## X2021              <NA>              <NA>                 <NA>
##       TM.TAX.MRCH.SM.AR.ZS TM.TAX.TCOM.IP.ZS TM.TAX.MANF.IP.ZS IC.TAX.GIFT.ZS
## X1960                 <NA>              <NA>              <NA>           <NA>
## X1961                 <NA>              <NA>              <NA>           <NA>
## X1962                 <NA>              <NA>              <NA>           <NA>
## X1963                 <NA>              <NA>              <NA>           <NA>
## X1964                 <NA>              <NA>              <NA>           <NA>
## X1965                 <NA>              <NA>              <NA>           <NA>
## X1966                 <NA>              <NA>              <NA>           <NA>
## X1967                 <NA>              <NA>              <NA>           <NA>
## X1968                 <NA>              <NA>              <NA>           <NA>
## X1969                 <NA>              <NA>              <NA>           <NA>
## X1970                 <NA>              <NA>              <NA>           <NA>
## X1971                 <NA>              <NA>              <NA>           <NA>
## X1972                 <NA>              <NA>              <NA>           <NA>
## X1973                 <NA>              <NA>              <NA>           <NA>
## X1974                 <NA>              <NA>              <NA>           <NA>
## X1975                 <NA>              <NA>              <NA>           <NA>
## X1976                 <NA>              <NA>              <NA>           <NA>
## X1977                 <NA>              <NA>              <NA>           <NA>
## X1978                 <NA>              <NA>              <NA>           <NA>
## X1979                 <NA>              <NA>              <NA>           <NA>
## X1980                 <NA>              <NA>              <NA>           <NA>
## X1981                 <NA>              <NA>              <NA>           <NA>
## X1982                 <NA>              <NA>              <NA>           <NA>
## X1983                 <NA>              <NA>              <NA>           <NA>
## X1984                 <NA>              <NA>              <NA>           <NA>
## X1985                 <NA>              <NA>              <NA>           <NA>
## X1986                 <NA>              <NA>              <NA>           <NA>
## X1987                 <NA>              <NA>              <NA>           <NA>
## X1988                 <NA>              <NA>              <NA>           <NA>
## X1989                 <NA>              <NA>              <NA>           <NA>
## X1990                 <NA>              <NA>              <NA>           <NA>
## X1991                 <NA>              <NA>              <NA>           <NA>
## X1992                 <NA>              <NA>              <NA>           <NA>
## X1993                20.87          26.03093          63.02853           <NA>
## X1994                 <NA>              <NA>              <NA>           <NA>
## X1995                 <NA>              <NA>              <NA>           <NA>
## X1996                 <NA>              <NA>              <NA>           <NA>
## X1997                 <NA>              <NA>              <NA>           <NA>
## X1998                21.67                36          56.96041           <NA>
## X1999                14.36          18.19923           21.2132           <NA>
## X2000                14.41          25.73416          16.97031           <NA>
## X2001                 <NA>              <NA>              <NA>           <NA>
## X2002                14.66          22.92746          17.52297           <NA>
## X2003                14.87          23.14335          18.56196           <NA>
## X2004                14.82           24.2228          20.90894           <NA>
## X2005                14.72          23.89532          21.16375           <NA>
## X2006                13.11          18.42007          19.60244           <NA>
## X2007                13.05          44.80568          45.07095           <NA>
## X2008                15.07          29.09543          20.78373           <NA>
## X2009                12.77          45.96413          45.29071           14.9
## X2010                12.98          48.29414          45.33381           <NA>
## X2011                13.15          51.06639          48.47382           <NA>
## X2012                12.85          24.60198           22.2418           <NA>
## X2013                11.82          43.44024          39.67693           10.4
## X2014                12.66          48.11121          48.17821           <NA>
## X2015                12.63          47.64338          48.56504           <NA>
## X2016                12.65          47.42036          48.25839           <NA>
## X2017                 <NA>              <NA>              <NA>           <NA>
## X2018                12.79          28.52165          18.46353           <NA>
## X2019                 20.2           26.6456          18.02381           <NA>
## X2020                 12.1           29.7841          18.52515           <NA>
## X2021                 <NA>              <NA>              <NA>           <NA>
##       GC.TAX.TOTL.GD.ZS GC.TAX.GSRV.VA.ZS IC.TAX.LABR.CP.ZS GC.TAX.YPKG.CN
## X1960              <NA>              <NA>              <NA>           <NA>
## X1961              <NA>              <NA>              <NA>           <NA>
## X1962              <NA>              <NA>              <NA>           <NA>
## X1963              <NA>              <NA>              <NA>           <NA>
## X1964              <NA>              <NA>              <NA>           <NA>
## X1965              <NA>              <NA>              <NA>           <NA>
## X1966              <NA>              <NA>              <NA>           <NA>
## X1967              <NA>              <NA>              <NA>           <NA>
## X1968              <NA>              <NA>              <NA>           <NA>
## X1969              <NA>              <NA>              <NA>           <NA>
## X1970              <NA>              <NA>              <NA>           <NA>
## X1971              <NA>              <NA>              <NA>           <NA>
## X1972              <NA>              <NA>              <NA>           <NA>
## X1973              <NA>              <NA>              <NA>           <NA>
## X1974              <NA>              <NA>              <NA>           <NA>
## X1975              <NA>              <NA>              <NA>           <NA>
## X1976              <NA>              <NA>              <NA>           <NA>
## X1977              <NA>              <NA>              <NA>           <NA>
## X1978              <NA>              <NA>              <NA>           <NA>
## X1979              <NA>              <NA>              <NA>           <NA>
## X1980              <NA>              <NA>              <NA>           <NA>
## X1981              <NA>              <NA>              <NA>           <NA>
## X1982              <NA>              <NA>              <NA>           <NA>
## X1983              <NA>              <NA>              <NA>           <NA>
## X1984              <NA>              <NA>              <NA>           <NA>
## X1985              <NA>              <NA>              <NA>           <NA>
## X1986              <NA>              <NA>              <NA>           <NA>
## X1987              <NA>              <NA>              <NA>           <NA>
## X1988              <NA>              <NA>              <NA>           <NA>
## X1989              <NA>              <NA>              <NA>           <NA>
## X1990       6.996692968       7.375946529              <NA>      943000000
## X1991       6.620301936       6.911035363              <NA>      768000000
## X1992       6.483344072       6.968780364              <NA>      875000000
## X1993       6.654637356       6.764000417              <NA>     1174000000
## X1994       7.729134048       7.647323859              <NA>     1931000000
## X1995       8.985513859       8.258410491              <NA>     2751000000
## X1996       8.719914187       8.016256591              <NA>     3326000000
## X1997       8.723659866       7.763240037              <NA>     3954000000
## X1998       8.639332547       7.365102977              <NA>     4576000000
## X1999       8.422505233       6.904100273              <NA>     5774000000
## X2000       8.735981111       7.031443074              <NA>     6969000000
## X2001       8.802574747       6.371072049              <NA>     8517000000
## X2002       8.560583141       6.391161382              <NA>     8068000000
## X2003       8.651811853       6.722882993              <NA>     6879300000
## X2004         8.9749585       6.961713693              <NA>     8123300000
## X2005       9.179453421       7.607887563              11.3     8790400000
## X2006        8.77975841       7.440960428              11.3     9162391000
## X2007       9.772473404       8.221876521              11.3    13723900000
## X2008       10.44008641       8.457497576              11.3    16626800000
## X2009       11.84403686       10.00975173              11.3    24051800000
## X2010       13.39611544       12.40721413              11.3    33821327000
## X2011       11.62467555       10.48746079              11.3    43121246000
## X2012       12.04080455         10.473829              11.3    51303230000
## X2013       13.29788586       11.03921327              11.3    64186691000
## X2014       13.99491049       11.66240116              11.3    75608249000
## X2015       14.68630457       12.26907017              11.3    86168029438
## X2016       16.14374976         13.050688              11.3   114000000000
## X2017       17.99936212       13.98934979              11.3   145000000000
## X2018       19.08282606       16.40675864              19.9   155000000000
## X2019       19.80906024       16.90920019              26.2   188000000000
## X2020       15.77364973       10.51234967              <NA>   213000000000
## X2021              <NA>              <NA>              <NA>           <NA>
##       TM.TAX.MRCH.BR.ZS NY.TAX.NIND.CN TM.TAX.MRCH.SR.ZS IC.TAX.OTHR.CP.ZS
## X1960              <NA>       54000000              <NA>              <NA>
## X1961              <NA>       56000000              <NA>              <NA>
## X1962              <NA>       61000000              <NA>              <NA>
## X1963              <NA>       64000000              <NA>              <NA>
## X1964              <NA>       70000000              <NA>              <NA>
## X1965              <NA>       78000000              <NA>              <NA>
## X1966              <NA>      178000000              <NA>              <NA>
## X1967              <NA>       91000000              <NA>              <NA>
## X1968              <NA>      108000000              <NA>              <NA>
## X1969              <NA>      161000000              <NA>              <NA>
## X1970              <NA>       55000000              <NA>              <NA>
## X1971              <NA>      163000000              <NA>              <NA>
## X1972              <NA>      239000000              <NA>              <NA>
## X1973              <NA>      204000000              <NA>              <NA>
## X1974              <NA>      383000000              <NA>              <NA>
## X1975              <NA>      635000000              <NA>              <NA>
## X1976              <NA>      805000000              <NA>              <NA>
## X1977              <NA>     1025000000              <NA>              <NA>
## X1978              <NA>     1306000000              <NA>              <NA>
## X1979              <NA>     1436000000              <NA>              <NA>
## X1980              <NA>     1464999900              <NA>              <NA>
## X1981              <NA>     1840999900              <NA>              <NA>
## X1982              <NA>     1951000100              <NA>              <NA>
## X1983              <NA>     2116999900              <NA>              <NA>
## X1984              <NA>     2385999900              <NA>              <NA>
## X1985              <NA>     2571000000              <NA>              <NA>
## X1986              <NA>     3007000000              <NA>              <NA>
## X1987              <NA>     3492000000              <NA>              <NA>
## X1988              <NA>     4692000000              <NA>              <NA>
## X1989              <NA>     4758000000              <NA>              <NA>
## X1990              <NA>     5668000000              <NA>              <NA>
## X1991              <NA>     6532000000              <NA>              <NA>
## X1992              <NA>     7487000000              <NA>              <NA>
## X1993              <NA>     9702000000          1.083305              <NA>
## X1994              <NA>    12149000000              <NA>              <NA>
## X1995              <NA>    14261000000              <NA>              <NA>
## X1996              <NA>    15457000000              <NA>              <NA>
## X1997              <NA>    17952000000              <NA>              <NA>
## X1998              <NA>    18943000000           8.21062              <NA>
## X1999              <NA>    21456000000          1.742424              <NA>
## X2000              <NA>    23945000000           2.08161              <NA>
## X2001              <NA>    28090335300              <NA>              <NA>
## X2002              <NA>    29046000000         0.2909246              <NA>
## X2003              <NA>    31906000000         0.2907183              <NA>
## X2004             25.94    36050000000         0.2972189              <NA>
## X2005             25.94    40927000000          0.585547               1.3
## X2006             25.94    42966000000         0.5581049               1.3
## X2007                26    51968000000          0.365099               2.7
## X2008                26    60401000000                 0               2.7
## X2009                26    78744000000         0.3645801               2.9
## X2010                26   109000000000         0.3813659               2.8
## X2011                26   123000000000         0.2817439                 3
## X2012                26   140000000000         0.3390478                 3
## X2013             26.26   172000000000         0.5153311                 1
## X2014             26.26   210000000000                 0                 1
## X2015             26.26   237000000000         0.8449514               1.1
## X2016             26.26   267000000000          0.887735               1.1
## X2017              <NA>   357000000000              <NA>               1.1
## X2018             26.33   445000000000         0.2496329               1.1
## X2019             26.33   516000000000         0.2159827               0.7
## X2020             26.33   460000000000         0.2147219              <NA>
## X2021              <NA>   615000000000              <NA>              <NA>
##       GC.TAX.YPKG.ZS GC.TAX.IMPT.ZS GC.TAX.OTHR.CN GC.TAX.IMPT.CN
## X1960           <NA>           <NA>           <NA>           <NA>
## X1961           <NA>           <NA>           <NA>           <NA>
## X1962           <NA>           <NA>           <NA>           <NA>
## X1963           <NA>           <NA>           <NA>           <NA>
## X1964           <NA>           <NA>           <NA>           <NA>
## X1965           <NA>           <NA>           <NA>           <NA>
## X1966           <NA>           <NA>           <NA>           <NA>
## X1967           <NA>           <NA>           <NA>           <NA>
## X1968           <NA>           <NA>           <NA>           <NA>
## X1969           <NA>           <NA>           <NA>           <NA>
## X1970           <NA>           <NA>           <NA>           <NA>
## X1971           <NA>           <NA>           <NA>           <NA>
## X1972           <NA>           <NA>           <NA>           <NA>
## X1973           <NA>           <NA>           <NA>           <NA>
## X1974           <NA>           <NA>           <NA>           <NA>
## X1975           <NA>           <NA>           <NA>           <NA>
## X1976           <NA>           <NA>           <NA>           <NA>
## X1977           <NA>           <NA>           <NA>           <NA>
## X1978           <NA>           <NA>           <NA>           <NA>
## X1979           <NA>           <NA>           <NA>           <NA>
## X1980           <NA>           <NA>           <NA>           <NA>
## X1981           <NA>           <NA>           <NA>           <NA>
## X1982           <NA>           <NA>           <NA>           <NA>
## X1983           <NA>           <NA>           <NA>           <NA>
## X1984           <NA>           <NA>           <NA>           <NA>
## X1985           <NA>           <NA>           <NA>           <NA>
## X1986           <NA>           <NA>           <NA>           <NA>
## X1987           <NA>           <NA>           <NA>           <NA>
## X1988           <NA>           <NA>           <NA>           <NA>
## X1989           <NA>           <NA>           <NA>           <NA>
## X1990    13.03260224    36.96670675       98500000     2674800000
## X1991    9.370424597    36.18838458      106000000     2966000000
## X1992    8.837491163    32.76436724       87000000     3244000000
## X1993    10.04191258    32.53784963       86000000     3804000000
## X1994    12.53733281    31.34657837       69000000     4828000000
## X1995    13.96872144    33.94942622       69000000     6686000000
## X1996    15.32365814     33.0661138      105000000     7177000000
## X1997    16.15790119    33.16987455      269000000     8117000000
## X1998    17.60609442    31.84179139      436000000     8276000000
## X1999     20.0430436    31.67870036      522000000     9126000000
## X2000    21.02135618    31.19268822      575000000    10341000000
## X2001     21.9143188    30.94043484      605000000    12025000000
## X2002    20.51308128     29.7805802      839000000    11713000000
## X2003    16.15355896     31.3805419     1252600000    13364000000
## X2004    16.86276545    31.04311544     1391200000    14954400000
## X2005    16.24698733    27.51752155     1675900000    14888300000
## X2006    15.95485015    25.41960101     1771133000    14597713000
## X2007    19.29500455    22.39482501     2007900000    15928700000
## X2008    19.52524444    24.09183681     2451000000    20515500000
## X2009    20.54808447     22.0116308     3195600000    25764900000
## X2010    21.16672162    20.99344106     1063759000    33544450000
## X2011    23.79042862    19.39028537     1324195000    35145784000
## X2012     24.2312975    19.32051265     2908351000    40905969000
## X2013    24.76195089    20.95862122     3489525000    54327890000
## X2014    24.19929253    20.52298279     4485704000    64121990000
## X2015    24.20838353    19.81470993     5508835142    70529058946
## X2016    27.11610048    18.47785808     5990203529    77802641716
## X2017    26.15179132    17.76787505    27392715000    98410300000
## X2018    23.47117513    18.44066251    10465303530   122000000000
## X2019    24.63362342    17.92326296     8442841000   137000000000
## X2020    34.76302493     19.1697738     6619530000   118000000000
## X2021           <NA>           <NA>           <NA>           <NA>
##       TM.TAX.TCOM.WM.AR.ZS TM.TAX.MANF.WM.AR.ZS IC.TAX.PAYM GC.TAX.EXPT.CN
## X1960                 <NA>                 <NA>        <NA>           <NA>
## X1961                 <NA>                 <NA>        <NA>           <NA>
## X1962                 <NA>                 <NA>        <NA>           <NA>
## X1963                 <NA>                 <NA>        <NA>           <NA>
## X1964                 <NA>                 <NA>        <NA>           <NA>
## X1965                 <NA>                 <NA>        <NA>           <NA>
## X1966                 <NA>                 <NA>        <NA>           <NA>
## X1967                 <NA>                 <NA>        <NA>           <NA>
## X1968                 <NA>                 <NA>        <NA>           <NA>
## X1969                 <NA>                 <NA>        <NA>           <NA>
## X1970                 <NA>                 <NA>        <NA>           <NA>
## X1971                 <NA>                 <NA>        <NA>           <NA>
## X1972                 <NA>                 <NA>        <NA>           <NA>
## X1973                 <NA>                 <NA>        <NA>           <NA>
## X1974                 <NA>                 <NA>        <NA>           <NA>
## X1975                 <NA>                 <NA>        <NA>           <NA>
## X1976                 <NA>                 <NA>        <NA>           <NA>
## X1977                 <NA>                 <NA>        <NA>           <NA>
## X1978                 <NA>                 <NA>        <NA>           <NA>
## X1979                 <NA>                 <NA>        <NA>           <NA>
## X1980                 <NA>                 <NA>        <NA>           <NA>
## X1981                 <NA>                 <NA>        <NA>           <NA>
## X1982                 <NA>                 <NA>        <NA>           <NA>
## X1983                 <NA>                 <NA>        <NA>           <NA>
## X1984                 <NA>                 <NA>        <NA>           <NA>
## X1985                 <NA>                 <NA>        <NA>           <NA>
## X1986                 <NA>                 <NA>        <NA>           <NA>
## X1987                 <NA>                 <NA>        <NA>           <NA>
## X1988                 <NA>                 <NA>        <NA>           <NA>
## X1989                 <NA>                 <NA>        <NA>           <NA>
## X1990                 <NA>                 <NA>        <NA>       32200000
## X1991                 <NA>                 <NA>        <NA>       78000000
## X1992                 <NA>                 <NA>        <NA>      115000000
## X1993                 9.24                 22.1        <NA>      141000000
## X1994                 <NA>                 <NA>        <NA>      427000000
## X1995                 <NA>                 <NA>        <NA>      332000000
## X1996                 <NA>                 <NA>        <NA>      150000000
## X1997                 <NA>                 <NA>        <NA>      168000000
## X1998                17.09                30.35        <NA>      217000000
## X1999                   12                16.41        <NA>      378000000
## X2000                13.83                20.87        <NA>      432000000
## X2001                 <NA>                 <NA>        <NA>      493000000
## X2002                 8.96                18.59        <NA>      917000000
## X2003                 9.39                18.99        <NA>      855600000
## X2004                 9.51                18.38        <NA>      527100000
## X2005                 9.35                18.28          34      697900000
## X2006                11.59                14.34          34      625284000
## X2007                11.62                14.56          34      698600000
## X2008               917.75               150.92          34      445600000
## X2009                11.18                13.79          34      793800000
## X2010                11.13                14.25          34      915461000
## X2011                11.08                 13.7          34      292395000
## X2012                 10.9                13.78          34      861574000
## X2013                13.75                15.52          34      439097000
## X2014                 8.08                13.12          34     1069880000
## X2015                11.35                13.17          34    314849716.4
## X2016                12.26                 12.4          34    159554770.7
## X2017                 <NA>                 <NA>          34      125130000
## X2018                11.14                12.77          39      102360000
## X2019                12.97                14.74          46      237634000
## X2020                11.45                11.21        <NA>      112370000
## X2021                 <NA>                 <NA>        <NA>           <NA>
##       IC.TAX.TOTL.CP.ZS IC.FRM.INFM.ZS GC.TAX.GSRV.CN GC.TAX.INTT.CN
## X1960              <NA>           <NA>           <NA>           <NA>
## X1961              <NA>           <NA>           <NA>           <NA>
## X1962              <NA>           <NA>           <NA>           <NA>
## X1963              <NA>           <NA>           <NA>           <NA>
## X1964              <NA>           <NA>           <NA>           <NA>
## X1965              <NA>           <NA>           <NA>           <NA>
## X1966              <NA>           <NA>           <NA>           <NA>
## X1967              <NA>           <NA>           <NA>           <NA>
## X1968              <NA>           <NA>           <NA>           <NA>
## X1969              <NA>           <NA>           <NA>           <NA>
## X1970              <NA>           <NA>           <NA>           <NA>
## X1971              <NA>           <NA>           <NA>           <NA>
## X1972              <NA>           <NA>           <NA>           <NA>
## X1973              <NA>           <NA>           <NA>           <NA>
## X1974              <NA>           <NA>           <NA>           <NA>
## X1975              <NA>           <NA>           <NA>           <NA>
## X1976              <NA>           <NA>           <NA>           <NA>
## X1977              <NA>           <NA>           <NA>           <NA>
## X1978              <NA>           <NA>           <NA>           <NA>
## X1979              <NA>           <NA>           <NA>           <NA>
## X1980              <NA>           <NA>           <NA>           <NA>
## X1981              <NA>           <NA>           <NA>           <NA>
## X1982              <NA>           <NA>           <NA>           <NA>
## X1983              <NA>           <NA>           <NA>           <NA>
## X1984              <NA>           <NA>           <NA>           <NA>
## X1985              <NA>           <NA>           <NA>           <NA>
## X1986              <NA>           <NA>           <NA>           <NA>
## X1987              <NA>           <NA>           <NA>           <NA>
## X1988              <NA>           <NA>           <NA>           <NA>
## X1989              <NA>           <NA>           <NA>           <NA>
## X1990              <NA>           <NA>     3487200000     2707000000
## X1991              <NA>           <NA>     4278000000     3044000000
## X1992              <NA>           <NA>     5580000000     3359000000
## X1993              <NA>           <NA>     6486000000     3945000000
## X1994              <NA>           <NA>     8147000000     5255000000
## X1995              <NA>           <NA>     9856000000     7018000000
## X1996              <NA>           <NA>    10947000000     7327000000
## X1997              <NA>           <NA>    11938000000     8310000000
## X1998              <NA>           <NA>    12477000000     8502000000
## X1999              <NA>           <NA>    12994000000     9518000000
## X2000              <NA>           <NA>    14795000000    10813000000
## X2001              <NA>           <NA>    17191000000    12552000000
## X2002              <NA>           <NA>    17765000000    12659000000
## X2003              <NA>           <NA>    20218600000    14236400000
## X2004              <NA>           <NA>    23103700000    15554800000
## X2005              32.5           <NA>    27937000000    15701500000
## X2006              32.5           <NA>    31149795000    15343676000
## X2007              32.8           <NA>    38687300000    16707600000
## X2008              34.1           <NA>    45015200000    21062400000
## X2009              32.5           <NA>    62995100000    26808800000
## X2010              31.7           <NA>    89681363000    35218933000
## X2011              31.5           <NA>   100000000000    36575544000
## X2012              31.5           <NA>   114000000000    43390806000
## X2013              29.9           <NA>   135000000000    56931815000
## X2014              29.9           <NA>   164000000000    67980556000
## X2015              29.9           <NA>   189000000000    74844459070
## X2016              29.9           <NA>   219000000000    82184049221
## X2017                30           <NA>   279000000000   103000000000
## X2018                37           <NA>   367000000000   127000000000
## X2019              41.8           <NA>   424000000000   143000000000
## X2020              <NA>           <NA>   270000000000   124000000000
## X2021              <NA>           <NA>           <NA>           <NA>
##       TM.TAX.TCOM.WM.FN.ZS TM.TAX.MANF.WM.FN.ZS TM.TAX.MRCH.SM.FN.ZS
## X1960                 <NA>                 <NA>                 <NA>
## X1961                 <NA>                 <NA>                 <NA>
## X1962                 <NA>                 <NA>                 <NA>
## X1963                 <NA>                 <NA>                 <NA>
## X1964                 <NA>                 <NA>                 <NA>
## X1965                 <NA>                 <NA>                 <NA>
## X1966                 <NA>                 <NA>                 <NA>
## X1967                 <NA>                 <NA>                 <NA>
## X1968                 <NA>                 <NA>                 <NA>
## X1969                 <NA>                 <NA>                 <NA>
## X1970                 <NA>                 <NA>                 <NA>
## X1971                 <NA>                 <NA>                 <NA>
## X1972                 <NA>                 <NA>                 <NA>
## X1973                 <NA>                 <NA>                 <NA>
## X1974                 <NA>                 <NA>                 <NA>
## X1975                 <NA>                 <NA>                 <NA>
## X1976                 <NA>                 <NA>                 <NA>
## X1977                 <NA>                 <NA>                 <NA>
## X1978                 <NA>                 <NA>                 <NA>
## X1979                 <NA>                 <NA>                 <NA>
## X1980                 <NA>                 <NA>                 <NA>
## X1981                 <NA>                 <NA>                 <NA>
## X1982                 <NA>                 <NA>                 <NA>
## X1983                 <NA>                 <NA>                 <NA>
## X1984                 <NA>                 <NA>                 <NA>
## X1985                 <NA>                 <NA>                 <NA>
## X1986                 <NA>                 <NA>                 <NA>
## X1987                 <NA>                 <NA>                 <NA>
## X1988                 <NA>                 <NA>                 <NA>
## X1989                 <NA>                 <NA>                 <NA>
## X1990                 <NA>                 <NA>                 <NA>
## X1991                 <NA>                 <NA>                 <NA>
## X1992                 <NA>                 <NA>                 <NA>
## X1993                 9.25                 22.1                16.57
## X1994                 <NA>                 <NA>                 <NA>
## X1995                 <NA>                 <NA>                 <NA>
## X1996                 <NA>                 <NA>                 <NA>
## X1997                 <NA>                 <NA>                 <NA>
## X1998                17.09                30.35                 16.2
## X1999                   12                16.41                12.43
## X2000                13.83                20.87                13.29
## X2001                 <NA>                 <NA>                 <NA>
## X2002                 8.96                18.59                13.62
## X2003                 9.39                18.99                13.72
## X2004                 9.51                18.38                13.79
## X2005                 9.39                18.41                13.76
## X2006                11.65                 14.5                12.51
## X2007                 11.7                14.78                12.56
## X2008               917.75               150.92                15.41
## X2009                 11.3                14.11                12.43
## X2010                 11.3                14.62                12.33
## X2011                11.29                14.15                12.35
## X2012                11.17                14.31                 12.2
## X2013                14.25                16.17                12.21
## X2014                 8.49                14.11                12.23
## X2015                11.93                14.09                12.25
## X2016                12.89                13.18                12.14
## X2017                 <NA>                 <NA>                 <NA>
## X2018                 12.2                13.82                13.19
## X2019                14.06                15.99                17.27
## X2020                12.49                12.29                 12.6
## X2021                 <NA>                 <NA>                 <NA>
##       TM.TAX.TCOM.SM.AR.ZS TM.TAX.MANF.SM.AR.ZS IC.FRM.METG.ZS
## X1960                 <NA>                 <NA>           <NA>
## X1961                 <NA>                 <NA>           <NA>
## X1962                 <NA>                 <NA>           <NA>
## X1963                 <NA>                 <NA>           <NA>
## X1964                 <NA>                 <NA>           <NA>
## X1965                 <NA>                 <NA>           <NA>
## X1966                 <NA>                 <NA>           <NA>
## X1967                 <NA>                 <NA>           <NA>
## X1968                 <NA>                 <NA>           <NA>
## X1969                 <NA>                 <NA>           <NA>
## X1970                 <NA>                 <NA>           <NA>
## X1971                 <NA>                 <NA>           <NA>
## X1972                 <NA>                 <NA>           <NA>
## X1973                 <NA>                 <NA>           <NA>
## X1974                 <NA>                 <NA>           <NA>
## X1975                 <NA>                 <NA>           <NA>
## X1976                 <NA>                 <NA>           <NA>
## X1977                 <NA>                 <NA>           <NA>
## X1978                 <NA>                 <NA>           <NA>
## X1979                 <NA>                 <NA>           <NA>
## X1980                 <NA>                 <NA>           <NA>
## X1981                 <NA>                 <NA>           <NA>
## X1982                 <NA>                 <NA>           <NA>
## X1983                 <NA>                 <NA>           <NA>
## X1984                 <NA>                 <NA>           <NA>
## X1985                 <NA>                 <NA>           <NA>
## X1986                 <NA>                 <NA>           <NA>
## X1987                 <NA>                 <NA>           <NA>
## X1988                 <NA>                 <NA>           <NA>
## X1989                 <NA>                 <NA>           <NA>
## X1990                 <NA>                 <NA>           <NA>
## X1991                 <NA>                 <NA>           <NA>
## X1992                 <NA>                 <NA>           <NA>
## X1993                11.34                22.54           <NA>
## X1994                 <NA>                 <NA>           <NA>
## X1995                 <NA>                 <NA>           <NA>
## X1996                 <NA>                 <NA>           <NA>
## X1997                 <NA>                 <NA>           <NA>
## X1998                16.64                23.23           <NA>
## X1999                11.95                14.87           <NA>
## X2000                15.94                14.12           <NA>
## X2001                 <NA>                 <NA>           <NA>
## X2002                14.18                14.71           <NA>
## X2003                14.19                14.95           <NA>
## X2004                14.35                14.86           <NA>
## X2005                14.08                 14.8           <NA>
## X2006                14.99                12.74           <NA>
## X2007                14.88                12.69           <NA>
## X2008                22.36                13.78           <NA>
## X2009                16.02                12.18           63.4
## X2010                16.58                12.29           <NA>
## X2011                17.94                12.38           <NA>
## X2012                17.29                12.13           <NA>
## X2013                   16                11.21           65.6
## X2014                16.22                12.12           <NA>
## X2015                16.86                12.07           <NA>
## X2016                 18.4                11.89           <NA>
## X2017                 <NA>                 <NA>           <NA>
## X2018                23.78                11.11           <NA>
## X2019                73.04                12.57           <NA>
## X2020                 18.7                11.17           <NA>
## X2021                 <NA>                 <NA>           <NA>
##       GC.TAX.GSRV.RV.ZS TM.TAX.MRCH.BC.ZS NY.TAX.NIND.CD TM.TAX.TCOM.SM.FN.ZS
## X1960              <NA>              <NA>    7087544.297                 <NA>
## X1961              <NA>              <NA>    7350045.938                 <NA>
## X1962              <NA>              <NA>    8006300.039                 <NA>
## X1963              <NA>              <NA>    6890092.263                 <NA>
## X1964              <NA>              <NA>    6913580.247                 <NA>
## X1965              <NA>              <NA>    10237563.98                 <NA>
## X1966              <NA>              <NA>    23362646.02                 <NA>
## X1967              <NA>              <NA>    11943824.65                 <NA>
## X1968              <NA>              <NA>    11627030.69                 <NA>
## X1969              <NA>              <NA>    15901234.57                 <NA>
## X1970              <NA>              <NA>    5432098.765                 <NA>
## X1971              <NA>              <NA>    16098765.43                 <NA>
## X1972              <NA>              <NA>    23604938.27                 <NA>
## X1973              <NA>              <NA>    19892541.27                 <NA>
## X1974              <NA>              <NA>    36420692.28                 <NA>
## X1975              <NA>              <NA>    60384176.49                 <NA>
## X1976              <NA>              <NA>    67235734.33                 <NA>
## X1977              <NA>              <NA>       82000000                 <NA>
## X1978              <NA>              <NA>    106174545.8                 <NA>
## X1979              <NA>              <NA>    119666666.7                 <NA>
## X1980              <NA>              <NA>      122083325                 <NA>
## X1981              <NA>              <NA>    153416658.3                 <NA>
## X1982              <NA>              <NA>    150815928.8                 <NA>
## X1983              <NA>              <NA>    153455829.8                 <NA>
## X1984              <NA>              <NA>    156353407.2                 <NA>
## X1985              <NA>              <NA>    144588476.8                 <NA>
## X1986              <NA>              <NA>      153835135                 <NA>
## X1987              <NA>              <NA>    161698856.7                 <NA>
## X1988              <NA>              <NA>    212740875.1                 <NA>
## X1989              <NA>              <NA>    187893171.8                 <NA>
## X1990       33.01522381              <NA>    198818593.8                 <NA>
## X1991       34.01988072              <NA>    206905289.8                 <NA>
## X1992       38.11215081              <NA>    166748329.6                 <NA>
## X1993       35.84217507              <NA>      202125000                 8.78
## X1994       38.38759836              <NA>    247938775.5                 <NA>
## X1995       36.44566061              <NA>    286365461.8                 <NA>
## X1996       34.83421371              <NA>    280781108.1                 <NA>
## X1997       33.83690938              <NA>    314781693.8                 <NA>
## X1998       33.92886278              <NA>    305778853.9                 9.14
## X1999       33.27528809              <NA>    315761589.4                 8.83
## X2000       32.15255895              <NA>    346677283.9                11.58
## X2001       32.49777879              <NA>    382181432.7                 <NA>
## X2002        32.3346863              <NA>    382536546.8                11.98
## X2003       31.09697483              <NA>    410335949.2                12.06
## X2004       32.51111674             99.35    488543949.3                12.11
## X2005       33.88101804             99.35    564540713.2                11.91
## X2006       37.03892918             99.35    594070905.2                11.81
## X2007        37.8589833             99.37    737265472.6                11.86
## X2008       37.31062961             99.37    929013185.9                 19.2
## X2009       37.94330107             99.37     1024265562                 12.2
## X2010       41.47121093             99.37     1467183643                12.02
## X2011       39.63207921             99.37     1703933395                12.27
## X2012       40.03297494             99.37     1727421573                12.08
## X2013       40.67709026             99.42     1955546313                 11.8
## X2014       40.62102422             99.42     2138934650                11.75
## X2015       42.09241158             99.42     2382471163                11.86
## X2016       41.73543924             99.42     2508487301                12.15
## X2017       42.59794073              <NA>     3357251910                 <NA>
## X2018        45.7311523             99.41     4262858915                15.82
## X2019       47.46473999              99.4     4575218471                27.66
## X2020       34.45891513              99.4     3956454691                13.29
## X2021              <NA>              <NA>     5216026828                 <NA>
##       TM.TAX.MANF.SM.FN.ZS IC.TAX.METG GC.TAX.YPKG.RV.ZS IC.TAX.DURS
## X1960                 <NA>        <NA>              <NA>        <NA>
## X1961                 <NA>        <NA>              <NA>        <NA>
## X1962                 <NA>        <NA>              <NA>        <NA>
## X1963                 <NA>        <NA>              <NA>        <NA>
## X1964                 <NA>        <NA>              <NA>        <NA>
## X1965                 <NA>        <NA>              <NA>        <NA>
## X1966                 <NA>        <NA>              <NA>        <NA>
## X1967                 <NA>        <NA>              <NA>        <NA>
## X1968                 <NA>        <NA>              <NA>        <NA>
## X1969                 <NA>        <NA>              <NA>        <NA>
## X1970                 <NA>        <NA>              <NA>        <NA>
## X1971                 <NA>        <NA>              <NA>        <NA>
## X1972                 <NA>        <NA>              <NA>        <NA>
## X1973                 <NA>        <NA>              <NA>        <NA>
## X1974                 <NA>        <NA>              <NA>        <NA>
## X1975                 <NA>        <NA>              <NA>        <NA>
## X1976                 <NA>        <NA>              <NA>        <NA>
## X1977                 <NA>        <NA>              <NA>        <NA>
## X1978                 <NA>        <NA>              <NA>        <NA>
## X1979                 <NA>        <NA>              <NA>        <NA>
## X1980                 <NA>        <NA>              <NA>        <NA>
## X1981                 <NA>        <NA>              <NA>        <NA>
## X1982                 <NA>        <NA>              <NA>        <NA>
## X1983                 <NA>        <NA>              <NA>        <NA>
## X1984                 <NA>        <NA>              <NA>        <NA>
## X1985                 <NA>        <NA>              <NA>        <NA>
## X1986                 <NA>        <NA>              <NA>        <NA>
## X1987                 <NA>        <NA>              <NA>        <NA>
## X1988                 <NA>        <NA>              <NA>        <NA>
## X1989                 <NA>        <NA>              <NA>        <NA>
## X1990                 <NA>        <NA>       8.927895175        <NA>
## X1991                 <NA>        <NA>       6.107355865        <NA>
## X1992                 <NA>        <NA>       5.976367734        <NA>
## X1993                18.68        <NA>       6.487621574        <NA>
## X1994                 <NA>        <NA>       9.098619422        <NA>
## X1995                 <NA>        <NA>       10.17268794        <NA>
## X1996                 <NA>        <NA>        10.5835932        <NA>
## X1997                 <NA>        <NA>       11.20716533        <NA>
## X1998                18.12        <NA>       12.44357426        <NA>
## X1999                13.33        <NA>       14.78617157        <NA>
## X2000                13.64        <NA>       15.14506139        <NA>
## X2001                 <NA>        <NA>       16.10049339        <NA>
## X2002                 13.9        <NA>       14.68484374        <NA>
## X2003                14.01        <NA>       10.58062472        <NA>
## X2004                14.07        <NA>       11.43096364        <NA>
## X2005                14.09        <NA>       10.66069016         408
## X2006                 12.5        <NA>       10.89461909         408
## X2007                12.57        <NA>       13.43006364         408
## X2008                14.09        <NA>       13.78104232         408
## X2009                 12.3           2       14.48691547         338
## X2010                12.22        <NA>       15.63994278         338
## X2011                12.17        <NA>       17.05001515         326
## X2012                12.05        <NA>       17.99702875         326
## X2013                12.19         2.7       19.39667197         334
## X2014                12.23        <NA>       18.68571124         334
## X2015                12.23        <NA>       19.14786994         334
## X2016                11.97        <NA>       21.78746495         339
## X2017                 <NA>        <NA>       22.14941899         339
## X2018                12.12        <NA>       19.26866565         353
## X2019                13.55        <NA>        21.0622036         377
## X2020                12.19        <NA>       27.23947011        <NA>
## X2021                 <NA>        <NA>              <NA>        <NA>
##       GC.TAX.TOTL.CN TM.TAX.TCOM.BR.ZS TM.TAX.MANF.BR.ZS TM.TAX.TCOM.SR.ZS
## X1960           <NA>              <NA>              <NA>              <NA>
## X1961           <NA>              <NA>              <NA>              <NA>
## X1962           <NA>              <NA>              <NA>              <NA>
## X1963           <NA>              <NA>              <NA>              <NA>
## X1964           <NA>              <NA>              <NA>              <NA>
## X1965           <NA>              <NA>              <NA>              <NA>
## X1966           <NA>              <NA>              <NA>              <NA>
## X1967           <NA>              <NA>              <NA>              <NA>
## X1968           <NA>              <NA>              <NA>              <NA>
## X1969           <NA>              <NA>              <NA>              <NA>
## X1970           <NA>              <NA>              <NA>              <NA>
## X1971           <NA>              <NA>              <NA>              <NA>
## X1972           <NA>              <NA>              <NA>              <NA>
## X1973           <NA>              <NA>              <NA>              <NA>
## X1974           <NA>              <NA>              <NA>              <NA>
## X1975           <NA>              <NA>              <NA>              <NA>
## X1976           <NA>              <NA>              <NA>              <NA>
## X1977           <NA>              <NA>              <NA>              <NA>
## X1978           <NA>              <NA>              <NA>              <NA>
## X1979           <NA>              <NA>              <NA>              <NA>
## X1980           <NA>              <NA>              <NA>              <NA>
## X1981           <NA>              <NA>              <NA>              <NA>
## X1982           <NA>              <NA>              <NA>              <NA>
## X1983           <NA>              <NA>              <NA>              <NA>
## X1984           <NA>              <NA>              <NA>              <NA>
## X1985           <NA>              <NA>              <NA>              <NA>
## X1986           <NA>              <NA>              <NA>              <NA>
## X1987           <NA>              <NA>              <NA>              <NA>
## X1988           <NA>              <NA>              <NA>              <NA>
## X1989           <NA>              <NA>              <NA>              <NA>
## X1990     7235700000              <NA>              <NA>              <NA>
## X1991     8196000000              <NA>              <NA>              <NA>
## X1992     9901000000              <NA>              <NA>              <NA>
## X1993    11691000000              <NA>              <NA>          6.546392
## X1994    15402000000              <NA>              <NA>              <NA>
## X1995    19694000000              <NA>              <NA>              <NA>
## X1996    21705000000              <NA>              <NA>              <NA>
## X1997    24471000000              <NA>              <NA>              <NA>
## X1998    25991000000              <NA>              <NA>              25.5
## X1999    28808000000              <NA>              <NA>          8.764368
## X2000    33152000000              <NA>              <NA>          11.59196
## X2001    38865000000              <NA>              <NA>              <NA>
## X2002    39331000000              <NA>              <NA>          1.727116
## X2003    42586900000              <NA>              <NA>          1.727116
## X2004    48173000000             32.41             24.07          1.727116
## X2005    54104800000             32.41             24.07          3.174603
## X2006    57426995000             32.41             24.07          3.369524
## X2007    71126700000             32.32             24.14          2.204783
## X2008    85155400000             32.32             24.14                 0
## X2009   117000000000             32.32             24.14          2.204783
## X2010   160000000000             32.32             24.14          2.153031
## X2011   181000000000             32.32             24.14          1.772304
## X2012   212000000000             32.32             24.14          1.862421
## X2013   259000000000             32.62             24.12          3.498542
## X2014   312000000000             32.62             24.12                 0
## X2015   356000000000             32.62             24.12          5.678592
## X2016   421000000000             32.62             24.12          5.920496
## X2017   554000000000              <NA>              <NA>              <NA>
## X2018   659000000000             32.88             24.12           1.49328
## X2019   764000000000             32.88             24.12          1.369142
## X2020   613000000000             32.88             24.12          1.472031
## X2021           <NA>              <NA>              <NA>              <NA>
##       TM.TAX.MANF.SR.ZS IC.TAX.PRFT.CP.ZS GC.TAX.EXPT.ZS GC.TAX.OTHR.RV.ZS
## X1960              <NA>              <NA>           <NA>              <NA>
## X1961              <NA>              <NA>           <NA>              <NA>
## X1962              <NA>              <NA>           <NA>              <NA>
## X1963              <NA>              <NA>           <NA>              <NA>
## X1964              <NA>              <NA>           <NA>              <NA>
## X1965              <NA>              <NA>           <NA>              <NA>
## X1966              <NA>              <NA>           <NA>              <NA>
## X1967              <NA>              <NA>           <NA>              <NA>
## X1968              <NA>              <NA>           <NA>              <NA>
## X1969              <NA>              <NA>           <NA>              <NA>
## X1970              <NA>              <NA>           <NA>              <NA>
## X1971              <NA>              <NA>           <NA>              <NA>
## X1972              <NA>              <NA>           <NA>              <NA>
## X1973              <NA>              <NA>           <NA>              <NA>
## X1974              <NA>              <NA>           <NA>              <NA>
## X1975              <NA>              <NA>           <NA>              <NA>
## X1976              <NA>              <NA>           <NA>              <NA>
## X1977              <NA>              <NA>           <NA>              <NA>
## X1978              <NA>              <NA>           <NA>              <NA>
## X1979              <NA>              <NA>           <NA>              <NA>
## X1980              <NA>              <NA>           <NA>              <NA>
## X1981              <NA>              <NA>           <NA>              <NA>
## X1982              <NA>              <NA>           <NA>              <NA>
## X1983              <NA>              <NA>           <NA>              <NA>
## X1984              <NA>              <NA>           <NA>              <NA>
## X1985              <NA>              <NA>           <NA>              <NA>
## X1986              <NA>              <NA>           <NA>              <NA>
## X1987              <NA>              <NA>           <NA>              <NA>
## X1988              <NA>              <NA>           <NA>              <NA>
## X1989              <NA>              <NA>           <NA>              <NA>
## X1990              <NA>              <NA>    0.445015686       0.932553208
## X1991              <NA>              <NA>    0.951683748       0.842942346
## X1992              <NA>              <NA>    1.161498839       0.594221706
## X1993         0.0202306              <NA>     1.20605594       0.475243148
## X1994              <NA>              <NA>    2.772367225       0.325118975
## X1995              <NA>              <NA>    1.685792627       0.255149207
## X1996              <NA>              <NA>    0.691085003       0.334118246
## X1997              <NA>              <NA>    0.686526909       0.762450044
## X1998          1.021711              <NA>     0.83490439       1.185620275
## X1999         0.0118245              <NA>    1.312135518       1.336747759
## X2000         0.0168691              <NA>    1.303088803       1.249592524
## X2001              <NA>              <NA>    1.268493503       1.143688917
## X2002         0.0085063              <NA>    2.331494241       1.527092699
## X2003         0.0084991              <NA>    2.009068516       1.926546382
## X2004         0.0169578              <NA>    1.094181388       1.957671958
## X2005         0.0686577              19.9    1.289904038       2.032472998
## X2006                 0              19.9    1.088832874       2.105980786
## X2007                 0              18.8    0.982190935        1.96490974
## X2008                 0              20.1    0.523278618       2.031499431
## X2009                 0              18.4     0.67816419       1.924778481
## X2010                 0              17.6    0.572931634       0.491912393
## X2011                 0              17.2    0.161317286       0.523582848
## X2012         0.0454726              17.2    0.406934532       1.020241348
## X2013                 0              17.6    0.169394904       1.054504769
## X2014                 0              17.6    0.342427439       1.108590276
## X2015                 0              17.6    0.088455112        1.22414844
## X2016                 0              17.6    0.037893706       1.143084483
## X2017              <NA>              17.6    0.022592088       4.188812407
## X2018                 0                16    0.015521019       1.302742504
## X2019                 0                15    0.031086925       0.944350687
## X2020                 0              <NA>    0.018319488        0.84561214
## X2021              <NA>              <NA>           <NA>              <NA>
##       TG.VAL.TOTL.GD.ZS NY.GDP.MKTP.KD NY.GDP.COAL.RT.ZS NY.GDP.PCAP.PP.KD
## X1960       10.81964913     3312006963              <NA>              <NA>
## X1961       4.887589561     3375208865              <NA>              <NA>
## X1962       5.225651458     3439686156              <NA>              <NA>
## X1963       23.54371534     3504872049              <NA>              <NA>
## X1964       28.42175934     3768874732              <NA>              <NA>
## X1965       22.44082511     3723528046              <NA>              <NA>
## X1966       13.89483242     3985688368              <NA>              <NA>
## X1967       13.18330455     3923053375              <NA>              <NA>
## X1968       13.59700924     3949552951              <NA>              <NA>
## X1969       17.62523504     4125838151              <NA>              <NA>
## X1970       13.51077783     4232119417              <NA>              <NA>
## X1971       15.06628932     4181529368                 0              <NA>
## X1972       13.96349642     4311901106                 0              <NA>
## X1973       17.17927206     4291353333                 0              <NA>
## X1974       16.42098752     4563150075                 0              <NA>
## X1975       17.26119145     4629611019                 0              <NA>
## X1976       17.96539507     4833246135                 0              <NA>
## X1977       18.01215278     4979063887                 0              <NA>
## X1978        19.4494012     5198428566                 0              <NA>
## X1979       19.60837263     5321572986                 0              <NA>
## X1980       21.68643834     5198144730                 0              <NA>
## X1981       22.41183596     5631772619                 0              <NA>
## X1982       20.16339571     5844618406                 0              <NA>
## X1983       22.76094046     5670600395                 0              <NA>
## X1984       21.07540845     6219578592                 0              <NA>
## X1985       23.39771498     6601765803                 0              <NA>
## X1986       21.11699411     6903179359                 0              <NA>
## X1987       24.41452994     7020230929                 0              <NA>
## X1988       24.92106598     7560564675                 0              <NA>
## X1989        21.0199161     7887910507                 0              <NA>
## X1990       24.14844744     8253518026                 0       1613.071851
## X1991       25.34759816     8779114468                 0       1671.583428
## X1992       33.66447434     9139620604                 0       1693.721027
## X1993        34.8083469     9491482290                 0       1711.571209
## X1994        37.3022803    10271302732                 0       1803.696883
## X1995       38.12679366    10627557926                 0       1819.966418
## X1996       39.43311518    11193824413                 0       1872.311784
## X1997       42.67394737    11758957236                 0       1923.780052
## X1998       35.41823863    12113653185                 0       1941.145868
## X1999       40.20945164    12648177008                 0       1987.825045
## X2000       43.26339436    13432363981       0.003580902       2073.054338
## X2001       36.79007408    14077102964       0.003055141       2136.328983
## X2002        32.8382215    14094015643       0.002557438       2106.152373
## X2003       38.16460418    14650029882       0.002328474       2158.231649
## X2004       37.25629615    15336032658       0.004864822       2229.210718
## X2005       38.69495881    15869600999       0.004762176        2277.63361
## X2006       36.82115004    16403551941       0.007805739       2325.168216
## X2007       38.64175484    16963169002       0.006617356        2375.70189
## X2008       36.10077051    17998709258       0.012369547        2493.88453
## X2009       40.50568563    18814604917       0.006176697       2585.896329
## X2010       37.42503643    19720794305       0.007851147       2697.432423
## X2011       31.02365193    20395606013       0.007641003       2786.843939
## X2012        32.1474716    21348105727        0.00575471       2922.619609
## X2013       33.61578268    22100659154       0.004958637       3033.780787
## X2014       37.30049311    23429236486       0.004321669        3217.44851
## X2015       30.26584262    24360795411       0.003273018        3331.87177
## X2016       39.27157658    24466305357       0.003656839       3315.814414
## X2017       38.26852548    26662713937       0.004472639       3565.197807
## X2018       40.76526117    28695046274       0.004915582       3773.715918
## X2019       38.92799874    30605291409       0.002196459       3952.760349
## X2020       32.03955724    29880062111       0.001886447       3789.150372
## X2021       56.77228995    31149050463              <NA>        3878.44442
##       NY.GDP.MINR.RT.ZS NY.GDP.MKTP.KN NY.GDP.DEFL.KD.ZG.AD NV.SRV.TOTL.ZS
## X1960              <NA>   253000000000                 <NA>    98.60572937
## X1961              <NA>   258000000000                 <NA>    98.61830739
## X1962              <NA>   263000000000                 <NA>    98.60539098
## X1963              <NA>   268000000000                 <NA>     98.6135182
## X1964              <NA>   288000000000                 <NA>    98.60640656
## X1965              <NA>   285000000000                 <NA>    23.17029674
## X1966              <NA>   305000000000                 <NA>    19.69894718
## X1967              <NA>   300000000000                 <NA>    22.52533402
## X1968              <NA>   302000000000                 <NA>    21.02328535
## X1969              <NA>   315000000000                 <NA>    21.20225324
## X1970                 0   324000000000                 <NA>    21.04242587
## X1971                 0   320000000000                 <NA>    22.19736195
## X1972                 0   330000000000                 <NA>    20.75417607
## X1973                 0   328000000000                 <NA>    23.03140142
## X1974       0.094538945   349000000000                 <NA>     19.8860064
## X1975                 0   354000000000                 <NA>     19.2987746
## X1976                 0   369000000000                 <NA>    20.84051926
## X1977       1.034875601   381000000000                 <NA>    23.40856424
## X1978       1.081464371   397000000000                 <NA>    23.36813558
## X1979       1.580340084   407000000000                 <NA>    22.16970505
## X1980       1.445373485   397000000000                 <NA>    24.65847007
## X1981       0.365879238   431000000000                 <NA>    24.93133757
## X1982       0.179660197   447000000000                 <NA>    24.49012584
## X1983       0.627780478   434000000000                 <NA>    25.21326955
## X1984       0.192764463   475000000000                 <NA>    24.81086271
## X1985                 0   505000000000                 <NA>    31.35062036
## X1986                 0   528000000000                 <NA>    30.90768789
## X1987                 0   537000000000                 <NA>    31.62031818
## X1988                 0   578000000000                 <NA>     30.9247653
## X1989                 0   603000000000                 <NA>    31.32554414
## X1990                 0   631000000000          10.71588515    30.36957531
## X1991                 0   671000000000           12.5446382    33.55304077
## X1992                 0   699000000000          18.48909464    33.03381999
## X1993                 0   726000000000          10.77490927    35.06107626
## X1994                 0   785000000000           4.81598619    33.06987434
## X1995                 0   812000000000          6.300861554    33.17805407
## X1996                 0   856000000000           7.82303556    33.36949054
## X1997                 0   899000000000          7.279092987    33.41912853
## X1998                 0   926000000000          4.107850671    35.23442304
## X1999                 0   967000000000          8.887047432    34.58437124
## X2000                 0  1030000000000          4.472433715    34.71071549
## X2001                 0  1080000000000          3.412486587    44.45294585
## X2002                 0  1080000000000          3.934857896    43.55295434
## X2003                 0  1120000000000          3.070304967    44.12663973
## X2004                 0  1170000000000          4.166427154    45.17195188
## X2005                 0  1210000000000          6.119390412    45.83415336
## X2006                 0  1250000000000          7.360039272    47.93390451
## X2007                 0  1300000000000          7.603288946    48.77697585
## X2008                 0  1380000000000           5.61985452    49.20432338
## X2009                 0  1440000000000          15.90833021    48.61377101
## X2010                 0  1510000000000          15.14693244    46.39883791
## X2011                 0  1560000000000          26.39730667    47.90291444
## X2012                 0  1630000000000          7.741150029    47.98745259
## X2013                 0  1690000000000          7.082650999    48.75521701
## X2014                 0  1790000000000          8.035366199    49.56401975
## X2015                 0  1860000000000          4.409045432    50.53989698
## X2016       0.000142212  1870000000000          7.150334788    51.59804409
## X2017                 0  2040000000000          8.261412551    51.84978229
## X2018                 0  2190000000000          4.355858465    51.59044347
## X2019                 0  2340000000000          4.691155935    52.02271626
## X2020                 0  2280000000000           3.21740233    53.93884674
## X2021              <NA>  2380000000000          5.511971478    52.58395192
##       ER.GDP.FWTL.M3.KD BX.TRF.PWKR.DT.GD.ZS SL.GDP.PCAP.EM.KD
## X1960              <NA>                 <NA>              <NA>
## X1961              <NA>                 <NA>              <NA>
## X1962              <NA>                 <NA>              <NA>
## X1963              <NA>                 <NA>              <NA>
## X1964              <NA>                 <NA>              <NA>
## X1965              <NA>                 <NA>              <NA>
## X1966              <NA>                 <NA>              <NA>
## X1967              <NA>                 <NA>              <NA>
## X1968              <NA>                 <NA>              <NA>
## X1969              <NA>                 <NA>              <NA>
## X1970              <NA>                 <NA>              <NA>
## X1971              <NA>                 <NA>              <NA>
## X1972              <NA>                 <NA>              <NA>
## X1973              <NA>                 <NA>              <NA>
## X1974              <NA>                 <NA>              <NA>
## X1975              <NA>                 <NA>              <NA>
## X1976              <NA>                 <NA>              <NA>
## X1977              <NA>                 <NA>              <NA>
## X1978              <NA>                 <NA>              <NA>
## X1979              <NA>                 <NA>              <NA>
## X1980              <NA>                 <NA>              <NA>
## X1981              <NA>                 <NA>              <NA>
## X1982              <NA>                 <NA>              <NA>
## X1983              <NA>                 <NA>              <NA>
## X1984              <NA>                 <NA>              <NA>
## X1985              <NA>                 <NA>              <NA>
## X1986              <NA>                 <NA>              <NA>
## X1987              <NA>                 <NA>              <NA>
## X1988              <NA>                 <NA>              <NA>
## X1989              <NA>                 <NA>              <NA>
## X1990              <NA>                 <NA>              <NA>
## X1991              <NA>                 <NA>       3438.537947
## X1992              <NA>                 <NA>       3473.403304
## X1993              <NA>          1.497936602       3498.156199
## X1994              <NA>           1.23238961        3677.60167
## X1995              <NA>          1.291100177       3688.247067
## X1996              <NA>          0.976652461         3794.3203
## X1997              <NA>          1.005512415         3895.0982
## X1998              <NA>          1.390060907       3922.834548
## X1999              <NA>          1.658099124       4010.796896
## X2000              <NA>          2.029360644       4180.486799
## X2001              <NA>          2.446875396       4299.002233
## X2002       1.481204951          11.21301963       4221.191302
## X2003              <NA>          12.18032388       4315.958411
## X2004              <NA>          11.30898998       4442.469201
## X2005              <NA>          14.90510198       4519.497454
## X2006              <NA>          16.06896468       4578.355778
## X2007       1.790103371          16.79181348       4647.737679
## X2008              <NA>          21.73810397       4853.434008
## X2009              <NA>          23.20762544       5002.507378
## X2010              <NA>          21.64698527       5184.357147
## X2011              <NA>          19.54630987       5330.549688
## X2012       2.247855211          22.08212082       5557.784694
## X2013              <NA>          25.19470031       5723.105479
## X2014              <NA>          25.90512496       6031.347043
## X2015              <NA>          27.62609167       6196.548655
## X2016              <NA>          26.96057769       6053.330917
## X2017       2.807458481          23.91354411       6442.269479
## X2018              <NA>          25.02641995       6719.346198
## X2019              <NA>          24.11636286       6947.961423
## X2020              <NA>          24.25023797       7221.739239
## X2021              <NA>                 <NA>       7132.779194
##       SE.XPD.TERT.PC.ZS NY.GDS.TOTL.ZS NY.GDP.MKTP.KD.ZG NY.GDP.DEFL.KD.ZG
## X1960              <NA>           <NA>              <NA>              <NA>
## X1961              <NA>           <NA>       1.908265972        2.68799999
## X1962              <NA>           <NA>       1.910320031       5.897091004
## X1963              <NA>           <NA>       1.895111645       3.569925064
## X1964              <NA>           <NA>       7.532448553       1.194719681
## X1965              <NA>           <NA>      -1.203189018       12.88519396
## X1966              <NA>           <NA>       7.040643145       15.21881351
## X1967              <NA>           <NA>        -1.5714975      -5.667665035
## X1968              <NA>           <NA>       0.675483463        11.0658262
## X1969              <NA>           <NA>       4.463421603       6.563831079
## X1970              <NA>           <NA>       2.575992127       7.048330837
## X1971              <NA>           <NA>      -1.195383302       3.172176141
## X1972              <NA>           <NA>       3.117800364       12.50268334
## X1973              <NA>           <NA>      -0.476536268      -3.397305595
## X1974              <NA>           <NA>       6.333590372       20.82566953
## X1975              <NA>    10.02956925       1.456470709       27.52274698
## X1976              <NA>    11.72818335       4.398536178        0.54404234
## X1977              <NA>    13.49537037       3.016973442      -3.564821564
## X1978              <NA>    13.37928235       4.405741389       9.371206914
## X1979              <NA>    11.63628084       2.368877795       9.978363426
## X1980              <NA>    11.09588545      -2.319394205       7.609546552
## X1981              <NA>    10.89098005       8.341974135       7.937356408
## X1982              <NA>    9.932877822       3.779374654       9.347409674
## X1983              <NA>    8.548577014      -2.977405857        12.2886911
## X1984              <NA>    9.865448055       9.681130016       6.377949973
## X1985              <NA>    14.08577598       6.144905237       11.42183276
## X1986              <NA>    11.62371689       4.565650546       14.39257008
## X1987              <NA>    12.09543718       1.695618266       12.69680187
## X1988              <NA>    11.35744935       7.696808711        11.8153102
## X1989              <NA>    10.29118731       4.329647933       11.25837291
## X1990              <NA>    6.991686006       4.635036347       10.71588515
## X1991              <NA>    8.559918741       6.368150405        12.5446382
## X1992              <NA>     10.9287009       4.106406605       18.48909464
## X1993              <NA>    12.24724218       3.849850027       10.77490927
## X1994              <NA>    9.959352041       8.216002705        4.81598619
## X1995              <NA>    15.65529768       3.468451889       6.300861554
## X1996              <NA>    14.38246926       5.328284176        7.82303556
## X1997              <NA>     13.9608503       5.048612536       7.279092987
## X1998              <NA>    13.77387027       3.016389481       4.107850671
## X1999              <NA>    13.61347928       4.412573275       8.887047432
## X2000         139.46298    15.17228476       6.199999985       4.472433715
## X2001         102.63701    11.66462728       4.799892146       11.01714829
## X2002          77.43354    9.489666248       0.120143179       3.934857896
## X2003          63.42802    8.561179812       3.945037761       3.070304967
## X2004              <NA>    11.74924279       4.682603249       4.166427154
## X2005              <NA>    11.55565976       3.479181044       6.119390412
## X2006              <NA>     8.98307832       3.364614787       7.360039272
## X2007              <NA>    9.817208499       3.411560275       7.603288946
## X2008          47.40814    9.831096072       6.104639147        5.61985452
## X2009          51.51713    9.433665671       4.533078721       15.90833021
## X2010          33.02038    11.45140099       4.816414651       15.14693244
## X2011          31.69426    7.125826025       3.421828238       26.39730667
## X2012              <NA>    9.120633745       4.670122149       7.741150029
## X2013          22.29423    8.178966875       3.525153174       7.082650999
## X2014          26.74935    9.364717232       6.011482841       8.035366199
## X2015          24.16269    7.625269885       3.976053274       4.409045432
## X2016              <NA>    3.642858923       0.433113718       7.150334788
## X2017              <NA>    12.98475515       8.977279354       8.261412551
## X2018              <NA>    14.79161211       7.622376108       4.355858465
## X2019              <NA>    15.30340729       6.657055428       4.691155935
## X2020              <NA>    5.719357472      -2.369620627        3.21740233
## X2021              <NA>    7.708062342       4.246940141       5.511971478
##       SH.XPD.CHEX.GD.ZS SE.XPD.PRIM.PC.ZS NY.GDP.PETR.RT.ZS NY.GDP.MKTP.CD
## X1960              <NA>              <NA>              <NA>      508334414
## X1961              <NA>              <NA>              <NA>    531959561.6
## X1962              <NA>              <NA>              <NA>    574091101.2
## X1963              <NA>              <NA>              <NA>    496947904.4
## X1964              <NA>              <NA>              <NA>    496098775.3
## X1965              <NA>              <NA>              <NA>    735267082.3
## X1966              <NA>              <NA>              <NA>    906811943.8
## X1967              <NA>              <NA>              <NA>    841974025.5
## X1968              <NA>              <NA>              <NA>    772228643.4
## X1969              <NA>              <NA>              <NA>    788641965.4
## X1970              <NA>              <NA>              <NA>    865975308.6
## X1971              <NA>              <NA>                 0    882765471.6
## X1972              <NA>              <NA>                 0     1024098805
## X1973              <NA>              <NA>                 0      972101725
## X1974              <NA>              <NA>                 0     1217953547
## X1975              <NA>              <NA>                 0     1575789254
## X1976              <NA>              <NA>                 0     1452792989
## X1977              <NA>              <NA>                 0     1382400000
## X1978              <NA>              <NA>                 0     1604162497
## X1979              <NA>              <NA>                 0     1851250008
## X1980              <NA>              <NA>                 0     1945916583
## X1981              <NA>              <NA>                 0     2275583317
## X1982              <NA>              <NA>                 0     2395429852
## X1983              <NA>              <NA>                 0     2447174803
## X1984              <NA>              <NA>                 0     2581207388
## X1985              <NA>              <NA>                 0     2619913956
## X1986              <NA>              <NA>                 0     2850784523
## X1987              <NA>              <NA>                 0     2957255380
## X1988              <NA>              <NA>                 0     3487009748
## X1989              <NA>              <NA>                 0     3525228153
## X1990              <NA>              <NA>                 0     3627562403
## X1991              <NA>              <NA>                 0     3921476085
## X1992              <NA>              <NA>                 0     3401211581
## X1993              <NA>              <NA>                 0     3660041667
## X1994              <NA>              <NA>                 0     4066775510
## X1995              <NA>              <NA>                 0     4401104418
## X1996              <NA>              <NA>                 0     4521580381
## X1997              <NA>              <NA>                 0     4918691917
## X1998              <NA>              <NA>                 0     4856255044
## X1999              <NA>           8.98008                 0     5033642384
## X2000        3.12598538          10.18187                 0     5494252208
## X2001        3.80386233          13.56601                 0     6007055042
## X2002        3.92991233          11.79508                 0     6050875807
## X2003        3.84753466          11.06862                 0     6330473097
## X2004        4.03734398              <NA>                 0     7273938315
## X2005        3.94221067              <NA>                 0     8130258041
## X2006         3.5361805              <NA>                 0     9043715356
## X2007        3.66484332              <NA>                 0    10325618017
## X2008        3.80911303          14.17214                 0    12545438605
## X2009        3.89314747          16.37681                 0    12854985464
## X2010        4.35166264          11.09709                 0    16002656434
## X2011        4.44234991          11.42569                 0    21573862467
## X2012        4.49078512          11.53445                 0    21703106502
## X2013        4.63011789          11.22594                 0    22162208956
## X2014        5.07548285          13.05722                 0    22731602970
## X2015        5.46615076          12.35956                 0    24360795411
## X2016        5.42379808              <NA>                 0    24524098185
## X2017        4.72173262              <NA>                 0    28971589213
## X2018         4.5284524              <NA>                 0    33111525872
## X2019        4.44515085              <NA>                 0    34186190996
## X2020              <NA>              <NA>                 0    33433670512
## X2021              <NA>              <NA>              <NA>    36288830373
##       NE.DAB.TOTL.ZS SH.XPD.GHED.GD.ZS SE.XPD.TOTL.GD.ZS PA.NUS.PPPC.RF
## X1960           <NA>              <NA>              <NA>           <NA>
## X1961           <NA>              <NA>              <NA>           <NA>
## X1962           <NA>              <NA>              <NA>           <NA>
## X1963           <NA>              <NA>              <NA>           <NA>
## X1964           <NA>              <NA>              <NA>           <NA>
## X1965           <NA>              <NA>              <NA>           <NA>
## X1966           <NA>              <NA>              <NA>           <NA>
## X1967           <NA>              <NA>              <NA>           <NA>
## X1968           <NA>              <NA>              <NA>           <NA>
## X1969           <NA>              <NA>              <NA>           <NA>
## X1970           <NA>              <NA>              <NA>           <NA>
## X1971           <NA>              <NA>              <NA>           <NA>
## X1972           <NA>              <NA>              <NA>           <NA>
## X1973           <NA>              <NA>              <NA>           <NA>
## X1974           <NA>              <NA>              <NA>           <NA>
## X1975    104.4656328              <NA>              <NA>           <NA>
## X1976    103.4034713              <NA>              <NA>           <NA>
## X1977    102.5289346              <NA>              <NA>           <NA>
## X1978    104.9006688              <NA>              <NA>           <NA>
## X1979    104.1818595              <NA>              <NA>           <NA>
## X1980    107.1902705              <NA>              <NA>           <NA>
## X1981     106.716227              <NA>              <NA>           <NA>
## X1982    107.2156959              <NA>              <NA>           <NA>
## X1983    111.0841235              <NA>              <NA>           <NA>
## X1984    108.7966496              <NA>              <NA>           <NA>
## X1985    108.4703568              <NA>              <NA>           <NA>
## X1986    108.6404422              <NA>              <NA>           <NA>
## X1987     109.093339              <NA>              <NA>           <NA>
## X1988    110.9346995              <NA>              <NA>           <NA>
## X1989    111.2157188              <NA>              <NA>           <NA>
## X1990    111.1341359              <NA>              <NA>    0.240461492
## X1991    111.6935526              <NA>              <NA>    0.236387594
## X1992    109.7759609              <NA>              <NA>    0.192550748
## X1993     110.323653              <NA>              <NA>    0.194902573
## X1994    112.4441969              <NA>              <NA>     0.19593583
## X1995    109.5442004              <NA>              <NA>    0.200726551
## X1996    112.8226185              <NA>              <NA>    0.192268671
## X1997    111.3798647              <NA>              <NA>    0.195727703
## X1998    111.0654988              <NA>       2.892879963    0.185497054
## X1999    106.8700371              <NA>        2.89331007    0.181588186
## X2000    109.1425816        0.48485136       2.975150108    0.182498777
## X2001    110.6784189        0.58291328       3.708379984    0.173443968
## X2002    110.7565449        0.79097205       3.152839899    0.171821678
## X2003    112.8481991        0.65877509        3.11435008    0.169591614
## X2004    112.7819068        0.64549148       3.171940088    0.181283719
## X2005    114.8954983         0.7515617       3.364639997    0.189858914
## X2006    117.8688245        0.84521472       3.605360031    0.198200034
## X2007    118.8680423        0.67676955       3.517210007    0.213070182
## X2008    120.4845509        0.70963746       3.805170059    0.239390819
## X2009    122.2407114        0.79475653       4.663760185    0.233165742
## X2010    126.8198055        0.78889084       3.631720066    0.273632534
## X2011    120.6844804        0.79485244       3.842619896     0.34943018
## X2012    119.4820715        0.78674686        3.29008007    0.320964411
## X2013    121.4976421        0.75677407       3.018110037    0.304697013
## X2014     121.621371        0.87364477        3.47213006    0.286651647
## X2015    123.6521649        0.90927666        3.25902009    0.300962369
## X2016    124.5981403        1.00771809       3.903209925     0.30087671
## X2017    124.3402989        1.06542468        4.76722002    0.294080108
## X2018    124.7561882         1.0672121        4.43445015    0.305011772
## X2019    126.0753336        1.10280871       4.239999771    0.290067383
## X2020     124.720924              <NA>       4.389999866    0.287107335
## X2021    128.0741502              <NA>              <NA>    0.287004178
##       NY.GDP.MKTP.PP.KD NY.GDP.DEFL.ZS.AD NE.GDI.TOTL.ZS GC.TAX.TOTL.GD.ZS
## X1960              <NA>              <NA>           <NA>              <NA>
## X1961              <NA>              <NA>           <NA>              <NA>
## X1962              <NA>              <NA>           <NA>              <NA>
## X1963              <NA>              <NA>           <NA>              <NA>
## X1964              <NA>              <NA>           <NA>              <NA>
## X1965              <NA>              <NA>    6.444127212              <NA>
## X1966              <NA>              <NA>    4.834273995              <NA>
## X1967              <NA>              <NA>    4.988308574              <NA>
## X1968              <NA>              <NA>    5.687996496              <NA>
## X1969              <NA>              <NA>    4.846587412              <NA>
## X1970              <NA>              <NA>    5.964872263              <NA>
## X1971              <NA>              <NA>     7.75341205              <NA>
## X1972              <NA>              <NA>    7.329539692              <NA>
## X1973              <NA>              <NA>    9.178452837              <NA>
## X1974              <NA>              <NA>    8.760150248              <NA>
## X1975              <NA>              <NA>    14.49520203              <NA>
## X1976              <NA>              <NA>    15.13165468              <NA>
## X1977              <NA>              <NA>    16.02430498              <NA>
## X1978              <NA>              <NA>    18.27995111              <NA>
## X1979              <NA>              <NA>    15.81814037              <NA>
## X1980              <NA>              <NA>    18.28615598              <NA>
## X1981              <NA>              <NA>    17.60720707              <NA>
## X1982              <NA>              <NA>    17.14857376              <NA>
## X1983              <NA>              <NA>    19.63270053              <NA>
## X1984              <NA>              <NA>    18.66209766              <NA>
## X1985              <NA>              <NA>    22.55613274              <NA>
## X1986              <NA>              <NA>    20.26415907              <NA>
## X1987              <NA>              <NA>    21.18877615              <NA>
## X1988              <NA>              <NA>    22.29214886              <NA>
## X1989              <NA>              <NA>    21.50690609              <NA>
## X1990       30495897615       17.59519716    18.12582192       6.996692968
## X1991       32437922242       19.80245098     20.2534713       6.620301936
## X1992       33769955223       23.46374489    20.70466177       6.483344072
## X1993       35070047854       25.99194211    22.57089514       6.654637356
## X1994       37951403934       27.24371045    22.40354892       7.729134048
## X1995       39267730121       28.96029893    25.19949812       8.985513859
## X1996       41360026371       31.22587341    27.20508772       8.719914187
## X1997       43448133848       33.49883377    25.34071505       8.723659866
## X1998       44758698786       34.87491584    24.83936911       8.639332547
## X1999       46733709167       37.97426616    20.48351636       8.422505233
## X2000       49631199129       39.67264004    24.31486635       8.735981111
## X2001       52013443158       41.02646356    22.34304622       8.802574747
## X2002       52075933762        42.6407966    20.24621117       8.560583141
## X2003       54130349013        43.9499991    21.40937893       8.651811853
## X2004       56665058494       45.78114379    24.53114957         8.9749585
## X2005       58636538468       48.58267072     26.4511581       9.179453421
## X2006       60609432112       52.15837436    26.85190281        8.77975841
## X2007       62677159421       56.12412627    28.68525075       9.772473404
## X2008       66503373831       59.27822052      30.315647       10.44008641
## X2009       69518024119       68.70839558    31.67437709       11.84403686
## X2010       72866300418       79.11560985    38.27120645       13.39611544
## X2011       75359660061               100    27.81030642       11.62467555
## X2012       78879048237         107.74115    28.60270524       12.04080455
## X2013       81659655509       115.3720797    29.67660902       13.29788586
## X2014       86568611688       124.6426488    30.98608823       13.99491049
## X2015       90010625807       130.1381998    31.27743482       14.68630457
## X2016       90400474175       139.4435167     28.2409992       16.14374976
## X2017       98515977279       150.9635209    37.32505401       17.99936212
## X2018      106000000000       157.5392782    39.54780033       19.08282606
## X2019      113000000000       164.9296914    41.37874091       19.80906024
## X2020      110000000000       170.2361432    30.44028151       15.77364973
## X2021      115000000000       179.6195108     35.7822125              <NA>
##       FS.AST.DOMS.GD.ZS FM.AST.PRVT.GD.ZS EN.ATM.CO2E.KD.GD NY.GDP.PCAP.PP.CD
## X1960              <NA>       1.045701034              <NA>              <NA>
## X1961              <NA>       1.226252189              <NA>              <NA>
## X1962              <NA>       1.252857767              <NA>              <NA>
## X1963              <NA>       1.234835355              <NA>              <NA>
## X1964              <NA>       1.499104091              <NA>              <NA>
## X1965              <NA>       1.893966474              <NA>              <NA>
## X1966              <NA>       1.788970856              <NA>              <NA>
## X1967              <NA>       1.920498801              <NA>              <NA>
## X1968              <NA>       2.215251576              <NA>              <NA>
## X1969              <NA>       2.414527269              <NA>              <NA>
## X1970              <NA>       2.869525547              <NA>              <NA>
## X1971              <NA>       3.839785015              <NA>              <NA>
## X1972              <NA>       3.515285813              <NA>              <NA>
## X1973              <NA>       4.790851448              <NA>              <NA>
## X1974              <NA>       4.886008935              <NA>              <NA>
## X1975              <NA>       4.412527963              <NA>              <NA>
## X1976              <NA>       3.625962997              <NA>              <NA>
## X1977              <NA>       4.788194444              <NA>              <NA>
## X1978              <NA>       5.703932467              <NA>              <NA>
## X1979              <NA>       6.419986467              <NA>              <NA>
## X1980              <NA>       8.573937244              <NA>              <NA>
## X1981              <NA>       9.190317568              <NA>              <NA>
## X1982              <NA>       8.631728634              <NA>              <NA>
## X1983              <NA>       8.095971564              <NA>              <NA>
## X1984              <NA>       8.485910323              <NA>              <NA>
## X1985              <NA>       9.852316146              <NA>              <NA>
## X1986              <NA>       10.58161654              <NA>              <NA>
## X1987              <NA>       10.45158462              <NA>              <NA>
## X1988              <NA>       11.78620654              <NA>              <NA>
## X1989              <NA>       13.04865071              <NA>              <NA>
## X1990              <NA>        12.8086563       0.113638794       856.6407557
## X1991              <NA>       13.35385013       0.134112471       917.7343875
## X1992              <NA>        13.4183155       0.134281075       951.0797168
## X1993              <NA>       14.57309798       0.148225505       983.8845862
## X1994              <NA>       18.55012245       0.169029142       1058.983355
## X1995              <NA>       22.83143607       0.177445991       1090.941625
## X1996              <NA>       23.19776388       0.174709069       1142.868284
## X1997              <NA>       23.88507426       0.185828864         1194.5345
## X1998              <NA>       28.66308232       0.191095613        1218.88372
## X1999              <NA>       28.87594825       0.246129986        1265.78446
## X2000              <NA>       30.67062082       0.239189047       1349.962286
## X2001              <NA>       29.41591045       0.245954094       1422.508725
## X2002              <NA>       22.86890082       0.197518292       1424.272228
## X2003              <NA>       26.14257403       0.205686742       1488.295004
## X2004              <NA>       27.09733041        0.18282314       1578.507295
## X2005              <NA>       28.72615081       0.200568415       1663.370047
## X2006              <NA>       33.15138628       0.159368051       1750.480683
## X2007              <NA>       37.28150565       0.158227934       1836.859826
## X2008              <NA>       51.65264553       0.165755403       1965.219302
## X2009              <NA>       59.17845463       0.205766415       2050.786913
## X2010              <NA>       54.58998779        0.23476397       2164.951653
## X2011              <NA>       46.42464435       0.254392672        2283.18558
## X2012              <NA>       48.75434965       0.281055382        2505.39181
## X2013              <NA>       50.46227084       0.275557392       2702.224963
## X2014              <NA>        54.4670476        0.30432063       2947.316487
## X2015              <NA>       56.90827406       0.265180175       2996.220462
## X2016              <NA>       69.84080011       0.381749507       2989.675006
## X2017              <NA>       68.55708521        0.41368632       3565.197807
## X2018              <NA>       76.32460801       0.419236125       3863.870402
## X2019              <NA>        78.9459109              <NA>       4119.584979
## X2020              <NA>       88.44003947              <NA>        3996.66547
## X2021              <NA>              <NA>              <NA>       4260.839694
##       NY.GDP.FRST.RT.ZS NE.GDI.FTOT.ZS SE.XPD.SECO.PC.ZS NY.GDP.MKTP.CN.AD
## X1960              <NA>           <NA>              <NA>              <NA>
## X1961              <NA>           <NA>              <NA>              <NA>
## X1962              <NA>           <NA>              <NA>              <NA>
## X1963              <NA>           <NA>              <NA>              <NA>
## X1964              <NA>           <NA>              <NA>              <NA>
## X1965              <NA>           <NA>              <NA>              <NA>
## X1966              <NA>           <NA>              <NA>              <NA>
## X1967              <NA>           <NA>              <NA>              <NA>
## X1968              <NA>           <NA>              <NA>              <NA>
## X1969              <NA>           <NA>              <NA>              <NA>
## X1970       1.547335521           <NA>              <NA>              <NA>
## X1971       1.402280908           <NA>              <NA>              <NA>
## X1972        1.17495854           <NA>              <NA>              <NA>
## X1973       2.113309698           <NA>              <NA>              <NA>
## X1974        1.94522473           <NA>              <NA>              <NA>
## X1975        3.43610027    13.41500288              <NA>              <NA>
## X1976       2.285661967    14.04507367              <NA>              <NA>
## X1977       8.137812406    14.93634201              <NA>              <NA>
## X1978       6.973654045    16.69369535              <NA>              <NA>
## X1979       2.571233029    14.68827407              <NA>              <NA>
## X1980       2.997478812     15.7637791              <NA>              <NA>
## X1981       2.242164706    15.74321541              <NA>              <NA>
## X1982       3.151933341    17.63585917              <NA>              <NA>
## X1983       2.087802599    19.47867299              <NA>              <NA>
## X1984       1.672256707    17.53490723              <NA>              <NA>
## X1985       1.152462424    20.84317177              <NA>              <NA>
## X1986       1.846370848    18.16811428              <NA>              <NA>
## X1987       1.680118445    19.50864337              <NA>              <NA>
## X1988       1.521723512    19.92172262              <NA>              <NA>
## X1989       1.488703917    18.12051216              <NA>              <NA>
## X1990       1.746703903    16.12032954              <NA>      111000000000
## X1991       1.596161254    18.40049757              <NA>      133000000000
## X1992       1.887355667    19.17108013              <NA>      164000000000
## X1993       1.523479997    21.21902073              <NA>      189000000000
## X1994       1.200027148    21.09277771              <NA>      214000000000
## X1995       1.388811488    22.06912285              <NA>      235000000000
## X1996       1.326249219    22.53036201              <NA>      267000000000
## X1997       1.090667424    21.67243586              <NA>      301000000000
## X1998       1.271680096    21.73045921              <NA>      323000000000
## X1999       1.394818469    19.08249424          12.99079      367000000000
## X2000        1.16343889    19.32182309          11.39166      407000000000
## X2001       1.057559999    19.19511668          13.49722      442000000000
## X2002       1.139219606    19.56477735          10.48057      459000000000
## X2003       1.207725045    19.92418194           9.32593      492000000000
## X2004       0.896832452    20.34116505              <NA>      537000000000
## X2005        0.78790577    19.94173855              <NA>      589000000000
## X2006       1.074015242      20.720886              <NA>      654000000000
## X2007       1.350313271    21.06778122              <NA>      728000000000
## X2008       1.062004323    21.87755162          10.52313      816000000000
## X2009       0.998674343    21.35434374          12.27842      988000000000
## X2010       1.464463107    22.20772753          11.05385     1190000000000
## X2011       1.106345791    23.98238273          11.58327     1560000000000
## X2012       0.955331469     23.9904074          10.77751     1760000000000
## X2013       0.828729868    24.73023144           9.68304     1950000000000
## X2014       0.856372465    25.25208469          11.22859     2230000000000
## X2015       0.931579562    27.55380746          10.45324     2420000000000
## X2016       1.027379417    28.70522169              <NA>     2610000000000
## X2017       0.698704855     30.5754364              <NA>     3080000000000
## X2018       0.419137823    32.43288003              <NA>     3460000000000
## X2019       0.440770893    33.81512568              <NA>     3860000000000
## X2020        0.51215662    30.46922052              <NA>     3890000000000
## X2021              <NA>    29.85192976              <NA>     4280000000000
##       NV.IND.MANF.ZS NE.TRD.GNFS.ZS GC.REV.XGRT.GD.ZS GB.XPD.RSDV.GD.ZS
## X1960           <NA>           <NA>              <NA>              <NA>
## X1961           <NA>           <NA>              <NA>              <NA>
## X1962           <NA>           <NA>              <NA>              <NA>
## X1963           <NA>           <NA>              <NA>              <NA>
## X1964           <NA>           <NA>              <NA>              <NA>
## X1965    3.284541294      21.688683              <NA>              <NA>
## X1966    3.430308194    14.40150487              <NA>              <NA>
## X1967     3.41387368    13.82696783              <NA>              <NA>
## X1968    3.568938978    14.34546175              <NA>              <NA>
## X1969    3.844708877     17.2323108              <NA>              <NA>
## X1970    3.683850365    13.20711679              <NA>              <NA>
## X1971    3.759230085    14.53345202              <NA>              <NA>
## X1972     3.94444965    13.57893669              <NA>              <NA>
## X1973    4.002407303    16.98264552              <NA>              <NA>
## X1974    4.106808405    15.99781527              <NA>              <NA>
## X1975    4.007000229    22.26781875              <NA>              <NA>
## X1976    3.966885156    24.95113214              <NA>              <NA>
## X1977    4.259259259    26.10532292              <NA>              <NA>
## X1978    4.023920372     26.0439879              <NA>              <NA>
## X1979    3.817240586    27.75151912              <NA>              <NA>
## X1980    4.008393816    30.27279561              <NA>              <NA>
## X1981    3.841505869    32.51913562              <NA>              <NA>
## X1982     4.01123058    30.39886389              <NA>              <NA>
## X1983     4.32464455    31.54620972              <NA>              <NA>
## X1984     4.61030729    30.10154981              <NA>              <NA>
## X1985     5.39003134    31.52878547              <NA>              <NA>
## X1986    5.837700093    31.96504199              <NA>              <NA>
## X1987    5.856194413    32.71988914              <NA>              <NA>
## X1988    6.000832185    33.82903805              <NA>              <NA>
## X1989    5.440858529    33.35092809              <NA>              <NA>
## X1990    5.759263557    32.18875416        8.44530827              <NA>
## X1991    6.376362065    34.67505513       8.408655827              <NA>
## X1992    8.396064811    41.69541314       8.510657803              <NA>
## X1993    8.320715839    47.18958118       8.141414601              <NA>
## X1994    8.963125778    50.43207274       9.448893974              <NA>
## X1995    8.922094217     59.4905184       10.54226075              <NA>
## X1996    9.025643498     58.4577687        10.6868665              <NA>
## X1997    8.846648818    64.03553489       10.44265328              <NA>
## X1998     8.97040004    56.70960129       10.42762885              <NA>
## X1999    8.869534201    52.56698125       10.14893169              <NA>
## X2000    8.840859263      55.710589       10.62036217              <NA>
## X2001    8.699294828    55.79992108        10.4516561              <NA>
## X2002    8.213423646     46.2307185       10.50293508              <NA>
## X2003    7.887760015    44.24788362       10.90520508              <NA>
## X2004    7.763964162    46.14728672       11.13753356              <NA>
## X2005    7.615216521    44.06294748       11.54794948              <NA>
## X2006    7.314045291    44.76198776        10.7436739              <NA>
## X2007    7.168186946    44.57927502       11.86918045              <NA>
## X2008     7.01090408    46.03620635       12.30038815       0.054389998
## X2009    6.622367122    47.07944776       14.12985494       0.259240001
## X2010       5.946139    45.98490577       14.89835577        0.30219999
## X2011    5.396901505    36.29675203       13.05668861              <NA>
## X2012    5.785222834    37.92190606       13.89090147              <NA>
## X2013    5.750414306    41.86537574       15.16888016              <NA>
## X2014     5.61219116    45.98264161       16.23388567              <NA>
## X2015    5.356055555    46.66573039       16.99260634              <NA>
## X2016    4.888189626    42.11548612       18.57593366              <NA>
## X2017    4.855673994    44.64241062       19.93732837              <NA>
## X2018    4.906474539    48.44738695        22.0168966              <NA>
## X2019    4.981441388    49.24952659       22.40134791              <NA>
## X2020    4.474854392    40.91886559       19.36542667              <NA>
## X2021     4.66559835    43.81122818              <NA>              <NA>
##       EG.USE.COMM.GD.PP.KD GC.NLD.TOTL.GD.ZS BN.CAB.XOKA.GD.ZS
## X1960                 <NA>              <NA>              <NA>
## X1961                 <NA>              <NA>              <NA>
## X1962                 <NA>              <NA>              <NA>
## X1963                 <NA>              <NA>              <NA>
## X1964                 <NA>              <NA>              <NA>
## X1965                 <NA>              <NA>              <NA>
## X1966                 <NA>              <NA>              <NA>
## X1967                 <NA>              <NA>              <NA>
## X1968                 <NA>              <NA>              <NA>
## X1969                 <NA>              <NA>              <NA>
## X1970                 <NA>              <NA>              <NA>
## X1971                 <NA>              <NA>              <NA>
## X1972                 <NA>              <NA>              <NA>
## X1973                 <NA>              <NA>              <NA>
## X1974                 <NA>              <NA>              <NA>
## X1975                 <NA>              <NA>              <NA>
## X1976                 <NA>              <NA>       1.275887214
## X1977                 <NA>              <NA>       -0.11400463
## X1978                 <NA>              <NA>      -1.604629643
## X1979                 <NA>              <NA>      -0.614449693
## X1980                 <NA>              <NA>      -1.996488459
## X1981                 <NA>              <NA>      -0.839598813
## X1982                 <NA>              <NA>      -3.565735498
## X1983                 <NA>              <NA>      -5.948536687
## X1984                 <NA>              <NA>      -3.687012193
## X1985                 <NA>              <NA>      -4.641834691
## X1986                 <NA>              <NA>      -4.181623378
## X1987                 <NA>              <NA>      -4.170531195
## X1988                 <NA>              <NA>      -7.784623235
## X1989                 <NA>              <NA>      -6.901330037
## X1990          189.8343204              <NA>      -7.972197628
## X1991          184.2496247              <NA>      -7.762580647
## X1992           181.293933              <NA>      -5.330988052
## X1993          179.1825328              <NA>      -6.079190386
## X1994           171.452208              <NA>      -8.652643525
## X1995          170.9215679              <NA>      -8.097740688
## X1996          166.1770701              <NA>      -7.223149767
## X1997          163.3053568              <NA>      -7.890015129
## X1998          162.6418372              <NA>      -1.383662254
## X1999          164.3393631              <NA>      -1.563038657
## X2000          163.3592406              <NA>      -2.377936958
## X2001          161.0080105              <NA>      -2.741571051
## X2002          162.5980446              <NA>       3.556296775
## X2003          160.8520388              <NA>       2.847594088
## X2004          155.8713118              <NA>       1.374222036
## X2005          155.7325899              <NA>       1.883023964
## X2006          150.6528387              <NA>       1.659501804
## X2007          148.5078629              <NA>       0.054810111
## X2008           144.859989              <NA>       5.845485641
## X2009          142.6778325              <NA>       0.166582496
## X2010          140.1279321      -1.373379618      -0.797465993
## X2011          140.2401761      -0.877136702       1.337751414
## X2012          128.0725392      -0.543385074       2.660706191
## X2013          137.5526621       1.502004198       5.231372775
## X2014           135.033874       1.563383459       2.182983373
## X2015                 <NA>        0.92949613       10.04331081
## X2016                 <NA>       1.176663768      -0.684346954
## X2017                 <NA>      -2.385815315      -3.564329207
## X2018                 <NA>      -4.754252712      -8.300804944
## X2019                 <NA>      -4.793705761      -5.129629145
## X2020                 <NA>      -4.896852861      -0.251653458
## X2021                 <NA>              <NA>       -14.8229695
##       BG.GSR.NFSV.GD.ZS NE.CON.PRVT.ZS GC.LBL.TOTL.GD.ZS FS.AST.PRVT.GD.ZS
## X1960              <NA>           <NA>              <NA>       1.045701034
## X1961              <NA>           <NA>              <NA>       1.226252189
## X1962              <NA>           <NA>              <NA>       1.252857767
## X1963              <NA>           <NA>              <NA>       1.234835355
## X1964              <NA>           <NA>              <NA>       1.499104091
## X1965              <NA>           <NA>              <NA>       1.893966474
## X1966              <NA>           <NA>              <NA>       1.788970856
## X1967              <NA>           <NA>              <NA>       1.920498801
## X1968              <NA>           <NA>              <NA>       2.215251576
## X1969              <NA>           <NA>              <NA>       2.414527269
## X1970              <NA>           <NA>              <NA>       2.869525547
## X1971              <NA>           <NA>              <NA>       3.839785015
## X1972              <NA>           <NA>              <NA>       3.515285813
## X1973              <NA>           <NA>              <NA>       4.790851448
## X1974              <NA>           <NA>              <NA>       4.886008935
## X1975              <NA>    82.38489026              <NA>       4.412527963
## X1976       7.168953968    80.83246971              <NA>       3.625962997
## X1977       8.554516654    79.21296296              <NA>       4.788194444
## X1978       9.741827845    79.16582185              <NA>       5.703932467
## X1979       10.03404667    79.86045609              <NA>       6.419986467
## X1980       12.47307644    82.20204626              <NA>       8.573937244
## X1981       10.96158278     82.0705316              <NA>       9.190317568
## X1982       10.24144656    81.55414887              <NA>       8.631728634
## X1983       10.58418544    81.33293957              <NA>       8.095971564
## X1984       10.02260985    80.88347278              <NA>       8.485910323
## X1985       10.42389316     76.5315773              <NA>       9.852316146
## X1986       10.18303569    79.28684229              <NA>       10.58161654
## X1987       11.79922946    78.82746148              <NA>       10.45158462
## X1988       10.74343964    79.67706031              <NA>       11.78620654
## X1989       9.951683405    79.68629647              <NA>       13.04865071
## X1990        10.2466616    84.34524445       6.781542508        12.8086563
## X1991       10.80699873    82.48619559              <NA>       13.35385013
## X1992       14.66563099    81.27373712              <NA>        13.4183155
## X1993       15.98444643    79.27152469              <NA>       14.57309798
## X1994       21.53678301    82.01794532              <NA>       18.55012245
## X1995       22.54707354    75.09775353              <NA>       22.83143607
## X1996       22.12225159    76.37012301              <NA>       23.19776388
## X1997       22.16537207    77.13154114       3.062603159       23.88507426
## X1998       15.67691779    76.91402549       3.497814489       28.66308232
## X1999       17.23485544    77.46085207       3.484720907       28.87594825
## X2000       12.84759849    75.87776162       3.188506619       30.67062082
## X2001       10.45461702    80.23060493       3.024561512       29.41591045
## X2002       8.957206225    82.11190348       2.016354586       22.86890082
## X2003       10.08272647    82.77378284       0.785586442       26.14257403
## X2004       11.62882567    79.60667962       0.454961257       27.09733041
## X2005       10.02524244    79.54513222       0.792467748       28.72615081
## X2006        9.71435029    82.33393907       0.884244226       33.15138628
## X2007       11.95010456    80.98431439       1.537947891       37.28150565
## X2008       12.55762563    80.27958757       1.604765723       51.65264553
## X2009       12.03019197    79.78721684       3.133793126       59.17845463
## X2010       9.627177654    78.55601031       1.903550966       54.58998779
## X2011       7.627863336    84.67689704       1.517172468       46.42464435
## X2012       8.387897332       82.98298      -0.516168021       48.75434965
## X2013       9.800841032    84.28669551      -1.802198963       50.46227084
## X2014       11.37464152    82.63414132      -0.174482593        54.4670476
## X2015       10.80139608    83.56273312       0.144269512       56.90827406
## X2016       10.62254497    88.43112259       2.179567295       69.84080011
## X2017       11.10788401    78.49670653       2.281116159       68.55708521
## X2018       10.63264386    77.14685161       5.633109835       76.32460801
## X2019        9.75019134     76.5794975       4.002321623        78.9459109
## X2020       5.918168268    85.21291046       8.045683808       88.44003947
## X2021       6.369454769    83.89271823              <NA>              <NA>
##       BM.KLT.DINV.WD.GD.ZS NY.GDP.PCAP.KD NY.GDP.FCST.CN FS.AST.CGOV.GD.ZS
## X1960                 <NA>    327.7572783     3818999800       0.002581978
## X1961                 <NA>    328.7351119     3996999900      -0.157907727
## X1962                 <NA>    329.6882672     4312999900      -0.038866026
## X1963                 <NA>    330.5042565     4552000000      -0.353119584
## X1964                 <NA>    349.4890032     4952999900      -0.806291045
## X1965                 <NA>    339.3381853     5523999900      -0.403427355
## X1966                 <NA>    356.7400014     6731000200       0.406715866
## X1967                 <NA>    344.6424877     6324000100         0.5674201
## X1968                 <NA>    340.3636539     7065000200      -2.371392657
## X1969                 <NA>    348.6233822     7823999900      -2.623669413
## X1970                 <NA>     350.496878     8713000000      -2.281021898
## X1971                 <NA>    339.3001296     8775000400      -0.735484382
## X1972                 <NA>     342.672848    10130000400       0.012482486
## X1973                 <NA>    333.9001621     9765000400       0.216202118
## X1974                 <NA>    347.5028348    12424999500       0.711847237
## X1975                 <NA>    344.9690325    15935999800        1.34958352
## X1976                    0    352.2911267    16588999900       3.014832718
## X1977                    0    354.9240093    16255000000          4.484375
## X1978                    0    362.3190891    18426000800       4.330022123
## X1979                    0    362.5807482    20779000100        4.76209766
## X1980                    0    346.1643244    21885999100       5.426407527
## X1981                    0    366.4793841    25465999900       4.934714158
## X1982                    0    371.5721443    29036999200        7.93533001
## X1983                    0    352.1975762    31643000100        12.4721564
## X1984                    0    377.4591486    37003999200       13.40213283
## X1985                    0    391.6029451    44015000000       14.44167776
## X1986                    0    400.4239383    52717000000         13.689972
## X1987                    0    398.3404237    60372000000       13.13024552
## X1988                    0    419.5476091    72214000000       12.63659532
## X1989                    0    427.6444308    84511000000       13.37485577
## X1990                    0     436.567494    97748000000       13.20656378
## X1991                    0     452.403275   117000000000       13.21402897
## X1992                    0    458.3946735   145000000000       12.80907367
## X1993                    0      463.22571   166000000000       12.41498845
## X1994                    0    488.1589295   187000000000       10.17418403
## X1995                    0    492.5621745   205000000000       10.34269419
## X1996                    0    506.7291102   233000000000       9.801135336
## X1997                    0    520.6586649   263000000000       9.753740877
## X1998                    0    525.3586111   282000000000       9.325067726
## X1999                    0    537.9920293   321000000000       9.382202794
## X2000                    0    561.0587877   356000000000       9.594466508
## X2001                    0    578.1836624   413000000000       10.88810436
## X2002                 <NA>    570.0165574   430000000000       9.995384193
## X2003                 <NA>    584.1114778   460000000000       10.58167243
## X2004                 <NA>    603.3215051   501000000000        11.0317345
## X2005                 <NA>    616.4268484   548000000000       10.65244413
## X2006                 <NA>    629.2917831   611000000000       9.976367737
## X2007                 <NA>     642.968396   676000000000       11.36417108
## X2008                 <NA>    674.9537655   755000000000       11.50913315
## X2009                 <NA>    699.8561654   910000000000       8.474245342
## X2010                    0      730.04269  1080000000000       11.18802488
## X2011                    0    754.2413402  1440000000000       10.62738854
## X2012                    0    790.9881496  1620000000000       8.791581518
## X2013                    0    821.0732055  1780000000000        8.04920887
## X2014                    0    870.7816903  2020000000000       5.761101762
## X2015                    0    901.7496077  2190000000000        6.65579499
## X2016                    0    897.4037881  2340000000000       1.482233943
## X2017                    0    964.8977952  2720000000000       2.566531806
## X2018                    0    1021.331877  3010000000000       9.613530164
## X2019                    0    1069.789098  3340000000000       9.632236558
## X2020                    0    1025.509112  3430000000000       13.67885106
## X2021                 <NA>    1049.675971  3660000000000              <NA>
##       EN.ATM.CO2E.PP.GD EG.GDP.PUSE.KO.PP.KD EG.EGY.PRIM.PP.KD
## X1960              <NA>                 <NA>              <NA>
## X1961              <NA>                 <NA>              <NA>
## X1962              <NA>                 <NA>              <NA>
## X1963              <NA>                 <NA>              <NA>
## X1964              <NA>                 <NA>              <NA>
## X1965              <NA>                 <NA>              <NA>
## X1966              <NA>                 <NA>              <NA>
## X1967              <NA>                 <NA>              <NA>
## X1968              <NA>                 <NA>              <NA>
## X1969              <NA>                 <NA>              <NA>
## X1970              <NA>                 <NA>              <NA>
## X1971              <NA>                 <NA>              <NA>
## X1972              <NA>                 <NA>              <NA>
## X1973              <NA>                 <NA>              <NA>
## X1974              <NA>                 <NA>              <NA>
## X1975              <NA>                 <NA>              <NA>
## X1976              <NA>                 <NA>              <NA>
## X1977              <NA>                 <NA>              <NA>
## X1978              <NA>                 <NA>              <NA>
## X1979              <NA>                 <NA>              <NA>
## X1980              <NA>                 <NA>              <NA>
## X1981              <NA>                 <NA>              <NA>
## X1982              <NA>                 <NA>              <NA>
## X1983              <NA>                 <NA>              <NA>
## X1984              <NA>                 <NA>              <NA>
## X1985              <NA>                 <NA>              <NA>
## X1986              <NA>                 <NA>              <NA>
## X1987              <NA>                 <NA>              <NA>
## X1988              <NA>                 <NA>              <NA>
## X1989              <NA>                 <NA>              <NA>
## X1990       0.058041872          5.267751362              <NA>
## X1991       0.066258261          5.427419467              <NA>
## X1992       0.064863382          5.515904385              <NA>
## X1993       0.069941279          5.580901131              <NA>
## X1994       0.078090072          5.832529145              <NA>
## X1995       0.080719723          5.850636712              <NA>
## X1996       0.077634946          6.017677407              <NA>
## X1997       0.081176385          6.123497843              <NA>
## X1998       0.082547976           6.14847949              <NA>
## X1999       0.104843797          6.084969426              <NA>
## X2000       0.099630005          6.121478016              6.83
## X2001       0.099901886          6.210871106              6.73
## X2002       0.079225304          6.150135461              6.79
## X2003        0.08090496          6.216893534              6.72
## X2004       0.070031834          6.415548753              6.51
## X2005       0.074493324          6.421263529              6.51
## X2006       0.057419329          6.637777347              6.29
## X2007       0.055508426          6.733650194              6.21
## X2008       0.057054885          6.903217424              6.05
## X2009       0.070376051           7.00879725              5.96
## X2010        0.07934026          7.136335952              5.85
## X2011       0.084223994          7.130624245              5.86
## X2012       0.088733217          7.808075064              5.39
## X2013       0.083728335          7.269942907              5.86
## X2014       0.089911225           7.40554922              5.72
## X2015       0.088827947                 <NA>              5.47
## X2016       0.127716277                 <NA>              5.93
## X2017       0.126679955                 <NA>              5.76
## X2018       0.139924952                 <NA>              5.68
## X2019       0.114122286                 <NA>              5.23
## X2020              <NA>                 <NA>              <NA>
## X2021              <NA>                 <NA>              <NA>
##       GC.NFN.TOTL.GD.ZS FM.LBL.BMNY.GD.ZS NY.GDP.PCAP.KD.ZG NY.GDP.FCST.KD
## X1960              <NA>       5.411825598              <NA>           <NA>
## X1961              <NA>       6.323710988       0.298340759           <NA>
## X1962              <NA>       6.097393551       0.289946307           <NA>
## X1963              <NA>       7.259532062       0.247503293           <NA>
## X1964              <NA>       8.333664974       5.744176171           <NA>
## X1965              <NA>       9.378793456      -2.904474203     3686900953
## X1966              <NA>       8.046026688       5.128163241     3942894641
## X1967              <NA>       9.378020119      -3.391129021     3883721670
## X1968              <NA>       10.00975854       -1.24152822     3906404576
## X1969              <NA>       11.55165951       2.426736294     4059550032
## X1970              <NA>       10.50752737       0.537398192     4223262069
## X1971              <NA>       12.28127043      -3.194535849     4122527100
## X1972              <NA>       12.37245588       0.994022145     4230165653
## X1973              <NA>        16.4891156      -2.560076152     4221289620
## X1974              <NA>       15.02888878        4.07387424     4445442468
## X1975              <NA>        13.0336131      -0.729145815     4470943244
## X1976              <NA>       15.95032779       2.122536677     4629019828
## X1977              <NA>        19.4369213       0.747359903     4703408606
## X1978              <NA>        20.3588072       2.083567067     4874587454
## X1979              <NA>       20.98672059       0.072217859     4998287522
## X1980              <NA>       23.46409248      -4.527660079     4892480325
## X1981              <NA>       23.87812666       5.868617377     5274146242
## X1982              <NA>       25.45178845       1.389644405     5499708027
## X1983              <NA>       28.06635071      -5.214214381     5337264118
## X1984              <NA>       27.23026211       7.172557164     5867425978
## X1985              <NA>       27.71991585       3.747106535     6201331212
## X1986              <NA>        27.6570239       2.252534956     6492969548
## X1987              <NA>       29.54262182      -0.520327193     6597931325
## X1988              <NA>        29.9747744       5.323884853     7058221481
## X1989              <NA>       31.23379897       1.929893419     7424281841
## X1990              <NA>       32.01448519       2.086561291     7756008525
## X1991              <NA>       32.82000953       3.627338556     8254660930
## X1992              <NA>        32.0610892        1.32434906     8631620681
## X1993              <NA>       34.84227183       1.053903267     8902297081
## X1994              <NA>       36.24207114       5.382520661     9589126121
## X1995              <NA>       38.03490362       0.902010528     9843288724
## X1996              <NA>        37.5773463       2.876172081    10391061698
## X1997              <NA>       43.19522673       2.748915421    10896004686
## X1998              <NA>       44.77937144       0.902692407    11256114694
## X1999              <NA>       47.92581083       2.404722787    11751899955
## X2000              <NA>       51.33647424       4.287565072    12467303013
## X2001              <NA>       51.52594886         3.0522425    13065701954
## X2002              <NA>       50.83245038        -1.4125451    13086686566
## X2003              <NA>       52.29433504       2.472721223    13579919754
## X2004              <NA>       54.23225475       3.288760449    14178960894
## X2005              <NA>       54.19872632       2.172198934    14637556830
## X2006              <NA>       57.13533566       2.087017249    15183346358
## X2007              <NA>       60.86018588       2.173334102    15601015982
## X2008              <NA>       75.40009579       4.974641005    16505155680
## X2009              <NA>       80.66311212       3.689497146    17149610807
## X2010       3.868158511       73.24216062       4.313246946    17879868977
## X2011        3.15951075       66.48945133        3.31468974    18561742448
## X2012       2.915854023       67.71797811        4.87202271    19480713938
## X2013       2.783750795       74.31554963       3.803477458    20079553984
## X2014       2.978005109       75.36051884        6.05408683    21232603795
## X2015       3.648394395       86.38039633       3.556335386    21978324247
## X2016       4.688307873       94.20586025      -0.481931973    21978879123
## X2017       6.754081565       89.40497103        7.52102989    23866727131
## X2018              <NA>       95.33178294       5.848710831    25626474621
## X2019              <NA>       97.16987778       4.744512715    27262952301
## X2020              <NA>       117.7494555      -4.139132233    26602290156
## X2021              <NA>              <NA>       2.356571795    27621363368
##       NY.GDP.TOTL.RT.ZS NY.GDP.MKTP.CN NE.RSB.GNFS.ZS MS.MIL.XPND.GD.ZS
## X1960              <NA>     3872999900           <NA>              <NA>
## X1961              <NA>     4052999900           <NA>              <NA>
## X1962              <NA>     4374000100           <NA>              <NA>
## X1963              <NA>     4616000000           <NA>              <NA>
## X1964              <NA>     5023000100           <NA>              <NA>
## X1965              <NA>     5601999900   -6.158514926              <NA>
## X1966              <NA>     6909000200   -3.111882961              <NA>
## X1967              <NA>     6415000100   -0.077942321              <NA>
## X1968              <NA>     7173000200    -0.65523489              <NA>
## X1969              <NA>     7984999900   -3.206011311              <NA>
## X1970       1.547335521     8768000000   -3.398722628       0.593019315
## X1971       1.402280908     8938000400    -3.72566553       0.617910602
## X1972        1.17495854    10369000400   -2.256726695       0.647556299
## X1973       2.113309698     9969000400   -3.761660999       0.657680994
## X1974       2.039763676    12807999500   -5.098376995       0.607236461
## X1975        3.43610027    16570999800   -4.465632786       0.682172825
## X1976       2.285661967    17393999900   -3.403471906       0.856261176
## X1977       9.172688007    17280000000   -2.528935185       0.892143089
## X1978       8.055118416    19732000800   -4.900668259       0.858464253
## X1979       4.151573113    22215000100   -4.181859986       0.911205724
## X1980       4.442852297    23350999000   -7.190270532       1.032075714
## X1981       2.608043944    27306999800   -6.716227024        0.99205332
## X1982       3.331593538    30987999200   -7.215695617       1.089453982
## X1983       2.715583077    33760000000   -11.08412382       1.252924973
## X1984        1.86502117    39389999100   -8.796649604       1.220614369
## X1985       1.152462424    46586000000    -8.47035676       1.195827162
## X1986       1.846370848    55724000000   -8.640442179       1.182850684
## X1987       1.680118445    63864000000    -9.09333897       1.159182012
## X1988       1.521723512    76906000000    -10.9346995       1.083790602
## X1989       1.488703917    89269000000   -11.21571878       1.106543145
## X1990       1.746703903   103000000000   -11.13413592       1.077154406
## X1991       1.596161254   124000000000   -11.69355256       1.096609649
## X1992       1.887355667   153000000000   -9.775960879       1.074689768
## X1993       1.523479997   176000000000   -10.32365296       1.050552554
## X1994       1.200027148   199000000000   -12.44419688       0.973315396
## X1995       1.388811488   219000000000   -9.544200433       0.941485115
## X1996       1.326249219   249000000000   -12.82261842       0.900716315
## X1997       1.090667424   281000000000   -11.37986475       0.880707846
## X1998       1.271680096   301000000000   -11.06549884        0.92705546
## X1999       1.394818469   342000000000   -6.870037072       0.947369575
## X2000       1.167019792   379000000000   -9.142581584       0.962150318
## X2001        1.06061514   442000000000   -10.67837364       1.098334384
## X2002       1.141777044   459000000000   -10.75645945        1.44764998
## X2003       1.210053519   492000000000   -12.84815463       1.592251101
## X2004       0.901697274   537000000000   -12.78189619       1.793292398
## X2005       0.792667946   589000000000   -14.89557389       1.929161376
## X2006       1.081820981   654000000000   -17.86880584       1.749109863
## X2007       1.356930627   728000000000   -18.86794527       1.547393889
## X2008       1.074373869   816000000000   -20.48456584       1.599971653
## X2009        1.00485104   988000000000   -22.24073939         1.6454486
## X2010       1.472314254  1190000000000   -26.81983343       1.563666433
## X2011       1.113986794  1560000000000   -20.68448362       1.540651621
## X2012       0.961086179  1760000000000   -20.42132348       1.431832398
## X2013       0.833688505  1950000000000   -23.27605838       1.541860106
## X2014       0.860694134  2230000000000   -25.73455737       1.629341062
## X2015       0.934852579  2420000000000    -26.2365532       1.556630126
## X2016       1.031178468  2610000000000   -25.75633004       1.700897728
## X2017       0.703177494  3080000000000   -29.01803331       1.708544543
## X2018       0.424053405  3460000000000    -32.8161049       1.539234028
## X2019       0.442967352  3860000000000   -33.68965364       1.376595177
## X2020       0.514043068  3890000000000   -27.30828594       1.363585634
## X2021              <NA>  4280000000000   -33.39276732              <NA>
##       NY.GDP.NGAS.RT.ZS NY.GDP.DISC.CN NV.IND.TOTL.ZS NE.GDI.FPRV.ZS
## X1960              <NA>           <NA>           <NA>           <NA>
## X1961              <NA>           <NA>           <NA>           <NA>
## X1962              <NA>           <NA>           <NA>           <NA>
## X1963              <NA>           <NA>           <NA>           <NA>
## X1964              <NA>           <NA>           <NA>           <NA>
## X1965              <NA>           <NA>    10.85326688           <NA>
## X1966              <NA>           <NA>    9.031697524           <NA>
## X1967              <NA>           <NA>    9.820732505           <NA>
## X1968              <NA>           <NA>    10.07946438           <NA>
## X1969              <NA>           <NA>    10.35691935           <NA>
## X1970              <NA>           <NA>    11.46213504           <NA>
## X1971                 0           <NA>    9.140746962           <NA>
## X1972                 0           <NA>    9.094415697           <NA>
## X1973                 0           <NA>    9.589727773           <NA>
## X1974                 0           <NA>    8.705497685           <NA>
## X1975                 0              0     7.86313509    10.36750963
## X1976                 0            100     8.44544043    10.41163683
## X1977                 0            100    10.53819387    10.94907407
## X1978                 0           -100    11.14433413    11.05311074
## X1979                 0            100    11.20414085     9.56560833
## X1980                 0              0    11.16868704    9.485675966
## X1981                 0              0    11.52817967    9.067272194
## X1982                 0           -100    12.04659867    9.610171605
## X1983                 0            100    11.99348312    10.76718039
## X1984                 0              0     11.8329533    9.565879883
## X1985                 0              0    14.27252823    13.05327781
## X1986                 0              0    14.99892326    11.15318355
## X1987                 0              0    14.96148065    12.10697733
## X1988                 0              0    15.18217044    12.79223988
## X1989                 0              0     15.6549306    9.268615085
## X1990                 0              0    15.34675485    8.415525644
## X1991                 0              0    16.44736311     11.3868224
## X1992                 0     -0.0000153    19.39830167    12.40616471
## X1993                 0              0    19.52049726    14.51998497
## X1994                 0              0    20.39172588    14.37833715
## X1995                 0              0    21.27386791    15.19333866
## X1996                 0           -100    21.49305179     15.4499765
## X1997                 0              0     21.4004342    14.75938727
## X1998                 0              0    21.07596935    14.22725988
## X1999                 0              0    20.44112316    12.09843408
## X2000                 0              0    20.73557003    12.35559491
## X2001                 0        -200000     16.6609083     15.1040088
## X2002                 0        -392700    16.94682474    15.76909432
## X2003                 0        -219000    16.97130006    16.93391924
## X2004                 0   -56800.00002    16.65732027    17.55494654
## X2005                 0         445300    16.46708923    17.02137045
## X2006                 0        -122000    16.06796681     18.0440127
## X2007                 0        -705900    15.87314018    17.68167435
## X2008                 0         121600    16.04998664     17.8325965
## X2009                 0         276400    15.06680347    16.87399825
## X2010                 0         333600    14.20076226    17.70855166
## X2011                 0    50385.23181    13.39346807    19.36379862
## X2012                 0    16515611357    13.97716181    20.13555146
## X2013                 0    34666575605    13.79833757    20.88761544
## X2014                 0    91827925928    13.56456523    21.03487682
## X2015                 0    62636228548    13.16165463    23.20667599
## X2016                 0    30207725224    12.65541777    23.22932409
## X2017                 0   144000000000    12.86258589    22.66109375
## X2018                 0   279000000000    13.20063963    25.10554791
## X2019                 0   294000000000    13.01067541    28.06546489
## X2020                 0   101000000000    12.04731993    25.15049192
## X2021              <NA>   227000000000    11.72251561    23.52355004
##       GC.DOD.TOTL.GD.ZS FS.AST.DOMO.GD.ZS EN.ATM.CO2E.PP.GD.KD
## X1960              <NA>              <NA>                 <NA>
## X1961              <NA>              <NA>                 <NA>
## X1962              <NA>              <NA>                 <NA>
## X1963              <NA>              <NA>                 <NA>
## X1964              <NA>              <NA>                 <NA>
## X1965              <NA>              <NA>                 <NA>
## X1966              <NA>              <NA>                 <NA>
## X1967              <NA>              <NA>                 <NA>
## X1968              <NA>              <NA>                 <NA>
## X1969              <NA>              <NA>                 <NA>
## X1970              <NA>              <NA>                 <NA>
## X1971              <NA>              <NA>                 <NA>
## X1972              <NA>              <NA>                 <NA>
## X1973              <NA>              <NA>                 <NA>
## X1974              <NA>              <NA>                 <NA>
## X1975              <NA>              <NA>                 <NA>
## X1976              <NA>              <NA>                 <NA>
## X1977              <NA>              <NA>                 <NA>
## X1978              <NA>              <NA>                 <NA>
## X1979              <NA>              <NA>                 <NA>
## X1980              <NA>              <NA>                 <NA>
## X1981              <NA>              <NA>                 <NA>
## X1982              <NA>              <NA>                 <NA>
## X1983              <NA>              <NA>                 <NA>
## X1984              <NA>              <NA>                 <NA>
## X1985              <NA>              <NA>                 <NA>
## X1986              <NA>              <NA>                 <NA>
## X1987              <NA>              <NA>                 <NA>
## X1988              <NA>              <NA>                 <NA>
## X1989              <NA>              <NA>                 <NA>
## X1990       52.62058095              <NA>          0.030823818
## X1991       64.91143044              <NA>          0.036377176
## X1992       61.65692299              <NA>          0.036422909
## X1993       63.68153823              <NA>          0.040205249
## X1994          66.54121              <NA>          0.045848106
## X1995       66.18364321              <NA>          0.048385786
## X1996       65.19788038              <NA>          0.047388751
## X1997       59.88242969              <NA>          0.050404927
## X1998       66.35144343              <NA>            0.0518335
## X1999       64.06810979              <NA>          0.066761232
## X2000       64.57331984              <NA>          0.064878545
## X2001       58.98914159              <NA>          0.066521264
## X2002       63.93546098              <NA>          0.053575611
## X2003       62.58819538              <NA>          0.055791253
## X2004       59.41566729              <NA>          0.049589642
## X2005       51.76462305              <NA>           0.05440294
## X2006       49.68696803              <NA>          0.043227593
## X2007       42.97866114              <NA>          0.042918347
## X2008       43.79998725              <NA>          0.044960125
## X2009              <NA>              <NA>          0.055812865
## X2010       33.86252123              <NA>          0.063678269
## X2011              <NA>              <NA>          0.069002432
## X2012              <NA>              <NA>          0.076065827
## X2013              <NA>              <NA>          0.074577833
## X2014              <NA>              <NA>          0.082362417
## X2015              <NA>              <NA>          0.079879459
## X2016              <NA>              <NA>          0.115154262
## X2017              <NA>              <NA>          0.126679955
## X2018              <NA>              <NA>          0.143267775
## X2019              <NA>              <NA>           0.11893877
## X2020              <NA>              <NA>                 <NA>
## X2021              <NA>              <NA>                 <NA>
##       BX.KLT.DINV.WD.GD.ZS NY.GDP.PCAP.KN NY.GDP.FCST.KN NE.IMP.GNFS.ZS
## X1960                 <NA>    25056.70299           <NA>           <NA>
## X1961                 <NA>    25131.45734           <NA>           <NA>
## X1962                 <NA>    25204.32508           <NA>           <NA>
## X1963                 <NA>    25266.70661           <NA>           <NA>
## X1964                 <NA>    26718.07075           <NA>           <NA>
## X1965                 <NA>    25942.05128   285000000000    13.92359896
## X1966                 <NA>    27272.40202   305000000000    8.756693914
## X1967                 <NA>    26347.55968   300000000000    6.952455075
## X1968                 <NA>    26020.44729   302000000000     7.50034832
## X1969                 <NA>    26651.89493   314000000000    10.21916105
## X1970                 <NA>    26795.12173   327000000000    8.302919708
## X1971                 <NA>    25939.14196   319000000000    9.129558777
## X1972          0.002929405    26196.98277   327000000000    7.917831694
## X1973         -0.001028699    25526.32007   327000000000    10.37215326
## X1974          0.020526234    26566.23024   344000000000    10.54809613
## X1975                 <NA>    26372.52369   346000000000    13.36672577
## X1976         -0.002753317    26932.29018   358000000000    14.17730202
## X1977                    0    27133.57131   364000000000    14.31712905
## X1978          0.025558508    27698.91747   377000000000    15.47232808
## X1979          0.016205267    27718.92103   387000000000    15.96668955
## X1980          0.015416899    26463.90251   379000000000    18.73153307
## X1981         -0.010107299    28016.96769   408000000000    19.61768132
## X1982         -0.001252385    28406.30392   425000000000    18.80727975
## X1983         -0.024518069    26925.13833   413000000000    21.31516677
## X1984          0.036804482    28856.35927   454000000000    19.44909971
## X1985          0.024809975     29937.6378   480000000000    19.99957112
## X1986          0.041041331    30611.99355   502000000000    20.30274209
## X1987          0.047003039    30452.71103   510000000000    20.90661405
## X1988          0.019500949     32073.9783   546000000000    22.38186877
## X1989          0.011914122    32692.97189   574000000000    22.28332344
## X1990          0.163746322    33375.13079   600000000000    21.66144504
## X1991          0.056611336    34585.75978   639000000000    23.18430384
## X1992                    0    35043.79596   668000000000    25.73568701
## X1993                    0    35413.12367   689000000000    28.75661707
## X1994                    0    37319.24237   742000000000    31.43813481
## X1995                    0    37655.86586   762000000000    34.51735942
## X1996           0.42374943    38738.91337   804000000000    35.64019356
## X1997          0.468752021    39803.81333   843000000000    37.70769982
## X1998          0.247611787    40163.11933   871000000000    33.88755007
## X1999          0.086439766    41128.93101   909000000000    29.71850916
## X2000         -0.008824253    42892.36069   965000000000    32.42658529
## X2001          0.347091875    44201.53955  1010000000000    33.23914736
## X2002         -0.098374869    43577.17287  1010000000000    28.49358898
## X2003          0.233443621    44654.71488  1050000000000    28.54801912
## X2004         -0.005737557    46123.30148  1100000000000    29.46459146
## X2005          0.030156296    47125.19134  1130000000000    29.47926069
## X2006         -0.073509433    48108.70221  1170000000000     31.3153968
## X2007          0.055606415    49154.26504  1210000000000    31.72361014
## X2008          0.007932157    51599.51327  1280000000000    33.26038609
## X2009          0.297715389    53503.27584  1330000000000    34.66009358
## X2010          0.548294666    55811.00425  1380000000000     36.4023696
## X2011          0.435815132    57660.96588  1440000000000    28.49061783
## X2012          0.423691401    60470.22123  1510000000000    29.17161477
## X2013           0.33471227    62770.19247  1550000000000    32.57071706
## X2014          0.133746295    66570.35442  1640000000000    35.85859949
## X2015          0.213029579    68937.81949  1700000000000     36.4511418
## X2016          0.432213143     68605.5861  1700000000000    33.93590808
## X2017          0.677439878    73765.43273  1850000000000    36.83022197
## X2018          0.206157198    78079.75959  1980000000000    40.63174592
## X2019          0.542801816    81784.26371  2110000000000    41.46959011
## X2020          0.378738964    78399.10489  2060000000000    34.11357577
## X2021                 <NA>    80246.63608  2140000000000    38.60199775
##       NY.GNS.ICTR.ZS NY.GDP.PCAP.CD NY.GDP.DISC.KN NV.AGR.TOTL.ZS
## X1960           <NA>    50.30493772           <NA>           <NA>
## X1961           <NA>    51.81124873           <NA>           <NA>
## X1962           <NA>    55.02568891           <NA>           <NA>
## X1963           <NA>    46.86145326           <NA>           <NA>
## X1964           <NA>    46.00340388           <NA>           <NA>
## X1965           <NA>    67.00747097           <NA>    64.58407648
## X1966           <NA>    81.16442237           <NA>    68.69300568
## X1967           <NA>    73.96790076           <NA>    66.23538322
## X1968           <NA>    66.54894009           <NA>    67.39160414
## X1969           <NA>    66.63834579           <NA>    66.42454686
## X1970           <NA>    71.71859114           <NA>    66.86815807
## X1971           <NA>     71.6298781           <NA>    66.83821697
## X1972           <NA>      81.386573           <NA>    67.84646088
## X1973           <NA>    75.63696074           <NA>    65.33252722
## X1974           <NA>    92.75222233           <NA>    68.41817725
## X1975           <NA>    117.4177468           <NA>    69.00609461
## X1976    15.32126861    105.8928233           <NA>    66.08600762
## X1977    17.44328299    98.54200742           <NA>    60.12152894
## X1978    17.42714069    111.8066138           <NA>     58.8688401
## X1979    16.46995176    126.1333096           <NA>     60.1620533
## X1980    17.29647841    129.5860224           <NA>    57.89902179
## X1981    16.89507043    148.0802633           <NA>    56.79862201
## X1982    16.40122553    152.2896698           <NA>    57.16728978
## X1983    14.50573585    151.9925535           <NA>    56.52251303
## X1984    16.01258618    156.6505397           <NA>    57.29880913
## X1985    18.62311339    155.4078184           <NA>    48.85802602
## X1986    15.51950735    165.3618292           <NA>    48.69715024
## X1987    16.80707054    167.7999446           <NA>    47.95033196
## X1988    14.84427922     193.499648           <NA>    47.79210985
## X1989     13.2464208    191.1208533           <NA>    47.68956749
## X1990     10.3341958    191.8788839           <NA>    48.80289317
## X1991    11.71677402    202.0805891           <NA>    44.72338673
## X1992    15.10886219    170.5866512           <NA>    42.66526274
## X1993    16.62517071    178.6259878           <NA>    39.89594836
## X1994     13.9920437    193.2795509           <NA>    40.44170782
## X1995    21.00779388    203.9807806           <NA>    39.04140527
## X1996    20.38508266    204.6857552           <NA>    38.92765745
## X1997    19.11054397    217.7879819           <NA>    38.78073387
## X1998    20.13192901    210.6115609           <NA>    37.39300969
## X1999    20.47123509    214.1067032           <NA>    38.70148172
## X2000    21.73051331    229.4903926           <NA>    38.24389704
## X2001     18.5502235    246.7255581           <NA>    35.24767001
## X2002    25.13148362    244.7208435           <NA>    36.15029503
## X2003    25.12676611    252.4023518           <NA>    35.10587509
## X2004    27.57583417    286.1576726           <NA>    34.67635711
## X2005    30.68571741      315.80563           <NA>    33.82489668
## X2006    29.50425285    346.9453313           <NA>    32.36648504
## X2007    31.05886965    391.3800572           <NA>    31.16441132
## X2008    36.65691212     470.455459           <NA>    30.30571637
## X2009    37.24818062    478.1732528           <NA>    31.32265206
## X2010    37.75048339    592.4012071           <NA>    33.17937849
## X2011    29.51620768    797.8139473           <NA>    30.80547966
## X2012    34.55533815    804.1416073           <NA>    30.07605696
## X2013    37.08132511    823.3598746           <NA>    28.62265753
## X2014    39.58970376    844.8531249           <NA>    27.46189536
## X2015    40.08822844    901.7496077           <NA>    26.51850843
## X2016    35.30509599     899.523581           <NA>    25.51787537
## X2017    41.88064846    1048.453755           <NA>    23.69954846
## X2018     42.6031208    1178.525957           <NA>    22.33467205
## X2019    42.18750826    1194.957236           <NA>    21.58337276
## X2020    32.81975747    1147.471971           <NA>    22.18009019
## X2021    32.62383756    1222.878794           <NA>    21.31988975
##       CM.MKT.TRAD.GD.ZS CM.MKT.LCAP.GD.ZS  PA.NUS.PPP NY.GDP.MKTP.PP.CD
## X1960              <NA>              <NA>        <NA>              <NA>
## X1961              <NA>              <NA>        <NA>              <NA>
## X1962              <NA>              <NA>        <NA>              <NA>
## X1963              <NA>              <NA>        <NA>              <NA>
## X1964              <NA>              <NA>        <NA>              <NA>
## X1965              <NA>              <NA>        <NA>              <NA>
## X1966              <NA>              <NA>        <NA>              <NA>
## X1967              <NA>              <NA>        <NA>              <NA>
## X1968              <NA>              <NA>        <NA>              <NA>
## X1969              <NA>              <NA>        <NA>              <NA>
## X1970              <NA>              <NA>        <NA>              <NA>
## X1971              <NA>              <NA>        <NA>              <NA>
## X1972              <NA>              <NA>        <NA>              <NA>
## X1973              <NA>              <NA>        <NA>              <NA>
## X1974              <NA>              <NA>        <NA>              <NA>
## X1975              <NA>              <NA>        <NA>              <NA>
## X1976              <NA>              <NA>        <NA>              <NA>
## X1977              <NA>              <NA>        <NA>              <NA>
## X1978              <NA>              <NA>        <NA>              <NA>
## X1979              <NA>              <NA>        <NA>              <NA>
## X1980              <NA>              <NA>        <NA>              <NA>
## X1981              <NA>              <NA>        <NA>              <NA>
## X1982              <NA>              <NA>        <NA>              <NA>
## X1983              <NA>              <NA>        <NA>              <NA>
## X1984              <NA>              <NA>        <NA>              <NA>
## X1985              <NA>              <NA>        <NA>              <NA>
## X1986              <NA>              <NA>        <NA>              <NA>
## X1987              <NA>              <NA>        <NA>              <NA>
## X1988              <NA>              <NA>        <NA>              <NA>
## X1989              <NA>              <NA>        <NA>              <NA>
## X1990              <NA>              <NA> 6.855172398       16195204675
## X1991              <NA>              <NA> 7.462756348       17809100163
## X1992              <NA>              <NA> 8.645528589       18962933642
## X1993              <NA>              <NA> 9.355323514       20159768606
## X1994              <NA>              <NA> 9.600855654       22281961821
## X1995              <NA>              <NA> 9.996182258       23538237236
## X1996              <NA>              <NA> 10.58439036       25246362676
## X1997              <NA>              <NA> 11.16235091       26978289337
## X1998              <NA>              <NA>  11.4915425       28104868450
## X1999              <NA>              <NA> 12.33891727       29758555947
## X2000              <NA>              <NA> 12.60519056       32319580727
## X2001              <NA>              <NA> 12.74813167       34633980664
## X2002              <NA>              <NA> 13.04641998       35216021000
## X2003              <NA>              <NA> 13.18673162       37327748401
## X2004              <NA>              <NA> 13.37705251       40124608887
## X2005              <NA>              <NA> 13.76403079       42822630163
## X2006              <NA>              <NA> 14.33475801       45629232067
## X2007              <NA>              <NA> 15.01878444       48461112328
## X2008              <NA>              <NA> 15.56430534       52405679687
## X2009              <NA>              <NA> 17.92543252       55132393547
## X2010              <NA>              <NA> 20.39547456       58482287147
## X2011              <NA>              <NA> 25.25461197       61740123574
## X2012              <NA>              <NA> 26.00444031       67618420433
## X2013              <NA>              <NA> 26.79986954       72735235363
## X2014              <NA>              <NA>  28.1527462       79300444355
## X2015              <NA>              <NA>  29.9425354       80942994654
## X2016              <NA>              <NA> 31.99880981       81508795260
## X2017              <NA>              <NA> 31.23498344       98515977279
## X2018              <NA>              <NA> 31.83499365      109000000000
## X2019              <NA>              <NA> 32.74274823      118000000000
## X2020              <NA>              <NA> 33.39374122      116000000000
## X2021              <NA>              <NA> 33.82868766      126000000000
##       NY.GDP.DEFL.ZS NE.EXP.GNFS.ZS NY.GDP.PCAP.CN NY.GDP.FCST.CD
## X1960    1.529623912           <NA>    383.2733205    501246856.5
## X1961    1.570740203           <NA>    394.7499041    524609515.7
## X1962    1.663368182           <NA>    419.2407238    566084774.9
## X1963     1.72274918           <NA>    435.2819809    490057812.2
## X1964    1.743331203           <NA>    465.7844643    489185175.3
## X1965     1.96796281    7.765084037    510.5299213    725029518.3
## X1966      2.2674634    5.644810953     618.391734    883449297.8
## X1967     2.13895117    6.874512753    563.5614359    830030200.8
## X1968    2.375643789     6.84511343    618.1531398    760601612.7
## X1969    2.531577034    7.013149743    674.7132511    772740730.9
## X1970    2.710010959     4.90419708    726.1507352    860543209.9
## X1971     2.79597728    5.403893247    725.2525157    866666706.2
## X1972    3.145549465    5.661104999    824.0390516     1000493867
## X1973    3.038685537    6.610492262    775.6645961    952209183.7
## X1974    3.671512146    5.449719138      975.38237     1181532855
## X1975    4.682013144    8.901092981    1234.765025     1515405078
## X1976    4.707485278    10.77383012    1267.833595     1385557255
## X1977    4.539671827    11.78819387    1231.775093     1300400000
## X1978    4.965093868    10.57165982    1375.277253     1497987952
## X1979    5.460528978    11.78482957    1513.599716     1731583342
## X1980    5.876050473    11.54126254    1555.032269     1823833258
## X1981    6.342453541     12.9014543     1776.96316     2122166658
## X1982    6.935308657    11.59158414    1970.064855     2244613931
## X1983    7.787567315    10.23104295    2096.813272     2293718974
## X1984    8.284254462     10.6524501    2390.534231     2424853981
## X1985    9.230468152    11.52921436    2763.384122     2475325479
## X1986    10.55896975    11.66229991    3232.311139     2696949388
## X1987    11.89962122    11.81327508    3623.757263     2795556523
## X1988    13.30559838    11.44716927    4267.634736     3274268873
## X1989    14.80359226    11.06760466    4839.734257     3337334981
## X1990    16.38992821    10.52730912    5470.159975     3428743809
## X1991     18.4459854    11.49075129    6379.684199     3714570795
## X1992     21.8564811    15.95972613    7659.340641     3234463252
## X1993    24.21149711    18.43296411    8574.047413     3457916667
## X1994    25.37751946    18.99393793    9470.697996     3818836735
## X1995    26.97652183    24.97315898    10158.24288     4114738956
## X1996    29.08690473    22.81757514    11267.95082     4240799273
## X1997    31.20416757    26.32783507    12420.44861     4603910223
## X1998    32.48598818    22.82205122     13047.3862     4550476190
## X1999    35.37303335    22.84847209    14548.55049     4717880795
## X2000    36.95506882    23.28400371    15850.90141     5147574924
## X2001    41.02646356    22.56077372    18134.32852     5624870748
## X2002     42.6407966    17.73712952    18581.65365     5668339260
## X2003     43.9499991    15.69986449    19625.74678     5920137147
## X2004    45.78114379    16.68269526    21115.77497     6785394365
## X2005    48.58267072    14.58368679    22894.67653     7565717328
## X2006    52.15837436    13.44659096      25092.717     8449644451
## X2007    56.12412627    12.85566488    27587.40178     9588352545
## X2008    59.27822052    12.77582026    30587.27326    11616425419
## X2009    68.70839558    12.41935419    36761.24241    11830719902
## X2010    79.11560985    9.582536172    44155.21637    14535459375
## X2011            100    7.806134205    57660.96588    19869929072
## X2012      107.74115    8.750291287    65151.31178    19975684930
## X2013    115.3720797    9.294658678    72419.27646    20206662643
## X2014    124.6426488    10.12404212    82975.05304    20592668320
## X2015    130.1381998    10.21458859    89714.43725    21978324247
## X2016    139.4435167     8.17957804    95666.04194    22015610883
## X2017    150.9635209    7.812188656    111358.8945    25614337303
## X2018    157.5392782    7.815641022    123006.2897    28848666957
## X2019    164.9296914    7.779936474    134886.5338    29610972525
## X2020    170.2361432    6.805289826    133463.6124    29477215821
## X2021    179.6195108    5.209230429    144138.6152    31072803545
##       NE.CON.TOTL.ZS GC.AST.TOTL.GD.ZS EG.GDP.PUSE.KO.PP NE.CON.GOVT.ZS
## X1960           <NA>              <NA>              <NA>           <NA>
## X1961           <NA>              <NA>              <NA>           <NA>
## X1962           <NA>              <NA>              <NA>           <NA>
## X1963           <NA>              <NA>              <NA>           <NA>
## X1964           <NA>              <NA>              <NA>           <NA>
## X1965           <NA>              <NA>              <NA>           <NA>
## X1966           <NA>              <NA>              <NA>           <NA>
## X1967           <NA>              <NA>              <NA>           <NA>
## X1968           <NA>              <NA>              <NA>           <NA>
## X1969           <NA>              <NA>              <NA>           <NA>
## X1970           <NA>              <NA>              <NA>           <NA>
## X1971           <NA>              <NA>              <NA>           <NA>
## X1972           <NA>              <NA>              <NA>           <NA>
## X1973           <NA>              <NA>              <NA>           <NA>
## X1974           <NA>              <NA>              <NA>           <NA>
## X1975    89.97043075              <NA>              <NA>    7.585540493
## X1976    88.27181665              <NA>              <NA>    7.439346944
## X1977    86.50462963              <NA>              <NA>    7.291666667
## X1978    86.62071765              <NA>              <NA>    7.454895806
## X1979    88.36371916              <NA>              <NA>    8.503263072
## X1980    88.90411455              <NA>              <NA>    6.702068293
## X1981    89.10901995              <NA>              <NA>    7.038488351
## X1982    90.06712218              <NA>              <NA>    8.512973306
## X1983    91.45142299              <NA>              <NA>    10.11848341
## X1984    90.13455195              <NA>              <NA>    9.251079165
## X1985    85.91422402              <NA>              <NA>    9.382646718
## X1986    88.37628311              <NA>              <NA>    9.089440815
## X1987    87.90456282              <NA>              <NA>     9.07710134
## X1988    88.64255065              <NA>              <NA>    8.965490339
## X1989    89.70881269              <NA>              <NA>    10.02251622
## X1990    93.00831399      -0.194844125       2.797501243    8.663069544
## X1991    91.44008126              <NA>       2.979767206    8.953885671
## X1992     89.0712991              <NA>       3.097360601    7.797561985
## X1993    87.75275782              <NA>       3.208141485    8.481233137
## X1994    90.04064796              <NA>       3.424384298    8.022702638
## X1995    84.34470232              <NA>       3.507044448    9.246948785
## X1996    85.61753074              <NA>       3.673219763    9.247407729
## X1997     86.0391497      -1.122942609       3.802269095     8.90760856
## X1998    86.22612973      -1.511077133        3.86075136     9.31210424
## X1999    86.38652072      -1.068600966       3.874717122    8.925668643
## X2000    84.82771524      -0.658255334       3.986274891    8.949953622
## X2001    88.33537272      -1.628697157        4.13560758    8.104982306
## X2002    90.51033375      -1.984576977       4.158990227    8.398430273
## X2003    91.43882019      -0.924037698        4.28710773     8.66503735
## X2004    88.25075721      -0.817309394       4.542859239    8.644077586
## X2005    88.44434024      -0.184947032       4.689488849    8.899208024
## X2006    91.01692168      -0.725824206       4.997187276    8.682982614
## X2007     90.1827915      -0.433069947       5.206365149    9.198477111
## X2008    90.16890393       0.035517337       5.439841324    9.889316356
## X2009    90.56633433         0.0711545       5.558440033    10.77911749
## X2010    88.54859901       1.017425095       5.727603102    9.992588705
## X2011    92.87417397       0.147182295       5.841926857    8.197276933
## X2012    90.87936626      -1.059514594       6.693408633    7.896386254
## X2013    91.82103312      -0.300186813       6.475425412    7.534337608
## X2014    90.63528277       1.388900866       6.783790711    8.001141444
## X2015    92.37473012       2.028425282              <NA>    8.811996996
## X2016    96.35714108       4.289986965              <NA>    7.926018483
## X2017    87.01524485       0.767200801              <NA>    8.518538323
## X2018    85.20838789      -0.002792772              <NA>    8.061536277
## X2019    84.69659271      -0.864102849              <NA>    8.117095211
## X2020    94.28064253       3.152060198              <NA>    9.067732071
## X2021    92.29193766              <NA>              <NA>    8.399219427
##       GC.XPN.TOTL.GD.ZS FD.AST.PRVT.GD.ZS SL.UEM.NEET.ZS SL.UEM.1524.FE.ZS
## X1960              <NA>       1.040537078           <NA>              <NA>
## X1961              <NA>       1.213915648           <NA>              <NA>
## X1962              <NA>       1.227709163           <NA>              <NA>
## X1963              <NA>       1.167677643           <NA>              <NA>
## X1964              <NA>        1.42146125           <NA>              <NA>
## X1965              <NA>       1.833273864           <NA>              <NA>
## X1966              <NA>       1.619626527           <NA>              <NA>
## X1967              <NA>       1.826968015           <NA>              <NA>
## X1968              <NA>       2.141363387           <NA>              <NA>
## X1969              <NA>       2.275516622           <NA>              <NA>
## X1970              <NA>       2.739507299           <NA>              <NA>
## X1971              <NA>       3.715596164           <NA>              <NA>
## X1972              <NA>        3.43716835           <NA>              <NA>
## X1973              <NA>       4.603269953           <NA>              <NA>
## X1974              <NA>       4.719706618           <NA>              <NA>
## X1975              <NA>       4.285800547           <NA>              <NA>
## X1976              <NA>       3.529377967           <NA>              <NA>
## X1977              <NA>       4.684606481           <NA>              <NA>
## X1978              <NA>       5.604601435           <NA>              <NA>
## X1979              <NA>       6.269187458           <NA>              <NA>
## X1980              <NA>       8.396642902           <NA>              <NA>
## X1981              <NA>       8.995495726           <NA>              <NA>
## X1982              <NA>       8.454885981           <NA>              <NA>
## X1983              <NA>       7.907879147           <NA>              <NA>
## X1984              <NA>       8.199543219           <NA>              <NA>
## X1985              <NA>        9.30687331           <NA>              <NA>
## X1986              <NA>       10.25016151           <NA>              <NA>
## X1987              <NA>       10.14828385           <NA>              <NA>
## X1988              <NA>       11.56905833           <NA>              <NA>
## X1989              <NA>       12.81878368           <NA>              <NA>
## X1990              <NA>       12.47099095           <NA>              <NA>
## X1991              <NA>       12.95458033           <NA>       2.586999893
## X1992              <NA>       13.09025213           <NA>       2.490999937
## X1993              <NA>       14.26361836           <NA>       2.424999952
## X1994              <NA>       18.29765346           <NA>       2.421000004
## X1995              <NA>       22.58190943           <NA>       2.296000004
## X1996              <NA>       22.83838128           <NA>       2.263999939
## X1997              <NA>        23.3645143           <NA>        2.20600009
## X1998              <NA>       28.21230202           <NA>       2.128999949
## X1999              <NA>       28.44902291           <NA>       2.092000008
## X2000              <NA>       30.28106291           <NA>       2.053999901
## X2001              <NA>       29.08380662           <NA>       1.978999972
## X2002              <NA>       22.50918264           <NA>       1.871000051
## X2003              <NA>       25.81266795           <NA>       1.850999951
## X2004       14.59633833       26.55397925           <NA>       1.797999978
## X2005              <NA>       28.21497492           <NA>       1.723999977
## X2006              <NA>       32.61416286           <NA>       1.659999967
## X2007              <NA>       36.77121883           <NA>       1.597000003
## X2008              <NA>       51.19786815    23.12999916       1.562999964
## X2009              <NA>       58.77492981           <NA>       1.967000008
## X2010       15.63520088       54.21260718           <NA>       2.410000086
## X2011       13.93790561       46.02557861           <NA>       2.838999987
## X2012       13.83933585       48.39298877           <NA>       3.328999996
## X2013       12.69043542       50.18531483           <NA>       3.788000107
## X2014       13.58299152        54.2201924           <NA>       4.357999802
## X2015       13.98979845       56.68439189           <NA>       4.808000088
## X2016       14.22711074       69.65767267           <NA>       4.748000145
## X2017       16.85380845       68.41674545    34.75999832       5.109000206
## X2018        20.1657917       76.16895532           <NA>       5.135000229
## X2019       21.70186528       78.84534533           <NA>       5.184000015
## X2020       20.16478293       88.34028058           <NA>       7.113999844
## X2021              <NA>              <NA>           <NA>       8.550000191
##       SL.SRV.EMPL.ZS SL.FAM.WORK.ZS SL.EMP.TOTL.SP.FE.ZS SL.AGR.EMPL.MA.ZS
## X1960           <NA>           <NA>                 <NA>              <NA>
## X1961           <NA>           <NA>                 <NA>              <NA>
## X1962           <NA>           <NA>                 <NA>              <NA>
## X1963           <NA>           <NA>                 <NA>              <NA>
## X1964           <NA>           <NA>                 <NA>              <NA>
## X1965           <NA>           <NA>                 <NA>              <NA>
## X1966           <NA>           <NA>                 <NA>              <NA>
## X1967           <NA>           <NA>                 <NA>              <NA>
## X1968           <NA>           <NA>                 <NA>              <NA>
## X1969           <NA>           <NA>                 <NA>              <NA>
## X1970           <NA>           <NA>                 <NA>              <NA>
## X1971           <NA>           <NA>                 <NA>              <NA>
## X1972           <NA>           <NA>                 <NA>              <NA>
## X1973           <NA>           <NA>                 <NA>              <NA>
## X1974           <NA>           <NA>                 <NA>              <NA>
## X1975           <NA>           <NA>                 <NA>              <NA>
## X1976           <NA>           <NA>                 <NA>              <NA>
## X1977           <NA>           <NA>                 <NA>              <NA>
## X1978           <NA>           <NA>                 <NA>              <NA>
## X1979           <NA>           <NA>                 <NA>              <NA>
## X1980           <NA>           <NA>                 <NA>              <NA>
## X1981           <NA>           <NA>                 <NA>              <NA>
## X1982           <NA>           <NA>                 <NA>              <NA>
## X1983           <NA>           <NA>                 <NA>              <NA>
## X1984           <NA>           <NA>                 <NA>              <NA>
## X1985           <NA>           <NA>                 <NA>              <NA>
## X1986           <NA>           <NA>                 <NA>              <NA>
## X1987           <NA>           <NA>                 <NA>              <NA>
## X1988           <NA>           <NA>                 <NA>              <NA>
## X1989           <NA>           <NA>                 <NA>              <NA>
## X1990           <NA>           <NA>                 <NA>              <NA>
## X1991    14.90999985    52.72999954          79.91799927       74.79000092
## X1992    14.68999958    52.59999847          80.05000305       74.68000031
## X1993    14.51000023    52.40999985          80.16300201       74.40000153
## X1994    14.39999962    52.13999939           80.1969986       73.83000183
## X1995    14.28999996    51.91999817           80.4280014       73.13999939
## X1996    14.21000004    51.61999893          80.36699677       72.13999939
## X1997    14.14000034    51.27999878          80.36599731       70.86000061
## X1998    14.10000038    50.95000076          80.41999817       69.33000183
## X1999    14.05000019    50.50999832          80.43599701       67.43000031
## X2000    14.22999954    49.99000168          80.21900177       66.37000275
## X2001    14.43000031    49.45000076          80.04399872       65.55999756
## X2002    14.60000038    49.09000015          79.91699982       65.19999695
## X2003    14.85000038    48.54999924          79.64700317       64.51999664
## X2004    15.11999989    47.93000031          79.42500305       63.90000153
## X2005    15.39000034    47.36999893          79.22899628       63.38000107
## X2006    15.67000008    46.79000092          79.01000214       62.84999847
## X2007    15.97000027    46.20999908          78.78500366       62.36000061
## X2008    16.30999947           45.5          78.53399658       61.56999969
## X2009    16.64999962    44.77999878          78.45800018       61.00999832
## X2010    16.96999931    44.02000046          78.41100311       60.40000153
## X2011    17.30999947    43.33000183          78.47499847       59.70999908
## X2012    17.72999954    42.56000137          78.61199951       58.54999924
## X2013    18.12000084    41.81999969          78.86499786       57.40000153
## X2014    18.54999924    40.95000076          79.00499725       56.13000107
## X2015    18.94000053          40.25          79.22499847       55.20999908
## X2016    19.29000092    39.70000076          79.73400116       54.93000031
## X2017    19.70999908    38.81999969          79.71199799       53.79000092
## X2018    20.11000061    38.02999878          79.94200134       52.88999939
## X2019    20.52000046    37.20000076          80.06400299       52.11000061
## X2020           <NA>           <NA>          72.26599884              <NA>
## X2021           <NA>           <NA>          74.80899811              <NA>
##       per_lm_alllm.cov_q5_tot SL.UEM.INTM.MA.ZS SL.TLF.PART.ZS
## X1960                    <NA>              <NA>           <NA>
## X1961                    <NA>              <NA>           <NA>
## X1962                    <NA>              <NA>           <NA>
## X1963                    <NA>              <NA>           <NA>
## X1964                    <NA>              <NA>           <NA>
## X1965                    <NA>              <NA>           <NA>
## X1966                    <NA>              <NA>           <NA>
## X1967                    <NA>              <NA>           <NA>
## X1968                    <NA>              <NA>           <NA>
## X1969                    <NA>              <NA>           <NA>
## X1970                    <NA>              <NA>           <NA>
## X1971                    <NA>              <NA>           <NA>
## X1972                    <NA>              <NA>           <NA>
## X1973                    <NA>              <NA>           <NA>
## X1974                    <NA>              <NA>           <NA>
## X1975                    <NA>              <NA>           <NA>
## X1976                    <NA>              <NA>           <NA>
## X1977                    <NA>              <NA>           <NA>
## X1978                    <NA>              <NA>           <NA>
## X1979                    <NA>              <NA>           <NA>
## X1980                    <NA>              <NA>           <NA>
## X1981                    <NA>              <NA>           <NA>
## X1982                    <NA>              <NA>           <NA>
## X1983                    <NA>              <NA>           <NA>
## X1984                    <NA>              <NA>           <NA>
## X1985                    <NA>              <NA>           <NA>
## X1986                    <NA>              <NA>           <NA>
## X1987                    <NA>              <NA>           <NA>
## X1988                    <NA>              <NA>           <NA>
## X1989                    <NA>              <NA>           <NA>
## X1990                    <NA>              <NA>           <NA>
## X1991                    <NA>              <NA>           <NA>
## X1992                    <NA>              <NA>           <NA>
## X1993                    <NA>              <NA>           <NA>
## X1994                    <NA>              <NA>           <NA>
## X1995                    <NA>              <NA>           <NA>
## X1996                    <NA>              <NA>           <NA>
## X1997                    <NA>              <NA>           <NA>
## X1998                    <NA>              <NA>           <NA>
## X1999                    <NA>              <NA>           <NA>
## X2000                    <NA>              <NA>           <NA>
## X2001                    <NA>              <NA>           <NA>
## X2002                    <NA>              <NA>           <NA>
## X2003                    <NA>              <NA>           <NA>
## X2004                    <NA>              <NA>           <NA>
## X2005                    <NA>              <NA>           <NA>
## X2006                    <NA>              <NA>           <NA>
## X2007                    <NA>              <NA>           <NA>
## X2008                    <NA>       1.929999948    30.57999992
## X2009                    <NA>              <NA>           <NA>
## X2010                    <NA>              <NA>           <NA>
## X2011                    <NA>              <NA>           <NA>
## X2012                    <NA>              <NA>           <NA>
## X2013                    <NA>              <NA>           <NA>
## X2014                    <NA>              <NA>           <NA>
## X2015                    <NA>              <NA>           <NA>
## X2016                    <NA>              <NA>           <NA>
## X2017                    <NA>             13.25    29.88999939
## X2018                    <NA>              <NA>           <NA>
## X2019                    <NA>              <NA>           <NA>
## X2020                    <NA>              <NA>           <NA>
## X2021                    <NA>              <NA>           <NA>
##       SL.TLF.0714.WK.MA.ZS SL.SRV.0714.MA.ZS SL.FAM.0714.MA.ZS
## X1960                 <NA>              <NA>              <NA>
## X1961                 <NA>              <NA>              <NA>
## X1962                 <NA>              <NA>              <NA>
## X1963                 <NA>              <NA>              <NA>
## X1964                 <NA>              <NA>              <NA>
## X1965                 <NA>              <NA>              <NA>
## X1966                 <NA>              <NA>              <NA>
## X1967                 <NA>              <NA>              <NA>
## X1968                 <NA>              <NA>              <NA>
## X1969                 <NA>              <NA>              <NA>
## X1970                 <NA>              <NA>              <NA>
## X1971                 <NA>              <NA>              <NA>
## X1972                 <NA>              <NA>              <NA>
## X1973                 <NA>              <NA>              <NA>
## X1974                 <NA>              <NA>              <NA>
## X1975                 <NA>              <NA>              <NA>
## X1976                 <NA>              <NA>              <NA>
## X1977                 <NA>              <NA>              <NA>
## X1978                 <NA>              <NA>              <NA>
## X1979                 <NA>              <NA>              <NA>
## X1980                 <NA>              <NA>              <NA>
## X1981                 <NA>              <NA>              <NA>
## X1982                 <NA>              <NA>              <NA>
## X1983                 <NA>              <NA>              <NA>
## X1984                 <NA>              <NA>              <NA>
## X1985                 <NA>              <NA>              <NA>
## X1986                 <NA>              <NA>              <NA>
## X1987                 <NA>              <NA>              <NA>
## X1988                 <NA>              <NA>              <NA>
## X1989                 <NA>              <NA>              <NA>
## X1990                 <NA>              <NA>              <NA>
## X1991                 <NA>              <NA>              <NA>
## X1992                 <NA>              <NA>              <NA>
## X1993                 <NA>              <NA>              <NA>
## X1994                 <NA>              <NA>              <NA>
## X1995                 <NA>              <NA>              <NA>
## X1996                 <NA>              <NA>              <NA>
## X1997                 <NA>              <NA>              <NA>
## X1998                 <NA>              <NA>              <NA>
## X1999          23.22274882       9.723161033              91.8
## X2000                 <NA>              <NA>              <NA>
## X2001                 <NA>              <NA>              <NA>
## X2002                 <NA>              <NA>              <NA>
## X2003                 <NA>              <NA>              <NA>
## X2004                 <NA>              <NA>              <NA>
## X2005                 <NA>              <NA>              <NA>
## X2006                 <NA>              <NA>              <NA>
## X2007                 <NA>              <NA>              <NA>
## X2008          10.23713436              4.17             91.97
## X2009                 <NA>              <NA>              <NA>
## X2010                 <NA>              <NA>              <NA>
## X2011                 <NA>              <NA>              <NA>
## X2012                 <NA>              <NA>              <NA>
## X2013                 <NA>              <NA>              <NA>
## X2014          7.136226177              <NA>              <NA>
## X2015                 <NA>              <NA>              <NA>
## X2016                 <NA>              <NA>              <NA>
## X2017                 <NA>              <NA>              <NA>
## X2018                 <NA>              <NA>              <NA>
## X2019                 <NA>              <NA>              <NA>
## X2020                 <NA>              <NA>              <NA>
## X2021                 <NA>              <NA>              <NA>
##       SL.EMP.SELF.MA.ZS SL.AGR.0714.FE.ZS per_lm_alllm.cov_q1_tot
## X1960              <NA>              <NA>                    <NA>
## X1961              <NA>              <NA>                    <NA>
## X1962              <NA>              <NA>                    <NA>
## X1963              <NA>              <NA>                    <NA>
## X1964              <NA>              <NA>                    <NA>
## X1965              <NA>              <NA>                    <NA>
## X1966              <NA>              <NA>                    <NA>
## X1967              <NA>              <NA>                    <NA>
## X1968              <NA>              <NA>                    <NA>
## X1969              <NA>              <NA>                    <NA>
## X1970              <NA>              <NA>                    <NA>
## X1971              <NA>              <NA>                    <NA>
## X1972              <NA>              <NA>                    <NA>
## X1973              <NA>              <NA>                    <NA>
## X1974              <NA>              <NA>                    <NA>
## X1975              <NA>              <NA>                    <NA>
## X1976              <NA>              <NA>                    <NA>
## X1977              <NA>              <NA>                    <NA>
## X1978              <NA>              <NA>                    <NA>
## X1979              <NA>              <NA>                    <NA>
## X1980              <NA>              <NA>                    <NA>
## X1981              <NA>              <NA>                    <NA>
## X1982              <NA>              <NA>                    <NA>
## X1983              <NA>              <NA>                    <NA>
## X1984              <NA>              <NA>                    <NA>
## X1985              <NA>              <NA>                    <NA>
## X1986              <NA>              <NA>                    <NA>
## X1987              <NA>              <NA>                    <NA>
## X1988              <NA>              <NA>                    <NA>
## X1989              <NA>              <NA>                    <NA>
## X1990              <NA>              <NA>                    <NA>
## X1991       77.61000061              <NA>                    <NA>
## X1992       77.61000061              <NA>                    <NA>
## X1993       77.62000275              <NA>                    <NA>
## X1994       77.40000153              <NA>                    <NA>
## X1995       77.33999634              <NA>                    <NA>
## X1996       77.11000061              <NA>                    <NA>
## X1997       76.80999756              <NA>                    <NA>
## X1998       76.62000275              <NA>                    <NA>
## X1999       76.27999878              85.9                    <NA>
## X2000       75.73000336              <NA>                    <NA>
## X2001             75.25              <NA>                    <NA>
## X2002       75.34999847              <NA>                    <NA>
## X2003       75.08000183              <NA>                    <NA>
## X2004       74.68000031              <NA>                    <NA>
## X2005       74.37999725              <NA>                    <NA>
## X2006       74.09999847              <NA>                    <NA>
## X2007       73.83000183              <NA>                    <NA>
## X2008       73.22000122             88.93                    <NA>
## X2009       72.61000061              <NA>                    <NA>
## X2010       71.84999847              <NA>                    <NA>
## X2011       71.08000183              <NA>                    <NA>
## X2012       70.02999878              <NA>                    <NA>
## X2013       68.97000122              <NA>                    <NA>
## X2014       67.65000153              <NA>                    <NA>
## X2015       66.77999878              <NA>                    <NA>
## X2016       66.62999725              <NA>                    <NA>
## X2017       65.62000275              <NA>                    <NA>
## X2018       64.80999756              <NA>                    <NA>
## X2019       63.99000168              <NA>                    <NA>
## X2020              <NA>              <NA>                    <NA>
## X2021              <NA>              <NA>                    <NA>
##       SL.UEM.TOTL.FE.ZS SL.UEM.1524.MA.ZS SL.TLF.0714.MA.ZS SL.IND.EMPL.FE.ZS
## X1960              <NA>              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>              <NA>              <NA>
## X1991       1.720999956        3.75999999              <NA>       1.440000057
## X1992       1.662999988       3.680000067              <NA>       1.649999976
## X1993       1.654999971       3.663000107              <NA>       1.899999976
## X1994       1.763000011       3.753000021              <NA>              2.25
## X1995       1.643000007       3.647000074              <NA>       2.619999886
## X1996        1.68599999       3.710000038              <NA>       3.089999914
## X1997       1.677000046       3.720000029              <NA>       3.650000095
## X1998       1.628000021       3.696000099              <NA>       4.269999981
## X1999       1.659000039       3.720000029              42.2       5.039999962
## X2000       1.636999965       3.638000011              <NA>        5.46999979
## X2001       1.537999988       3.551000118              <NA>              5.75
## X2002       1.376000047       3.400000095              <NA>       5.949999809
## X2003       1.383999944       3.377000093              <NA>       6.139999866
## X2004       1.330000043       3.289999962              <NA>       6.300000191
## X2005        1.24000001       3.176000118              <NA>       6.409999847
## X2006       1.169999957       3.052999973              <NA>       6.460000038
## X2007       1.101999998       2.933000088              <NA>       6.519999981
## X2008        1.07099998       2.842999935              36.2       6.690000057
## X2009       1.307000041       3.388000011              <NA>       6.849999905
## X2010       1.572999954       3.982000113              <NA>       7.070000172
## X2011       1.802000046       4.551000118              <NA>       7.269999981
## X2012       2.094000101        5.18200016              <NA>       7.480000019
## X2013       2.329999924       5.736000061              <NA>       7.679999828
## X2014       2.690999985       6.420000076       41.50491273       7.940000057
## X2015       2.878999949       6.870999813              <NA>       8.119999886
## X2016       2.721999884       6.546999931              <NA>       8.119999886
## X2017       3.076999903       7.008999825              <NA>       8.329999924
## X2018       3.002000093        6.90199995              <NA>               8.5
## X2019       2.944999933       6.835999966              <NA>       8.619999886
## X2020       4.532999992       9.159000397              <NA>              <NA>
## X2021       4.934000015       10.56900024              <NA>              <NA>
##       SL.EMP.TOTL.SP.MA.ZS SL.EMP.1524.SP.FE.NE.ZS SL.UEM.TOTL.FE.NE.ZS
## X1960                 <NA>                    <NA>                 <NA>
## X1961                 <NA>                    <NA>                 <NA>
## X1962                 <NA>                    <NA>                 <NA>
## X1963                 <NA>                    <NA>                 <NA>
## X1964                 <NA>                    <NA>                 <NA>
## X1965                 <NA>                    <NA>                 <NA>
## X1966                 <NA>                    <NA>                 <NA>
## X1967                 <NA>                    <NA>                 <NA>
## X1968                 <NA>                    <NA>                 <NA>
## X1969                 <NA>                    <NA>                 <NA>
## X1970                 <NA>                    <NA>                 <NA>
## X1971                 <NA>                    <NA>                 <NA>
## X1972                 <NA>                    <NA>                 <NA>
## X1973                 <NA>                    <NA>                 <NA>
## X1974                 <NA>                    <NA>                 <NA>
## X1975                 <NA>                    <NA>                 <NA>
## X1976                 <NA>                    <NA>                 <NA>
## X1977                 <NA>                    <NA>                 <NA>
## X1978                 <NA>                    <NA>                 <NA>
## X1979                 <NA>                    <NA>                 <NA>
## X1980                 <NA>                    <NA>                 <NA>
## X1981                 <NA>                    <NA>                 <NA>
## X1982                 <NA>                    <NA>                 <NA>
## X1983                 <NA>                    <NA>                 <NA>
## X1984                 <NA>                    <NA>                 <NA>
## X1985                 <NA>                    <NA>                 <NA>
## X1986                 <NA>                    <NA>                 <NA>
## X1987                 <NA>                    <NA>                 <NA>
## X1988                 <NA>                    <NA>                 <NA>
## X1989                 <NA>                    <NA>                 <NA>
## X1990                 <NA>                    <NA>                 <NA>
## X1991          88.94499969                    <NA>                 <NA>
## X1992          88.86499786                    <NA>                 <NA>
## X1993          88.70899963                    <NA>                 <NA>
## X1994          88.37999725                    <NA>                 <NA>
## X1995          88.43599701                    <NA>                 <NA>
## X1996          88.31300354                    <NA>                 <NA>
## X1997          88.28800201                    <NA>                 <NA>
## X1998          88.33699799                    <NA>                 <NA>
## X1999          88.22699738                    <NA>          1.659999967
## X2000          87.95999908                    <NA>                 <NA>
## X2001          87.80400085                    <NA>                 <NA>
## X2002          87.75099945                    <NA>                 <NA>
## X2003          87.39299774                    <NA>                 <NA>
## X2004          87.13700104                    <NA>                 <NA>
## X2005          86.94000244                    <NA>                 <NA>
## X2006          86.69599915                    <NA>                 <NA>
## X2007          86.44100189                    <NA>                 <NA>
## X2008          86.11199951             73.80999756          1.080000043
## X2009          85.68199921                    <NA>                 <NA>
## X2010          85.17500305                    <NA>                 <NA>
## X2011          84.77500153                    <NA>                 <NA>
## X2012          84.23200226                    <NA>                 <NA>
## X2013          83.73699951                    <NA>                 <NA>
## X2014          83.01999664                    <NA>                 <NA>
## X2015           82.5719986                    <NA>          2.900000095
## X2016          82.51899719                    <NA>                 <NA>
## X2017          81.76000214             16.56999969          12.02000046
## X2018          81.71199799                    <NA>                 <NA>
## X2019           81.6989975                    <NA>                 <NA>
## X2020          75.53800201                    <NA>                 <NA>
## X2021           76.5739975                    <NA>                 <NA>
##       SL.UEM.1524.MA.NE.ZS SL.TLF.0714.FE.ZS SL.EMP.TOTL.SP.MA.NE.ZS
## X1960                 <NA>              <NA>                    <NA>
## X1961                 <NA>              <NA>                    <NA>
## X1962                 <NA>              <NA>                    <NA>
## X1963                 <NA>              <NA>                    <NA>
## X1964                 <NA>              <NA>                    <NA>
## X1965                 <NA>              <NA>                    <NA>
## X1966                 <NA>              <NA>                    <NA>
## X1967                 <NA>              <NA>                    <NA>
## X1968                 <NA>              <NA>                    <NA>
## X1969                 <NA>              <NA>                    <NA>
## X1970                 <NA>              <NA>                    <NA>
## X1971                 <NA>              <NA>                    <NA>
## X1972                 <NA>              <NA>                    <NA>
## X1973                 <NA>              <NA>                    <NA>
## X1974                 <NA>              <NA>                    <NA>
## X1975                 <NA>              <NA>                    <NA>
## X1976                 <NA>              <NA>                    <NA>
## X1977                 <NA>              <NA>                    <NA>
## X1978                 <NA>              <NA>                    <NA>
## X1979                 <NA>              <NA>                    <NA>
## X1980                 <NA>              <NA>                    <NA>
## X1981                 <NA>              <NA>                    <NA>
## X1982                 <NA>              <NA>                    <NA>
## X1983                 <NA>              <NA>                    <NA>
## X1984                 <NA>              <NA>                    <NA>
## X1985                 <NA>              <NA>                    <NA>
## X1986                 <NA>              <NA>                    <NA>
## X1987                 <NA>              <NA>                    <NA>
## X1988                 <NA>              <NA>                    <NA>
## X1989                 <NA>              <NA>                    <NA>
## X1990                 <NA>              <NA>                    <NA>
## X1991                 <NA>              <NA>                    <NA>
## X1992                 <NA>              <NA>                    <NA>
## X1993                 <NA>              <NA>                    <NA>
## X1994                 <NA>              <NA>                    <NA>
## X1995                 <NA>              <NA>                    <NA>
## X1996                 <NA>              <NA>                      71
## X1997                 <NA>              <NA>                    <NA>
## X1998                 <NA>              <NA>                    <NA>
## X1999          3.960000038              52.4             88.33000183
## X2000                 <NA>              <NA>                    <NA>
## X2001                 <NA>              <NA>                    <NA>
## X2002                 <NA>              <NA>                    <NA>
## X2003                 <NA>              <NA>                      90
## X2004                 <NA>              <NA>                    <NA>
## X2005                 <NA>              <NA>                    <NA>
## X2006                 <NA>              <NA>                    <NA>
## X2007                 <NA>              <NA>                    <NA>
## X2008          2.910000086              45.4             86.33999634
## X2009                 <NA>              <NA>                    <NA>
## X2010                 <NA>              <NA>                    <NA>
## X2011                 <NA>              <NA>                    <NA>
## X2012                 <NA>              <NA>                    <NA>
## X2013                 <NA>              <NA>             82.90000153
## X2014                 <NA>       44.09135567             84.19999695
## X2015                 <NA>              <NA>                    <NA>
## X2016                 <NA>              <NA>                    <NA>
## X2017          19.22999954              <NA>             49.56999969
## X2018                 <NA>              <NA>                    <NA>
## X2019                 <NA>              <NA>                    <NA>
## X2020                 <NA>              <NA>                    <NA>
## X2021                 <NA>              <NA>                    <NA>
##       SL.AGR.EMPL.ZS SL.UEM.INTM.ZS SL.SRV.0714.ZS SL.FAM.0714.ZS
## X1960           <NA>           <NA>           <NA>           <NA>
## X1961           <NA>           <NA>           <NA>           <NA>
## X1962           <NA>           <NA>           <NA>           <NA>
## X1963           <NA>           <NA>           <NA>           <NA>
## X1964           <NA>           <NA>           <NA>           <NA>
## X1965           <NA>           <NA>           <NA>           <NA>
## X1966           <NA>           <NA>           <NA>           <NA>
## X1967           <NA>           <NA>           <NA>           <NA>
## X1968           <NA>           <NA>           <NA>           <NA>
## X1969           <NA>           <NA>           <NA>           <NA>
## X1970           <NA>           <NA>           <NA>           <NA>
## X1971           <NA>           <NA>           <NA>           <NA>
## X1972           <NA>           <NA>           <NA>           <NA>
## X1973           <NA>           <NA>           <NA>           <NA>
## X1974           <NA>           <NA>           <NA>           <NA>
## X1975           <NA>           <NA>           <NA>           <NA>
## X1976           <NA>           <NA>           <NA>           <NA>
## X1977           <NA>           <NA>           <NA>           <NA>
## X1978           <NA>           <NA>           <NA>           <NA>
## X1979           <NA>           <NA>           <NA>           <NA>
## X1980           <NA>           <NA>           <NA>           <NA>
## X1981           <NA>           <NA>           <NA>           <NA>
## X1982           <NA>           <NA>           <NA>           <NA>
## X1983           <NA>           <NA>           <NA>           <NA>
## X1984           <NA>           <NA>           <NA>           <NA>
## X1985           <NA>           <NA>           <NA>           <NA>
## X1986           <NA>           <NA>           <NA>           <NA>
## X1987           <NA>           <NA>           <NA>           <NA>
## X1988           <NA>           <NA>           <NA>           <NA>
## X1989           <NA>           <NA>           <NA>           <NA>
## X1990           <NA>           <NA>           <NA>           <NA>
## X1991    82.33000183           <NA>           <NA>           <NA>
## X1992    82.09999847           <NA>           <NA>           <NA>
## X1993          81.75           <NA>           <NA>           <NA>
## X1994    81.15000153           <NA>           <NA>           <NA>
## X1995    80.51999664           <NA>           <NA>           <NA>
## X1996    79.68000031           <NA>           <NA>           <NA>
## X1997    78.66000366           <NA>           <NA>           <NA>
## X1998    77.51999664           <NA>           <NA>           <NA>
## X1999    76.11000061           <NA>          11.06          92.41
## X2000          75.25           <NA>           <NA>           <NA>
## X2001    74.58999634           <NA>           <NA>           <NA>
## X2002    74.19000244           <NA>           <NA>           <NA>
## X2003    73.61000061           <NA>           <NA>           <NA>
## X2004    73.08000183           <NA>           <NA>           <NA>
## X2005    72.63999939           <NA>           <NA>           <NA>
## X2006    72.20999908           <NA>           <NA>           <NA>
## X2007    71.77999878           <NA>           <NA>           <NA>
## X2008    71.12999725    1.820000052           3.09          92.26
## X2009    70.61000061           <NA>           <NA>           <NA>
## X2010    70.04000092           <NA>           <NA>           <NA>
## X2011    69.54000092           <NA>           <NA>           <NA>
## X2012    68.86000061           <NA>           <NA>           <NA>
## X2013    68.23999786           <NA>           <NA>           <NA>
## X2014    67.48000336           <NA>           <NA>           <NA>
## X2015    66.93000031           <NA>           <NA>           <NA>
## X2016    66.66000366           <NA>           <NA>           <NA>
## X2017    65.80999756    14.46000004           <NA>           <NA>
## X2018    65.08000183           <NA>           <NA>           <NA>
## X2019    64.37999725           <NA>           <NA>           <NA>
## X2020           <NA>           <NA>           <NA>           <NA>
## X2021           <NA>           <NA>           <NA>           <NA>
##       SL.EMP.SELF.ZS SL.AGR.0714.MA.ZS per_lm_alllm.cov_q2_tot
## X1960           <NA>              <NA>                    <NA>
## X1961           <NA>              <NA>                    <NA>
## X1962           <NA>              <NA>                    <NA>
## X1963           <NA>              <NA>                    <NA>
## X1964           <NA>              <NA>                    <NA>
## X1965           <NA>              <NA>                    <NA>
## X1966           <NA>              <NA>                    <NA>
## X1967           <NA>              <NA>                    <NA>
## X1968           <NA>              <NA>                    <NA>
## X1969           <NA>              <NA>                    <NA>
## X1970           <NA>              <NA>                    <NA>
## X1971           <NA>              <NA>                    <NA>
## X1972           <NA>              <NA>                    <NA>
## X1973           <NA>              <NA>                    <NA>
## X1974           <NA>              <NA>                    <NA>
## X1975           <NA>              <NA>                    <NA>
## X1976           <NA>              <NA>                    <NA>
## X1977           <NA>              <NA>                    <NA>
## X1978           <NA>              <NA>                    <NA>
## X1979           <NA>              <NA>                    <NA>
## X1980           <NA>              <NA>                    <NA>
## X1981           <NA>              <NA>                    <NA>
## X1982           <NA>              <NA>                    <NA>
## X1983           <NA>              <NA>                    <NA>
## X1984           <NA>              <NA>                    <NA>
## X1985           <NA>              <NA>                    <NA>
## X1986           <NA>              <NA>                    <NA>
## X1987           <NA>              <NA>                    <NA>
## X1988           <NA>              <NA>                    <NA>
## X1989           <NA>              <NA>                    <NA>
## X1990           <NA>              <NA>                    <NA>
## X1991    85.44999695              <NA>                    <NA>
## X1992    85.40000153              <NA>                    <NA>
## X1993    85.36000061              <NA>                    <NA>
## X1994    85.19000244              <NA>                    <NA>
## X1995    85.12999725              <NA>                    <NA>
## X1996             85              <NA>                    <NA>
## X1997    84.83999634              <NA>                    <NA>
## X1998    84.73999786              <NA>                    <NA>
## X1999    84.56999969              88.3                    <NA>
## X2000    84.26000214              <NA>                    <NA>
## X2001    83.94999695              <NA>                    <NA>
## X2002    83.97000122              <NA>                    <NA>
## X2003    83.79000092              <NA>                    <NA>
## X2004    83.51999664              <NA>                    <NA>
## X2005    83.30999756              <NA>                    <NA>
## X2006    83.09999847              <NA>                    <NA>
## X2007    82.90000153              <NA>                    <NA>
## X2008           82.5             89.03                    <NA>
## X2009    82.12999725              <NA>                    <NA>
## X2010    81.69999695              <NA>                    <NA>
## X2011    81.33000183              <NA>                    <NA>
## X2012    80.83999634              <NA>                    <NA>
## X2013    80.37000275              <NA>                    <NA>
## X2014    79.73000336              <NA>                    <NA>
## X2015    79.29000092              <NA>                    <NA>
## X2016    79.15000153              <NA>                    <NA>
## X2017    78.51999664              <NA>                    <NA>
## X2018    77.95999908              <NA>                    <NA>
## X2019    77.33999634              <NA>                    <NA>
## X2020           <NA>              <NA>                    <NA>
## X2021           <NA>              <NA>                    <NA>
##       SL.UEM.TOTL.MA.ZS SL.UEM.1524.ZS SL.TLF.0714.SW.FE.ZS SL.IND.EMPL.ZS
## X1960              <NA>           <NA>                 <NA>           <NA>
## X1961              <NA>           <NA>                 <NA>           <NA>
## X1962              <NA>           <NA>                 <NA>           <NA>
## X1963              <NA>           <NA>                 <NA>           <NA>
## X1964              <NA>           <NA>                 <NA>           <NA>
## X1965              <NA>           <NA>                 <NA>           <NA>
## X1966              <NA>           <NA>                 <NA>           <NA>
## X1967              <NA>           <NA>                 <NA>           <NA>
## X1968              <NA>           <NA>                 <NA>           <NA>
## X1969              <NA>           <NA>                 <NA>           <NA>
## X1970              <NA>           <NA>                 <NA>           <NA>
## X1971              <NA>           <NA>                 <NA>           <NA>
## X1972              <NA>           <NA>                 <NA>           <NA>
## X1973              <NA>           <NA>                 <NA>           <NA>
## X1974              <NA>           <NA>                 <NA>           <NA>
## X1975              <NA>           <NA>                 <NA>           <NA>
## X1976              <NA>           <NA>                 <NA>           <NA>
## X1977              <NA>           <NA>                 <NA>           <NA>
## X1978              <NA>           <NA>                 <NA>           <NA>
## X1979              <NA>           <NA>                 <NA>           <NA>
## X1980              <NA>           <NA>                 <NA>           <NA>
## X1981              <NA>           <NA>                 <NA>           <NA>
## X1982              <NA>           <NA>                 <NA>           <NA>
## X1983              <NA>           <NA>                 <NA>           <NA>
## X1984              <NA>           <NA>                 <NA>           <NA>
## X1985              <NA>           <NA>                 <NA>           <NA>
## X1986              <NA>           <NA>                 <NA>           <NA>
## X1987              <NA>           <NA>                 <NA>           <NA>
## X1988              <NA>           <NA>                 <NA>           <NA>
## X1989              <NA>           <NA>                 <NA>           <NA>
## X1990              <NA>           <NA>                 <NA>           <NA>
## X1991       1.807999969    3.203000069                 <NA>     2.75999999
## X1992       1.746999979    3.119999886                 <NA>    3.210000038
## X1993       1.771000028    3.082999945                 <NA>     3.74000001
## X1994       1.998999953    3.130000114                 <NA>    4.449999809
## X1995       1.825000048    3.013999939                 <NA>    5.199999809
## X1996       1.944000006    3.023999929                 <NA>    6.119999886
## X1997       1.972000003    2.992000103                 <NA>    7.199999809
## X1998       1.922999978    2.931999922                 <NA>    8.380000114
## X1999       2.029000044    2.917999983                 53.8    9.840000153
## X2000       2.062999964    2.851999998                 <NA>    10.52000046
## X2001       1.945000052    2.763000011                 <NA>    10.97999954
## X2002       1.703999996    2.625999928                 <NA>    11.21000004
## X2003       1.796000004    2.598999977                 <NA>    11.53999996
## X2004       1.768000007    2.525000095                 <NA>    11.80000019
## X2005       1.666000009    2.427999973                 <NA>    11.97000027
## X2006       1.605999947    2.336999893                 <NA>    12.11999989
## X2007       1.549999952    2.249000072                 <NA>          12.25
## X2008       1.577000022    2.188999891          83.75918546    12.56999969
## X2009       1.786999941    2.660000086                 <NA>    12.73999977
## X2010       2.062999964    3.171000004                 <NA>    12.98999977
## X2011       2.263999939    3.654000044                 <NA>    13.15999985
## X2012       2.585000038    4.193999767                 <NA>    13.40999985
## X2013       2.801000118    4.683000088                 <NA>    13.64999962
## X2014       3.246999979    5.296000004          89.79322999    13.97999954
## X2015             3.375    5.744999886                 <NA>    14.14000034
## X2016       3.051000118    5.565000057                 <NA>    14.05000019
## X2017             3.625    5.974999905                 <NA>    14.47999954
## X2018       3.436000109    5.947000027                 <NA>    14.81000042
## X2019       3.288000107    5.951000214                 <NA>    15.10999966
## X2020       4.955999851    8.088000298                 <NA>           <NA>
## X2021       5.197000027    9.501000404                 <NA>           <NA>
##       SL.EMP.TOTL.SP.ZS SL.EMP.1524.SP.MA.NE.ZS SL.UEM.INTM.FE.ZS
## X1960              <NA>                    <NA>              <NA>
## X1961              <NA>                    <NA>              <NA>
## X1962              <NA>                    <NA>              <NA>
## X1963              <NA>                    <NA>              <NA>
## X1964              <NA>                    <NA>              <NA>
## X1965              <NA>                    <NA>              <NA>
## X1966              <NA>                    <NA>              <NA>
## X1967              <NA>                    <NA>              <NA>
## X1968              <NA>                    <NA>              <NA>
## X1969              <NA>                    <NA>              <NA>
## X1970              <NA>                    <NA>              <NA>
## X1971              <NA>                    <NA>              <NA>
## X1972              <NA>                    <NA>              <NA>
## X1973              <NA>                    <NA>              <NA>
## X1974              <NA>                    <NA>              <NA>
## X1975              <NA>                    <NA>              <NA>
## X1976              <NA>                    <NA>              <NA>
## X1977              <NA>                    <NA>              <NA>
## X1978              <NA>                    <NA>              <NA>
## X1979              <NA>                    <NA>              <NA>
## X1980              <NA>                    <NA>              <NA>
## X1981              <NA>                    <NA>              <NA>
## X1982              <NA>                    <NA>              <NA>
## X1983              <NA>                    <NA>              <NA>
## X1984              <NA>                    <NA>              <NA>
## X1985              <NA>                    <NA>              <NA>
## X1986              <NA>                    <NA>              <NA>
## X1987              <NA>                    <NA>              <NA>
## X1988              <NA>                    <NA>              <NA>
## X1989              <NA>                    <NA>              <NA>
## X1990              <NA>                    <NA>              <NA>
## X1991       84.33599854                    <NA>              <NA>
## X1992       84.39600372                    <NA>              <NA>
## X1993       84.40699768                    <NA>              <NA>
## X1994       84.28500366                    <NA>              <NA>
## X1995       84.44200134                    <NA>              <NA>
## X1996       84.33999634                    <NA>              <NA>
## X1997       84.30699921                    <NA>              <NA>
## X1998       84.33200073                    <NA>              <NA>
## X1999       84.26200104                    <NA>              <NA>
## X2000       83.99900055                    <NA>              <NA>
## X2001       83.82900238                    <NA>              <NA>
## X2002       83.73400116                    <NA>              <NA>
## X2003       83.41999817                    <NA>              <NA>
## X2004       83.17900085                    <NA>              <NA>
## X2005       82.98000336                    <NA>              <NA>
## X2006       82.75099945                    <NA>              <NA>
## X2007       82.51399994                    <NA>              <NA>
## X2008       82.22200012             74.83999634       1.659999967
## X2009       81.95999908                    <NA>              <NA>
## X2010       81.66600037                    <NA>              <NA>
## X2011       81.45500183                    <NA>              <NA>
## X2012       81.21299744                    <NA>              <NA>
## X2013       81.06700134                    <NA>              <NA>
## X2014       80.78099823                    <NA>              <NA>
## X2015       80.67900085                    <NA>              <NA>
## X2016       80.93800354                    <NA>              <NA>
## X2017       80.59700012             31.90999985       16.51000023
## X2018       80.70899963                    <NA>              <NA>
## X2019       80.77700043                    <NA>              <NA>
## X2020       73.70200348                    <NA>              <NA>
## X2021       75.59200287                    <NA>              <NA>
##       SL.TLF.PART.MA.ZS SL.SRV.0714.FE.ZS SL.FAM.0714.FE.ZS SL.EMP.SELF.FE.ZS
## X1960              <NA>              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>              <NA>              <NA>
## X1991              <NA>              <NA>              <NA>       93.81999969
## X1992              <NA>              <NA>              <NA>       93.83000183
## X1993              <NA>              <NA>              <NA>       93.83000183
## X1994              <NA>              <NA>              <NA>       93.80999756
## X1995              <NA>              <NA>              <NA>       93.77999878
## X1996              <NA>              <NA>              <NA>       93.72000122
## X1997              <NA>              <NA>              <NA>       93.62999725
## X1998              <NA>              <NA>              <NA>       93.52999878
## X1999              <NA>       12.27995312              92.9       93.41000366
## X2000              <NA>              <NA>              <NA>       93.26999664
## X2001              <NA>              <NA>              <NA>       93.12000275
## X2002              <NA>              <NA>              <NA>       93.04000092
## X2003              <NA>              <NA>              <NA>       92.94000244
## X2004              <NA>              <NA>              <NA>       92.80999756
## X2005              <NA>              <NA>              <NA>       92.68000031
## X2006              <NA>              <NA>              <NA>       92.55000305
## X2007              <NA>              <NA>              <NA>       92.41000366
## X2008       26.86000061              2.19             92.51       92.23000336
## X2009              <NA>              <NA>              <NA>       91.98000336
## X2010              <NA>              <NA>              <NA>       91.69000244
## X2011              <NA>              <NA>              <NA>       91.33000183
## X2012              <NA>              <NA>              <NA>       90.87000275
## X2013              <NA>              <NA>              <NA>       90.37999725
## X2014              <NA>              <NA>              <NA>       89.80999756
## X2015              <NA>              <NA>              <NA>       89.30000305
## X2016              <NA>              <NA>              <NA>                89
## X2017       23.45999908              <NA>              <NA>       88.62000275
## X2018              <NA>              <NA>              <NA>             88.25
## X2019              <NA>              <NA>              <NA>       87.88999939
## X2020              <NA>              <NA>              <NA>              <NA>
## X2021              <NA>              <NA>              <NA>              <NA>
##       per_lm_alllm.cov_pop_tot SL.UEM.NEET.MA.ZS SL.UEM.1524.FE.NE.ZS
## X1960                     <NA>              <NA>                 <NA>
## X1961                     <NA>              <NA>                 <NA>
## X1962                     <NA>              <NA>                 <NA>
## X1963                     <NA>              <NA>                 <NA>
## X1964                     <NA>              <NA>                 <NA>
## X1965                     <NA>              <NA>                 <NA>
## X1966                     <NA>              <NA>                 <NA>
## X1967                     <NA>              <NA>                 <NA>
## X1968                     <NA>              <NA>                 <NA>
## X1969                     <NA>              <NA>                 <NA>
## X1970                     <NA>              <NA>                 <NA>
## X1971                     <NA>              <NA>                 <NA>
## X1972                     <NA>              <NA>                 <NA>
## X1973                     <NA>              <NA>                 <NA>
## X1974                     <NA>              <NA>                 <NA>
## X1975                     <NA>              <NA>                 <NA>
## X1976                     <NA>              <NA>                 <NA>
## X1977                     <NA>              <NA>                 <NA>
## X1978                     <NA>              <NA>                 <NA>
## X1979                     <NA>              <NA>                 <NA>
## X1980                     <NA>              <NA>                 <NA>
## X1981                     <NA>              <NA>                 <NA>
## X1982                     <NA>              <NA>                 <NA>
## X1983                     <NA>              <NA>                 <NA>
## X1984                     <NA>              <NA>                 <NA>
## X1985                     <NA>              <NA>                 <NA>
## X1986                     <NA>              <NA>                 <NA>
## X1987                     <NA>              <NA>                 <NA>
## X1988                     <NA>              <NA>                 <NA>
## X1989                     <NA>              <NA>                 <NA>
## X1990                     <NA>              <NA>                 <NA>
## X1991                     <NA>              <NA>                 <NA>
## X1992                     <NA>              <NA>                 <NA>
## X1993                     <NA>              <NA>                 <NA>
## X1994                     <NA>              <NA>                 <NA>
## X1995                     <NA>              <NA>                 <NA>
## X1996                     <NA>              <NA>                 <NA>
## X1997                     <NA>              <NA>                 <NA>
## X1998                     <NA>              <NA>                 <NA>
## X1999                     <NA>              <NA>          2.160000086
## X2000                     <NA>              <NA>                 <NA>
## X2001                     <NA>              <NA>                 <NA>
## X2002                     <NA>              <NA>                 <NA>
## X2003                     <NA>              <NA>                 <NA>
## X2004                     <NA>              <NA>                 <NA>
## X2005                     <NA>              <NA>                 <NA>
## X2006                     <NA>              <NA>                 <NA>
## X2007                     <NA>              <NA>                 <NA>
## X2008                     <NA>       21.89999962          1.590000033
## X2009                     <NA>              <NA>                 <NA>
## X2010                     <NA>              <NA>                 <NA>
## X2011                     <NA>              <NA>                 <NA>
## X2012                     <NA>              <NA>                 <NA>
## X2013                     <NA>              <NA>                 <NA>
## X2014                     <NA>              <NA>                 <NA>
## X2015                     <NA>       86.79000092                 <NA>
## X2016                     <NA>              <NA>                 <NA>
## X2017                     <NA>       21.15999985          22.47999954
## X2018                     <NA>              <NA>                 <NA>
## X2019                     <NA>              <NA>                 <NA>
## X2020                     <NA>              <NA>                 <NA>
## X2021                     <NA>              <NA>                 <NA>
##       SL.TLF.0714.ZS SL.SRV.EMPL.MA.ZS SL.FAM.WORK.MA.ZS
## X1960           <NA>              <NA>              <NA>
## X1961           <NA>              <NA>              <NA>
## X1962           <NA>              <NA>              <NA>
## X1963           <NA>              <NA>              <NA>
## X1964           <NA>              <NA>              <NA>
## X1965           <NA>              <NA>              <NA>
## X1966           <NA>              <NA>              <NA>
## X1967           <NA>              <NA>              <NA>
## X1968           <NA>              <NA>              <NA>
## X1969           <NA>              <NA>              <NA>
## X1970           <NA>              <NA>              <NA>
## X1971           <NA>              <NA>              <NA>
## X1972           <NA>              <NA>              <NA>
## X1973           <NA>              <NA>              <NA>
## X1974           <NA>              <NA>              <NA>
## X1975           <NA>              <NA>              <NA>
## X1976           <NA>              <NA>              <NA>
## X1977           <NA>              <NA>              <NA>
## X1978           <NA>              <NA>              <NA>
## X1979           <NA>              <NA>              <NA>
## X1980           <NA>              <NA>              <NA>
## X1981           <NA>              <NA>              <NA>
## X1982           <NA>              <NA>              <NA>
## X1983           <NA>              <NA>              <NA>
## X1984           <NA>              <NA>              <NA>
## X1985           <NA>              <NA>              <NA>
## X1986           <NA>              <NA>              <NA>
## X1987           <NA>              <NA>              <NA>
## X1988           <NA>              <NA>              <NA>
## X1989           <NA>              <NA>              <NA>
## X1990           <NA>              <NA>              <NA>
## X1991           <NA>       21.21999931       35.90000153
## X1992           <NA>       20.67000008       35.79999924
## X1993           <NA>       20.18000031       35.61999893
## X1994           <NA>       19.72999954       35.31000137
## X1995           <NA>       19.34000015                35
## X1996           <NA>       19.01000023       34.50999832
## X1997           <NA>       18.70000076       33.91999817
## X1998           <NA>       18.47999954       33.29000092
## X1999           47.2       18.22999954       32.54999924
## X2000           <NA>       18.32999992       31.70999908
## X2001           <NA>       18.48999977       30.94000053
## X2002           <NA>       18.59000015       30.37999916
## X2003           <NA>       18.81999969       29.63999939
## X2004           <NA>       19.06999969       28.81999969
## X2005           <NA>       19.34000015       28.05999947
## X2006           <NA>       19.63999939       27.32999992
## X2007           <NA>       19.94000053       26.60000038
## X2008           40.6       20.26000023       25.71999931
## X2009           <NA>       20.55999947       24.73999977
## X2010           <NA>       20.78000069       23.70999908
## X2011           <NA>       21.10000038       22.59000015
## X2012           <NA>       21.65999985       21.29000092
## X2013           <NA>       22.14999962       20.05999947
## X2014    42.82749291       22.67000008       18.77000046
## X2015           <NA>       23.12000084             17.75
## X2016           <NA>       23.48999977       17.13999939
## X2017           <NA>       23.87000084       16.29999924
## X2018           <NA>       24.22999954       15.60000038
## X2019           <NA>       24.57999992       14.96000004
## X2020           <NA>              <NA>              <NA>
## X2021           <NA>              <NA>              <NA>
##       SL.EMP.TOTL.SP.FE.NE.ZS SL.AGR.EMPL.FE.ZS per_lm_alllm.cov_q4_tot
## X1960                    <NA>              <NA>                    <NA>
## X1961                    <NA>              <NA>                    <NA>
## X1962                    <NA>              <NA>                    <NA>
## X1963                    <NA>              <NA>                    <NA>
## X1964                    <NA>              <NA>                    <NA>
## X1965                    <NA>              <NA>                    <NA>
## X1966                    <NA>              <NA>                    <NA>
## X1967                    <NA>              <NA>                    <NA>
## X1968                    <NA>              <NA>                    <NA>
## X1969                    <NA>              <NA>                    <NA>
## X1970                    <NA>              <NA>                    <NA>
## X1971                    <NA>              <NA>                    <NA>
## X1972                    <NA>              <NA>                    <NA>
## X1973                    <NA>              <NA>                    <NA>
## X1974                    <NA>              <NA>                    <NA>
## X1975                    <NA>              <NA>                    <NA>
## X1976                    <NA>              <NA>                    <NA>
## X1977                    <NA>              <NA>                    <NA>
## X1978                    <NA>              <NA>                    <NA>
## X1979                    <NA>              <NA>                    <NA>
## X1980                    <NA>              <NA>                    <NA>
## X1981                    <NA>              <NA>                    <NA>
## X1982                    <NA>              <NA>                    <NA>
## X1983                    <NA>              <NA>                    <NA>
## X1984                    <NA>              <NA>                    <NA>
## X1985                    <NA>              <NA>                    <NA>
## X1986                    <NA>              <NA>                    <NA>
## X1987                    <NA>              <NA>                    <NA>
## X1988                    <NA>              <NA>                    <NA>
## X1989                    <NA>              <NA>                    <NA>
## X1990                    <NA>              <NA>                    <NA>
## X1991                    <NA>       90.38999939                    <NA>
## X1992                    <NA>       90.12000275                    <NA>
## X1993                    <NA>       89.80000305                    <NA>
## X1994                    <NA>             89.25                    <NA>
## X1995                    <NA>       88.72000122                    <NA>
## X1996             63.70000076       88.01999664                    <NA>
## X1997                    <NA>       87.19999695                    <NA>
## X1998                    <NA>       86.37999725                    <NA>
## X1999             80.51000214       85.37999725                    <NA>
## X2000                    <NA>       84.62999725                    <NA>
## X2001                    <NA>       84.09999847                    <NA>
## X2002                    <NA>       83.65000153                    <NA>
## X2003                      93       83.19000244                    <NA>
## X2004                    <NA>       82.73000336                    <NA>
## X2005                    <NA>       82.34999847                    <NA>
## X2006                    <NA>       82.02999878                    <NA>
## X2007                    <NA>       81.68000031                    <NA>
## X2008             78.73999786       81.15000153                    <NA>
## X2009                    <NA>       80.54000092                    <NA>
## X2010                    <NA>       79.83000183                    <NA>
## X2011                    <NA>       79.12000275                    <NA>
## X2012                    <NA>       78.44000244                    <NA>
## X2013             74.90000153       77.76000214                    <NA>
## X2014             76.40000153       76.94999695                    <NA>
## X2015                    <NA>       76.29000092                    <NA>
## X2016                    <NA>       75.88999939                    <NA>
## X2017             24.55999947       75.22000122                    <NA>
## X2018                    <NA>       74.62000275                    <NA>
## X2019                    <NA>       74.08000183                    <NA>
## X2020                    <NA>              <NA>                    <NA>
## X2021                    <NA>              <NA>                    <NA>
##       SL.WAG.0714.MA.ZS SL.UEM.BASC.FE.ZS SL.TLF.0714.SW.ZS SL.SLF.0714.FE.ZS
## X1960              <NA>              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>              <NA>              <NA>
## X1991              <NA>              <NA>              <NA>              <NA>
## X1992              <NA>              <NA>              <NA>              <NA>
## X1993              <NA>              <NA>              <NA>              <NA>
## X1994              <NA>              <NA>              <NA>              <NA>
## X1995              <NA>              <NA>              <NA>              <NA>
## X1996              <NA>              <NA>              <NA>              <NA>
## X1997              <NA>              <NA>              <NA>              <NA>
## X1998              <NA>              <NA>              <NA>              <NA>
## X1999                 4              <NA>              64.4               4.3
## X2000              <NA>              <NA>              <NA>              <NA>
## X2001              <NA>              <NA>              <NA>              <NA>
## X2002              <NA>              <NA>              <NA>              <NA>
## X2003              <NA>              <NA>              <NA>              <NA>
## X2004              <NA>              <NA>              <NA>              <NA>
## X2005              <NA>              <NA>              <NA>              <NA>
## X2006              <NA>              <NA>              <NA>              <NA>
## X2007              <NA>              <NA>              <NA>              <NA>
## X2008              2.54       1.080000043       86.50597704              5.71
## X2009              <NA>              <NA>              <NA>              <NA>
## X2010              <NA>              <NA>              <NA>              <NA>
## X2011              <NA>              <NA>              <NA>              <NA>
## X2012              <NA>              <NA>              <NA>              <NA>
## X2013              <NA>              <NA>              <NA>              <NA>
## X2014              <NA>              <NA>       91.24855939              <NA>
## X2015              <NA>              <NA>              <NA>              <NA>
## X2016              <NA>              <NA>              <NA>              <NA>
## X2017              <NA>       12.64000034              <NA>              <NA>
## X2018              <NA>              <NA>              <NA>              <NA>
## X2019              <NA>              <NA>              <NA>              <NA>
## X2020              <NA>              <NA>              <NA>              <NA>
## X2021              <NA>              <NA>              <NA>              <NA>
##       SL.EMP.WORK.FE.ZS SL.EMP.MPYR.FE.ZS SL.WAG.0714.ZS SL.UEM.BASC.MA.ZS
## X1960              <NA>              <NA>           <NA>              <NA>
## X1961              <NA>              <NA>           <NA>              <NA>
## X1962              <NA>              <NA>           <NA>              <NA>
## X1963              <NA>              <NA>           <NA>              <NA>
## X1964              <NA>              <NA>           <NA>              <NA>
## X1965              <NA>              <NA>           <NA>              <NA>
## X1966              <NA>              <NA>           <NA>              <NA>
## X1967              <NA>              <NA>           <NA>              <NA>
## X1968              <NA>              <NA>           <NA>              <NA>
## X1969              <NA>              <NA>           <NA>              <NA>
## X1970              <NA>              <NA>           <NA>              <NA>
## X1971              <NA>              <NA>           <NA>              <NA>
## X1972              <NA>              <NA>           <NA>              <NA>
## X1973              <NA>              <NA>           <NA>              <NA>
## X1974              <NA>              <NA>           <NA>              <NA>
## X1975              <NA>              <NA>           <NA>              <NA>
## X1976              <NA>              <NA>           <NA>              <NA>
## X1977              <NA>              <NA>           <NA>              <NA>
## X1978              <NA>              <NA>           <NA>              <NA>
## X1979              <NA>              <NA>           <NA>              <NA>
## X1980              <NA>              <NA>           <NA>              <NA>
## X1981              <NA>              <NA>           <NA>              <NA>
## X1982              <NA>              <NA>           <NA>              <NA>
## X1983              <NA>              <NA>           <NA>              <NA>
## X1984              <NA>              <NA>           <NA>              <NA>
## X1985              <NA>              <NA>           <NA>              <NA>
## X1986              <NA>              <NA>           <NA>              <NA>
## X1987              <NA>              <NA>           <NA>              <NA>
## X1988              <NA>              <NA>           <NA>              <NA>
## X1989              <NA>              <NA>           <NA>              <NA>
## X1990              <NA>              <NA>           <NA>              <NA>
## X1991       6.179999828              0.25           <NA>              <NA>
## X1992       6.170000076              0.25           <NA>              <NA>
## X1993       6.170000076              0.25           <NA>              <NA>
## X1994       6.190000057              0.25           <NA>              <NA>
## X1995        6.21999979              0.25           <NA>              <NA>
## X1996        6.28000021        0.25999999           <NA>              <NA>
## X1997       6.369999886        0.25999999           <NA>              <NA>
## X1998        6.46999979        0.25999999           <NA>              <NA>
## X1999       6.590000153        0.25999999           3.27              <NA>
## X2000       6.739999771       0.270000011           <NA>              <NA>
## X2001       6.880000114       0.270000011           <NA>              <NA>
## X2002       6.960000038       0.270000011           <NA>              <NA>
## X2003       7.059999943       0.270000011           <NA>              <NA>
## X2004       7.190000057       0.280000001           <NA>              <NA>
## X2005       7.329999924       0.280000001           <NA>              <NA>
## X2006       7.449999809       0.280000001           <NA>              <NA>
## X2007       7.590000153       0.289999992           <NA>              <NA>
## X2008       7.769999981       0.289999992           2.08                 1
## X2009       8.020000458       0.300000012           <NA>              <NA>
## X2010        8.31000042       0.310000002           <NA>              <NA>
## X2011       8.670000076       0.319999993           <NA>              <NA>
## X2012       9.130000114       0.340000004           <NA>              <NA>
## X2013       9.619999886       0.349999994           <NA>              <NA>
## X2014       10.18999958       0.370000005           <NA>              <NA>
## X2015       10.71000004       0.389999986           <NA>              <NA>
## X2016                11       0.400000006           <NA>              <NA>
## X2017       11.38000011       0.409999996           <NA>       8.649999619
## X2018             11.75       0.419999987           <NA>              <NA>
## X2019       12.10999966       0.430000007           <NA>              <NA>
## X2020              <NA>              <NA>           <NA>              <NA>
## X2021              <NA>              <NA>           <NA>              <NA>
##       SL.SLF.0714.MA.ZS SL.EMP.WORK.MA.ZS SL.EMP.MPYR.MA.ZS
## X1960              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>              <NA>
## X1991              <NA>       22.38999939        1.50999999
## X1992              <NA>       22.38999939               1.5
## X1993              <NA>       22.37999916               1.5
## X1994              <NA>       22.60000038               1.5
## X1995              <NA>       22.65999985        1.50999999
## X1996              <NA>       22.88999939        1.50999999
## X1997              <NA>       23.19000053       1.519999981
## X1998              <NA>       23.38999939       1.539999962
## X1999               4.1       23.71999931       1.549999952
## X2000              <NA>       24.27000046       1.559999943
## X2001              <NA>       24.76000023       1.570000052
## X2002              <NA>       24.64999962       1.580000043
## X2003              <NA>       24.92000008       1.590000033
## X2004              <NA>       25.31999969       1.590000033
## X2005              <NA>       25.62000084       1.600000024
## X2006              <NA>       25.89999962       1.610000014
## X2007              <NA>       26.17000008       1.620000005
## X2008              5.17       26.78000069       1.629999995
## X2009              <NA>       27.38999939       1.639999986
## X2010              <NA>       28.14999962       1.649999976
## X2011              <NA>       28.93000031       1.669999957
## X2012              <NA>       29.96999931       1.710000038
## X2013              <NA>       31.03000069       1.730000019
## X2014              <NA>       32.34999847        1.75999999
## X2015              <NA>       33.22000122       1.789999962
## X2016              <NA>       33.36999893       1.809999943
## X2017              <NA>       34.38000107       1.799999952
## X2018              <NA>       35.18999863       1.799999952
## X2019              <NA>       36.00999832       1.789999962
## X2020              <NA>              <NA>              <NA>
## X2021              <NA>              <NA>              <NA>
##       per_lm_alllm.adq_pop_tot SL.UEM.NEET.FE.ZS SL.TLF.0714.WK.ZS
## X1960                     <NA>              <NA>              <NA>
## X1961                     <NA>              <NA>              <NA>
## X1962                     <NA>              <NA>              <NA>
## X1963                     <NA>              <NA>              <NA>
## X1964                     <NA>              <NA>              <NA>
## X1965                     <NA>              <NA>              <NA>
## X1966                     <NA>              <NA>              <NA>
## X1967                     <NA>              <NA>              <NA>
## X1968                     <NA>              <NA>              <NA>
## X1969                     <NA>              <NA>              <NA>
## X1970                     <NA>              <NA>              <NA>
## X1971                     <NA>              <NA>              <NA>
## X1972                     <NA>              <NA>              <NA>
## X1973                     <NA>              <NA>              <NA>
## X1974                     <NA>              <NA>              <NA>
## X1975                     <NA>              <NA>              <NA>
## X1976                     <NA>              <NA>              <NA>
## X1977                     <NA>              <NA>              <NA>
## X1978                     <NA>              <NA>              <NA>
## X1979                     <NA>              <NA>              <NA>
## X1980                     <NA>              <NA>              <NA>
## X1981                     <NA>              <NA>              <NA>
## X1982                     <NA>              <NA>              <NA>
## X1983                     <NA>              <NA>              <NA>
## X1984                     <NA>              <NA>              <NA>
## X1985                     <NA>              <NA>              <NA>
## X1986                     <NA>              <NA>              <NA>
## X1987                     <NA>              <NA>              <NA>
## X1988                     <NA>              <NA>              <NA>
## X1989                     <NA>              <NA>              <NA>
## X1990                     <NA>              <NA>              <NA>
## X1991                     <NA>              <NA>              <NA>
## X1992                     <NA>              <NA>              <NA>
## X1993                     <NA>              <NA>              <NA>
## X1994                     <NA>              <NA>              <NA>
## X1995                     <NA>              <NA>              <NA>
## X1996                     <NA>              <NA>              <NA>
## X1997                     <NA>              <NA>              <NA>
## X1998                     <NA>              <NA>              <NA>
## X1999                     <NA>              <NA>              35.6
## X2000                     <NA>              <NA>              <NA>
## X2001                     <NA>              <NA>              <NA>
## X2002                     <NA>              <NA>              <NA>
## X2003                     <NA>              <NA>              <NA>
## X2004                     <NA>              <NA>              <NA>
## X2005                     <NA>              <NA>              <NA>
## X2006                     <NA>              <NA>              <NA>
## X2007                     <NA>              <NA>              <NA>
## X2008                     <NA>       24.11000061       13.49402296
## X2009                     <NA>              <NA>              <NA>
## X2010                     <NA>              <NA>              <NA>
## X2011                     <NA>              <NA>              <NA>
## X2012                     <NA>              <NA>              <NA>
## X2013                     <NA>              <NA>              <NA>
## X2014                     <NA>              <NA>       8.751440606
## X2015                     <NA>              <NA>              <NA>
## X2016                     <NA>              <NA>              <NA>
## X2017                     <NA>       45.81999969              <NA>
## X2018                     <NA>              <NA>              <NA>
## X2019                     <NA>              <NA>              <NA>
## X2020                     <NA>              <NA>              <NA>
## X2021                     <NA>              <NA>              <NA>
##       SL.SRV.EMPL.FE.ZS SL.FAM.WORK.FE.ZS SL.EMP.SMGT.FE.ZS SL.AGR.0714.ZS
## X1960              <NA>              <NA>              <NA>           <NA>
## X1961              <NA>              <NA>              <NA>           <NA>
## X1962              <NA>              <NA>              <NA>           <NA>
## X1963              <NA>              <NA>              <NA>           <NA>
## X1964              <NA>              <NA>              <NA>           <NA>
## X1965              <NA>              <NA>              <NA>           <NA>
## X1966              <NA>              <NA>              <NA>           <NA>
## X1967              <NA>              <NA>              <NA>           <NA>
## X1968              <NA>              <NA>              <NA>           <NA>
## X1969              <NA>              <NA>              <NA>           <NA>
## X1970              <NA>              <NA>              <NA>           <NA>
## X1971              <NA>              <NA>              <NA>           <NA>
## X1972              <NA>              <NA>              <NA>           <NA>
## X1973              <NA>              <NA>              <NA>           <NA>
## X1974              <NA>              <NA>              <NA>           <NA>
## X1975              <NA>              <NA>              <NA>           <NA>
## X1976              <NA>              <NA>              <NA>           <NA>
## X1977              <NA>              <NA>              <NA>           <NA>
## X1978              <NA>              <NA>              <NA>           <NA>
## X1979              <NA>              <NA>              <NA>           <NA>
## X1980              <NA>              <NA>              <NA>           <NA>
## X1981              <NA>              <NA>              <NA>           <NA>
## X1982              <NA>              <NA>              <NA>           <NA>
## X1983              <NA>              <NA>              <NA>           <NA>
## X1984              <NA>              <NA>              <NA>           <NA>
## X1985              <NA>              <NA>              <NA>           <NA>
## X1986              <NA>              <NA>              <NA>           <NA>
## X1987              <NA>              <NA>              <NA>           <NA>
## X1988              <NA>              <NA>              <NA>           <NA>
## X1989              <NA>              <NA>              <NA>           <NA>
## X1990              <NA>              <NA>              <NA>           <NA>
## X1991       8.170000076       70.69999695              <NA>           <NA>
## X1992       8.220000267       70.76000214              <NA>           <NA>
## X1993       8.300000191       70.80000305              <NA>           <NA>
## X1994               8.5             70.75              <NA>           <NA>
## X1995       8.670000076       70.72000122              <NA>           <NA>
## X1996       8.890000343       70.55000305              <NA>           <NA>
## X1997       9.149999619       70.30000305              <NA>           <NA>
## X1998       9.350000381       70.04000092              <NA>           <NA>
## X1999       9.579999924       69.68000031              <NA>          87.01
## X2000       9.899999619       69.30000305              <NA>           <NA>
## X2001       10.14999962       68.94999695              <NA>           <NA>
## X2002       10.40999985       68.76999664              <NA>           <NA>
## X2003       10.67000008       68.44000244              <NA>           <NA>
## X2004       10.97000027       68.01999664              <NA>           <NA>
## X2005             11.25       67.62000275              <NA>           <NA>
## X2006       11.51000023       67.19999695              <NA>           <NA>
## X2007       11.80000019       66.79000092              <NA>           <NA>
## X2008       12.15999985       66.23000336              <NA>          88.97
## X2009       12.60000038       65.51000214              <NA>           <NA>
## X2010       13.10000038       64.62999725              <NA>           <NA>
## X2011       13.60999966       63.54999924              <NA>           <NA>
## X2012       14.09000015       62.29000092              <NA>           <NA>
## X2013       14.56999969       60.93000031              <NA>           <NA>
## X2014       15.10999966       59.47000122              <NA>           <NA>
## X2015       15.59000015       58.22999954              <NA>           <NA>
## X2016       15.98999977       57.45000076              <NA>           <NA>
## X2017       16.45000076       56.45000076       13.89999962           <NA>
## X2018       16.88999939       55.59000015              <NA>           <NA>
## X2019       17.29999924       54.79000092              <NA>           <NA>
## X2020              <NA>              <NA>              <NA>           <NA>
## X2021              <NA>              <NA>              <NA>           <NA>
##       per_lm_alllm.cov_q3_tot SL.UEM.TOTL.NE.ZS SL.UEM.ADVN.FE.ZS
## X1960                    <NA>              <NA>              <NA>
## X1961                    <NA>              <NA>              <NA>
## X1962                    <NA>              <NA>              <NA>
## X1963                    <NA>              <NA>              <NA>
## X1964                    <NA>              <NA>              <NA>
## X1965                    <NA>              <NA>              <NA>
## X1966                    <NA>              <NA>              <NA>
## X1967                    <NA>              <NA>              <NA>
## X1968                    <NA>              <NA>              <NA>
## X1969                    <NA>              <NA>              <NA>
## X1970                    <NA>              <NA>              <NA>
## X1971                    <NA>              <NA>              <NA>
## X1972                    <NA>              <NA>              <NA>
## X1973                    <NA>              <NA>              <NA>
## X1974                    <NA>              <NA>              <NA>
## X1975                    <NA>              <NA>              <NA>
## X1976                    <NA>              <NA>              <NA>
## X1977                    <NA>              <NA>              <NA>
## X1978                    <NA>              <NA>              <NA>
## X1979                    <NA>              <NA>              <NA>
## X1980                    <NA>              <NA>              <NA>
## X1981                    <NA>              <NA>              <NA>
## X1982                    <NA>              <NA>              <NA>
## X1983                    <NA>              <NA>              <NA>
## X1984                    <NA>              <NA>              <NA>
## X1985                    <NA>              <NA>              <NA>
## X1986                    <NA>              <NA>              <NA>
## X1987                    <NA>              <NA>              <NA>
## X1988                    <NA>              <NA>              <NA>
## X1989                    <NA>              <NA>              <NA>
## X1990                    <NA>              <NA>              <NA>
## X1991                    <NA>              <NA>              <NA>
## X1992                    <NA>              <NA>              <NA>
## X1993                    <NA>              <NA>              <NA>
## X1994                    <NA>              <NA>              <NA>
## X1995                    <NA>              <NA>              <NA>
## X1996                    <NA>               4.5              <NA>
## X1997                    <NA>              <NA>              <NA>
## X1998                    <NA>              <NA>              <NA>
## X1999                    <NA>       1.850000024              <NA>
## X2000                    <NA>              <NA>              <NA>
## X2001                    <NA>              <NA>              <NA>
## X2002                    <NA>              <NA>              <NA>
## X2003                    <NA>              <NA>              <NA>
## X2004                    <NA>              <NA>              <NA>
## X2005                    <NA>              <NA>              <NA>
## X2006                    <NA>              <NA>              <NA>
## X2007                    <NA>              <NA>              <NA>
## X2008                    <NA>       1.330000043       5.900000095
## X2009                    <NA>              <NA>              <NA>
## X2010                    <NA>              <NA>              <NA>
## X2011                    <NA>              <NA>              <NA>
## X2012                    <NA>              <NA>              <NA>
## X2013                    <NA>              <NA>              <NA>
## X2014                    <NA>              <NA>              <NA>
## X2015                    <NA>       3.099999905              <NA>
## X2016                    <NA>              <NA>              <NA>
## X2017                    <NA>       10.65999985       7.679999828
## X2018                    <NA>              <NA>              <NA>
## X2019                    <NA>              <NA>              <NA>
## X2020                    <NA>              <NA>              <NA>
## X2021                    <NA>              <NA>              <NA>
##       SL.MNF.0714.FE.ZS SL.EMP.VULN.FE.ZS SL.EMP.1524.SP.MA.ZS SL.UEM.BASC.ZS
## X1960              <NA>              <NA>                 <NA>           <NA>
## X1961              <NA>              <NA>                 <NA>           <NA>
## X1962              <NA>              <NA>                 <NA>           <NA>
## X1963              <NA>              <NA>                 <NA>           <NA>
## X1964              <NA>              <NA>                 <NA>           <NA>
## X1965              <NA>              <NA>                 <NA>           <NA>
## X1966              <NA>              <NA>                 <NA>           <NA>
## X1967              <NA>              <NA>                 <NA>           <NA>
## X1968              <NA>              <NA>                 <NA>           <NA>
## X1969              <NA>              <NA>                 <NA>           <NA>
## X1970              <NA>              <NA>                 <NA>           <NA>
## X1971              <NA>              <NA>                 <NA>           <NA>
## X1972              <NA>              <NA>                 <NA>           <NA>
## X1973              <NA>              <NA>                 <NA>           <NA>
## X1974              <NA>              <NA>                 <NA>           <NA>
## X1975              <NA>              <NA>                 <NA>           <NA>
## X1976              <NA>              <NA>                 <NA>           <NA>
## X1977              <NA>              <NA>                 <NA>           <NA>
## X1978              <NA>              <NA>                 <NA>           <NA>
## X1979              <NA>              <NA>                 <NA>           <NA>
## X1980              <NA>              <NA>                 <NA>           <NA>
## X1981              <NA>              <NA>                 <NA>           <NA>
## X1982              <NA>              <NA>                 <NA>           <NA>
## X1983              <NA>              <NA>                 <NA>           <NA>
## X1984              <NA>              <NA>                 <NA>           <NA>
## X1985              <NA>              <NA>                 <NA>           <NA>
## X1986              <NA>              <NA>                 <NA>           <NA>
## X1987              <NA>              <NA>                 <NA>           <NA>
## X1988              <NA>              <NA>                 <NA>           <NA>
## X1989              <NA>              <NA>                 <NA>           <NA>
## X1990              <NA>              <NA>                 <NA>           <NA>
## X1991              <NA>       93.55999756          80.96700287           <NA>
## X1992              <NA>       93.58000183          80.88800049           <NA>
## X1993              <NA>       93.58000374          80.76899719           <NA>
## X1994              <NA>       93.56999969          80.58100128           <NA>
## X1995              <NA>       93.53000069          80.58300018           <NA>
## X1996              <NA>       93.47000313          80.43900299           <NA>
## X1997              <NA>       93.37000275          80.36399841           <NA>
## X1998              <NA>       93.27000046           80.3259964           <NA>
## X1999       1.531663387       93.14999962          80.23200226           <NA>
## X2000              <NA>       93.00000381          79.72399902           <NA>
## X2001              <NA>       92.84999657          79.15299988           <NA>
## X2002              <NA>       92.76999664          78.60800171           <NA>
## X2003              <NA>       92.67000198          77.94100189           <NA>
## X2004              <NA>        92.5399971          77.31300354           <NA>
## X2005              <NA>       92.40000343           76.7009964           <NA>
## X2006              <NA>       92.25999641          76.10399628           <NA>
## X2007              <NA>       92.13000107          75.48300171           <NA>
## X2008              1.48       91.94000244          74.81800079    1.029999971
## X2009              <NA>       91.68000221          73.82299805           <NA>
## X2010              <NA>       91.38999748           72.7539978           <NA>
## X2011              <NA>       91.00999832          71.80699921           <NA>
## X2012              <NA>       90.53000069          70.84400177           <NA>
## X2013              <NA>       90.03000069          69.96399689           <NA>
## X2014              <NA>       89.43000031          69.01699829           <NA>
## X2015              <NA>       88.89999962          68.28299713           <NA>
## X2016              <NA>       88.61000061          68.16400146           <NA>
## X2017              <NA>       88.21000099          67.49500275     9.81000042
## X2018              <NA>       87.83000183          67.27700043           <NA>
## X2019              <NA>       87.47000122          67.08100128           <NA>
## X2020              <NA>              <NA>          59.40100098           <NA>
## X2021              <NA>              <NA>          60.61999893           <NA>
##       SL.TLF.PART.FE.ZS SL.TLF.0714.WK.FE.ZS SL.SLF.0714.ZS SL.EMP.WORK.ZS
## X1960              <NA>                 <NA>           <NA>           <NA>
## X1961              <NA>                 <NA>           <NA>           <NA>
## X1962              <NA>                 <NA>           <NA>           <NA>
## X1963              <NA>                 <NA>           <NA>           <NA>
## X1964              <NA>                 <NA>           <NA>           <NA>
## X1965              <NA>                 <NA>           <NA>           <NA>
## X1966              <NA>                 <NA>           <NA>           <NA>
## X1967              <NA>                 <NA>           <NA>           <NA>
## X1968              <NA>                 <NA>           <NA>           <NA>
## X1969              <NA>                 <NA>           <NA>           <NA>
## X1970              <NA>                 <NA>           <NA>           <NA>
## X1971              <NA>                 <NA>           <NA>           <NA>
## X1972              <NA>                 <NA>           <NA>           <NA>
## X1973              <NA>                 <NA>           <NA>           <NA>
## X1974              <NA>                 <NA>           <NA>           <NA>
## X1975              <NA>                 <NA>           <NA>           <NA>
## X1976              <NA>                 <NA>           <NA>           <NA>
## X1977              <NA>                 <NA>           <NA>           <NA>
## X1978              <NA>                 <NA>           <NA>           <NA>
## X1979              <NA>                 <NA>           <NA>           <NA>
## X1980              <NA>                 <NA>           <NA>           <NA>
## X1981              <NA>                 <NA>           <NA>           <NA>
## X1982              <NA>                 <NA>           <NA>           <NA>
## X1983              <NA>                 <NA>           <NA>           <NA>
## X1984              <NA>                 <NA>           <NA>           <NA>
## X1985              <NA>                 <NA>           <NA>           <NA>
## X1986              <NA>                 <NA>           <NA>           <NA>
## X1987              <NA>                 <NA>           <NA>           <NA>
## X1988              <NA>                 <NA>           <NA>           <NA>
## X1989              <NA>                 <NA>           <NA>           <NA>
## X1990              <NA>                 <NA>           <NA>           <NA>
## X1991              <NA>                 <NA>           <NA>    14.56000042
## X1992              <NA>                 <NA>           <NA>    14.60000038
## X1993              <NA>                 <NA>           <NA>    14.64000034
## X1994              <NA>                 <NA>           <NA>    14.81000042
## X1995              <NA>                 <NA>           <NA>    14.86999989
## X1996              <NA>                 <NA>           <NA>    15.01000023
## X1997              <NA>                 <NA>           <NA>    15.15999985
## X1998              <NA>                 <NA>           <NA>    15.26000023
## X1999              <NA>                 46.2           4.23    15.43000031
## X2000              <NA>                 <NA>           <NA>    15.73999977
## X2001              <NA>                 <NA>           <NA>    16.04999924
## X2002              <NA>                 <NA>           <NA>    16.03000069
## X2003              <NA>                 <NA>           <NA>    16.21999931
## X2004              <NA>                 <NA>           <NA>    16.47999954
## X2005              <NA>                 <NA>           <NA>    16.69000053
## X2006              <NA>                 <NA>           <NA>    16.89999962
## X2007              <NA>                 <NA>           <NA>    17.10000038
## X2008       34.04999924          16.24081454           5.46           17.5
## X2009              <NA>                 <NA>           <NA>    17.87000084
## X2010              <NA>                 <NA>           <NA>    18.29999924
## X2011              <NA>                 <NA>           <NA>    18.67000008
## X2012              <NA>                 <NA>           <NA>    19.15999985
## X2013              <NA>                 <NA>           <NA>    19.62999916
## X2014              <NA>          10.20677001           <NA>    20.27000046
## X2015              <NA>                 <NA>           <NA>    20.70999908
## X2016              <NA>                 <NA>           <NA>    20.85000038
## X2017       40.25999832                 <NA>           <NA>    21.47999954
## X2018              <NA>                 <NA>           <NA>    22.04000092
## X2019              <NA>                 <NA>           <NA>    22.67000008
## X2020              <NA>                 <NA>           <NA>           <NA>
## X2021              <NA>                 <NA>           <NA>           <NA>
##       SL.EMP.MPYR.ZS per_lm_alllm.ben_q1_tot SL.UEM.TOTL.ZS SL.UEM.ADVN.MA.ZS
## X1960           <NA>                    <NA>           <NA>              <NA>
## X1961           <NA>                    <NA>           <NA>              <NA>
## X1962           <NA>                    <NA>           <NA>              <NA>
## X1963           <NA>                    <NA>           <NA>              <NA>
## X1964           <NA>                    <NA>           <NA>              <NA>
## X1965           <NA>                    <NA>           <NA>              <NA>
## X1966           <NA>                    <NA>           <NA>              <NA>
## X1967           <NA>                    <NA>           <NA>              <NA>
## X1968           <NA>                    <NA>           <NA>              <NA>
## X1969           <NA>                    <NA>           <NA>              <NA>
## X1970           <NA>                    <NA>           <NA>              <NA>
## X1971           <NA>                    <NA>           <NA>              <NA>
## X1972           <NA>                    <NA>           <NA>              <NA>
## X1973           <NA>                    <NA>           <NA>              <NA>
## X1974           <NA>                    <NA>           <NA>              <NA>
## X1975           <NA>                    <NA>           <NA>              <NA>
## X1976           <NA>                    <NA>           <NA>              <NA>
## X1977           <NA>                    <NA>           <NA>              <NA>
## X1978           <NA>                    <NA>           <NA>              <NA>
## X1979           <NA>                    <NA>           <NA>              <NA>
## X1980           <NA>                    <NA>           <NA>              <NA>
## X1981           <NA>                    <NA>           <NA>              <NA>
## X1982           <NA>                    <NA>           <NA>              <NA>
## X1983           <NA>                    <NA>           <NA>              <NA>
## X1984           <NA>                    <NA>           <NA>              <NA>
## X1985           <NA>                    <NA>           <NA>              <NA>
## X1986           <NA>                    <NA>           <NA>              <NA>
## X1987           <NA>                    <NA>           <NA>              <NA>
## X1988           <NA>                    <NA>           <NA>              <NA>
## X1989           <NA>                    <NA>           <NA>              <NA>
## X1990           <NA>                    <NA>           <NA>              <NA>
## X1991    0.899999976                    <NA>    1.766000032              <NA>
## X1992    0.899999976                    <NA>    1.707000017              <NA>
## X1993    0.910000026                    <NA>    1.715999961              <NA>
## X1994    0.910000026                    <NA>    1.886999965              <NA>
## X1995    0.910000026                    <NA>    1.738000035              <NA>
## X1996    0.920000017                    <NA>     1.82099998              <NA>
## X1997    0.920000017                    <NA>     1.83099997              <NA>
## X1998    0.930000007                    <NA>    1.781000018              <NA>
## X1999    0.930000007                    <NA>    1.850000024              <NA>
## X2000    0.930000007                    <NA>    1.855000019              <NA>
## X2001    0.939999998                    <NA>    1.746000051              <NA>
## X2002    0.939999998                    <NA>     1.54400003              <NA>
## X2003    0.949999988                    <NA>    1.595000029              <NA>
## X2004    0.949999988                    <NA>     1.55400002              <NA>
## X2005    0.959999979                    <NA>    1.457999945              <NA>
## X2006    0.959999979                    <NA>    1.393000007              <NA>
## X2007    0.970000029                    <NA>     1.33099997              <NA>
## X2008    0.970000029                    <NA>    1.330000043       4.590000153
## X2009    0.980000019                    <NA>    1.550999999              <NA>
## X2010     0.99000001                    <NA>    1.820000052              <NA>
## X2011     0.99000001                    <NA>    2.029999971              <NA>
## X2012              1                    <NA>    2.329999924              <NA>
## X2013              1                    <NA>    2.551000118              <NA>
## X2014     1.00999999                    <NA>    2.944000006              <NA>
## X2015     1.00999999                    <NA>    3.099999905              <NA>
## X2016    1.019999981                    <NA>    2.868000031              <NA>
## X2017    1.019999981                    <NA>    3.318000078       8.609999657
## X2018    1.029999971                    <NA>    3.193000078              <NA>
## X2019    1.029999971                    <NA>    3.096999884              <NA>
## X2020           <NA>                    <NA>    4.723999977              <NA>
## X2021           <NA>                    <NA>    5.052000046              <NA>
##       SL.TLF.0714.SW.MA.ZS SL.MNF.0714.MA.ZS SL.EMP.VULN.MA.ZS
## X1960                 <NA>              <NA>              <NA>
## X1961                 <NA>              <NA>              <NA>
## X1962                 <NA>              <NA>              <NA>
## X1963                 <NA>              <NA>              <NA>
## X1964                 <NA>              <NA>              <NA>
## X1965                 <NA>              <NA>              <NA>
## X1966                 <NA>              <NA>              <NA>
## X1967                 <NA>              <NA>              <NA>
## X1968                 <NA>              <NA>              <NA>
## X1969                 <NA>              <NA>              <NA>
## X1970                 <NA>              <NA>              <NA>
## X1971                 <NA>              <NA>              <NA>
## X1972                 <NA>              <NA>              <NA>
## X1973                 <NA>              <NA>              <NA>
## X1974                 <NA>              <NA>              <NA>
## X1975                 <NA>              <NA>              <NA>
## X1976                 <NA>              <NA>              <NA>
## X1977                 <NA>              <NA>              <NA>
## X1978                 <NA>              <NA>              <NA>
## X1979                 <NA>              <NA>              <NA>
## X1980                 <NA>              <NA>              <NA>
## X1981                 <NA>              <NA>              <NA>
## X1982                 <NA>              <NA>              <NA>
## X1983                 <NA>              <NA>              <NA>
## X1984                 <NA>              <NA>              <NA>
## X1985                 <NA>              <NA>              <NA>
## X1986                 <NA>              <NA>              <NA>
## X1987                 <NA>              <NA>              <NA>
## X1988                 <NA>              <NA>              <NA>
## X1989                 <NA>              <NA>              <NA>
## X1990                 <NA>              <NA>              <NA>
## X1991                 <NA>              <NA>       76.10000229
## X1992                 <NA>              <NA>       76.11000061
## X1993                 <NA>              <NA>       76.11999893
## X1994                 <NA>              <NA>       75.90000153
## X1995                 <NA>              <NA>       75.84000015
## X1996                 <NA>              <NA>       75.59999847
## X1997                 <NA>              <NA>        75.2899971
## X1998                 <NA>              <NA>       75.08000183
## X1999          76.77725118       1.203637722       74.72999954
## X2000                 <NA>              <NA>       74.16999817
## X2001                 <NA>              <NA>       73.68000221
## X2002                 <NA>              <NA>       73.76999855
## X2003                 <NA>              <NA>              73.5
## X2004                 <NA>              <NA>       73.07999802
## X2005                 <NA>              <NA>       72.76999855
## X2006                 <NA>              <NA>       72.48999977
## X2007                 <NA>              <NA>       72.21000099
## X2008          89.76286564              1.27       71.60000038
## X2009                 <NA>              <NA>       70.96999931
## X2010                 <NA>              <NA>       70.20000076
## X2011                 <NA>              <NA>       69.40000153
## X2012                 <NA>              <NA>       68.33000183
## X2013                 <NA>              <NA>       67.22999763
## X2014          92.86377382              <NA>       65.88999939
## X2015                 <NA>              <NA>       64.99000168
## X2016                 <NA>              <NA>       64.82999802
## X2017                 <NA>              <NA>       63.81999969
## X2018                 <NA>              <NA>       63.01999855
## X2019                 <NA>              <NA>       62.20000172
## X2020                 <NA>              <NA>              <NA>
## X2021                 <NA>              <NA>              <NA>
##       SL.EMP.1524.SP.NE.ZS SL.UEM.TOTL.MA.NE.ZS SL.UEM.1524.NE.ZS
## X1960                 <NA>                 <NA>              <NA>
## X1961                 <NA>                 <NA>              <NA>
## X1962                 <NA>                 <NA>              <NA>
## X1963                 <NA>                 <NA>              <NA>
## X1964                 <NA>                 <NA>              <NA>
## X1965                 <NA>                 <NA>              <NA>
## X1966                 <NA>                 <NA>              <NA>
## X1967                 <NA>                 <NA>              <NA>
## X1968                 <NA>                 <NA>              <NA>
## X1969                 <NA>                 <NA>              <NA>
## X1970                 <NA>                 <NA>              <NA>
## X1971                 <NA>                 <NA>              <NA>
## X1972                 <NA>                 <NA>              <NA>
## X1973                 <NA>                 <NA>              <NA>
## X1974                 <NA>                 <NA>              <NA>
## X1975                 <NA>                 <NA>              <NA>
## X1976                 <NA>                 <NA>              <NA>
## X1977                 <NA>                 <NA>              <NA>
## X1978                 <NA>                 <NA>              <NA>
## X1979                 <NA>                 <NA>              <NA>
## X1980                 <NA>                 <NA>              <NA>
## X1981                 <NA>                 <NA>              <NA>
## X1982                 <NA>                 <NA>              <NA>
## X1983                 <NA>                 <NA>              <NA>
## X1984                 <NA>                 <NA>              <NA>
## X1985                 <NA>                 <NA>              <NA>
## X1986                 <NA>                 <NA>              <NA>
## X1987                 <NA>                 <NA>              <NA>
## X1988                 <NA>                 <NA>              <NA>
## X1989                 <NA>                 <NA>              <NA>
## X1990                 <NA>                 <NA>              <NA>
## X1991                 <NA>                 <NA>              <NA>
## X1992                 <NA>                 <NA>              <NA>
## X1993                 <NA>                 <NA>              <NA>
## X1994                 <NA>                 <NA>              <NA>
## X1995                 <NA>                 <NA>              <NA>
## X1996                 <NA>                 <NA>              <NA>
## X1997                 <NA>                 <NA>              <NA>
## X1998                 <NA>                 <NA>              <NA>
## X1999                 <NA>          2.029999971       2.980000019
## X2000                 <NA>                 <NA>              <NA>
## X2001                 <NA>                 <NA>              <NA>
## X2002                 <NA>                 <NA>              <NA>
## X2003                 <NA>                 <NA>              <NA>
## X2004                 <NA>                 <NA>              <NA>
## X2005                 <NA>                 <NA>              <NA>
## X2006                 <NA>                 <NA>              <NA>
## X2007                 <NA>                 <NA>              <NA>
## X2008          74.26000214          1.590000033       2.180000067
## X2009                 <NA>                 <NA>              <NA>
## X2010                 <NA>                 <NA>              <NA>
## X2011                 <NA>                 <NA>              <NA>
## X2012                 <NA>                 <NA>              <NA>
## X2013                 <NA>                 <NA>              <NA>
## X2014                 <NA>                 <NA>              <NA>
## X2015                 <NA>          3.400000095              <NA>
## X2016                 <NA>                 <NA>              <NA>
## X2017          23.45000076          9.789999962       20.53000069
## X2018                 <NA>                 <NA>              <NA>
## X2019                 <NA>                 <NA>              <NA>
## X2020                 <NA>                 <NA>              <NA>
## X2021                 <NA>                 <NA>              <NA>
##       SL.IND.EMPL.MA.ZS SL.EMP.TOTL.SP.NE.ZS SL.EMP.1524.SP.FE.ZS
## X1960              <NA>                 <NA>                 <NA>
## X1961              <NA>                 <NA>                 <NA>
## X1962              <NA>                 <NA>                 <NA>
## X1963              <NA>                 <NA>                 <NA>
## X1964              <NA>                 <NA>                 <NA>
## X1965              <NA>                 <NA>                 <NA>
## X1966              <NA>                 <NA>                 <NA>
## X1967              <NA>                 <NA>                 <NA>
## X1968              <NA>                 <NA>                 <NA>
## X1969              <NA>                 <NA>                 <NA>
## X1970              <NA>                 <NA>                 <NA>
## X1971              <NA>                 <NA>                 <NA>
## X1972              <NA>                 <NA>                 <NA>
## X1973              <NA>                 <NA>                 <NA>
## X1974              <NA>                 <NA>                 <NA>
## X1975              <NA>                 <NA>                 <NA>
## X1976              <NA>                 <NA>                 <NA>
## X1977              <NA>                 <NA>                 <NA>
## X1978              <NA>                 <NA>                 <NA>
## X1979              <NA>                 <NA>                 <NA>
## X1980              <NA>                 <NA>                 <NA>
## X1981              <NA>                 <NA>                 <NA>
## X1982              <NA>                 <NA>                 <NA>
## X1983              <NA>                 <NA>                 <NA>
## X1984              <NA>                 <NA>                 <NA>
## X1985              <NA>                 <NA>                 <NA>
## X1986              <NA>                 <NA>                 <NA>
## X1987              <NA>                 <NA>                 <NA>
## X1988              <NA>                 <NA>                 <NA>
## X1989              <NA>                 <NA>                 <NA>
## X1990              <NA>                 <NA>                 <NA>
## X1991        3.99000001                 <NA>          77.31400299
## X1992       4.659999847                 <NA>          77.53700256
## X1993       5.420000076                 <NA>          77.78900146
## X1994       6.440000057                 <NA>          78.02400208
## X1995       7.519999981                 <NA>          78.37200165
## X1996       8.850000381          67.19999695          78.31099701
## X1997       10.43999958                 <NA>          78.29299927
## X1998       12.18999958                 <NA>          78.32099915
## X1999       14.34000015                84.25          78.36199951
## X2000       15.30000019                 <NA>          77.87400055
## X2001       15.94999981                 <NA>          77.41100311
## X2002       16.20999908                 <NA>          76.95899963
## X2003       16.65999985          91.59999847          76.42099762
## X2004       17.03000069                 <NA>          75.89299774
## X2005       17.28000069                 <NA>          75.36799622
## X2006       17.51000023                 <NA>          74.81199646
## X2007       17.70000076                 <NA>          74.24199677
## X2008       18.17000008          82.22000122          73.63600159
## X2009       18.44000053                 <NA>          73.22499847
## X2010       18.81999969                 <NA>          72.85800171
## X2011       19.19000053                 <NA>          72.68900299
## X2012       19.79999924                 <NA>          72.72899628
## X2013       20.45000076          78.40000153          72.94799805
## X2014       21.20999908          79.80000305          73.08499908
## X2015       21.67000008                 <NA>          73.22699738
## X2016       21.59000015                 <NA>          73.87400055
## X2017       22.34000015          35.65999985          73.99099731
## X2018       22.87999916                 <NA>          74.17900085
## X2019       23.30999947                 <NA>          74.17900085
## X2020              <NA>                 <NA>          64.13600159
## X2021              <NA>                 <NA>          67.24099731
##       SL.WAG.0714.FE.ZS SL.UEM.ADVN.ZS SL.MNF.0714.ZS SL.EMP.VULN.ZS
## X1960              <NA>           <NA>           <NA>           <NA>
## X1961              <NA>           <NA>           <NA>           <NA>
## X1962              <NA>           <NA>           <NA>           <NA>
## X1963              <NA>           <NA>           <NA>           <NA>
## X1964              <NA>           <NA>           <NA>           <NA>
## X1965              <NA>           <NA>           <NA>           <NA>
## X1966              <NA>           <NA>           <NA>           <NA>
## X1967              <NA>           <NA>           <NA>           <NA>
## X1968              <NA>           <NA>           <NA>           <NA>
## X1969              <NA>           <NA>           <NA>           <NA>
## X1970              <NA>           <NA>           <NA>           <NA>
## X1971              <NA>           <NA>           <NA>           <NA>
## X1972              <NA>           <NA>           <NA>           <NA>
## X1973              <NA>           <NA>           <NA>           <NA>
## X1974              <NA>           <NA>           <NA>           <NA>
## X1975              <NA>           <NA>           <NA>           <NA>
## X1976              <NA>           <NA>           <NA>           <NA>
## X1977              <NA>           <NA>           <NA>           <NA>
## X1978              <NA>           <NA>           <NA>           <NA>
## X1979              <NA>           <NA>           <NA>           <NA>
## X1980              <NA>           <NA>           <NA>           <NA>
## X1981              <NA>           <NA>           <NA>           <NA>
## X1982              <NA>           <NA>           <NA>           <NA>
## X1983              <NA>           <NA>           <NA>           <NA>
## X1984              <NA>           <NA>           <NA>           <NA>
## X1985              <NA>           <NA>           <NA>           <NA>
## X1986              <NA>           <NA>           <NA>           <NA>
## X1987              <NA>           <NA>           <NA>           <NA>
## X1988              <NA>           <NA>           <NA>           <NA>
## X1989              <NA>           <NA>           <NA>           <NA>
## X1990              <NA>           <NA>           <NA>           <NA>
## X1991              <NA>           <NA>           <NA>    84.54999924
## X1992              <NA>           <NA>           <NA>    84.49999809
## X1993              <NA>           <NA>           <NA>    84.45000076
## X1994              <NA>           <NA>           <NA>    84.29000092
## X1995              <NA>           <NA>           <NA>    84.21999741
## X1996              <NA>           <NA>           <NA>    84.07999802
## X1997              <NA>           <NA>           <NA>    83.91999817
## X1998              <NA>           <NA>           <NA>    83.81999969
## X1999               2.7           <NA>           1.38    83.63999939
## X2000              <NA>           <NA>           <NA>    83.33000183
## X2001              <NA>           <NA>           <NA>    83.02000046
## X2002              <NA>           <NA>           <NA>    83.02999878
## X2003              <NA>           <NA>           <NA>    82.84000015
## X2004              <NA>           <NA>           <NA>    82.56999969
## X2005              <NA>           <NA>           <NA>    82.34999847
## X2006              <NA>           <NA>           <NA>    82.13999939
## X2007              <NA>           <NA>           <NA>    81.93999863
## X2008              1.69    5.039999962           1.39    81.52999878
## X2009              <NA>           <NA>           <NA>    81.14999771
## X2010              <NA>           <NA>           <NA>    80.70999908
## X2011              <NA>           <NA>           <NA>    80.34000015
## X2012              <NA>           <NA>           <NA>    79.85000229
## X2013              <NA>           <NA>           <NA>    79.36999893
## X2014              <NA>           <NA>           <NA>    78.72000122
## X2015              <NA>           <NA>           <NA>    78.27999878
## X2016              <NA>           <NA>           <NA>    78.13000107
## X2017              <NA>    8.319999695           <NA>           77.5
## X2018              <NA>           <NA>           <NA>    76.93000031
## X2019              <NA>           <NA>           <NA>    76.31000137
## X2020              <NA>           <NA>           <NA>           <NA>
## X2021              <NA>           <NA>           <NA>           <NA>
##       SL.EMP.1524.SP.ZS
## X1960              <NA>
## X1961              <NA>
## X1962              <NA>
## X1963              <NA>
## X1964              <NA>
## X1965              <NA>
## X1966              <NA>
## X1967              <NA>
## X1968              <NA>
## X1969              <NA>
## X1970              <NA>
## X1971              <NA>
## X1972              <NA>
## X1973              <NA>
## X1974              <NA>
## X1975              <NA>
## X1976              <NA>
## X1977              <NA>
## X1978              <NA>
## X1979              <NA>
## X1980              <NA>
## X1981              <NA>
## X1982              <NA>
## X1983              <NA>
## X1984              <NA>
## X1985              <NA>
## X1986              <NA>
## X1987              <NA>
## X1988              <NA>
## X1989              <NA>
## X1990              <NA>
## X1991       79.17900085
## X1992       79.26300049
## X1993       79.33399963
## X1994       79.35600281
## X1995       79.52400208
## X1996       79.40699768
## X1997       79.34600067
## X1998       79.32800293
## X1999       79.29199982
## X2000       78.78800201
## X2001       78.26300049
## X2002       77.75800323
## X2003       77.15200043
## X2004        76.5719986
## X2005        76.0039978
## X2006       75.43000031
## X2007       74.83799744
## X2008       74.20500183
## X2009       73.51300049
## X2010       72.80799866
## X2011       72.27100372
## X2012       71.84600067
## X2013       71.56199646
## X2014       71.19999695
## X2015       70.92199707
## X2016       71.19400024
## X2017       70.91300201
## X2018       70.87200165
## X2019       70.73799896
## X2020       61.81600189
## X2021       63.98600006
# Keep rownames as a first column

#setDT(df_t, keep.rownames = TRUE)[]
nepal_df <- cbind(names = rownames(nepal_df), nepal_df)
colnames(nepal_df)[1] <- "YEAR"

# Removing a character 'X' from the column: YEAR in nepal_df
nepal_df$YEAR <- gsub("X","",as.character(nepal_df$YEAR))
nepal_df
##       YEAR TM.TAX.MRCH.WM.AR.ZS TM.TAX.MRCH.IP.ZS NY.TAX.NIND.KN
## X1960 1960                 <NA>              <NA>           <NA>
## X1961 1961                 <NA>              <NA>           <NA>
## X1962 1962                 <NA>              <NA>           <NA>
## X1963 1963                 <NA>              <NA>           <NA>
## X1964 1964                 <NA>              <NA>           <NA>
## X1965 1965                 <NA>              <NA>     1075144628
## X1966 1966                 <NA>              <NA>     1406731222
## X1967 1967                 <NA>              <NA>     1185673493
## X1968 1968                 <NA>              <NA>     1446923644
## X1969 1969                 <NA>              <NA>     3024472246
## X1970 1970                 <NA>              <NA>    -1115337050
## X1971 1971                 <NA>              <NA>     2481876086
## X1972 1972                 <NA>              <NA>     4049376524
## X1973 1973                 <NA>              <NA>     3225433883
## X1974 1974                 <NA>              <NA>     6511156281
## X1975 1975                 <NA>              <NA>     9405003569
## X1976 1976                 <NA>              <NA>    12570149882
## X1977 1977                 <NA>              <NA>    17604237553
## X1978 1978                 <NA>              <NA>    20950281283
## X1979 1979                 <NA>              <NA>    20859818526
## X1980 1980                 <NA>              <NA>    19654043511
## X1981 1981                 <NA>              <NA>    23180946411
## X1982 1982                 <NA>              <NA>    22186183085
## X1983 1983                 <NA>              <NA>    21432558471
## X1984 1984                 <NA>              <NA>    22547911341
## X1985 1985                 <NA>              <NA>    25833616503
## X1986 1986                 <NA>              <NA>    26400264605
## X1987 1987                 <NA>              <NA>    27218911058
## X1988 1988                 <NA>              <NA>    32705876319
## X1989 1989                 <NA>              <NA>    29809643007
## X1990 1990                 <NA>              <NA>    32075085848
## X1991 1991                 <NA>              <NA>    33779755004
## X1992 1992                 <NA>              <NA>    32457472104
## X1993 1993                15.96          56.73497    38102322604
## X1994 1994                 <NA>              <NA>    44412517305
## X1995 1995                 <NA>              <NA>    51546654806
## X1996 1996                 <NA>              <NA>    52631847606
## X1997 1997                 <NA>              <NA>    56691272306
## X1998 1998                20.09          50.15618    56158723806
## X1999 1999                14.01          20.58712    58700888407
## X2000 2000                16.84          18.55528    63282813207
## X2001 2001                 <NA>              <NA>    66320388207
## X2002 2002                15.45          18.44888    66006375707
## X2003 2003                15.86          19.35049    70331721108
## X2004 2004                15.49          21.48468    76378232809
## X2005 2005                 15.4          21.65096    81629088709
## X2006 2006                13.13          19.45306    80394287609
## X2007 2007                13.29          45.03713    90633928910
## X2008 2008                421.5           22.3663    99768623911
## X2009 2009                12.65          45.41185   112000000000
## X2010 2010                13.05          45.86365   125000000000
## X2011 2011                12.45          48.90406   123000000000
## X2012 2012                12.45          22.64935   125000000000
## X2013 2013                15.04          40.18724   136000000000
## X2014 2014                10.55          48.15847   148000000000
## X2015 2015                12.31          48.41149   162000000000
## X2016 2016                12.35          48.11775   170000000000
## X2017 2017                 <NA>              <NA>   192000000000
## X2018 2018                12.36          19.94126   211000000000
## X2019 2019                14.22          19.22991   230000000000
## X2020 2020                 11.6          20.06978   226000000000
## X2021 2021                 <NA>              <NA>   244000000000
##       TM.TAX.TCOM.BC.ZS TM.TAX.MANF.BC.ZS GC.TAX.INTT.RV.ZS
## X1960              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>         25.628645
## X1991              <NA>              <NA>       24.20675944
## X1992              <NA>              <NA>       22.94242197
## X1993              <NA>              <NA>       21.80039788
## X1994              <NA>              <NA>       24.76087264
## X1995              <NA>              <NA>        25.9512628
## X1996              <NA>              <NA>       23.31508942
## X1997              <NA>              <NA>       23.55375415
## X1998              <NA>              <NA>       23.11959537
## X1999              <NA>              <NA>       24.37387964
## X2000              <NA>              <NA>       23.49885907
## X2001              <NA>              <NA>       23.72823683
## X2002              <NA>              <NA>       23.04108043
## X2003              <NA>              <NA>       21.89612399
## X2004             99.58              99.6       21.88843859
## X2005             99.58              99.6       19.04223091
## X2006             99.58              99.6        18.2445287
## X2007             99.57             99.61       16.34988095
## X2008             99.57             99.61       17.45746781
## X2009             99.57             99.61       16.14751576
## X2010             99.57             99.61       16.28623552
## X2011             99.57             99.61       14.46186363
## X2012             99.57             99.61       15.22137267
## X2013             99.55             99.64       17.20431016
## X2014             99.55             99.64       16.80061443
## X2015             99.55             99.64       16.63159732
## X2016             99.55             99.64       15.68282462
## X2017              <NA>              <NA>       15.75943716
## X2018             99.54             99.63        15.7924584
## X2019             99.47             99.63       16.03055514
## X2020             99.47             99.63       15.81359711
## X2021              <NA>              <NA>              <NA>
##       TM.TAX.MRCH.WM.FN.ZS TM.TAX.MRCH.SM.AR.ZS TM.TAX.TCOM.IP.ZS
## X1960                 <NA>                 <NA>              <NA>
## X1961                 <NA>                 <NA>              <NA>
## X1962                 <NA>                 <NA>              <NA>
## X1963                 <NA>                 <NA>              <NA>
## X1964                 <NA>                 <NA>              <NA>
## X1965                 <NA>                 <NA>              <NA>
## X1966                 <NA>                 <NA>              <NA>
## X1967                 <NA>                 <NA>              <NA>
## X1968                 <NA>                 <NA>              <NA>
## X1969                 <NA>                 <NA>              <NA>
## X1970                 <NA>                 <NA>              <NA>
## X1971                 <NA>                 <NA>              <NA>
## X1972                 <NA>                 <NA>              <NA>
## X1973                 <NA>                 <NA>              <NA>
## X1974                 <NA>                 <NA>              <NA>
## X1975                 <NA>                 <NA>              <NA>
## X1976                 <NA>                 <NA>              <NA>
## X1977                 <NA>                 <NA>              <NA>
## X1978                 <NA>                 <NA>              <NA>
## X1979                 <NA>                 <NA>              <NA>
## X1980                 <NA>                 <NA>              <NA>
## X1981                 <NA>                 <NA>              <NA>
## X1982                 <NA>                 <NA>              <NA>
## X1983                 <NA>                 <NA>              <NA>
## X1984                 <NA>                 <NA>              <NA>
## X1985                 <NA>                 <NA>              <NA>
## X1986                 <NA>                 <NA>              <NA>
## X1987                 <NA>                 <NA>              <NA>
## X1988                 <NA>                 <NA>              <NA>
## X1989                 <NA>                 <NA>              <NA>
## X1990                 <NA>                 <NA>              <NA>
## X1991                 <NA>                 <NA>              <NA>
## X1992                 <NA>                 <NA>              <NA>
## X1993                15.96                20.87          26.03093
## X1994                 <NA>                 <NA>              <NA>
## X1995                 <NA>                 <NA>              <NA>
## X1996                 <NA>                 <NA>              <NA>
## X1997                 <NA>                 <NA>              <NA>
## X1998                20.09                21.67                36
## X1999                14.01                14.36          18.19923
## X2000                16.84                14.41          25.73416
## X2001                 <NA>                 <NA>              <NA>
## X2002                15.45                14.66          22.92746
## X2003                15.86                14.87          23.14335
## X2004                15.49                14.82           24.2228
## X2005                15.49                14.72          23.89532
## X2006                13.26                13.11          18.42007
## X2007                13.46                13.05          44.80568
## X2008                421.5                15.07          29.09543
## X2009                 12.9                12.77          45.96413
## X2010                13.35                12.98          48.29414
## X2011                 12.8                13.15          51.06639
## X2012                12.87                12.85          24.60198
## X2013                15.65                11.82          43.44024
## X2014                11.31                12.66          48.11121
## X2015                13.08                12.63          47.64338
## X2016                13.07                12.65          47.42036
## X2017                 <NA>                 <NA>              <NA>
## X2018                13.42                12.79          28.52165
## X2019                15.43                 20.2           26.6456
## X2020                12.66                 12.1           29.7841
## X2021                 <NA>                 <NA>              <NA>
##       TM.TAX.MANF.IP.ZS IC.TAX.GIFT.ZS GC.TAX.TOTL.GD.ZS GC.TAX.GSRV.VA.ZS
## X1960              <NA>           <NA>              <NA>              <NA>
## X1961              <NA>           <NA>              <NA>              <NA>
## X1962              <NA>           <NA>              <NA>              <NA>
## X1963              <NA>           <NA>              <NA>              <NA>
## X1964              <NA>           <NA>              <NA>              <NA>
## X1965              <NA>           <NA>              <NA>              <NA>
## X1966              <NA>           <NA>              <NA>              <NA>
## X1967              <NA>           <NA>              <NA>              <NA>
## X1968              <NA>           <NA>              <NA>              <NA>
## X1969              <NA>           <NA>              <NA>              <NA>
## X1970              <NA>           <NA>              <NA>              <NA>
## X1971              <NA>           <NA>              <NA>              <NA>
## X1972              <NA>           <NA>              <NA>              <NA>
## X1973              <NA>           <NA>              <NA>              <NA>
## X1974              <NA>           <NA>              <NA>              <NA>
## X1975              <NA>           <NA>              <NA>              <NA>
## X1976              <NA>           <NA>              <NA>              <NA>
## X1977              <NA>           <NA>              <NA>              <NA>
## X1978              <NA>           <NA>              <NA>              <NA>
## X1979              <NA>           <NA>              <NA>              <NA>
## X1980              <NA>           <NA>              <NA>              <NA>
## X1981              <NA>           <NA>              <NA>              <NA>
## X1982              <NA>           <NA>              <NA>              <NA>
## X1983              <NA>           <NA>              <NA>              <NA>
## X1984              <NA>           <NA>              <NA>              <NA>
## X1985              <NA>           <NA>              <NA>              <NA>
## X1986              <NA>           <NA>              <NA>              <NA>
## X1987              <NA>           <NA>              <NA>              <NA>
## X1988              <NA>           <NA>              <NA>              <NA>
## X1989              <NA>           <NA>              <NA>              <NA>
## X1990              <NA>           <NA>       6.996692968       7.375946529
## X1991              <NA>           <NA>       6.620301936       6.911035363
## X1992              <NA>           <NA>       6.483344072       6.968780364
## X1993          63.02853           <NA>       6.654637356       6.764000417
## X1994              <NA>           <NA>       7.729134048       7.647323859
## X1995              <NA>           <NA>       8.985513859       8.258410491
## X1996              <NA>           <NA>       8.719914187       8.016256591
## X1997              <NA>           <NA>       8.723659866       7.763240037
## X1998          56.96041           <NA>       8.639332547       7.365102977
## X1999           21.2132           <NA>       8.422505233       6.904100273
## X2000          16.97031           <NA>       8.735981111       7.031443074
## X2001              <NA>           <NA>       8.802574747       6.371072049
## X2002          17.52297           <NA>       8.560583141       6.391161382
## X2003          18.56196           <NA>       8.651811853       6.722882993
## X2004          20.90894           <NA>         8.9749585       6.961713693
## X2005          21.16375           <NA>       9.179453421       7.607887563
## X2006          19.60244           <NA>        8.77975841       7.440960428
## X2007          45.07095           <NA>       9.772473404       8.221876521
## X2008          20.78373           <NA>       10.44008641       8.457497576
## X2009          45.29071           14.9       11.84403686       10.00975173
## X2010          45.33381           <NA>       13.39611544       12.40721413
## X2011          48.47382           <NA>       11.62467555       10.48746079
## X2012           22.2418           <NA>       12.04080455         10.473829
## X2013          39.67693           10.4       13.29788586       11.03921327
## X2014          48.17821           <NA>       13.99491049       11.66240116
## X2015          48.56504           <NA>       14.68630457       12.26907017
## X2016          48.25839           <NA>       16.14374976         13.050688
## X2017              <NA>           <NA>       17.99936212       13.98934979
## X2018          18.46353           <NA>       19.08282606       16.40675864
## X2019          18.02381           <NA>       19.80906024       16.90920019
## X2020          18.52515           <NA>       15.77364973       10.51234967
## X2021              <NA>           <NA>              <NA>              <NA>
##       IC.TAX.LABR.CP.ZS GC.TAX.YPKG.CN TM.TAX.MRCH.BR.ZS NY.TAX.NIND.CN
## X1960              <NA>           <NA>              <NA>       54000000
## X1961              <NA>           <NA>              <NA>       56000000
## X1962              <NA>           <NA>              <NA>       61000000
## X1963              <NA>           <NA>              <NA>       64000000
## X1964              <NA>           <NA>              <NA>       70000000
## X1965              <NA>           <NA>              <NA>       78000000
## X1966              <NA>           <NA>              <NA>      178000000
## X1967              <NA>           <NA>              <NA>       91000000
## X1968              <NA>           <NA>              <NA>      108000000
## X1969              <NA>           <NA>              <NA>      161000000
## X1970              <NA>           <NA>              <NA>       55000000
## X1971              <NA>           <NA>              <NA>      163000000
## X1972              <NA>           <NA>              <NA>      239000000
## X1973              <NA>           <NA>              <NA>      204000000
## X1974              <NA>           <NA>              <NA>      383000000
## X1975              <NA>           <NA>              <NA>      635000000
## X1976              <NA>           <NA>              <NA>      805000000
## X1977              <NA>           <NA>              <NA>     1025000000
## X1978              <NA>           <NA>              <NA>     1306000000
## X1979              <NA>           <NA>              <NA>     1436000000
## X1980              <NA>           <NA>              <NA>     1464999900
## X1981              <NA>           <NA>              <NA>     1840999900
## X1982              <NA>           <NA>              <NA>     1951000100
## X1983              <NA>           <NA>              <NA>     2116999900
## X1984              <NA>           <NA>              <NA>     2385999900
## X1985              <NA>           <NA>              <NA>     2571000000
## X1986              <NA>           <NA>              <NA>     3007000000
## X1987              <NA>           <NA>              <NA>     3492000000
## X1988              <NA>           <NA>              <NA>     4692000000
## X1989              <NA>           <NA>              <NA>     4758000000
## X1990              <NA>      943000000              <NA>     5668000000
## X1991              <NA>      768000000              <NA>     6532000000
## X1992              <NA>      875000000              <NA>     7487000000
## X1993              <NA>     1174000000              <NA>     9702000000
## X1994              <NA>     1931000000              <NA>    12149000000
## X1995              <NA>     2751000000              <NA>    14261000000
## X1996              <NA>     3326000000              <NA>    15457000000
## X1997              <NA>     3954000000              <NA>    17952000000
## X1998              <NA>     4576000000              <NA>    18943000000
## X1999              <NA>     5774000000              <NA>    21456000000
## X2000              <NA>     6969000000              <NA>    23945000000
## X2001              <NA>     8517000000              <NA>    28090335300
## X2002              <NA>     8068000000              <NA>    29046000000
## X2003              <NA>     6879300000              <NA>    31906000000
## X2004              <NA>     8123300000             25.94    36050000000
## X2005              11.3     8790400000             25.94    40927000000
## X2006              11.3     9162391000             25.94    42966000000
## X2007              11.3    13723900000                26    51968000000
## X2008              11.3    16626800000                26    60401000000
## X2009              11.3    24051800000                26    78744000000
## X2010              11.3    33821327000                26   109000000000
## X2011              11.3    43121246000                26   123000000000
## X2012              11.3    51303230000                26   140000000000
## X2013              11.3    64186691000             26.26   172000000000
## X2014              11.3    75608249000             26.26   210000000000
## X2015              11.3    86168029438             26.26   237000000000
## X2016              11.3   114000000000             26.26   267000000000
## X2017              11.3   145000000000              <NA>   357000000000
## X2018              19.9   155000000000             26.33   445000000000
## X2019              26.2   188000000000             26.33   516000000000
## X2020              <NA>   213000000000             26.33   460000000000
## X2021              <NA>           <NA>              <NA>   615000000000
##       TM.TAX.MRCH.SR.ZS IC.TAX.OTHR.CP.ZS GC.TAX.YPKG.ZS GC.TAX.IMPT.ZS
## X1960              <NA>              <NA>           <NA>           <NA>
## X1961              <NA>              <NA>           <NA>           <NA>
## X1962              <NA>              <NA>           <NA>           <NA>
## X1963              <NA>              <NA>           <NA>           <NA>
## X1964              <NA>              <NA>           <NA>           <NA>
## X1965              <NA>              <NA>           <NA>           <NA>
## X1966              <NA>              <NA>           <NA>           <NA>
## X1967              <NA>              <NA>           <NA>           <NA>
## X1968              <NA>              <NA>           <NA>           <NA>
## X1969              <NA>              <NA>           <NA>           <NA>
## X1970              <NA>              <NA>           <NA>           <NA>
## X1971              <NA>              <NA>           <NA>           <NA>
## X1972              <NA>              <NA>           <NA>           <NA>
## X1973              <NA>              <NA>           <NA>           <NA>
## X1974              <NA>              <NA>           <NA>           <NA>
## X1975              <NA>              <NA>           <NA>           <NA>
## X1976              <NA>              <NA>           <NA>           <NA>
## X1977              <NA>              <NA>           <NA>           <NA>
## X1978              <NA>              <NA>           <NA>           <NA>
## X1979              <NA>              <NA>           <NA>           <NA>
## X1980              <NA>              <NA>           <NA>           <NA>
## X1981              <NA>              <NA>           <NA>           <NA>
## X1982              <NA>              <NA>           <NA>           <NA>
## X1983              <NA>              <NA>           <NA>           <NA>
## X1984              <NA>              <NA>           <NA>           <NA>
## X1985              <NA>              <NA>           <NA>           <NA>
## X1986              <NA>              <NA>           <NA>           <NA>
## X1987              <NA>              <NA>           <NA>           <NA>
## X1988              <NA>              <NA>           <NA>           <NA>
## X1989              <NA>              <NA>           <NA>           <NA>
## X1990              <NA>              <NA>    13.03260224    36.96670675
## X1991              <NA>              <NA>    9.370424597    36.18838458
## X1992              <NA>              <NA>    8.837491163    32.76436724
## X1993          1.083305              <NA>    10.04191258    32.53784963
## X1994              <NA>              <NA>    12.53733281    31.34657837
## X1995              <NA>              <NA>    13.96872144    33.94942622
## X1996              <NA>              <NA>    15.32365814     33.0661138
## X1997              <NA>              <NA>    16.15790119    33.16987455
## X1998           8.21062              <NA>    17.60609442    31.84179139
## X1999          1.742424              <NA>     20.0430436    31.67870036
## X2000           2.08161              <NA>    21.02135618    31.19268822
## X2001              <NA>              <NA>     21.9143188    30.94043484
## X2002         0.2909246              <NA>    20.51308128     29.7805802
## X2003         0.2907183              <NA>    16.15355896     31.3805419
## X2004         0.2972189              <NA>    16.86276545    31.04311544
## X2005          0.585547               1.3    16.24698733    27.51752155
## X2006         0.5581049               1.3    15.95485015    25.41960101
## X2007          0.365099               2.7    19.29500455    22.39482501
## X2008                 0               2.7    19.52524444    24.09183681
## X2009         0.3645801               2.9    20.54808447     22.0116308
## X2010         0.3813659               2.8    21.16672162    20.99344106
## X2011         0.2817439                 3    23.79042862    19.39028537
## X2012         0.3390478                 3     24.2312975    19.32051265
## X2013         0.5153311                 1    24.76195089    20.95862122
## X2014                 0                 1    24.19929253    20.52298279
## X2015         0.8449514               1.1    24.20838353    19.81470993
## X2016          0.887735               1.1    27.11610048    18.47785808
## X2017              <NA>               1.1    26.15179132    17.76787505
## X2018         0.2496329               1.1    23.47117513    18.44066251
## X2019         0.2159827               0.7    24.63362342    17.92326296
## X2020         0.2147219              <NA>    34.76302493     19.1697738
## X2021              <NA>              <NA>           <NA>           <NA>
##       GC.TAX.OTHR.CN GC.TAX.IMPT.CN TM.TAX.TCOM.WM.AR.ZS TM.TAX.MANF.WM.AR.ZS
## X1960           <NA>           <NA>                 <NA>                 <NA>
## X1961           <NA>           <NA>                 <NA>                 <NA>
## X1962           <NA>           <NA>                 <NA>                 <NA>
## X1963           <NA>           <NA>                 <NA>                 <NA>
## X1964           <NA>           <NA>                 <NA>                 <NA>
## X1965           <NA>           <NA>                 <NA>                 <NA>
## X1966           <NA>           <NA>                 <NA>                 <NA>
## X1967           <NA>           <NA>                 <NA>                 <NA>
## X1968           <NA>           <NA>                 <NA>                 <NA>
## X1969           <NA>           <NA>                 <NA>                 <NA>
## X1970           <NA>           <NA>                 <NA>                 <NA>
## X1971           <NA>           <NA>                 <NA>                 <NA>
## X1972           <NA>           <NA>                 <NA>                 <NA>
## X1973           <NA>           <NA>                 <NA>                 <NA>
## X1974           <NA>           <NA>                 <NA>                 <NA>
## X1975           <NA>           <NA>                 <NA>                 <NA>
## X1976           <NA>           <NA>                 <NA>                 <NA>
## X1977           <NA>           <NA>                 <NA>                 <NA>
## X1978           <NA>           <NA>                 <NA>                 <NA>
## X1979           <NA>           <NA>                 <NA>                 <NA>
## X1980           <NA>           <NA>                 <NA>                 <NA>
## X1981           <NA>           <NA>                 <NA>                 <NA>
## X1982           <NA>           <NA>                 <NA>                 <NA>
## X1983           <NA>           <NA>                 <NA>                 <NA>
## X1984           <NA>           <NA>                 <NA>                 <NA>
## X1985           <NA>           <NA>                 <NA>                 <NA>
## X1986           <NA>           <NA>                 <NA>                 <NA>
## X1987           <NA>           <NA>                 <NA>                 <NA>
## X1988           <NA>           <NA>                 <NA>                 <NA>
## X1989           <NA>           <NA>                 <NA>                 <NA>
## X1990       98500000     2674800000                 <NA>                 <NA>
## X1991      106000000     2966000000                 <NA>                 <NA>
## X1992       87000000     3244000000                 <NA>                 <NA>
## X1993       86000000     3804000000                 9.24                 22.1
## X1994       69000000     4828000000                 <NA>                 <NA>
## X1995       69000000     6686000000                 <NA>                 <NA>
## X1996      105000000     7177000000                 <NA>                 <NA>
## X1997      269000000     8117000000                 <NA>                 <NA>
## X1998      436000000     8276000000                17.09                30.35
## X1999      522000000     9126000000                   12                16.41
## X2000      575000000    10341000000                13.83                20.87
## X2001      605000000    12025000000                 <NA>                 <NA>
## X2002      839000000    11713000000                 8.96                18.59
## X2003     1252600000    13364000000                 9.39                18.99
## X2004     1391200000    14954400000                 9.51                18.38
## X2005     1675900000    14888300000                 9.35                18.28
## X2006     1771133000    14597713000                11.59                14.34
## X2007     2007900000    15928700000                11.62                14.56
## X2008     2451000000    20515500000               917.75               150.92
## X2009     3195600000    25764900000                11.18                13.79
## X2010     1063759000    33544450000                11.13                14.25
## X2011     1324195000    35145784000                11.08                 13.7
## X2012     2908351000    40905969000                 10.9                13.78
## X2013     3489525000    54327890000                13.75                15.52
## X2014     4485704000    64121990000                 8.08                13.12
## X2015     5508835142    70529058946                11.35                13.17
## X2016     5990203529    77802641716                12.26                 12.4
## X2017    27392715000    98410300000                 <NA>                 <NA>
## X2018    10465303530   122000000000                11.14                12.77
## X2019     8442841000   137000000000                12.97                14.74
## X2020     6619530000   118000000000                11.45                11.21
## X2021           <NA>           <NA>                 <NA>                 <NA>
##       IC.TAX.PAYM GC.TAX.EXPT.CN IC.TAX.TOTL.CP.ZS IC.FRM.INFM.ZS
## X1960        <NA>           <NA>              <NA>           <NA>
## X1961        <NA>           <NA>              <NA>           <NA>
## X1962        <NA>           <NA>              <NA>           <NA>
## X1963        <NA>           <NA>              <NA>           <NA>
## X1964        <NA>           <NA>              <NA>           <NA>
## X1965        <NA>           <NA>              <NA>           <NA>
## X1966        <NA>           <NA>              <NA>           <NA>
## X1967        <NA>           <NA>              <NA>           <NA>
## X1968        <NA>           <NA>              <NA>           <NA>
## X1969        <NA>           <NA>              <NA>           <NA>
## X1970        <NA>           <NA>              <NA>           <NA>
## X1971        <NA>           <NA>              <NA>           <NA>
## X1972        <NA>           <NA>              <NA>           <NA>
## X1973        <NA>           <NA>              <NA>           <NA>
## X1974        <NA>           <NA>              <NA>           <NA>
## X1975        <NA>           <NA>              <NA>           <NA>
## X1976        <NA>           <NA>              <NA>           <NA>
## X1977        <NA>           <NA>              <NA>           <NA>
## X1978        <NA>           <NA>              <NA>           <NA>
## X1979        <NA>           <NA>              <NA>           <NA>
## X1980        <NA>           <NA>              <NA>           <NA>
## X1981        <NA>           <NA>              <NA>           <NA>
## X1982        <NA>           <NA>              <NA>           <NA>
## X1983        <NA>           <NA>              <NA>           <NA>
## X1984        <NA>           <NA>              <NA>           <NA>
## X1985        <NA>           <NA>              <NA>           <NA>
## X1986        <NA>           <NA>              <NA>           <NA>
## X1987        <NA>           <NA>              <NA>           <NA>
## X1988        <NA>           <NA>              <NA>           <NA>
## X1989        <NA>           <NA>              <NA>           <NA>
## X1990        <NA>       32200000              <NA>           <NA>
## X1991        <NA>       78000000              <NA>           <NA>
## X1992        <NA>      115000000              <NA>           <NA>
## X1993        <NA>      141000000              <NA>           <NA>
## X1994        <NA>      427000000              <NA>           <NA>
## X1995        <NA>      332000000              <NA>           <NA>
## X1996        <NA>      150000000              <NA>           <NA>
## X1997        <NA>      168000000              <NA>           <NA>
## X1998        <NA>      217000000              <NA>           <NA>
## X1999        <NA>      378000000              <NA>           <NA>
## X2000        <NA>      432000000              <NA>           <NA>
## X2001        <NA>      493000000              <NA>           <NA>
## X2002        <NA>      917000000              <NA>           <NA>
## X2003        <NA>      855600000              <NA>           <NA>
## X2004        <NA>      527100000              <NA>           <NA>
## X2005          34      697900000              32.5           <NA>
## X2006          34      625284000              32.5           <NA>
## X2007          34      698600000              32.8           <NA>
## X2008          34      445600000              34.1           <NA>
## X2009          34      793800000              32.5           <NA>
## X2010          34      915461000              31.7           <NA>
## X2011          34      292395000              31.5           <NA>
## X2012          34      861574000              31.5           <NA>
## X2013          34      439097000              29.9           <NA>
## X2014          34     1069880000              29.9           <NA>
## X2015          34    314849716.4              29.9           <NA>
## X2016          34    159554770.7              29.9           <NA>
## X2017          34      125130000                30           <NA>
## X2018          39      102360000                37           <NA>
## X2019          46      237634000              41.8           <NA>
## X2020        <NA>      112370000              <NA>           <NA>
## X2021        <NA>           <NA>              <NA>           <NA>
##       GC.TAX.GSRV.CN GC.TAX.INTT.CN TM.TAX.TCOM.WM.FN.ZS TM.TAX.MANF.WM.FN.ZS
## X1960           <NA>           <NA>                 <NA>                 <NA>
## X1961           <NA>           <NA>                 <NA>                 <NA>
## X1962           <NA>           <NA>                 <NA>                 <NA>
## X1963           <NA>           <NA>                 <NA>                 <NA>
## X1964           <NA>           <NA>                 <NA>                 <NA>
## X1965           <NA>           <NA>                 <NA>                 <NA>
## X1966           <NA>           <NA>                 <NA>                 <NA>
## X1967           <NA>           <NA>                 <NA>                 <NA>
## X1968           <NA>           <NA>                 <NA>                 <NA>
## X1969           <NA>           <NA>                 <NA>                 <NA>
## X1970           <NA>           <NA>                 <NA>                 <NA>
## X1971           <NA>           <NA>                 <NA>                 <NA>
## X1972           <NA>           <NA>                 <NA>                 <NA>
## X1973           <NA>           <NA>                 <NA>                 <NA>
## X1974           <NA>           <NA>                 <NA>                 <NA>
## X1975           <NA>           <NA>                 <NA>                 <NA>
## X1976           <NA>           <NA>                 <NA>                 <NA>
## X1977           <NA>           <NA>                 <NA>                 <NA>
## X1978           <NA>           <NA>                 <NA>                 <NA>
## X1979           <NA>           <NA>                 <NA>                 <NA>
## X1980           <NA>           <NA>                 <NA>                 <NA>
## X1981           <NA>           <NA>                 <NA>                 <NA>
## X1982           <NA>           <NA>                 <NA>                 <NA>
## X1983           <NA>           <NA>                 <NA>                 <NA>
## X1984           <NA>           <NA>                 <NA>                 <NA>
## X1985           <NA>           <NA>                 <NA>                 <NA>
## X1986           <NA>           <NA>                 <NA>                 <NA>
## X1987           <NA>           <NA>                 <NA>                 <NA>
## X1988           <NA>           <NA>                 <NA>                 <NA>
## X1989           <NA>           <NA>                 <NA>                 <NA>
## X1990     3487200000     2707000000                 <NA>                 <NA>
## X1991     4278000000     3044000000                 <NA>                 <NA>
## X1992     5580000000     3359000000                 <NA>                 <NA>
## X1993     6486000000     3945000000                 9.25                 22.1
## X1994     8147000000     5255000000                 <NA>                 <NA>
## X1995     9856000000     7018000000                 <NA>                 <NA>
## X1996    10947000000     7327000000                 <NA>                 <NA>
## X1997    11938000000     8310000000                 <NA>                 <NA>
## X1998    12477000000     8502000000                17.09                30.35
## X1999    12994000000     9518000000                   12                16.41
## X2000    14795000000    10813000000                13.83                20.87
## X2001    17191000000    12552000000                 <NA>                 <NA>
## X2002    17765000000    12659000000                 8.96                18.59
## X2003    20218600000    14236400000                 9.39                18.99
## X2004    23103700000    15554800000                 9.51                18.38
## X2005    27937000000    15701500000                 9.39                18.41
## X2006    31149795000    15343676000                11.65                 14.5
## X2007    38687300000    16707600000                 11.7                14.78
## X2008    45015200000    21062400000               917.75               150.92
## X2009    62995100000    26808800000                 11.3                14.11
## X2010    89681363000    35218933000                 11.3                14.62
## X2011   100000000000    36575544000                11.29                14.15
## X2012   114000000000    43390806000                11.17                14.31
## X2013   135000000000    56931815000                14.25                16.17
## X2014   164000000000    67980556000                 8.49                14.11
## X2015   189000000000    74844459070                11.93                14.09
## X2016   219000000000    82184049221                12.89                13.18
## X2017   279000000000   103000000000                 <NA>                 <NA>
## X2018   367000000000   127000000000                 12.2                13.82
## X2019   424000000000   143000000000                14.06                15.99
## X2020   270000000000   124000000000                12.49                12.29
## X2021           <NA>           <NA>                 <NA>                 <NA>
##       TM.TAX.MRCH.SM.FN.ZS TM.TAX.TCOM.SM.AR.ZS TM.TAX.MANF.SM.AR.ZS
## X1960                 <NA>                 <NA>                 <NA>
## X1961                 <NA>                 <NA>                 <NA>
## X1962                 <NA>                 <NA>                 <NA>
## X1963                 <NA>                 <NA>                 <NA>
## X1964                 <NA>                 <NA>                 <NA>
## X1965                 <NA>                 <NA>                 <NA>
## X1966                 <NA>                 <NA>                 <NA>
## X1967                 <NA>                 <NA>                 <NA>
## X1968                 <NA>                 <NA>                 <NA>
## X1969                 <NA>                 <NA>                 <NA>
## X1970                 <NA>                 <NA>                 <NA>
## X1971                 <NA>                 <NA>                 <NA>
## X1972                 <NA>                 <NA>                 <NA>
## X1973                 <NA>                 <NA>                 <NA>
## X1974                 <NA>                 <NA>                 <NA>
## X1975                 <NA>                 <NA>                 <NA>
## X1976                 <NA>                 <NA>                 <NA>
## X1977                 <NA>                 <NA>                 <NA>
## X1978                 <NA>                 <NA>                 <NA>
## X1979                 <NA>                 <NA>                 <NA>
## X1980                 <NA>                 <NA>                 <NA>
## X1981                 <NA>                 <NA>                 <NA>
## X1982                 <NA>                 <NA>                 <NA>
## X1983                 <NA>                 <NA>                 <NA>
## X1984                 <NA>                 <NA>                 <NA>
## X1985                 <NA>                 <NA>                 <NA>
## X1986                 <NA>                 <NA>                 <NA>
## X1987                 <NA>                 <NA>                 <NA>
## X1988                 <NA>                 <NA>                 <NA>
## X1989                 <NA>                 <NA>                 <NA>
## X1990                 <NA>                 <NA>                 <NA>
## X1991                 <NA>                 <NA>                 <NA>
## X1992                 <NA>                 <NA>                 <NA>
## X1993                16.57                11.34                22.54
## X1994                 <NA>                 <NA>                 <NA>
## X1995                 <NA>                 <NA>                 <NA>
## X1996                 <NA>                 <NA>                 <NA>
## X1997                 <NA>                 <NA>                 <NA>
## X1998                 16.2                16.64                23.23
## X1999                12.43                11.95                14.87
## X2000                13.29                15.94                14.12
## X2001                 <NA>                 <NA>                 <NA>
## X2002                13.62                14.18                14.71
## X2003                13.72                14.19                14.95
## X2004                13.79                14.35                14.86
## X2005                13.76                14.08                 14.8
## X2006                12.51                14.99                12.74
## X2007                12.56                14.88                12.69
## X2008                15.41                22.36                13.78
## X2009                12.43                16.02                12.18
## X2010                12.33                16.58                12.29
## X2011                12.35                17.94                12.38
## X2012                 12.2                17.29                12.13
## X2013                12.21                   16                11.21
## X2014                12.23                16.22                12.12
## X2015                12.25                16.86                12.07
## X2016                12.14                 18.4                11.89
## X2017                 <NA>                 <NA>                 <NA>
## X2018                13.19                23.78                11.11
## X2019                17.27                73.04                12.57
## X2020                 12.6                 18.7                11.17
## X2021                 <NA>                 <NA>                 <NA>
##       IC.FRM.METG.ZS GC.TAX.GSRV.RV.ZS TM.TAX.MRCH.BC.ZS NY.TAX.NIND.CD
## X1960           <NA>              <NA>              <NA>    7087544.297
## X1961           <NA>              <NA>              <NA>    7350045.938
## X1962           <NA>              <NA>              <NA>    8006300.039
## X1963           <NA>              <NA>              <NA>    6890092.263
## X1964           <NA>              <NA>              <NA>    6913580.247
## X1965           <NA>              <NA>              <NA>    10237563.98
## X1966           <NA>              <NA>              <NA>    23362646.02
## X1967           <NA>              <NA>              <NA>    11943824.65
## X1968           <NA>              <NA>              <NA>    11627030.69
## X1969           <NA>              <NA>              <NA>    15901234.57
## X1970           <NA>              <NA>              <NA>    5432098.765
## X1971           <NA>              <NA>              <NA>    16098765.43
## X1972           <NA>              <NA>              <NA>    23604938.27
## X1973           <NA>              <NA>              <NA>    19892541.27
## X1974           <NA>              <NA>              <NA>    36420692.28
## X1975           <NA>              <NA>              <NA>    60384176.49
## X1976           <NA>              <NA>              <NA>    67235734.33
## X1977           <NA>              <NA>              <NA>       82000000
## X1978           <NA>              <NA>              <NA>    106174545.8
## X1979           <NA>              <NA>              <NA>    119666666.7
## X1980           <NA>              <NA>              <NA>      122083325
## X1981           <NA>              <NA>              <NA>    153416658.3
## X1982           <NA>              <NA>              <NA>    150815928.8
## X1983           <NA>              <NA>              <NA>    153455829.8
## X1984           <NA>              <NA>              <NA>    156353407.2
## X1985           <NA>              <NA>              <NA>    144588476.8
## X1986           <NA>              <NA>              <NA>      153835135
## X1987           <NA>              <NA>              <NA>    161698856.7
## X1988           <NA>              <NA>              <NA>    212740875.1
## X1989           <NA>              <NA>              <NA>    187893171.8
## X1990           <NA>       33.01522381              <NA>    198818593.8
## X1991           <NA>       34.01988072              <NA>    206905289.8
## X1992           <NA>       38.11215081              <NA>    166748329.6
## X1993           <NA>       35.84217507              <NA>      202125000
## X1994           <NA>       38.38759836              <NA>    247938775.5
## X1995           <NA>       36.44566061              <NA>    286365461.8
## X1996           <NA>       34.83421371              <NA>    280781108.1
## X1997           <NA>       33.83690938              <NA>    314781693.8
## X1998           <NA>       33.92886278              <NA>    305778853.9
## X1999           <NA>       33.27528809              <NA>    315761589.4
## X2000           <NA>       32.15255895              <NA>    346677283.9
## X2001           <NA>       32.49777879              <NA>    382181432.7
## X2002           <NA>        32.3346863              <NA>    382536546.8
## X2003           <NA>       31.09697483              <NA>    410335949.2
## X2004           <NA>       32.51111674             99.35    488543949.3
## X2005           <NA>       33.88101804             99.35    564540713.2
## X2006           <NA>       37.03892918             99.35    594070905.2
## X2007           <NA>        37.8589833             99.37    737265472.6
## X2008           <NA>       37.31062961             99.37    929013185.9
## X2009           63.4       37.94330107             99.37     1024265562
## X2010           <NA>       41.47121093             99.37     1467183643
## X2011           <NA>       39.63207921             99.37     1703933395
## X2012           <NA>       40.03297494             99.37     1727421573
## X2013           65.6       40.67709026             99.42     1955546313
## X2014           <NA>       40.62102422             99.42     2138934650
## X2015           <NA>       42.09241158             99.42     2382471163
## X2016           <NA>       41.73543924             99.42     2508487301
## X2017           <NA>       42.59794073              <NA>     3357251910
## X2018           <NA>        45.7311523             99.41     4262858915
## X2019           <NA>       47.46473999              99.4     4575218471
## X2020           <NA>       34.45891513              99.4     3956454691
## X2021           <NA>              <NA>              <NA>     5216026828
##       TM.TAX.TCOM.SM.FN.ZS TM.TAX.MANF.SM.FN.ZS IC.TAX.METG GC.TAX.YPKG.RV.ZS
## X1960                 <NA>                 <NA>        <NA>              <NA>
## X1961                 <NA>                 <NA>        <NA>              <NA>
## X1962                 <NA>                 <NA>        <NA>              <NA>
## X1963                 <NA>                 <NA>        <NA>              <NA>
## X1964                 <NA>                 <NA>        <NA>              <NA>
## X1965                 <NA>                 <NA>        <NA>              <NA>
## X1966                 <NA>                 <NA>        <NA>              <NA>
## X1967                 <NA>                 <NA>        <NA>              <NA>
## X1968                 <NA>                 <NA>        <NA>              <NA>
## X1969                 <NA>                 <NA>        <NA>              <NA>
## X1970                 <NA>                 <NA>        <NA>              <NA>
## X1971                 <NA>                 <NA>        <NA>              <NA>
## X1972                 <NA>                 <NA>        <NA>              <NA>
## X1973                 <NA>                 <NA>        <NA>              <NA>
## X1974                 <NA>                 <NA>        <NA>              <NA>
## X1975                 <NA>                 <NA>        <NA>              <NA>
## X1976                 <NA>                 <NA>        <NA>              <NA>
## X1977                 <NA>                 <NA>        <NA>              <NA>
## X1978                 <NA>                 <NA>        <NA>              <NA>
## X1979                 <NA>                 <NA>        <NA>              <NA>
## X1980                 <NA>                 <NA>        <NA>              <NA>
## X1981                 <NA>                 <NA>        <NA>              <NA>
## X1982                 <NA>                 <NA>        <NA>              <NA>
## X1983                 <NA>                 <NA>        <NA>              <NA>
## X1984                 <NA>                 <NA>        <NA>              <NA>
## X1985                 <NA>                 <NA>        <NA>              <NA>
## X1986                 <NA>                 <NA>        <NA>              <NA>
## X1987                 <NA>                 <NA>        <NA>              <NA>
## X1988                 <NA>                 <NA>        <NA>              <NA>
## X1989                 <NA>                 <NA>        <NA>              <NA>
## X1990                 <NA>                 <NA>        <NA>       8.927895175
## X1991                 <NA>                 <NA>        <NA>       6.107355865
## X1992                 <NA>                 <NA>        <NA>       5.976367734
## X1993                 8.78                18.68        <NA>       6.487621574
## X1994                 <NA>                 <NA>        <NA>       9.098619422
## X1995                 <NA>                 <NA>        <NA>       10.17268794
## X1996                 <NA>                 <NA>        <NA>        10.5835932
## X1997                 <NA>                 <NA>        <NA>       11.20716533
## X1998                 9.14                18.12        <NA>       12.44357426
## X1999                 8.83                13.33        <NA>       14.78617157
## X2000                11.58                13.64        <NA>       15.14506139
## X2001                 <NA>                 <NA>        <NA>       16.10049339
## X2002                11.98                 13.9        <NA>       14.68484374
## X2003                12.06                14.01        <NA>       10.58062472
## X2004                12.11                14.07        <NA>       11.43096364
## X2005                11.91                14.09        <NA>       10.66069016
## X2006                11.81                 12.5        <NA>       10.89461909
## X2007                11.86                12.57        <NA>       13.43006364
## X2008                 19.2                14.09        <NA>       13.78104232
## X2009                 12.2                 12.3           2       14.48691547
## X2010                12.02                12.22        <NA>       15.63994278
## X2011                12.27                12.17        <NA>       17.05001515
## X2012                12.08                12.05        <NA>       17.99702875
## X2013                 11.8                12.19         2.7       19.39667197
## X2014                11.75                12.23        <NA>       18.68571124
## X2015                11.86                12.23        <NA>       19.14786994
## X2016                12.15                11.97        <NA>       21.78746495
## X2017                 <NA>                 <NA>        <NA>       22.14941899
## X2018                15.82                12.12        <NA>       19.26866565
## X2019                27.66                13.55        <NA>        21.0622036
## X2020                13.29                12.19        <NA>       27.23947011
## X2021                 <NA>                 <NA>        <NA>              <NA>
##       IC.TAX.DURS GC.TAX.TOTL.CN TM.TAX.TCOM.BR.ZS TM.TAX.MANF.BR.ZS
## X1960        <NA>           <NA>              <NA>              <NA>
## X1961        <NA>           <NA>              <NA>              <NA>
## X1962        <NA>           <NA>              <NA>              <NA>
## X1963        <NA>           <NA>              <NA>              <NA>
## X1964        <NA>           <NA>              <NA>              <NA>
## X1965        <NA>           <NA>              <NA>              <NA>
## X1966        <NA>           <NA>              <NA>              <NA>
## X1967        <NA>           <NA>              <NA>              <NA>
## X1968        <NA>           <NA>              <NA>              <NA>
## X1969        <NA>           <NA>              <NA>              <NA>
## X1970        <NA>           <NA>              <NA>              <NA>
## X1971        <NA>           <NA>              <NA>              <NA>
## X1972        <NA>           <NA>              <NA>              <NA>
## X1973        <NA>           <NA>              <NA>              <NA>
## X1974        <NA>           <NA>              <NA>              <NA>
## X1975        <NA>           <NA>              <NA>              <NA>
## X1976        <NA>           <NA>              <NA>              <NA>
## X1977        <NA>           <NA>              <NA>              <NA>
## X1978        <NA>           <NA>              <NA>              <NA>
## X1979        <NA>           <NA>              <NA>              <NA>
## X1980        <NA>           <NA>              <NA>              <NA>
## X1981        <NA>           <NA>              <NA>              <NA>
## X1982        <NA>           <NA>              <NA>              <NA>
## X1983        <NA>           <NA>              <NA>              <NA>
## X1984        <NA>           <NA>              <NA>              <NA>
## X1985        <NA>           <NA>              <NA>              <NA>
## X1986        <NA>           <NA>              <NA>              <NA>
## X1987        <NA>           <NA>              <NA>              <NA>
## X1988        <NA>           <NA>              <NA>              <NA>
## X1989        <NA>           <NA>              <NA>              <NA>
## X1990        <NA>     7235700000              <NA>              <NA>
## X1991        <NA>     8196000000              <NA>              <NA>
## X1992        <NA>     9901000000              <NA>              <NA>
## X1993        <NA>    11691000000              <NA>              <NA>
## X1994        <NA>    15402000000              <NA>              <NA>
## X1995        <NA>    19694000000              <NA>              <NA>
## X1996        <NA>    21705000000              <NA>              <NA>
## X1997        <NA>    24471000000              <NA>              <NA>
## X1998        <NA>    25991000000              <NA>              <NA>
## X1999        <NA>    28808000000              <NA>              <NA>
## X2000        <NA>    33152000000              <NA>              <NA>
## X2001        <NA>    38865000000              <NA>              <NA>
## X2002        <NA>    39331000000              <NA>              <NA>
## X2003        <NA>    42586900000              <NA>              <NA>
## X2004        <NA>    48173000000             32.41             24.07
## X2005         408    54104800000             32.41             24.07
## X2006         408    57426995000             32.41             24.07
## X2007         408    71126700000             32.32             24.14
## X2008         408    85155400000             32.32             24.14
## X2009         338   117000000000             32.32             24.14
## X2010         338   160000000000             32.32             24.14
## X2011         326   181000000000             32.32             24.14
## X2012         326   212000000000             32.32             24.14
## X2013         334   259000000000             32.62             24.12
## X2014         334   312000000000             32.62             24.12
## X2015         334   356000000000             32.62             24.12
## X2016         339   421000000000             32.62             24.12
## X2017         339   554000000000              <NA>              <NA>
## X2018         353   659000000000             32.88             24.12
## X2019         377   764000000000             32.88             24.12
## X2020        <NA>   613000000000             32.88             24.12
## X2021        <NA>           <NA>              <NA>              <NA>
##       TM.TAX.TCOM.SR.ZS TM.TAX.MANF.SR.ZS IC.TAX.PRFT.CP.ZS GC.TAX.EXPT.ZS
## X1960              <NA>              <NA>              <NA>           <NA>
## X1961              <NA>              <NA>              <NA>           <NA>
## X1962              <NA>              <NA>              <NA>           <NA>
## X1963              <NA>              <NA>              <NA>           <NA>
## X1964              <NA>              <NA>              <NA>           <NA>
## X1965              <NA>              <NA>              <NA>           <NA>
## X1966              <NA>              <NA>              <NA>           <NA>
## X1967              <NA>              <NA>              <NA>           <NA>
## X1968              <NA>              <NA>              <NA>           <NA>
## X1969              <NA>              <NA>              <NA>           <NA>
## X1970              <NA>              <NA>              <NA>           <NA>
## X1971              <NA>              <NA>              <NA>           <NA>
## X1972              <NA>              <NA>              <NA>           <NA>
## X1973              <NA>              <NA>              <NA>           <NA>
## X1974              <NA>              <NA>              <NA>           <NA>
## X1975              <NA>              <NA>              <NA>           <NA>
## X1976              <NA>              <NA>              <NA>           <NA>
## X1977              <NA>              <NA>              <NA>           <NA>
## X1978              <NA>              <NA>              <NA>           <NA>
## X1979              <NA>              <NA>              <NA>           <NA>
## X1980              <NA>              <NA>              <NA>           <NA>
## X1981              <NA>              <NA>              <NA>           <NA>
## X1982              <NA>              <NA>              <NA>           <NA>
## X1983              <NA>              <NA>              <NA>           <NA>
## X1984              <NA>              <NA>              <NA>           <NA>
## X1985              <NA>              <NA>              <NA>           <NA>
## X1986              <NA>              <NA>              <NA>           <NA>
## X1987              <NA>              <NA>              <NA>           <NA>
## X1988              <NA>              <NA>              <NA>           <NA>
## X1989              <NA>              <NA>              <NA>           <NA>
## X1990              <NA>              <NA>              <NA>    0.445015686
## X1991              <NA>              <NA>              <NA>    0.951683748
## X1992              <NA>              <NA>              <NA>    1.161498839
## X1993          6.546392         0.0202306              <NA>     1.20605594
## X1994              <NA>              <NA>              <NA>    2.772367225
## X1995              <NA>              <NA>              <NA>    1.685792627
## X1996              <NA>              <NA>              <NA>    0.691085003
## X1997              <NA>              <NA>              <NA>    0.686526909
## X1998              25.5          1.021711              <NA>     0.83490439
## X1999          8.764368         0.0118245              <NA>    1.312135518
## X2000          11.59196         0.0168691              <NA>    1.303088803
## X2001              <NA>              <NA>              <NA>    1.268493503
## X2002          1.727116         0.0085063              <NA>    2.331494241
## X2003          1.727116         0.0084991              <NA>    2.009068516
## X2004          1.727116         0.0169578              <NA>    1.094181388
## X2005          3.174603         0.0686577              19.9    1.289904038
## X2006          3.369524                 0              19.9    1.088832874
## X2007          2.204783                 0              18.8    0.982190935
## X2008                 0                 0              20.1    0.523278618
## X2009          2.204783                 0              18.4     0.67816419
## X2010          2.153031                 0              17.6    0.572931634
## X2011          1.772304                 0              17.2    0.161317286
## X2012          1.862421         0.0454726              17.2    0.406934532
## X2013          3.498542                 0              17.6    0.169394904
## X2014                 0                 0              17.6    0.342427439
## X2015          5.678592                 0              17.6    0.088455112
## X2016          5.920496                 0              17.6    0.037893706
## X2017              <NA>              <NA>              17.6    0.022592088
## X2018           1.49328                 0                16    0.015521019
## X2019          1.369142                 0                15    0.031086925
## X2020          1.472031                 0              <NA>    0.018319488
## X2021              <NA>              <NA>              <NA>           <NA>
##       GC.TAX.OTHR.RV.ZS TG.VAL.TOTL.GD.ZS NY.GDP.MKTP.KD NY.GDP.COAL.RT.ZS
## X1960              <NA>       10.81964913     3312006963              <NA>
## X1961              <NA>       4.887589561     3375208865              <NA>
## X1962              <NA>       5.225651458     3439686156              <NA>
## X1963              <NA>       23.54371534     3504872049              <NA>
## X1964              <NA>       28.42175934     3768874732              <NA>
## X1965              <NA>       22.44082511     3723528046              <NA>
## X1966              <NA>       13.89483242     3985688368              <NA>
## X1967              <NA>       13.18330455     3923053375              <NA>
## X1968              <NA>       13.59700924     3949552951              <NA>
## X1969              <NA>       17.62523504     4125838151              <NA>
## X1970              <NA>       13.51077783     4232119417              <NA>
## X1971              <NA>       15.06628932     4181529368                 0
## X1972              <NA>       13.96349642     4311901106                 0
## X1973              <NA>       17.17927206     4291353333                 0
## X1974              <NA>       16.42098752     4563150075                 0
## X1975              <NA>       17.26119145     4629611019                 0
## X1976              <NA>       17.96539507     4833246135                 0
## X1977              <NA>       18.01215278     4979063887                 0
## X1978              <NA>        19.4494012     5198428566                 0
## X1979              <NA>       19.60837263     5321572986                 0
## X1980              <NA>       21.68643834     5198144730                 0
## X1981              <NA>       22.41183596     5631772619                 0
## X1982              <NA>       20.16339571     5844618406                 0
## X1983              <NA>       22.76094046     5670600395                 0
## X1984              <NA>       21.07540845     6219578592                 0
## X1985              <NA>       23.39771498     6601765803                 0
## X1986              <NA>       21.11699411     6903179359                 0
## X1987              <NA>       24.41452994     7020230929                 0
## X1988              <NA>       24.92106598     7560564675                 0
## X1989              <NA>        21.0199161     7887910507                 0
## X1990       0.932553208       24.14844744     8253518026                 0
## X1991       0.842942346       25.34759816     8779114468                 0
## X1992       0.594221706       33.66447434     9139620604                 0
## X1993       0.475243148        34.8083469     9491482290                 0
## X1994       0.325118975        37.3022803    10271302732                 0
## X1995       0.255149207       38.12679366    10627557926                 0
## X1996       0.334118246       39.43311518    11193824413                 0
## X1997       0.762450044       42.67394737    11758957236                 0
## X1998       1.185620275       35.41823863    12113653185                 0
## X1999       1.336747759       40.20945164    12648177008                 0
## X2000       1.249592524       43.26339436    13432363981       0.003580902
## X2001       1.143688917       36.79007408    14077102964       0.003055141
## X2002       1.527092699        32.8382215    14094015643       0.002557438
## X2003       1.926546382       38.16460418    14650029882       0.002328474
## X2004       1.957671958       37.25629615    15336032658       0.004864822
## X2005       2.032472998       38.69495881    15869600999       0.004762176
## X2006       2.105980786       36.82115004    16403551941       0.007805739
## X2007        1.96490974       38.64175484    16963169002       0.006617356
## X2008       2.031499431       36.10077051    17998709258       0.012369547
## X2009       1.924778481       40.50568563    18814604917       0.006176697
## X2010       0.491912393       37.42503643    19720794305       0.007851147
## X2011       0.523582848       31.02365193    20395606013       0.007641003
## X2012       1.020241348        32.1474716    21348105727        0.00575471
## X2013       1.054504769       33.61578268    22100659154       0.004958637
## X2014       1.108590276       37.30049311    23429236486       0.004321669
## X2015        1.22414844       30.26584262    24360795411       0.003273018
## X2016       1.143084483       39.27157658    24466305357       0.003656839
## X2017       4.188812407       38.26852548    26662713937       0.004472639
## X2018       1.302742504       40.76526117    28695046274       0.004915582
## X2019       0.944350687       38.92799874    30605291409       0.002196459
## X2020        0.84561214       32.03955724    29880062111       0.001886447
## X2021              <NA>       56.77228995    31149050463              <NA>
##       NY.GDP.PCAP.PP.KD NY.GDP.MINR.RT.ZS NY.GDP.MKTP.KN NY.GDP.DEFL.KD.ZG.AD
## X1960              <NA>              <NA>   253000000000                 <NA>
## X1961              <NA>              <NA>   258000000000                 <NA>
## X1962              <NA>              <NA>   263000000000                 <NA>
## X1963              <NA>              <NA>   268000000000                 <NA>
## X1964              <NA>              <NA>   288000000000                 <NA>
## X1965              <NA>              <NA>   285000000000                 <NA>
## X1966              <NA>              <NA>   305000000000                 <NA>
## X1967              <NA>              <NA>   300000000000                 <NA>
## X1968              <NA>              <NA>   302000000000                 <NA>
## X1969              <NA>              <NA>   315000000000                 <NA>
## X1970              <NA>                 0   324000000000                 <NA>
## X1971              <NA>                 0   320000000000                 <NA>
## X1972              <NA>                 0   330000000000                 <NA>
## X1973              <NA>                 0   328000000000                 <NA>
## X1974              <NA>       0.094538945   349000000000                 <NA>
## X1975              <NA>                 0   354000000000                 <NA>
## X1976              <NA>                 0   369000000000                 <NA>
## X1977              <NA>       1.034875601   381000000000                 <NA>
## X1978              <NA>       1.081464371   397000000000                 <NA>
## X1979              <NA>       1.580340084   407000000000                 <NA>
## X1980              <NA>       1.445373485   397000000000                 <NA>
## X1981              <NA>       0.365879238   431000000000                 <NA>
## X1982              <NA>       0.179660197   447000000000                 <NA>
## X1983              <NA>       0.627780478   434000000000                 <NA>
## X1984              <NA>       0.192764463   475000000000                 <NA>
## X1985              <NA>                 0   505000000000                 <NA>
## X1986              <NA>                 0   528000000000                 <NA>
## X1987              <NA>                 0   537000000000                 <NA>
## X1988              <NA>                 0   578000000000                 <NA>
## X1989              <NA>                 0   603000000000                 <NA>
## X1990       1613.071851                 0   631000000000          10.71588515
## X1991       1671.583428                 0   671000000000           12.5446382
## X1992       1693.721027                 0   699000000000          18.48909464
## X1993       1711.571209                 0   726000000000          10.77490927
## X1994       1803.696883                 0   785000000000           4.81598619
## X1995       1819.966418                 0   812000000000          6.300861554
## X1996       1872.311784                 0   856000000000           7.82303556
## X1997       1923.780052                 0   899000000000          7.279092987
## X1998       1941.145868                 0   926000000000          4.107850671
## X1999       1987.825045                 0   967000000000          8.887047432
## X2000       2073.054338                 0  1030000000000          4.472433715
## X2001       2136.328983                 0  1080000000000          3.412486587
## X2002       2106.152373                 0  1080000000000          3.934857896
## X2003       2158.231649                 0  1120000000000          3.070304967
## X2004       2229.210718                 0  1170000000000          4.166427154
## X2005        2277.63361                 0  1210000000000          6.119390412
## X2006       2325.168216                 0  1250000000000          7.360039272
## X2007        2375.70189                 0  1300000000000          7.603288946
## X2008        2493.88453                 0  1380000000000           5.61985452
## X2009       2585.896329                 0  1440000000000          15.90833021
## X2010       2697.432423                 0  1510000000000          15.14693244
## X2011       2786.843939                 0  1560000000000          26.39730667
## X2012       2922.619609                 0  1630000000000          7.741150029
## X2013       3033.780787                 0  1690000000000          7.082650999
## X2014        3217.44851                 0  1790000000000          8.035366199
## X2015        3331.87177                 0  1860000000000          4.409045432
## X2016       3315.814414       0.000142212  1870000000000          7.150334788
## X2017       3565.197807                 0  2040000000000          8.261412551
## X2018       3773.715918                 0  2190000000000          4.355858465
## X2019       3952.760349                 0  2340000000000          4.691155935
## X2020       3789.150372                 0  2280000000000           3.21740233
## X2021        3878.44442              <NA>  2380000000000          5.511971478
##       NV.SRV.TOTL.ZS ER.GDP.FWTL.M3.KD BX.TRF.PWKR.DT.GD.ZS SL.GDP.PCAP.EM.KD
## X1960    98.60572937              <NA>                 <NA>              <NA>
## X1961    98.61830739              <NA>                 <NA>              <NA>
## X1962    98.60539098              <NA>                 <NA>              <NA>
## X1963     98.6135182              <NA>                 <NA>              <NA>
## X1964    98.60640656              <NA>                 <NA>              <NA>
## X1965    23.17029674              <NA>                 <NA>              <NA>
## X1966    19.69894718              <NA>                 <NA>              <NA>
## X1967    22.52533402              <NA>                 <NA>              <NA>
## X1968    21.02328535              <NA>                 <NA>              <NA>
## X1969    21.20225324              <NA>                 <NA>              <NA>
## X1970    21.04242587              <NA>                 <NA>              <NA>
## X1971    22.19736195              <NA>                 <NA>              <NA>
## X1972    20.75417607              <NA>                 <NA>              <NA>
## X1973    23.03140142              <NA>                 <NA>              <NA>
## X1974     19.8860064              <NA>                 <NA>              <NA>
## X1975     19.2987746              <NA>                 <NA>              <NA>
## X1976    20.84051926              <NA>                 <NA>              <NA>
## X1977    23.40856424              <NA>                 <NA>              <NA>
## X1978    23.36813558              <NA>                 <NA>              <NA>
## X1979    22.16970505              <NA>                 <NA>              <NA>
## X1980    24.65847007              <NA>                 <NA>              <NA>
## X1981    24.93133757              <NA>                 <NA>              <NA>
## X1982    24.49012584              <NA>                 <NA>              <NA>
## X1983    25.21326955              <NA>                 <NA>              <NA>
## X1984    24.81086271              <NA>                 <NA>              <NA>
## X1985    31.35062036              <NA>                 <NA>              <NA>
## X1986    30.90768789              <NA>                 <NA>              <NA>
## X1987    31.62031818              <NA>                 <NA>              <NA>
## X1988     30.9247653              <NA>                 <NA>              <NA>
## X1989    31.32554414              <NA>                 <NA>              <NA>
## X1990    30.36957531              <NA>                 <NA>              <NA>
## X1991    33.55304077              <NA>                 <NA>       3438.537947
## X1992    33.03381999              <NA>                 <NA>       3473.403304
## X1993    35.06107626              <NA>          1.497936602       3498.156199
## X1994    33.06987434              <NA>           1.23238961        3677.60167
## X1995    33.17805407              <NA>          1.291100177       3688.247067
## X1996    33.36949054              <NA>          0.976652461         3794.3203
## X1997    33.41912853              <NA>          1.005512415         3895.0982
## X1998    35.23442304              <NA>          1.390060907       3922.834548
## X1999    34.58437124              <NA>          1.658099124       4010.796896
## X2000    34.71071549              <NA>          2.029360644       4180.486799
## X2001    44.45294585              <NA>          2.446875396       4299.002233
## X2002    43.55295434       1.481204951          11.21301963       4221.191302
## X2003    44.12663973              <NA>          12.18032388       4315.958411
## X2004    45.17195188              <NA>          11.30898998       4442.469201
## X2005    45.83415336              <NA>          14.90510198       4519.497454
## X2006    47.93390451              <NA>          16.06896468       4578.355778
## X2007    48.77697585       1.790103371          16.79181348       4647.737679
## X2008    49.20432338              <NA>          21.73810397       4853.434008
## X2009    48.61377101              <NA>          23.20762544       5002.507378
## X2010    46.39883791              <NA>          21.64698527       5184.357147
## X2011    47.90291444              <NA>          19.54630987       5330.549688
## X2012    47.98745259       2.247855211          22.08212082       5557.784694
## X2013    48.75521701              <NA>          25.19470031       5723.105479
## X2014    49.56401975              <NA>          25.90512496       6031.347043
## X2015    50.53989698              <NA>          27.62609167       6196.548655
## X2016    51.59804409              <NA>          26.96057769       6053.330917
## X2017    51.84978229       2.807458481          23.91354411       6442.269479
## X2018    51.59044347              <NA>          25.02641995       6719.346198
## X2019    52.02271626              <NA>          24.11636286       6947.961423
## X2020    53.93884674              <NA>          24.25023797       7221.739239
## X2021    52.58395192              <NA>                 <NA>       7132.779194
##       SE.XPD.TERT.PC.ZS NY.GDS.TOTL.ZS NY.GDP.MKTP.KD.ZG NY.GDP.DEFL.KD.ZG
## X1960              <NA>           <NA>              <NA>              <NA>
## X1961              <NA>           <NA>       1.908265972        2.68799999
## X1962              <NA>           <NA>       1.910320031       5.897091004
## X1963              <NA>           <NA>       1.895111645       3.569925064
## X1964              <NA>           <NA>       7.532448553       1.194719681
## X1965              <NA>           <NA>      -1.203189018       12.88519396
## X1966              <NA>           <NA>       7.040643145       15.21881351
## X1967              <NA>           <NA>        -1.5714975      -5.667665035
## X1968              <NA>           <NA>       0.675483463        11.0658262
## X1969              <NA>           <NA>       4.463421603       6.563831079
## X1970              <NA>           <NA>       2.575992127       7.048330837
## X1971              <NA>           <NA>      -1.195383302       3.172176141
## X1972              <NA>           <NA>       3.117800364       12.50268334
## X1973              <NA>           <NA>      -0.476536268      -3.397305595
## X1974              <NA>           <NA>       6.333590372       20.82566953
## X1975              <NA>    10.02956925       1.456470709       27.52274698
## X1976              <NA>    11.72818335       4.398536178        0.54404234
## X1977              <NA>    13.49537037       3.016973442      -3.564821564
## X1978              <NA>    13.37928235       4.405741389       9.371206914
## X1979              <NA>    11.63628084       2.368877795       9.978363426
## X1980              <NA>    11.09588545      -2.319394205       7.609546552
## X1981              <NA>    10.89098005       8.341974135       7.937356408
## X1982              <NA>    9.932877822       3.779374654       9.347409674
## X1983              <NA>    8.548577014      -2.977405857        12.2886911
## X1984              <NA>    9.865448055       9.681130016       6.377949973
## X1985              <NA>    14.08577598       6.144905237       11.42183276
## X1986              <NA>    11.62371689       4.565650546       14.39257008
## X1987              <NA>    12.09543718       1.695618266       12.69680187
## X1988              <NA>    11.35744935       7.696808711        11.8153102
## X1989              <NA>    10.29118731       4.329647933       11.25837291
## X1990              <NA>    6.991686006       4.635036347       10.71588515
## X1991              <NA>    8.559918741       6.368150405        12.5446382
## X1992              <NA>     10.9287009       4.106406605       18.48909464
## X1993              <NA>    12.24724218       3.849850027       10.77490927
## X1994              <NA>    9.959352041       8.216002705        4.81598619
## X1995              <NA>    15.65529768       3.468451889       6.300861554
## X1996              <NA>    14.38246926       5.328284176        7.82303556
## X1997              <NA>     13.9608503       5.048612536       7.279092987
## X1998              <NA>    13.77387027       3.016389481       4.107850671
## X1999              <NA>    13.61347928       4.412573275       8.887047432
## X2000         139.46298    15.17228476       6.199999985       4.472433715
## X2001         102.63701    11.66462728       4.799892146       11.01714829
## X2002          77.43354    9.489666248       0.120143179       3.934857896
## X2003          63.42802    8.561179812       3.945037761       3.070304967
## X2004              <NA>    11.74924279       4.682603249       4.166427154
## X2005              <NA>    11.55565976       3.479181044       6.119390412
## X2006              <NA>     8.98307832       3.364614787       7.360039272
## X2007              <NA>    9.817208499       3.411560275       7.603288946
## X2008          47.40814    9.831096072       6.104639147        5.61985452
## X2009          51.51713    9.433665671       4.533078721       15.90833021
## X2010          33.02038    11.45140099       4.816414651       15.14693244
## X2011          31.69426    7.125826025       3.421828238       26.39730667
## X2012              <NA>    9.120633745       4.670122149       7.741150029
## X2013          22.29423    8.178966875       3.525153174       7.082650999
## X2014          26.74935    9.364717232       6.011482841       8.035366199
## X2015          24.16269    7.625269885       3.976053274       4.409045432
## X2016              <NA>    3.642858923       0.433113718       7.150334788
## X2017              <NA>    12.98475515       8.977279354       8.261412551
## X2018              <NA>    14.79161211       7.622376108       4.355858465
## X2019              <NA>    15.30340729       6.657055428       4.691155935
## X2020              <NA>    5.719357472      -2.369620627        3.21740233
## X2021              <NA>    7.708062342       4.246940141       5.511971478
##       SH.XPD.CHEX.GD.ZS SE.XPD.PRIM.PC.ZS NY.GDP.PETR.RT.ZS NY.GDP.MKTP.CD
## X1960              <NA>              <NA>              <NA>      508334414
## X1961              <NA>              <NA>              <NA>    531959561.6
## X1962              <NA>              <NA>              <NA>    574091101.2
## X1963              <NA>              <NA>              <NA>    496947904.4
## X1964              <NA>              <NA>              <NA>    496098775.3
## X1965              <NA>              <NA>              <NA>    735267082.3
## X1966              <NA>              <NA>              <NA>    906811943.8
## X1967              <NA>              <NA>              <NA>    841974025.5
## X1968              <NA>              <NA>              <NA>    772228643.4
## X1969              <NA>              <NA>              <NA>    788641965.4
## X1970              <NA>              <NA>              <NA>    865975308.6
## X1971              <NA>              <NA>                 0    882765471.6
## X1972              <NA>              <NA>                 0     1024098805
## X1973              <NA>              <NA>                 0      972101725
## X1974              <NA>              <NA>                 0     1217953547
## X1975              <NA>              <NA>                 0     1575789254
## X1976              <NA>              <NA>                 0     1452792989
## X1977              <NA>              <NA>                 0     1382400000
## X1978              <NA>              <NA>                 0     1604162497
## X1979              <NA>              <NA>                 0     1851250008
## X1980              <NA>              <NA>                 0     1945916583
## X1981              <NA>              <NA>                 0     2275583317
## X1982              <NA>              <NA>                 0     2395429852
## X1983              <NA>              <NA>                 0     2447174803
## X1984              <NA>              <NA>                 0     2581207388
## X1985              <NA>              <NA>                 0     2619913956
## X1986              <NA>              <NA>                 0     2850784523
## X1987              <NA>              <NA>                 0     2957255380
## X1988              <NA>              <NA>                 0     3487009748
## X1989              <NA>              <NA>                 0     3525228153
## X1990              <NA>              <NA>                 0     3627562403
## X1991              <NA>              <NA>                 0     3921476085
## X1992              <NA>              <NA>                 0     3401211581
## X1993              <NA>              <NA>                 0     3660041667
## X1994              <NA>              <NA>                 0     4066775510
## X1995              <NA>              <NA>                 0     4401104418
## X1996              <NA>              <NA>                 0     4521580381
## X1997              <NA>              <NA>                 0     4918691917
## X1998              <NA>              <NA>                 0     4856255044
## X1999              <NA>           8.98008                 0     5033642384
## X2000        3.12598538          10.18187                 0     5494252208
## X2001        3.80386233          13.56601                 0     6007055042
## X2002        3.92991233          11.79508                 0     6050875807
## X2003        3.84753466          11.06862                 0     6330473097
## X2004        4.03734398              <NA>                 0     7273938315
## X2005        3.94221067              <NA>                 0     8130258041
## X2006         3.5361805              <NA>                 0     9043715356
## X2007        3.66484332              <NA>                 0    10325618017
## X2008        3.80911303          14.17214                 0    12545438605
## X2009        3.89314747          16.37681                 0    12854985464
## X2010        4.35166264          11.09709                 0    16002656434
## X2011        4.44234991          11.42569                 0    21573862467
## X2012        4.49078512          11.53445                 0    21703106502
## X2013        4.63011789          11.22594                 0    22162208956
## X2014        5.07548285          13.05722                 0    22731602970
## X2015        5.46615076          12.35956                 0    24360795411
## X2016        5.42379808              <NA>                 0    24524098185
## X2017        4.72173262              <NA>                 0    28971589213
## X2018         4.5284524              <NA>                 0    33111525872
## X2019        4.44515085              <NA>                 0    34186190996
## X2020              <NA>              <NA>                 0    33433670512
## X2021              <NA>              <NA>              <NA>    36288830373
##       NE.DAB.TOTL.ZS SH.XPD.GHED.GD.ZS SE.XPD.TOTL.GD.ZS PA.NUS.PPPC.RF
## X1960           <NA>              <NA>              <NA>           <NA>
## X1961           <NA>              <NA>              <NA>           <NA>
## X1962           <NA>              <NA>              <NA>           <NA>
## X1963           <NA>              <NA>              <NA>           <NA>
## X1964           <NA>              <NA>              <NA>           <NA>
## X1965           <NA>              <NA>              <NA>           <NA>
## X1966           <NA>              <NA>              <NA>           <NA>
## X1967           <NA>              <NA>              <NA>           <NA>
## X1968           <NA>              <NA>              <NA>           <NA>
## X1969           <NA>              <NA>              <NA>           <NA>
## X1970           <NA>              <NA>              <NA>           <NA>
## X1971           <NA>              <NA>              <NA>           <NA>
## X1972           <NA>              <NA>              <NA>           <NA>
## X1973           <NA>              <NA>              <NA>           <NA>
## X1974           <NA>              <NA>              <NA>           <NA>
## X1975    104.4656328              <NA>              <NA>           <NA>
## X1976    103.4034713              <NA>              <NA>           <NA>
## X1977    102.5289346              <NA>              <NA>           <NA>
## X1978    104.9006688              <NA>              <NA>           <NA>
## X1979    104.1818595              <NA>              <NA>           <NA>
## X1980    107.1902705              <NA>              <NA>           <NA>
## X1981     106.716227              <NA>              <NA>           <NA>
## X1982    107.2156959              <NA>              <NA>           <NA>
## X1983    111.0841235              <NA>              <NA>           <NA>
## X1984    108.7966496              <NA>              <NA>           <NA>
## X1985    108.4703568              <NA>              <NA>           <NA>
## X1986    108.6404422              <NA>              <NA>           <NA>
## X1987     109.093339              <NA>              <NA>           <NA>
## X1988    110.9346995              <NA>              <NA>           <NA>
## X1989    111.2157188              <NA>              <NA>           <NA>
## X1990    111.1341359              <NA>              <NA>    0.240461492
## X1991    111.6935526              <NA>              <NA>    0.236387594
## X1992    109.7759609              <NA>              <NA>    0.192550748
## X1993     110.323653              <NA>              <NA>    0.194902573
## X1994    112.4441969              <NA>              <NA>     0.19593583
## X1995    109.5442004              <NA>              <NA>    0.200726551
## X1996    112.8226185              <NA>              <NA>    0.192268671
## X1997    111.3798647              <NA>              <NA>    0.195727703
## X1998    111.0654988              <NA>       2.892879963    0.185497054
## X1999    106.8700371              <NA>        2.89331007    0.181588186
## X2000    109.1425816        0.48485136       2.975150108    0.182498777
## X2001    110.6784189        0.58291328       3.708379984    0.173443968
## X2002    110.7565449        0.79097205       3.152839899    0.171821678
## X2003    112.8481991        0.65877509        3.11435008    0.169591614
## X2004    112.7819068        0.64549148       3.171940088    0.181283719
## X2005    114.8954983         0.7515617       3.364639997    0.189858914
## X2006    117.8688245        0.84521472       3.605360031    0.198200034
## X2007    118.8680423        0.67676955       3.517210007    0.213070182
## X2008    120.4845509        0.70963746       3.805170059    0.239390819
## X2009    122.2407114        0.79475653       4.663760185    0.233165742
## X2010    126.8198055        0.78889084       3.631720066    0.273632534
## X2011    120.6844804        0.79485244       3.842619896     0.34943018
## X2012    119.4820715        0.78674686        3.29008007    0.320964411
## X2013    121.4976421        0.75677407       3.018110037    0.304697013
## X2014     121.621371        0.87364477        3.47213006    0.286651647
## X2015    123.6521649        0.90927666        3.25902009    0.300962369
## X2016    124.5981403        1.00771809       3.903209925     0.30087671
## X2017    124.3402989        1.06542468        4.76722002    0.294080108
## X2018    124.7561882         1.0672121        4.43445015    0.305011772
## X2019    126.0753336        1.10280871       4.239999771    0.290067383
## X2020     124.720924              <NA>       4.389999866    0.287107335
## X2021    128.0741502              <NA>              <NA>    0.287004178
##       NY.GDP.MKTP.PP.KD NY.GDP.DEFL.ZS.AD NE.GDI.TOTL.ZS GC.TAX.TOTL.GD.ZS
## X1960              <NA>              <NA>           <NA>              <NA>
## X1961              <NA>              <NA>           <NA>              <NA>
## X1962              <NA>              <NA>           <NA>              <NA>
## X1963              <NA>              <NA>           <NA>              <NA>
## X1964              <NA>              <NA>           <NA>              <NA>
## X1965              <NA>              <NA>    6.444127212              <NA>
## X1966              <NA>              <NA>    4.834273995              <NA>
## X1967              <NA>              <NA>    4.988308574              <NA>
## X1968              <NA>              <NA>    5.687996496              <NA>
## X1969              <NA>              <NA>    4.846587412              <NA>
## X1970              <NA>              <NA>    5.964872263              <NA>
## X1971              <NA>              <NA>     7.75341205              <NA>
## X1972              <NA>              <NA>    7.329539692              <NA>
## X1973              <NA>              <NA>    9.178452837              <NA>
## X1974              <NA>              <NA>    8.760150248              <NA>
## X1975              <NA>              <NA>    14.49520203              <NA>
## X1976              <NA>              <NA>    15.13165468              <NA>
## X1977              <NA>              <NA>    16.02430498              <NA>
## X1978              <NA>              <NA>    18.27995111              <NA>
## X1979              <NA>              <NA>    15.81814037              <NA>
## X1980              <NA>              <NA>    18.28615598              <NA>
## X1981              <NA>              <NA>    17.60720707              <NA>
## X1982              <NA>              <NA>    17.14857376              <NA>
## X1983              <NA>              <NA>    19.63270053              <NA>
## X1984              <NA>              <NA>    18.66209766              <NA>
## X1985              <NA>              <NA>    22.55613274              <NA>
## X1986              <NA>              <NA>    20.26415907              <NA>
## X1987              <NA>              <NA>    21.18877615              <NA>
## X1988              <NA>              <NA>    22.29214886              <NA>
## X1989              <NA>              <NA>    21.50690609              <NA>
## X1990       30495897615       17.59519716    18.12582192       6.996692968
## X1991       32437922242       19.80245098     20.2534713       6.620301936
## X1992       33769955223       23.46374489    20.70466177       6.483344072
## X1993       35070047854       25.99194211    22.57089514       6.654637356
## X1994       37951403934       27.24371045    22.40354892       7.729134048
## X1995       39267730121       28.96029893    25.19949812       8.985513859
## X1996       41360026371       31.22587341    27.20508772       8.719914187
## X1997       43448133848       33.49883377    25.34071505       8.723659866
## X1998       44758698786       34.87491584    24.83936911       8.639332547
## X1999       46733709167       37.97426616    20.48351636       8.422505233
## X2000       49631199129       39.67264004    24.31486635       8.735981111
## X2001       52013443158       41.02646356    22.34304622       8.802574747
## X2002       52075933762        42.6407966    20.24621117       8.560583141
## X2003       54130349013        43.9499991    21.40937893       8.651811853
## X2004       56665058494       45.78114379    24.53114957         8.9749585
## X2005       58636538468       48.58267072     26.4511581       9.179453421
## X2006       60609432112       52.15837436    26.85190281        8.77975841
## X2007       62677159421       56.12412627    28.68525075       9.772473404
## X2008       66503373831       59.27822052      30.315647       10.44008641
## X2009       69518024119       68.70839558    31.67437709       11.84403686
## X2010       72866300418       79.11560985    38.27120645       13.39611544
## X2011       75359660061               100    27.81030642       11.62467555
## X2012       78879048237         107.74115    28.60270524       12.04080455
## X2013       81659655509       115.3720797    29.67660902       13.29788586
## X2014       86568611688       124.6426488    30.98608823       13.99491049
## X2015       90010625807       130.1381998    31.27743482       14.68630457
## X2016       90400474175       139.4435167     28.2409992       16.14374976
## X2017       98515977279       150.9635209    37.32505401       17.99936212
## X2018      106000000000       157.5392782    39.54780033       19.08282606
## X2019      113000000000       164.9296914    41.37874091       19.80906024
## X2020      110000000000       170.2361432    30.44028151       15.77364973
## X2021      115000000000       179.6195108     35.7822125              <NA>
##       FS.AST.DOMS.GD.ZS FM.AST.PRVT.GD.ZS EN.ATM.CO2E.KD.GD NY.GDP.PCAP.PP.CD
## X1960              <NA>       1.045701034              <NA>              <NA>
## X1961              <NA>       1.226252189              <NA>              <NA>
## X1962              <NA>       1.252857767              <NA>              <NA>
## X1963              <NA>       1.234835355              <NA>              <NA>
## X1964              <NA>       1.499104091              <NA>              <NA>
## X1965              <NA>       1.893966474              <NA>              <NA>
## X1966              <NA>       1.788970856              <NA>              <NA>
## X1967              <NA>       1.920498801              <NA>              <NA>
## X1968              <NA>       2.215251576              <NA>              <NA>
## X1969              <NA>       2.414527269              <NA>              <NA>
## X1970              <NA>       2.869525547              <NA>              <NA>
## X1971              <NA>       3.839785015              <NA>              <NA>
## X1972              <NA>       3.515285813              <NA>              <NA>
## X1973              <NA>       4.790851448              <NA>              <NA>
## X1974              <NA>       4.886008935              <NA>              <NA>
## X1975              <NA>       4.412527963              <NA>              <NA>
## X1976              <NA>       3.625962997              <NA>              <NA>
## X1977              <NA>       4.788194444              <NA>              <NA>
## X1978              <NA>       5.703932467              <NA>              <NA>
## X1979              <NA>       6.419986467              <NA>              <NA>
## X1980              <NA>       8.573937244              <NA>              <NA>
## X1981              <NA>       9.190317568              <NA>              <NA>
## X1982              <NA>       8.631728634              <NA>              <NA>
## X1983              <NA>       8.095971564              <NA>              <NA>
## X1984              <NA>       8.485910323              <NA>              <NA>
## X1985              <NA>       9.852316146              <NA>              <NA>
## X1986              <NA>       10.58161654              <NA>              <NA>
## X1987              <NA>       10.45158462              <NA>              <NA>
## X1988              <NA>       11.78620654              <NA>              <NA>
## X1989              <NA>       13.04865071              <NA>              <NA>
## X1990              <NA>        12.8086563       0.113638794       856.6407557
## X1991              <NA>       13.35385013       0.134112471       917.7343875
## X1992              <NA>        13.4183155       0.134281075       951.0797168
## X1993              <NA>       14.57309798       0.148225505       983.8845862
## X1994              <NA>       18.55012245       0.169029142       1058.983355
## X1995              <NA>       22.83143607       0.177445991       1090.941625
## X1996              <NA>       23.19776388       0.174709069       1142.868284
## X1997              <NA>       23.88507426       0.185828864         1194.5345
## X1998              <NA>       28.66308232       0.191095613        1218.88372
## X1999              <NA>       28.87594825       0.246129986        1265.78446
## X2000              <NA>       30.67062082       0.239189047       1349.962286
## X2001              <NA>       29.41591045       0.245954094       1422.508725
## X2002              <NA>       22.86890082       0.197518292       1424.272228
## X2003              <NA>       26.14257403       0.205686742       1488.295004
## X2004              <NA>       27.09733041        0.18282314       1578.507295
## X2005              <NA>       28.72615081       0.200568415       1663.370047
## X2006              <NA>       33.15138628       0.159368051       1750.480683
## X2007              <NA>       37.28150565       0.158227934       1836.859826
## X2008              <NA>       51.65264553       0.165755403       1965.219302
## X2009              <NA>       59.17845463       0.205766415       2050.786913
## X2010              <NA>       54.58998779        0.23476397       2164.951653
## X2011              <NA>       46.42464435       0.254392672        2283.18558
## X2012              <NA>       48.75434965       0.281055382        2505.39181
## X2013              <NA>       50.46227084       0.275557392       2702.224963
## X2014              <NA>        54.4670476        0.30432063       2947.316487
## X2015              <NA>       56.90827406       0.265180175       2996.220462
## X2016              <NA>       69.84080011       0.381749507       2989.675006
## X2017              <NA>       68.55708521        0.41368632       3565.197807
## X2018              <NA>       76.32460801       0.419236125       3863.870402
## X2019              <NA>        78.9459109              <NA>       4119.584979
## X2020              <NA>       88.44003947              <NA>        3996.66547
## X2021              <NA>              <NA>              <NA>       4260.839694
##       NY.GDP.FRST.RT.ZS NE.GDI.FTOT.ZS SE.XPD.SECO.PC.ZS NY.GDP.MKTP.CN.AD
## X1960              <NA>           <NA>              <NA>              <NA>
## X1961              <NA>           <NA>              <NA>              <NA>
## X1962              <NA>           <NA>              <NA>              <NA>
## X1963              <NA>           <NA>              <NA>              <NA>
## X1964              <NA>           <NA>              <NA>              <NA>
## X1965              <NA>           <NA>              <NA>              <NA>
## X1966              <NA>           <NA>              <NA>              <NA>
## X1967              <NA>           <NA>              <NA>              <NA>
## X1968              <NA>           <NA>              <NA>              <NA>
## X1969              <NA>           <NA>              <NA>              <NA>
## X1970       1.547335521           <NA>              <NA>              <NA>
## X1971       1.402280908           <NA>              <NA>              <NA>
## X1972        1.17495854           <NA>              <NA>              <NA>
## X1973       2.113309698           <NA>              <NA>              <NA>
## X1974        1.94522473           <NA>              <NA>              <NA>
## X1975        3.43610027    13.41500288              <NA>              <NA>
## X1976       2.285661967    14.04507367              <NA>              <NA>
## X1977       8.137812406    14.93634201              <NA>              <NA>
## X1978       6.973654045    16.69369535              <NA>              <NA>
## X1979       2.571233029    14.68827407              <NA>              <NA>
## X1980       2.997478812     15.7637791              <NA>              <NA>
## X1981       2.242164706    15.74321541              <NA>              <NA>
## X1982       3.151933341    17.63585917              <NA>              <NA>
## X1983       2.087802599    19.47867299              <NA>              <NA>
## X1984       1.672256707    17.53490723              <NA>              <NA>
## X1985       1.152462424    20.84317177              <NA>              <NA>
## X1986       1.846370848    18.16811428              <NA>              <NA>
## X1987       1.680118445    19.50864337              <NA>              <NA>
## X1988       1.521723512    19.92172262              <NA>              <NA>
## X1989       1.488703917    18.12051216              <NA>              <NA>
## X1990       1.746703903    16.12032954              <NA>      111000000000
## X1991       1.596161254    18.40049757              <NA>      133000000000
## X1992       1.887355667    19.17108013              <NA>      164000000000
## X1993       1.523479997    21.21902073              <NA>      189000000000
## X1994       1.200027148    21.09277771              <NA>      214000000000
## X1995       1.388811488    22.06912285              <NA>      235000000000
## X1996       1.326249219    22.53036201              <NA>      267000000000
## X1997       1.090667424    21.67243586              <NA>      301000000000
## X1998       1.271680096    21.73045921              <NA>      323000000000
## X1999       1.394818469    19.08249424          12.99079      367000000000
## X2000        1.16343889    19.32182309          11.39166      407000000000
## X2001       1.057559999    19.19511668          13.49722      442000000000
## X2002       1.139219606    19.56477735          10.48057      459000000000
## X2003       1.207725045    19.92418194           9.32593      492000000000
## X2004       0.896832452    20.34116505              <NA>      537000000000
## X2005        0.78790577    19.94173855              <NA>      589000000000
## X2006       1.074015242      20.720886              <NA>      654000000000
## X2007       1.350313271    21.06778122              <NA>      728000000000
## X2008       1.062004323    21.87755162          10.52313      816000000000
## X2009       0.998674343    21.35434374          12.27842      988000000000
## X2010       1.464463107    22.20772753          11.05385     1190000000000
## X2011       1.106345791    23.98238273          11.58327     1560000000000
## X2012       0.955331469     23.9904074          10.77751     1760000000000
## X2013       0.828729868    24.73023144           9.68304     1950000000000
## X2014       0.856372465    25.25208469          11.22859     2230000000000
## X2015       0.931579562    27.55380746          10.45324     2420000000000
## X2016       1.027379417    28.70522169              <NA>     2610000000000
## X2017       0.698704855     30.5754364              <NA>     3080000000000
## X2018       0.419137823    32.43288003              <NA>     3460000000000
## X2019       0.440770893    33.81512568              <NA>     3860000000000
## X2020        0.51215662    30.46922052              <NA>     3890000000000
## X2021              <NA>    29.85192976              <NA>     4280000000000
##       NV.IND.MANF.ZS NE.TRD.GNFS.ZS GC.REV.XGRT.GD.ZS GB.XPD.RSDV.GD.ZS
## X1960           <NA>           <NA>              <NA>              <NA>
## X1961           <NA>           <NA>              <NA>              <NA>
## X1962           <NA>           <NA>              <NA>              <NA>
## X1963           <NA>           <NA>              <NA>              <NA>
## X1964           <NA>           <NA>              <NA>              <NA>
## X1965    3.284541294      21.688683              <NA>              <NA>
## X1966    3.430308194    14.40150487              <NA>              <NA>
## X1967     3.41387368    13.82696783              <NA>              <NA>
## X1968    3.568938978    14.34546175              <NA>              <NA>
## X1969    3.844708877     17.2323108              <NA>              <NA>
## X1970    3.683850365    13.20711679              <NA>              <NA>
## X1971    3.759230085    14.53345202              <NA>              <NA>
## X1972     3.94444965    13.57893669              <NA>              <NA>
## X1973    4.002407303    16.98264552              <NA>              <NA>
## X1974    4.106808405    15.99781527              <NA>              <NA>
## X1975    4.007000229    22.26781875              <NA>              <NA>
## X1976    3.966885156    24.95113214              <NA>              <NA>
## X1977    4.259259259    26.10532292              <NA>              <NA>
## X1978    4.023920372     26.0439879              <NA>              <NA>
## X1979    3.817240586    27.75151912              <NA>              <NA>
## X1980    4.008393816    30.27279561              <NA>              <NA>
## X1981    3.841505869    32.51913562              <NA>              <NA>
## X1982     4.01123058    30.39886389              <NA>              <NA>
## X1983     4.32464455    31.54620972              <NA>              <NA>
## X1984     4.61030729    30.10154981              <NA>              <NA>
## X1985     5.39003134    31.52878547              <NA>              <NA>
## X1986    5.837700093    31.96504199              <NA>              <NA>
## X1987    5.856194413    32.71988914              <NA>              <NA>
## X1988    6.000832185    33.82903805              <NA>              <NA>
## X1989    5.440858529    33.35092809              <NA>              <NA>
## X1990    5.759263557    32.18875416        8.44530827              <NA>
## X1991    6.376362065    34.67505513       8.408655827              <NA>
## X1992    8.396064811    41.69541314       8.510657803              <NA>
## X1993    8.320715839    47.18958118       8.141414601              <NA>
## X1994    8.963125778    50.43207274       9.448893974              <NA>
## X1995    8.922094217     59.4905184       10.54226075              <NA>
## X1996    9.025643498     58.4577687        10.6868665              <NA>
## X1997    8.846648818    64.03553489       10.44265328              <NA>
## X1998     8.97040004    56.70960129       10.42762885              <NA>
## X1999    8.869534201    52.56698125       10.14893169              <NA>
## X2000    8.840859263      55.710589       10.62036217              <NA>
## X2001    8.699294828    55.79992108        10.4516561              <NA>
## X2002    8.213423646     46.2307185       10.50293508              <NA>
## X2003    7.887760015    44.24788362       10.90520508              <NA>
## X2004    7.763964162    46.14728672       11.13753356              <NA>
## X2005    7.615216521    44.06294748       11.54794948              <NA>
## X2006    7.314045291    44.76198776        10.7436739              <NA>
## X2007    7.168186946    44.57927502       11.86918045              <NA>
## X2008     7.01090408    46.03620635       12.30038815       0.054389998
## X2009    6.622367122    47.07944776       14.12985494       0.259240001
## X2010       5.946139    45.98490577       14.89835577        0.30219999
## X2011    5.396901505    36.29675203       13.05668861              <NA>
## X2012    5.785222834    37.92190606       13.89090147              <NA>
## X2013    5.750414306    41.86537574       15.16888016              <NA>
## X2014     5.61219116    45.98264161       16.23388567              <NA>
## X2015    5.356055555    46.66573039       16.99260634              <NA>
## X2016    4.888189626    42.11548612       18.57593366              <NA>
## X2017    4.855673994    44.64241062       19.93732837              <NA>
## X2018    4.906474539    48.44738695        22.0168966              <NA>
## X2019    4.981441388    49.24952659       22.40134791              <NA>
## X2020    4.474854392    40.91886559       19.36542667              <NA>
## X2021     4.66559835    43.81122818              <NA>              <NA>
##       EG.USE.COMM.GD.PP.KD GC.NLD.TOTL.GD.ZS BN.CAB.XOKA.GD.ZS
## X1960                 <NA>              <NA>              <NA>
## X1961                 <NA>              <NA>              <NA>
## X1962                 <NA>              <NA>              <NA>
## X1963                 <NA>              <NA>              <NA>
## X1964                 <NA>              <NA>              <NA>
## X1965                 <NA>              <NA>              <NA>
## X1966                 <NA>              <NA>              <NA>
## X1967                 <NA>              <NA>              <NA>
## X1968                 <NA>              <NA>              <NA>
## X1969                 <NA>              <NA>              <NA>
## X1970                 <NA>              <NA>              <NA>
## X1971                 <NA>              <NA>              <NA>
## X1972                 <NA>              <NA>              <NA>
## X1973                 <NA>              <NA>              <NA>
## X1974                 <NA>              <NA>              <NA>
## X1975                 <NA>              <NA>              <NA>
## X1976                 <NA>              <NA>       1.275887214
## X1977                 <NA>              <NA>       -0.11400463
## X1978                 <NA>              <NA>      -1.604629643
## X1979                 <NA>              <NA>      -0.614449693
## X1980                 <NA>              <NA>      -1.996488459
## X1981                 <NA>              <NA>      -0.839598813
## X1982                 <NA>              <NA>      -3.565735498
## X1983                 <NA>              <NA>      -5.948536687
## X1984                 <NA>              <NA>      -3.687012193
## X1985                 <NA>              <NA>      -4.641834691
## X1986                 <NA>              <NA>      -4.181623378
## X1987                 <NA>              <NA>      -4.170531195
## X1988                 <NA>              <NA>      -7.784623235
## X1989                 <NA>              <NA>      -6.901330037
## X1990          189.8343204              <NA>      -7.972197628
## X1991          184.2496247              <NA>      -7.762580647
## X1992           181.293933              <NA>      -5.330988052
## X1993          179.1825328              <NA>      -6.079190386
## X1994           171.452208              <NA>      -8.652643525
## X1995          170.9215679              <NA>      -8.097740688
## X1996          166.1770701              <NA>      -7.223149767
## X1997          163.3053568              <NA>      -7.890015129
## X1998          162.6418372              <NA>      -1.383662254
## X1999          164.3393631              <NA>      -1.563038657
## X2000          163.3592406              <NA>      -2.377936958
## X2001          161.0080105              <NA>      -2.741571051
## X2002          162.5980446              <NA>       3.556296775
## X2003          160.8520388              <NA>       2.847594088
## X2004          155.8713118              <NA>       1.374222036
## X2005          155.7325899              <NA>       1.883023964
## X2006          150.6528387              <NA>       1.659501804
## X2007          148.5078629              <NA>       0.054810111
## X2008           144.859989              <NA>       5.845485641
## X2009          142.6778325              <NA>       0.166582496
## X2010          140.1279321      -1.373379618      -0.797465993
## X2011          140.2401761      -0.877136702       1.337751414
## X2012          128.0725392      -0.543385074       2.660706191
## X2013          137.5526621       1.502004198       5.231372775
## X2014           135.033874       1.563383459       2.182983373
## X2015                 <NA>        0.92949613       10.04331081
## X2016                 <NA>       1.176663768      -0.684346954
## X2017                 <NA>      -2.385815315      -3.564329207
## X2018                 <NA>      -4.754252712      -8.300804944
## X2019                 <NA>      -4.793705761      -5.129629145
## X2020                 <NA>      -4.896852861      -0.251653458
## X2021                 <NA>              <NA>       -14.8229695
##       BG.GSR.NFSV.GD.ZS NE.CON.PRVT.ZS GC.LBL.TOTL.GD.ZS FS.AST.PRVT.GD.ZS
## X1960              <NA>           <NA>              <NA>       1.045701034
## X1961              <NA>           <NA>              <NA>       1.226252189
## X1962              <NA>           <NA>              <NA>       1.252857767
## X1963              <NA>           <NA>              <NA>       1.234835355
## X1964              <NA>           <NA>              <NA>       1.499104091
## X1965              <NA>           <NA>              <NA>       1.893966474
## X1966              <NA>           <NA>              <NA>       1.788970856
## X1967              <NA>           <NA>              <NA>       1.920498801
## X1968              <NA>           <NA>              <NA>       2.215251576
## X1969              <NA>           <NA>              <NA>       2.414527269
## X1970              <NA>           <NA>              <NA>       2.869525547
## X1971              <NA>           <NA>              <NA>       3.839785015
## X1972              <NA>           <NA>              <NA>       3.515285813
## X1973              <NA>           <NA>              <NA>       4.790851448
## X1974              <NA>           <NA>              <NA>       4.886008935
## X1975              <NA>    82.38489026              <NA>       4.412527963
## X1976       7.168953968    80.83246971              <NA>       3.625962997
## X1977       8.554516654    79.21296296              <NA>       4.788194444
## X1978       9.741827845    79.16582185              <NA>       5.703932467
## X1979       10.03404667    79.86045609              <NA>       6.419986467
## X1980       12.47307644    82.20204626              <NA>       8.573937244
## X1981       10.96158278     82.0705316              <NA>       9.190317568
## X1982       10.24144656    81.55414887              <NA>       8.631728634
## X1983       10.58418544    81.33293957              <NA>       8.095971564
## X1984       10.02260985    80.88347278              <NA>       8.485910323
## X1985       10.42389316     76.5315773              <NA>       9.852316146
## X1986       10.18303569    79.28684229              <NA>       10.58161654
## X1987       11.79922946    78.82746148              <NA>       10.45158462
## X1988       10.74343964    79.67706031              <NA>       11.78620654
## X1989       9.951683405    79.68629647              <NA>       13.04865071
## X1990        10.2466616    84.34524445       6.781542508        12.8086563
## X1991       10.80699873    82.48619559              <NA>       13.35385013
## X1992       14.66563099    81.27373712              <NA>        13.4183155
## X1993       15.98444643    79.27152469              <NA>       14.57309798
## X1994       21.53678301    82.01794532              <NA>       18.55012245
## X1995       22.54707354    75.09775353              <NA>       22.83143607
## X1996       22.12225159    76.37012301              <NA>       23.19776388
## X1997       22.16537207    77.13154114       3.062603159       23.88507426
## X1998       15.67691779    76.91402549       3.497814489       28.66308232
## X1999       17.23485544    77.46085207       3.484720907       28.87594825
## X2000       12.84759849    75.87776162       3.188506619       30.67062082
## X2001       10.45461702    80.23060493       3.024561512       29.41591045
## X2002       8.957206225    82.11190348       2.016354586       22.86890082
## X2003       10.08272647    82.77378284       0.785586442       26.14257403
## X2004       11.62882567    79.60667962       0.454961257       27.09733041
## X2005       10.02524244    79.54513222       0.792467748       28.72615081
## X2006        9.71435029    82.33393907       0.884244226       33.15138628
## X2007       11.95010456    80.98431439       1.537947891       37.28150565
## X2008       12.55762563    80.27958757       1.604765723       51.65264553
## X2009       12.03019197    79.78721684       3.133793126       59.17845463
## X2010       9.627177654    78.55601031       1.903550966       54.58998779
## X2011       7.627863336    84.67689704       1.517172468       46.42464435
## X2012       8.387897332       82.98298      -0.516168021       48.75434965
## X2013       9.800841032    84.28669551      -1.802198963       50.46227084
## X2014       11.37464152    82.63414132      -0.174482593        54.4670476
## X2015       10.80139608    83.56273312       0.144269512       56.90827406
## X2016       10.62254497    88.43112259       2.179567295       69.84080011
## X2017       11.10788401    78.49670653       2.281116159       68.55708521
## X2018       10.63264386    77.14685161       5.633109835       76.32460801
## X2019        9.75019134     76.5794975       4.002321623        78.9459109
## X2020       5.918168268    85.21291046       8.045683808       88.44003947
## X2021       6.369454769    83.89271823              <NA>              <NA>
##       BM.KLT.DINV.WD.GD.ZS NY.GDP.PCAP.KD NY.GDP.FCST.CN FS.AST.CGOV.GD.ZS
## X1960                 <NA>    327.7572783     3818999800       0.002581978
## X1961                 <NA>    328.7351119     3996999900      -0.157907727
## X1962                 <NA>    329.6882672     4312999900      -0.038866026
## X1963                 <NA>    330.5042565     4552000000      -0.353119584
## X1964                 <NA>    349.4890032     4952999900      -0.806291045
## X1965                 <NA>    339.3381853     5523999900      -0.403427355
## X1966                 <NA>    356.7400014     6731000200       0.406715866
## X1967                 <NA>    344.6424877     6324000100         0.5674201
## X1968                 <NA>    340.3636539     7065000200      -2.371392657
## X1969                 <NA>    348.6233822     7823999900      -2.623669413
## X1970                 <NA>     350.496878     8713000000      -2.281021898
## X1971                 <NA>    339.3001296     8775000400      -0.735484382
## X1972                 <NA>     342.672848    10130000400       0.012482486
## X1973                 <NA>    333.9001621     9765000400       0.216202118
## X1974                 <NA>    347.5028348    12424999500       0.711847237
## X1975                 <NA>    344.9690325    15935999800        1.34958352
## X1976                    0    352.2911267    16588999900       3.014832718
## X1977                    0    354.9240093    16255000000          4.484375
## X1978                    0    362.3190891    18426000800       4.330022123
## X1979                    0    362.5807482    20779000100        4.76209766
## X1980                    0    346.1643244    21885999100       5.426407527
## X1981                    0    366.4793841    25465999900       4.934714158
## X1982                    0    371.5721443    29036999200        7.93533001
## X1983                    0    352.1975762    31643000100        12.4721564
## X1984                    0    377.4591486    37003999200       13.40213283
## X1985                    0    391.6029451    44015000000       14.44167776
## X1986                    0    400.4239383    52717000000         13.689972
## X1987                    0    398.3404237    60372000000       13.13024552
## X1988                    0    419.5476091    72214000000       12.63659532
## X1989                    0    427.6444308    84511000000       13.37485577
## X1990                    0     436.567494    97748000000       13.20656378
## X1991                    0     452.403275   117000000000       13.21402897
## X1992                    0    458.3946735   145000000000       12.80907367
## X1993                    0      463.22571   166000000000       12.41498845
## X1994                    0    488.1589295   187000000000       10.17418403
## X1995                    0    492.5621745   205000000000       10.34269419
## X1996                    0    506.7291102   233000000000       9.801135336
## X1997                    0    520.6586649   263000000000       9.753740877
## X1998                    0    525.3586111   282000000000       9.325067726
## X1999                    0    537.9920293   321000000000       9.382202794
## X2000                    0    561.0587877   356000000000       9.594466508
## X2001                    0    578.1836624   413000000000       10.88810436
## X2002                 <NA>    570.0165574   430000000000       9.995384193
## X2003                 <NA>    584.1114778   460000000000       10.58167243
## X2004                 <NA>    603.3215051   501000000000        11.0317345
## X2005                 <NA>    616.4268484   548000000000       10.65244413
## X2006                 <NA>    629.2917831   611000000000       9.976367737
## X2007                 <NA>     642.968396   676000000000       11.36417108
## X2008                 <NA>    674.9537655   755000000000       11.50913315
## X2009                 <NA>    699.8561654   910000000000       8.474245342
## X2010                    0      730.04269  1080000000000       11.18802488
## X2011                    0    754.2413402  1440000000000       10.62738854
## X2012                    0    790.9881496  1620000000000       8.791581518
## X2013                    0    821.0732055  1780000000000        8.04920887
## X2014                    0    870.7816903  2020000000000       5.761101762
## X2015                    0    901.7496077  2190000000000        6.65579499
## X2016                    0    897.4037881  2340000000000       1.482233943
## X2017                    0    964.8977952  2720000000000       2.566531806
## X2018                    0    1021.331877  3010000000000       9.613530164
## X2019                    0    1069.789098  3340000000000       9.632236558
## X2020                    0    1025.509112  3430000000000       13.67885106
## X2021                 <NA>    1049.675971  3660000000000              <NA>
##       EN.ATM.CO2E.PP.GD EG.GDP.PUSE.KO.PP.KD EG.EGY.PRIM.PP.KD
## X1960              <NA>                 <NA>              <NA>
## X1961              <NA>                 <NA>              <NA>
## X1962              <NA>                 <NA>              <NA>
## X1963              <NA>                 <NA>              <NA>
## X1964              <NA>                 <NA>              <NA>
## X1965              <NA>                 <NA>              <NA>
## X1966              <NA>                 <NA>              <NA>
## X1967              <NA>                 <NA>              <NA>
## X1968              <NA>                 <NA>              <NA>
## X1969              <NA>                 <NA>              <NA>
## X1970              <NA>                 <NA>              <NA>
## X1971              <NA>                 <NA>              <NA>
## X1972              <NA>                 <NA>              <NA>
## X1973              <NA>                 <NA>              <NA>
## X1974              <NA>                 <NA>              <NA>
## X1975              <NA>                 <NA>              <NA>
## X1976              <NA>                 <NA>              <NA>
## X1977              <NA>                 <NA>              <NA>
## X1978              <NA>                 <NA>              <NA>
## X1979              <NA>                 <NA>              <NA>
## X1980              <NA>                 <NA>              <NA>
## X1981              <NA>                 <NA>              <NA>
## X1982              <NA>                 <NA>              <NA>
## X1983              <NA>                 <NA>              <NA>
## X1984              <NA>                 <NA>              <NA>
## X1985              <NA>                 <NA>              <NA>
## X1986              <NA>                 <NA>              <NA>
## X1987              <NA>                 <NA>              <NA>
## X1988              <NA>                 <NA>              <NA>
## X1989              <NA>                 <NA>              <NA>
## X1990       0.058041872          5.267751362              <NA>
## X1991       0.066258261          5.427419467              <NA>
## X1992       0.064863382          5.515904385              <NA>
## X1993       0.069941279          5.580901131              <NA>
## X1994       0.078090072          5.832529145              <NA>
## X1995       0.080719723          5.850636712              <NA>
## X1996       0.077634946          6.017677407              <NA>
## X1997       0.081176385          6.123497843              <NA>
## X1998       0.082547976           6.14847949              <NA>
## X1999       0.104843797          6.084969426              <NA>
## X2000       0.099630005          6.121478016              6.83
## X2001       0.099901886          6.210871106              6.73
## X2002       0.079225304          6.150135461              6.79
## X2003        0.08090496          6.216893534              6.72
## X2004       0.070031834          6.415548753              6.51
## X2005       0.074493324          6.421263529              6.51
## X2006       0.057419329          6.637777347              6.29
## X2007       0.055508426          6.733650194              6.21
## X2008       0.057054885          6.903217424              6.05
## X2009       0.070376051           7.00879725              5.96
## X2010        0.07934026          7.136335952              5.85
## X2011       0.084223994          7.130624245              5.86
## X2012       0.088733217          7.808075064              5.39
## X2013       0.083728335          7.269942907              5.86
## X2014       0.089911225           7.40554922              5.72
## X2015       0.088827947                 <NA>              5.47
## X2016       0.127716277                 <NA>              5.93
## X2017       0.126679955                 <NA>              5.76
## X2018       0.139924952                 <NA>              5.68
## X2019       0.114122286                 <NA>              5.23
## X2020              <NA>                 <NA>              <NA>
## X2021              <NA>                 <NA>              <NA>
##       GC.NFN.TOTL.GD.ZS FM.LBL.BMNY.GD.ZS NY.GDP.PCAP.KD.ZG NY.GDP.FCST.KD
## X1960              <NA>       5.411825598              <NA>           <NA>
## X1961              <NA>       6.323710988       0.298340759           <NA>
## X1962              <NA>       6.097393551       0.289946307           <NA>
## X1963              <NA>       7.259532062       0.247503293           <NA>
## X1964              <NA>       8.333664974       5.744176171           <NA>
## X1965              <NA>       9.378793456      -2.904474203     3686900953
## X1966              <NA>       8.046026688       5.128163241     3942894641
## X1967              <NA>       9.378020119      -3.391129021     3883721670
## X1968              <NA>       10.00975854       -1.24152822     3906404576
## X1969              <NA>       11.55165951       2.426736294     4059550032
## X1970              <NA>       10.50752737       0.537398192     4223262069
## X1971              <NA>       12.28127043      -3.194535849     4122527100
## X1972              <NA>       12.37245588       0.994022145     4230165653
## X1973              <NA>        16.4891156      -2.560076152     4221289620
## X1974              <NA>       15.02888878        4.07387424     4445442468
## X1975              <NA>        13.0336131      -0.729145815     4470943244
## X1976              <NA>       15.95032779       2.122536677     4629019828
## X1977              <NA>        19.4369213       0.747359903     4703408606
## X1978              <NA>        20.3588072       2.083567067     4874587454
## X1979              <NA>       20.98672059       0.072217859     4998287522
## X1980              <NA>       23.46409248      -4.527660079     4892480325
## X1981              <NA>       23.87812666       5.868617377     5274146242
## X1982              <NA>       25.45178845       1.389644405     5499708027
## X1983              <NA>       28.06635071      -5.214214381     5337264118
## X1984              <NA>       27.23026211       7.172557164     5867425978
## X1985              <NA>       27.71991585       3.747106535     6201331212
## X1986              <NA>        27.6570239       2.252534956     6492969548
## X1987              <NA>       29.54262182      -0.520327193     6597931325
## X1988              <NA>        29.9747744       5.323884853     7058221481
## X1989              <NA>       31.23379897       1.929893419     7424281841
## X1990              <NA>       32.01448519       2.086561291     7756008525
## X1991              <NA>       32.82000953       3.627338556     8254660930
## X1992              <NA>        32.0610892        1.32434906     8631620681
## X1993              <NA>       34.84227183       1.053903267     8902297081
## X1994              <NA>       36.24207114       5.382520661     9589126121
## X1995              <NA>       38.03490362       0.902010528     9843288724
## X1996              <NA>        37.5773463       2.876172081    10391061698
## X1997              <NA>       43.19522673       2.748915421    10896004686
## X1998              <NA>       44.77937144       0.902692407    11256114694
## X1999              <NA>       47.92581083       2.404722787    11751899955
## X2000              <NA>       51.33647424       4.287565072    12467303013
## X2001              <NA>       51.52594886         3.0522425    13065701954
## X2002              <NA>       50.83245038        -1.4125451    13086686566
## X2003              <NA>       52.29433504       2.472721223    13579919754
## X2004              <NA>       54.23225475       3.288760449    14178960894
## X2005              <NA>       54.19872632       2.172198934    14637556830
## X2006              <NA>       57.13533566       2.087017249    15183346358
## X2007              <NA>       60.86018588       2.173334102    15601015982
## X2008              <NA>       75.40009579       4.974641005    16505155680
## X2009              <NA>       80.66311212       3.689497146    17149610807
## X2010       3.868158511       73.24216062       4.313246946    17879868977
## X2011        3.15951075       66.48945133        3.31468974    18561742448
## X2012       2.915854023       67.71797811        4.87202271    19480713938
## X2013       2.783750795       74.31554963       3.803477458    20079553984
## X2014       2.978005109       75.36051884        6.05408683    21232603795
## X2015       3.648394395       86.38039633       3.556335386    21978324247
## X2016       4.688307873       94.20586025      -0.481931973    21978879123
## X2017       6.754081565       89.40497103        7.52102989    23866727131
## X2018              <NA>       95.33178294       5.848710831    25626474621
## X2019              <NA>       97.16987778       4.744512715    27262952301
## X2020              <NA>       117.7494555      -4.139132233    26602290156
## X2021              <NA>              <NA>       2.356571795    27621363368
##       NY.GDP.TOTL.RT.ZS NY.GDP.MKTP.CN NE.RSB.GNFS.ZS MS.MIL.XPND.GD.ZS
## X1960              <NA>     3872999900           <NA>              <NA>
## X1961              <NA>     4052999900           <NA>              <NA>
## X1962              <NA>     4374000100           <NA>              <NA>
## X1963              <NA>     4616000000           <NA>              <NA>
## X1964              <NA>     5023000100           <NA>              <NA>
## X1965              <NA>     5601999900   -6.158514926              <NA>
## X1966              <NA>     6909000200   -3.111882961              <NA>
## X1967              <NA>     6415000100   -0.077942321              <NA>
## X1968              <NA>     7173000200    -0.65523489              <NA>
## X1969              <NA>     7984999900   -3.206011311              <NA>
## X1970       1.547335521     8768000000   -3.398722628       0.593019315
## X1971       1.402280908     8938000400    -3.72566553       0.617910602
## X1972        1.17495854    10369000400   -2.256726695       0.647556299
## X1973       2.113309698     9969000400   -3.761660999       0.657680994
## X1974       2.039763676    12807999500   -5.098376995       0.607236461
## X1975        3.43610027    16570999800   -4.465632786       0.682172825
## X1976       2.285661967    17393999900   -3.403471906       0.856261176
## X1977       9.172688007    17280000000   -2.528935185       0.892143089
## X1978       8.055118416    19732000800   -4.900668259       0.858464253
## X1979       4.151573113    22215000100   -4.181859986       0.911205724
## X1980       4.442852297    23350999000   -7.190270532       1.032075714
## X1981       2.608043944    27306999800   -6.716227024        0.99205332
## X1982       3.331593538    30987999200   -7.215695617       1.089453982
## X1983       2.715583077    33760000000   -11.08412382       1.252924973
## X1984        1.86502117    39389999100   -8.796649604       1.220614369
## X1985       1.152462424    46586000000    -8.47035676       1.195827162
## X1986       1.846370848    55724000000   -8.640442179       1.182850684
## X1987       1.680118445    63864000000    -9.09333897       1.159182012
## X1988       1.521723512    76906000000    -10.9346995       1.083790602
## X1989       1.488703917    89269000000   -11.21571878       1.106543145
## X1990       1.746703903   103000000000   -11.13413592       1.077154406
## X1991       1.596161254   124000000000   -11.69355256       1.096609649
## X1992       1.887355667   153000000000   -9.775960879       1.074689768
## X1993       1.523479997   176000000000   -10.32365296       1.050552554
## X1994       1.200027148   199000000000   -12.44419688       0.973315396
## X1995       1.388811488   219000000000   -9.544200433       0.941485115
## X1996       1.326249219   249000000000   -12.82261842       0.900716315
## X1997       1.090667424   281000000000   -11.37986475       0.880707846
## X1998       1.271680096   301000000000   -11.06549884        0.92705546
## X1999       1.394818469   342000000000   -6.870037072       0.947369575
## X2000       1.167019792   379000000000   -9.142581584       0.962150318
## X2001        1.06061514   442000000000   -10.67837364       1.098334384
## X2002       1.141777044   459000000000   -10.75645945        1.44764998
## X2003       1.210053519   492000000000   -12.84815463       1.592251101
## X2004       0.901697274   537000000000   -12.78189619       1.793292398
## X2005       0.792667946   589000000000   -14.89557389       1.929161376
## X2006       1.081820981   654000000000   -17.86880584       1.749109863
## X2007       1.356930627   728000000000   -18.86794527       1.547393889
## X2008       1.074373869   816000000000   -20.48456584       1.599971653
## X2009        1.00485104   988000000000   -22.24073939         1.6454486
## X2010       1.472314254  1190000000000   -26.81983343       1.563666433
## X2011       1.113986794  1560000000000   -20.68448362       1.540651621
## X2012       0.961086179  1760000000000   -20.42132348       1.431832398
## X2013       0.833688505  1950000000000   -23.27605838       1.541860106
## X2014       0.860694134  2230000000000   -25.73455737       1.629341062
## X2015       0.934852579  2420000000000    -26.2365532       1.556630126
## X2016       1.031178468  2610000000000   -25.75633004       1.700897728
## X2017       0.703177494  3080000000000   -29.01803331       1.708544543
## X2018       0.424053405  3460000000000    -32.8161049       1.539234028
## X2019       0.442967352  3860000000000   -33.68965364       1.376595177
## X2020       0.514043068  3890000000000   -27.30828594       1.363585634
## X2021              <NA>  4280000000000   -33.39276732              <NA>
##       NY.GDP.NGAS.RT.ZS NY.GDP.DISC.CN NV.IND.TOTL.ZS NE.GDI.FPRV.ZS
## X1960              <NA>           <NA>           <NA>           <NA>
## X1961              <NA>           <NA>           <NA>           <NA>
## X1962              <NA>           <NA>           <NA>           <NA>
## X1963              <NA>           <NA>           <NA>           <NA>
## X1964              <NA>           <NA>           <NA>           <NA>
## X1965              <NA>           <NA>    10.85326688           <NA>
## X1966              <NA>           <NA>    9.031697524           <NA>
## X1967              <NA>           <NA>    9.820732505           <NA>
## X1968              <NA>           <NA>    10.07946438           <NA>
## X1969              <NA>           <NA>    10.35691935           <NA>
## X1970              <NA>           <NA>    11.46213504           <NA>
## X1971                 0           <NA>    9.140746962           <NA>
## X1972                 0           <NA>    9.094415697           <NA>
## X1973                 0           <NA>    9.589727773           <NA>
## X1974                 0           <NA>    8.705497685           <NA>
## X1975                 0              0     7.86313509    10.36750963
## X1976                 0            100     8.44544043    10.41163683
## X1977                 0            100    10.53819387    10.94907407
## X1978                 0           -100    11.14433413    11.05311074
## X1979                 0            100    11.20414085     9.56560833
## X1980                 0              0    11.16868704    9.485675966
## X1981                 0              0    11.52817967    9.067272194
## X1982                 0           -100    12.04659867    9.610171605
## X1983                 0            100    11.99348312    10.76718039
## X1984                 0              0     11.8329533    9.565879883
## X1985                 0              0    14.27252823    13.05327781
## X1986                 0              0    14.99892326    11.15318355
## X1987                 0              0    14.96148065    12.10697733
## X1988                 0              0    15.18217044    12.79223988
## X1989                 0              0     15.6549306    9.268615085
## X1990                 0              0    15.34675485    8.415525644
## X1991                 0              0    16.44736311     11.3868224
## X1992                 0     -0.0000153    19.39830167    12.40616471
## X1993                 0              0    19.52049726    14.51998497
## X1994                 0              0    20.39172588    14.37833715
## X1995                 0              0    21.27386791    15.19333866
## X1996                 0           -100    21.49305179     15.4499765
## X1997                 0              0     21.4004342    14.75938727
## X1998                 0              0    21.07596935    14.22725988
## X1999                 0              0    20.44112316    12.09843408
## X2000                 0              0    20.73557003    12.35559491
## X2001                 0        -200000     16.6609083     15.1040088
## X2002                 0        -392700    16.94682474    15.76909432
## X2003                 0        -219000    16.97130006    16.93391924
## X2004                 0   -56800.00002    16.65732027    17.55494654
## X2005                 0         445300    16.46708923    17.02137045
## X2006                 0        -122000    16.06796681     18.0440127
## X2007                 0        -705900    15.87314018    17.68167435
## X2008                 0         121600    16.04998664     17.8325965
## X2009                 0         276400    15.06680347    16.87399825
## X2010                 0         333600    14.20076226    17.70855166
## X2011                 0    50385.23181    13.39346807    19.36379862
## X2012                 0    16515611357    13.97716181    20.13555146
## X2013                 0    34666575605    13.79833757    20.88761544
## X2014                 0    91827925928    13.56456523    21.03487682
## X2015                 0    62636228548    13.16165463    23.20667599
## X2016                 0    30207725224    12.65541777    23.22932409
## X2017                 0   144000000000    12.86258589    22.66109375
## X2018                 0   279000000000    13.20063963    25.10554791
## X2019                 0   294000000000    13.01067541    28.06546489
## X2020                 0   101000000000    12.04731993    25.15049192
## X2021              <NA>   227000000000    11.72251561    23.52355004
##       GC.DOD.TOTL.GD.ZS FS.AST.DOMO.GD.ZS EN.ATM.CO2E.PP.GD.KD
## X1960              <NA>              <NA>                 <NA>
## X1961              <NA>              <NA>                 <NA>
## X1962              <NA>              <NA>                 <NA>
## X1963              <NA>              <NA>                 <NA>
## X1964              <NA>              <NA>                 <NA>
## X1965              <NA>              <NA>                 <NA>
## X1966              <NA>              <NA>                 <NA>
## X1967              <NA>              <NA>                 <NA>
## X1968              <NA>              <NA>                 <NA>
## X1969              <NA>              <NA>                 <NA>
## X1970              <NA>              <NA>                 <NA>
## X1971              <NA>              <NA>                 <NA>
## X1972              <NA>              <NA>                 <NA>
## X1973              <NA>              <NA>                 <NA>
## X1974              <NA>              <NA>                 <NA>
## X1975              <NA>              <NA>                 <NA>
## X1976              <NA>              <NA>                 <NA>
## X1977              <NA>              <NA>                 <NA>
## X1978              <NA>              <NA>                 <NA>
## X1979              <NA>              <NA>                 <NA>
## X1980              <NA>              <NA>                 <NA>
## X1981              <NA>              <NA>                 <NA>
## X1982              <NA>              <NA>                 <NA>
## X1983              <NA>              <NA>                 <NA>
## X1984              <NA>              <NA>                 <NA>
## X1985              <NA>              <NA>                 <NA>
## X1986              <NA>              <NA>                 <NA>
## X1987              <NA>              <NA>                 <NA>
## X1988              <NA>              <NA>                 <NA>
## X1989              <NA>              <NA>                 <NA>
## X1990       52.62058095              <NA>          0.030823818
## X1991       64.91143044              <NA>          0.036377176
## X1992       61.65692299              <NA>          0.036422909
## X1993       63.68153823              <NA>          0.040205249
## X1994          66.54121              <NA>          0.045848106
## X1995       66.18364321              <NA>          0.048385786
## X1996       65.19788038              <NA>          0.047388751
## X1997       59.88242969              <NA>          0.050404927
## X1998       66.35144343              <NA>            0.0518335
## X1999       64.06810979              <NA>          0.066761232
## X2000       64.57331984              <NA>          0.064878545
## X2001       58.98914159              <NA>          0.066521264
## X2002       63.93546098              <NA>          0.053575611
## X2003       62.58819538              <NA>          0.055791253
## X2004       59.41566729              <NA>          0.049589642
## X2005       51.76462305              <NA>           0.05440294
## X2006       49.68696803              <NA>          0.043227593
## X2007       42.97866114              <NA>          0.042918347
## X2008       43.79998725              <NA>          0.044960125
## X2009              <NA>              <NA>          0.055812865
## X2010       33.86252123              <NA>          0.063678269
## X2011              <NA>              <NA>          0.069002432
## X2012              <NA>              <NA>          0.076065827
## X2013              <NA>              <NA>          0.074577833
## X2014              <NA>              <NA>          0.082362417
## X2015              <NA>              <NA>          0.079879459
## X2016              <NA>              <NA>          0.115154262
## X2017              <NA>              <NA>          0.126679955
## X2018              <NA>              <NA>          0.143267775
## X2019              <NA>              <NA>           0.11893877
## X2020              <NA>              <NA>                 <NA>
## X2021              <NA>              <NA>                 <NA>
##       BX.KLT.DINV.WD.GD.ZS NY.GDP.PCAP.KN NY.GDP.FCST.KN NE.IMP.GNFS.ZS
## X1960                 <NA>    25056.70299           <NA>           <NA>
## X1961                 <NA>    25131.45734           <NA>           <NA>
## X1962                 <NA>    25204.32508           <NA>           <NA>
## X1963                 <NA>    25266.70661           <NA>           <NA>
## X1964                 <NA>    26718.07075           <NA>           <NA>
## X1965                 <NA>    25942.05128   285000000000    13.92359896
## X1966                 <NA>    27272.40202   305000000000    8.756693914
## X1967                 <NA>    26347.55968   300000000000    6.952455075
## X1968                 <NA>    26020.44729   302000000000     7.50034832
## X1969                 <NA>    26651.89493   314000000000    10.21916105
## X1970                 <NA>    26795.12173   327000000000    8.302919708
## X1971                 <NA>    25939.14196   319000000000    9.129558777
## X1972          0.002929405    26196.98277   327000000000    7.917831694
## X1973         -0.001028699    25526.32007   327000000000    10.37215326
## X1974          0.020526234    26566.23024   344000000000    10.54809613
## X1975                 <NA>    26372.52369   346000000000    13.36672577
## X1976         -0.002753317    26932.29018   358000000000    14.17730202
## X1977                    0    27133.57131   364000000000    14.31712905
## X1978          0.025558508    27698.91747   377000000000    15.47232808
## X1979          0.016205267    27718.92103   387000000000    15.96668955
## X1980          0.015416899    26463.90251   379000000000    18.73153307
## X1981         -0.010107299    28016.96769   408000000000    19.61768132
## X1982         -0.001252385    28406.30392   425000000000    18.80727975
## X1983         -0.024518069    26925.13833   413000000000    21.31516677
## X1984          0.036804482    28856.35927   454000000000    19.44909971
## X1985          0.024809975     29937.6378   480000000000    19.99957112
## X1986          0.041041331    30611.99355   502000000000    20.30274209
## X1987          0.047003039    30452.71103   510000000000    20.90661405
## X1988          0.019500949     32073.9783   546000000000    22.38186877
## X1989          0.011914122    32692.97189   574000000000    22.28332344
## X1990          0.163746322    33375.13079   600000000000    21.66144504
## X1991          0.056611336    34585.75978   639000000000    23.18430384
## X1992                    0    35043.79596   668000000000    25.73568701
## X1993                    0    35413.12367   689000000000    28.75661707
## X1994                    0    37319.24237   742000000000    31.43813481
## X1995                    0    37655.86586   762000000000    34.51735942
## X1996           0.42374943    38738.91337   804000000000    35.64019356
## X1997          0.468752021    39803.81333   843000000000    37.70769982
## X1998          0.247611787    40163.11933   871000000000    33.88755007
## X1999          0.086439766    41128.93101   909000000000    29.71850916
## X2000         -0.008824253    42892.36069   965000000000    32.42658529
## X2001          0.347091875    44201.53955  1010000000000    33.23914736
## X2002         -0.098374869    43577.17287  1010000000000    28.49358898
## X2003          0.233443621    44654.71488  1050000000000    28.54801912
## X2004         -0.005737557    46123.30148  1100000000000    29.46459146
## X2005          0.030156296    47125.19134  1130000000000    29.47926069
## X2006         -0.073509433    48108.70221  1170000000000     31.3153968
## X2007          0.055606415    49154.26504  1210000000000    31.72361014
## X2008          0.007932157    51599.51327  1280000000000    33.26038609
## X2009          0.297715389    53503.27584  1330000000000    34.66009358
## X2010          0.548294666    55811.00425  1380000000000     36.4023696
## X2011          0.435815132    57660.96588  1440000000000    28.49061783
## X2012          0.423691401    60470.22123  1510000000000    29.17161477
## X2013           0.33471227    62770.19247  1550000000000    32.57071706
## X2014          0.133746295    66570.35442  1640000000000    35.85859949
## X2015          0.213029579    68937.81949  1700000000000     36.4511418
## X2016          0.432213143     68605.5861  1700000000000    33.93590808
## X2017          0.677439878    73765.43273  1850000000000    36.83022197
## X2018          0.206157198    78079.75959  1980000000000    40.63174592
## X2019          0.542801816    81784.26371  2110000000000    41.46959011
## X2020          0.378738964    78399.10489  2060000000000    34.11357577
## X2021                 <NA>    80246.63608  2140000000000    38.60199775
##       NY.GNS.ICTR.ZS NY.GDP.PCAP.CD NY.GDP.DISC.KN NV.AGR.TOTL.ZS
## X1960           <NA>    50.30493772           <NA>           <NA>
## X1961           <NA>    51.81124873           <NA>           <NA>
## X1962           <NA>    55.02568891           <NA>           <NA>
## X1963           <NA>    46.86145326           <NA>           <NA>
## X1964           <NA>    46.00340388           <NA>           <NA>
## X1965           <NA>    67.00747097           <NA>    64.58407648
## X1966           <NA>    81.16442237           <NA>    68.69300568
## X1967           <NA>    73.96790076           <NA>    66.23538322
## X1968           <NA>    66.54894009           <NA>    67.39160414
## X1969           <NA>    66.63834579           <NA>    66.42454686
## X1970           <NA>    71.71859114           <NA>    66.86815807
## X1971           <NA>     71.6298781           <NA>    66.83821697
## X1972           <NA>      81.386573           <NA>    67.84646088
## X1973           <NA>    75.63696074           <NA>    65.33252722
## X1974           <NA>    92.75222233           <NA>    68.41817725
## X1975           <NA>    117.4177468           <NA>    69.00609461
## X1976    15.32126861    105.8928233           <NA>    66.08600762
## X1977    17.44328299    98.54200742           <NA>    60.12152894
## X1978    17.42714069    111.8066138           <NA>     58.8688401
## X1979    16.46995176    126.1333096           <NA>     60.1620533
## X1980    17.29647841    129.5860224           <NA>    57.89902179
## X1981    16.89507043    148.0802633           <NA>    56.79862201
## X1982    16.40122553    152.2896698           <NA>    57.16728978
## X1983    14.50573585    151.9925535           <NA>    56.52251303
## X1984    16.01258618    156.6505397           <NA>    57.29880913
## X1985    18.62311339    155.4078184           <NA>    48.85802602
## X1986    15.51950735    165.3618292           <NA>    48.69715024
## X1987    16.80707054    167.7999446           <NA>    47.95033196
## X1988    14.84427922     193.499648           <NA>    47.79210985
## X1989     13.2464208    191.1208533           <NA>    47.68956749
## X1990     10.3341958    191.8788839           <NA>    48.80289317
## X1991    11.71677402    202.0805891           <NA>    44.72338673
## X1992    15.10886219    170.5866512           <NA>    42.66526274
## X1993    16.62517071    178.6259878           <NA>    39.89594836
## X1994     13.9920437    193.2795509           <NA>    40.44170782
## X1995    21.00779388    203.9807806           <NA>    39.04140527
## X1996    20.38508266    204.6857552           <NA>    38.92765745
## X1997    19.11054397    217.7879819           <NA>    38.78073387
## X1998    20.13192901    210.6115609           <NA>    37.39300969
## X1999    20.47123509    214.1067032           <NA>    38.70148172
## X2000    21.73051331    229.4903926           <NA>    38.24389704
## X2001     18.5502235    246.7255581           <NA>    35.24767001
## X2002    25.13148362    244.7208435           <NA>    36.15029503
## X2003    25.12676611    252.4023518           <NA>    35.10587509
## X2004    27.57583417    286.1576726           <NA>    34.67635711
## X2005    30.68571741      315.80563           <NA>    33.82489668
## X2006    29.50425285    346.9453313           <NA>    32.36648504
## X2007    31.05886965    391.3800572           <NA>    31.16441132
## X2008    36.65691212     470.455459           <NA>    30.30571637
## X2009    37.24818062    478.1732528           <NA>    31.32265206
## X2010    37.75048339    592.4012071           <NA>    33.17937849
## X2011    29.51620768    797.8139473           <NA>    30.80547966
## X2012    34.55533815    804.1416073           <NA>    30.07605696
## X2013    37.08132511    823.3598746           <NA>    28.62265753
## X2014    39.58970376    844.8531249           <NA>    27.46189536
## X2015    40.08822844    901.7496077           <NA>    26.51850843
## X2016    35.30509599     899.523581           <NA>    25.51787537
## X2017    41.88064846    1048.453755           <NA>    23.69954846
## X2018     42.6031208    1178.525957           <NA>    22.33467205
## X2019    42.18750826    1194.957236           <NA>    21.58337276
## X2020    32.81975747    1147.471971           <NA>    22.18009019
## X2021    32.62383756    1222.878794           <NA>    21.31988975
##       CM.MKT.TRAD.GD.ZS CM.MKT.LCAP.GD.ZS  PA.NUS.PPP NY.GDP.MKTP.PP.CD
## X1960              <NA>              <NA>        <NA>              <NA>
## X1961              <NA>              <NA>        <NA>              <NA>
## X1962              <NA>              <NA>        <NA>              <NA>
## X1963              <NA>              <NA>        <NA>              <NA>
## X1964              <NA>              <NA>        <NA>              <NA>
## X1965              <NA>              <NA>        <NA>              <NA>
## X1966              <NA>              <NA>        <NA>              <NA>
## X1967              <NA>              <NA>        <NA>              <NA>
## X1968              <NA>              <NA>        <NA>              <NA>
## X1969              <NA>              <NA>        <NA>              <NA>
## X1970              <NA>              <NA>        <NA>              <NA>
## X1971              <NA>              <NA>        <NA>              <NA>
## X1972              <NA>              <NA>        <NA>              <NA>
## X1973              <NA>              <NA>        <NA>              <NA>
## X1974              <NA>              <NA>        <NA>              <NA>
## X1975              <NA>              <NA>        <NA>              <NA>
## X1976              <NA>              <NA>        <NA>              <NA>
## X1977              <NA>              <NA>        <NA>              <NA>
## X1978              <NA>              <NA>        <NA>              <NA>
## X1979              <NA>              <NA>        <NA>              <NA>
## X1980              <NA>              <NA>        <NA>              <NA>
## X1981              <NA>              <NA>        <NA>              <NA>
## X1982              <NA>              <NA>        <NA>              <NA>
## X1983              <NA>              <NA>        <NA>              <NA>
## X1984              <NA>              <NA>        <NA>              <NA>
## X1985              <NA>              <NA>        <NA>              <NA>
## X1986              <NA>              <NA>        <NA>              <NA>
## X1987              <NA>              <NA>        <NA>              <NA>
## X1988              <NA>              <NA>        <NA>              <NA>
## X1989              <NA>              <NA>        <NA>              <NA>
## X1990              <NA>              <NA> 6.855172398       16195204675
## X1991              <NA>              <NA> 7.462756348       17809100163
## X1992              <NA>              <NA> 8.645528589       18962933642
## X1993              <NA>              <NA> 9.355323514       20159768606
## X1994              <NA>              <NA> 9.600855654       22281961821
## X1995              <NA>              <NA> 9.996182258       23538237236
## X1996              <NA>              <NA> 10.58439036       25246362676
## X1997              <NA>              <NA> 11.16235091       26978289337
## X1998              <NA>              <NA>  11.4915425       28104868450
## X1999              <NA>              <NA> 12.33891727       29758555947
## X2000              <NA>              <NA> 12.60519056       32319580727
## X2001              <NA>              <NA> 12.74813167       34633980664
## X2002              <NA>              <NA> 13.04641998       35216021000
## X2003              <NA>              <NA> 13.18673162       37327748401
## X2004              <NA>              <NA> 13.37705251       40124608887
## X2005              <NA>              <NA> 13.76403079       42822630163
## X2006              <NA>              <NA> 14.33475801       45629232067
## X2007              <NA>              <NA> 15.01878444       48461112328
## X2008              <NA>              <NA> 15.56430534       52405679687
## X2009              <NA>              <NA> 17.92543252       55132393547
## X2010              <NA>              <NA> 20.39547456       58482287147
## X2011              <NA>              <NA> 25.25461197       61740123574
## X2012              <NA>              <NA> 26.00444031       67618420433
## X2013              <NA>              <NA> 26.79986954       72735235363
## X2014              <NA>              <NA>  28.1527462       79300444355
## X2015              <NA>              <NA>  29.9425354       80942994654
## X2016              <NA>              <NA> 31.99880981       81508795260
## X2017              <NA>              <NA> 31.23498344       98515977279
## X2018              <NA>              <NA> 31.83499365      109000000000
## X2019              <NA>              <NA> 32.74274823      118000000000
## X2020              <NA>              <NA> 33.39374122      116000000000
## X2021              <NA>              <NA> 33.82868766      126000000000
##       NY.GDP.DEFL.ZS NE.EXP.GNFS.ZS NY.GDP.PCAP.CN NY.GDP.FCST.CD
## X1960    1.529623912           <NA>    383.2733205    501246856.5
## X1961    1.570740203           <NA>    394.7499041    524609515.7
## X1962    1.663368182           <NA>    419.2407238    566084774.9
## X1963     1.72274918           <NA>    435.2819809    490057812.2
## X1964    1.743331203           <NA>    465.7844643    489185175.3
## X1965     1.96796281    7.765084037    510.5299213    725029518.3
## X1966      2.2674634    5.644810953     618.391734    883449297.8
## X1967     2.13895117    6.874512753    563.5614359    830030200.8
## X1968    2.375643789     6.84511343    618.1531398    760601612.7
## X1969    2.531577034    7.013149743    674.7132511    772740730.9
## X1970    2.710010959     4.90419708    726.1507352    860543209.9
## X1971     2.79597728    5.403893247    725.2525157    866666706.2
## X1972    3.145549465    5.661104999    824.0390516     1000493867
## X1973    3.038685537    6.610492262    775.6645961    952209183.7
## X1974    3.671512146    5.449719138      975.38237     1181532855
## X1975    4.682013144    8.901092981    1234.765025     1515405078
## X1976    4.707485278    10.77383012    1267.833595     1385557255
## X1977    4.539671827    11.78819387    1231.775093     1300400000
## X1978    4.965093868    10.57165982    1375.277253     1497987952
## X1979    5.460528978    11.78482957    1513.599716     1731583342
## X1980    5.876050473    11.54126254    1555.032269     1823833258
## X1981    6.342453541     12.9014543     1776.96316     2122166658
## X1982    6.935308657    11.59158414    1970.064855     2244613931
## X1983    7.787567315    10.23104295    2096.813272     2293718974
## X1984    8.284254462     10.6524501    2390.534231     2424853981
## X1985    9.230468152    11.52921436    2763.384122     2475325479
## X1986    10.55896975    11.66229991    3232.311139     2696949388
## X1987    11.89962122    11.81327508    3623.757263     2795556523
## X1988    13.30559838    11.44716927    4267.634736     3274268873
## X1989    14.80359226    11.06760466    4839.734257     3337334981
## X1990    16.38992821    10.52730912    5470.159975     3428743809
## X1991     18.4459854    11.49075129    6379.684199     3714570795
## X1992     21.8564811    15.95972613    7659.340641     3234463252
## X1993    24.21149711    18.43296411    8574.047413     3457916667
## X1994    25.37751946    18.99393793    9470.697996     3818836735
## X1995    26.97652183    24.97315898    10158.24288     4114738956
## X1996    29.08690473    22.81757514    11267.95082     4240799273
## X1997    31.20416757    26.32783507    12420.44861     4603910223
## X1998    32.48598818    22.82205122     13047.3862     4550476190
## X1999    35.37303335    22.84847209    14548.55049     4717880795
## X2000    36.95506882    23.28400371    15850.90141     5147574924
## X2001    41.02646356    22.56077372    18134.32852     5624870748
## X2002     42.6407966    17.73712952    18581.65365     5668339260
## X2003     43.9499991    15.69986449    19625.74678     5920137147
## X2004    45.78114379    16.68269526    21115.77497     6785394365
## X2005    48.58267072    14.58368679    22894.67653     7565717328
## X2006    52.15837436    13.44659096      25092.717     8449644451
## X2007    56.12412627    12.85566488    27587.40178     9588352545
## X2008    59.27822052    12.77582026    30587.27326    11616425419
## X2009    68.70839558    12.41935419    36761.24241    11830719902
## X2010    79.11560985    9.582536172    44155.21637    14535459375
## X2011            100    7.806134205    57660.96588    19869929072
## X2012      107.74115    8.750291287    65151.31178    19975684930
## X2013    115.3720797    9.294658678    72419.27646    20206662643
## X2014    124.6426488    10.12404212    82975.05304    20592668320
## X2015    130.1381998    10.21458859    89714.43725    21978324247
## X2016    139.4435167     8.17957804    95666.04194    22015610883
## X2017    150.9635209    7.812188656    111358.8945    25614337303
## X2018    157.5392782    7.815641022    123006.2897    28848666957
## X2019    164.9296914    7.779936474    134886.5338    29610972525
## X2020    170.2361432    6.805289826    133463.6124    29477215821
## X2021    179.6195108    5.209230429    144138.6152    31072803545
##       NE.CON.TOTL.ZS GC.AST.TOTL.GD.ZS EG.GDP.PUSE.KO.PP NE.CON.GOVT.ZS
## X1960           <NA>              <NA>              <NA>           <NA>
## X1961           <NA>              <NA>              <NA>           <NA>
## X1962           <NA>              <NA>              <NA>           <NA>
## X1963           <NA>              <NA>              <NA>           <NA>
## X1964           <NA>              <NA>              <NA>           <NA>
## X1965           <NA>              <NA>              <NA>           <NA>
## X1966           <NA>              <NA>              <NA>           <NA>
## X1967           <NA>              <NA>              <NA>           <NA>
## X1968           <NA>              <NA>              <NA>           <NA>
## X1969           <NA>              <NA>              <NA>           <NA>
## X1970           <NA>              <NA>              <NA>           <NA>
## X1971           <NA>              <NA>              <NA>           <NA>
## X1972           <NA>              <NA>              <NA>           <NA>
## X1973           <NA>              <NA>              <NA>           <NA>
## X1974           <NA>              <NA>              <NA>           <NA>
## X1975    89.97043075              <NA>              <NA>    7.585540493
## X1976    88.27181665              <NA>              <NA>    7.439346944
## X1977    86.50462963              <NA>              <NA>    7.291666667
## X1978    86.62071765              <NA>              <NA>    7.454895806
## X1979    88.36371916              <NA>              <NA>    8.503263072
## X1980    88.90411455              <NA>              <NA>    6.702068293
## X1981    89.10901995              <NA>              <NA>    7.038488351
## X1982    90.06712218              <NA>              <NA>    8.512973306
## X1983    91.45142299              <NA>              <NA>    10.11848341
## X1984    90.13455195              <NA>              <NA>    9.251079165
## X1985    85.91422402              <NA>              <NA>    9.382646718
## X1986    88.37628311              <NA>              <NA>    9.089440815
## X1987    87.90456282              <NA>              <NA>     9.07710134
## X1988    88.64255065              <NA>              <NA>    8.965490339
## X1989    89.70881269              <NA>              <NA>    10.02251622
## X1990    93.00831399      -0.194844125       2.797501243    8.663069544
## X1991    91.44008126              <NA>       2.979767206    8.953885671
## X1992     89.0712991              <NA>       3.097360601    7.797561985
## X1993    87.75275782              <NA>       3.208141485    8.481233137
## X1994    90.04064796              <NA>       3.424384298    8.022702638
## X1995    84.34470232              <NA>       3.507044448    9.246948785
## X1996    85.61753074              <NA>       3.673219763    9.247407729
## X1997     86.0391497      -1.122942609       3.802269095     8.90760856
## X1998    86.22612973      -1.511077133        3.86075136     9.31210424
## X1999    86.38652072      -1.068600966       3.874717122    8.925668643
## X2000    84.82771524      -0.658255334       3.986274891    8.949953622
## X2001    88.33537272      -1.628697157        4.13560758    8.104982306
## X2002    90.51033375      -1.984576977       4.158990227    8.398430273
## X2003    91.43882019      -0.924037698        4.28710773     8.66503735
## X2004    88.25075721      -0.817309394       4.542859239    8.644077586
## X2005    88.44434024      -0.184947032       4.689488849    8.899208024
## X2006    91.01692168      -0.725824206       4.997187276    8.682982614
## X2007     90.1827915      -0.433069947       5.206365149    9.198477111
## X2008    90.16890393       0.035517337       5.439841324    9.889316356
## X2009    90.56633433         0.0711545       5.558440033    10.77911749
## X2010    88.54859901       1.017425095       5.727603102    9.992588705
## X2011    92.87417397       0.147182295       5.841926857    8.197276933
## X2012    90.87936626      -1.059514594       6.693408633    7.896386254
## X2013    91.82103312      -0.300186813       6.475425412    7.534337608
## X2014    90.63528277       1.388900866       6.783790711    8.001141444
## X2015    92.37473012       2.028425282              <NA>    8.811996996
## X2016    96.35714108       4.289986965              <NA>    7.926018483
## X2017    87.01524485       0.767200801              <NA>    8.518538323
## X2018    85.20838789      -0.002792772              <NA>    8.061536277
## X2019    84.69659271      -0.864102849              <NA>    8.117095211
## X2020    94.28064253       3.152060198              <NA>    9.067732071
## X2021    92.29193766              <NA>              <NA>    8.399219427
##       GC.XPN.TOTL.GD.ZS FD.AST.PRVT.GD.ZS SL.UEM.NEET.ZS SL.UEM.1524.FE.ZS
## X1960              <NA>       1.040537078           <NA>              <NA>
## X1961              <NA>       1.213915648           <NA>              <NA>
## X1962              <NA>       1.227709163           <NA>              <NA>
## X1963              <NA>       1.167677643           <NA>              <NA>
## X1964              <NA>        1.42146125           <NA>              <NA>
## X1965              <NA>       1.833273864           <NA>              <NA>
## X1966              <NA>       1.619626527           <NA>              <NA>
## X1967              <NA>       1.826968015           <NA>              <NA>
## X1968              <NA>       2.141363387           <NA>              <NA>
## X1969              <NA>       2.275516622           <NA>              <NA>
## X1970              <NA>       2.739507299           <NA>              <NA>
## X1971              <NA>       3.715596164           <NA>              <NA>
## X1972              <NA>        3.43716835           <NA>              <NA>
## X1973              <NA>       4.603269953           <NA>              <NA>
## X1974              <NA>       4.719706618           <NA>              <NA>
## X1975              <NA>       4.285800547           <NA>              <NA>
## X1976              <NA>       3.529377967           <NA>              <NA>
## X1977              <NA>       4.684606481           <NA>              <NA>
## X1978              <NA>       5.604601435           <NA>              <NA>
## X1979              <NA>       6.269187458           <NA>              <NA>
## X1980              <NA>       8.396642902           <NA>              <NA>
## X1981              <NA>       8.995495726           <NA>              <NA>
## X1982              <NA>       8.454885981           <NA>              <NA>
## X1983              <NA>       7.907879147           <NA>              <NA>
## X1984              <NA>       8.199543219           <NA>              <NA>
## X1985              <NA>        9.30687331           <NA>              <NA>
## X1986              <NA>       10.25016151           <NA>              <NA>
## X1987              <NA>       10.14828385           <NA>              <NA>
## X1988              <NA>       11.56905833           <NA>              <NA>
## X1989              <NA>       12.81878368           <NA>              <NA>
## X1990              <NA>       12.47099095           <NA>              <NA>
## X1991              <NA>       12.95458033           <NA>       2.586999893
## X1992              <NA>       13.09025213           <NA>       2.490999937
## X1993              <NA>       14.26361836           <NA>       2.424999952
## X1994              <NA>       18.29765346           <NA>       2.421000004
## X1995              <NA>       22.58190943           <NA>       2.296000004
## X1996              <NA>       22.83838128           <NA>       2.263999939
## X1997              <NA>        23.3645143           <NA>        2.20600009
## X1998              <NA>       28.21230202           <NA>       2.128999949
## X1999              <NA>       28.44902291           <NA>       2.092000008
## X2000              <NA>       30.28106291           <NA>       2.053999901
## X2001              <NA>       29.08380662           <NA>       1.978999972
## X2002              <NA>       22.50918264           <NA>       1.871000051
## X2003              <NA>       25.81266795           <NA>       1.850999951
## X2004       14.59633833       26.55397925           <NA>       1.797999978
## X2005              <NA>       28.21497492           <NA>       1.723999977
## X2006              <NA>       32.61416286           <NA>       1.659999967
## X2007              <NA>       36.77121883           <NA>       1.597000003
## X2008              <NA>       51.19786815    23.12999916       1.562999964
## X2009              <NA>       58.77492981           <NA>       1.967000008
## X2010       15.63520088       54.21260718           <NA>       2.410000086
## X2011       13.93790561       46.02557861           <NA>       2.838999987
## X2012       13.83933585       48.39298877           <NA>       3.328999996
## X2013       12.69043542       50.18531483           <NA>       3.788000107
## X2014       13.58299152        54.2201924           <NA>       4.357999802
## X2015       13.98979845       56.68439189           <NA>       4.808000088
## X2016       14.22711074       69.65767267           <NA>       4.748000145
## X2017       16.85380845       68.41674545    34.75999832       5.109000206
## X2018        20.1657917       76.16895532           <NA>       5.135000229
## X2019       21.70186528       78.84534533           <NA>       5.184000015
## X2020       20.16478293       88.34028058           <NA>       7.113999844
## X2021              <NA>              <NA>           <NA>       8.550000191
##       SL.SRV.EMPL.ZS SL.FAM.WORK.ZS SL.EMP.TOTL.SP.FE.ZS SL.AGR.EMPL.MA.ZS
## X1960           <NA>           <NA>                 <NA>              <NA>
## X1961           <NA>           <NA>                 <NA>              <NA>
## X1962           <NA>           <NA>                 <NA>              <NA>
## X1963           <NA>           <NA>                 <NA>              <NA>
## X1964           <NA>           <NA>                 <NA>              <NA>
## X1965           <NA>           <NA>                 <NA>              <NA>
## X1966           <NA>           <NA>                 <NA>              <NA>
## X1967           <NA>           <NA>                 <NA>              <NA>
## X1968           <NA>           <NA>                 <NA>              <NA>
## X1969           <NA>           <NA>                 <NA>              <NA>
## X1970           <NA>           <NA>                 <NA>              <NA>
## X1971           <NA>           <NA>                 <NA>              <NA>
## X1972           <NA>           <NA>                 <NA>              <NA>
## X1973           <NA>           <NA>                 <NA>              <NA>
## X1974           <NA>           <NA>                 <NA>              <NA>
## X1975           <NA>           <NA>                 <NA>              <NA>
## X1976           <NA>           <NA>                 <NA>              <NA>
## X1977           <NA>           <NA>                 <NA>              <NA>
## X1978           <NA>           <NA>                 <NA>              <NA>
## X1979           <NA>           <NA>                 <NA>              <NA>
## X1980           <NA>           <NA>                 <NA>              <NA>
## X1981           <NA>           <NA>                 <NA>              <NA>
## X1982           <NA>           <NA>                 <NA>              <NA>
## X1983           <NA>           <NA>                 <NA>              <NA>
## X1984           <NA>           <NA>                 <NA>              <NA>
## X1985           <NA>           <NA>                 <NA>              <NA>
## X1986           <NA>           <NA>                 <NA>              <NA>
## X1987           <NA>           <NA>                 <NA>              <NA>
## X1988           <NA>           <NA>                 <NA>              <NA>
## X1989           <NA>           <NA>                 <NA>              <NA>
## X1990           <NA>           <NA>                 <NA>              <NA>
## X1991    14.90999985    52.72999954          79.91799927       74.79000092
## X1992    14.68999958    52.59999847          80.05000305       74.68000031
## X1993    14.51000023    52.40999985          80.16300201       74.40000153
## X1994    14.39999962    52.13999939           80.1969986       73.83000183
## X1995    14.28999996    51.91999817           80.4280014       73.13999939
## X1996    14.21000004    51.61999893          80.36699677       72.13999939
## X1997    14.14000034    51.27999878          80.36599731       70.86000061
## X1998    14.10000038    50.95000076          80.41999817       69.33000183
## X1999    14.05000019    50.50999832          80.43599701       67.43000031
## X2000    14.22999954    49.99000168          80.21900177       66.37000275
## X2001    14.43000031    49.45000076          80.04399872       65.55999756
## X2002    14.60000038    49.09000015          79.91699982       65.19999695
## X2003    14.85000038    48.54999924          79.64700317       64.51999664
## X2004    15.11999989    47.93000031          79.42500305       63.90000153
## X2005    15.39000034    47.36999893          79.22899628       63.38000107
## X2006    15.67000008    46.79000092          79.01000214       62.84999847
## X2007    15.97000027    46.20999908          78.78500366       62.36000061
## X2008    16.30999947           45.5          78.53399658       61.56999969
## X2009    16.64999962    44.77999878          78.45800018       61.00999832
## X2010    16.96999931    44.02000046          78.41100311       60.40000153
## X2011    17.30999947    43.33000183          78.47499847       59.70999908
## X2012    17.72999954    42.56000137          78.61199951       58.54999924
## X2013    18.12000084    41.81999969          78.86499786       57.40000153
## X2014    18.54999924    40.95000076          79.00499725       56.13000107
## X2015    18.94000053          40.25          79.22499847       55.20999908
## X2016    19.29000092    39.70000076          79.73400116       54.93000031
## X2017    19.70999908    38.81999969          79.71199799       53.79000092
## X2018    20.11000061    38.02999878          79.94200134       52.88999939
## X2019    20.52000046    37.20000076          80.06400299       52.11000061
## X2020           <NA>           <NA>          72.26599884              <NA>
## X2021           <NA>           <NA>          74.80899811              <NA>
##       per_lm_alllm.cov_q5_tot SL.UEM.INTM.MA.ZS SL.TLF.PART.ZS
## X1960                    <NA>              <NA>           <NA>
## X1961                    <NA>              <NA>           <NA>
## X1962                    <NA>              <NA>           <NA>
## X1963                    <NA>              <NA>           <NA>
## X1964                    <NA>              <NA>           <NA>
## X1965                    <NA>              <NA>           <NA>
## X1966                    <NA>              <NA>           <NA>
## X1967                    <NA>              <NA>           <NA>
## X1968                    <NA>              <NA>           <NA>
## X1969                    <NA>              <NA>           <NA>
## X1970                    <NA>              <NA>           <NA>
## X1971                    <NA>              <NA>           <NA>
## X1972                    <NA>              <NA>           <NA>
## X1973                    <NA>              <NA>           <NA>
## X1974                    <NA>              <NA>           <NA>
## X1975                    <NA>              <NA>           <NA>
## X1976                    <NA>              <NA>           <NA>
## X1977                    <NA>              <NA>           <NA>
## X1978                    <NA>              <NA>           <NA>
## X1979                    <NA>              <NA>           <NA>
## X1980                    <NA>              <NA>           <NA>
## X1981                    <NA>              <NA>           <NA>
## X1982                    <NA>              <NA>           <NA>
## X1983                    <NA>              <NA>           <NA>
## X1984                    <NA>              <NA>           <NA>
## X1985                    <NA>              <NA>           <NA>
## X1986                    <NA>              <NA>           <NA>
## X1987                    <NA>              <NA>           <NA>
## X1988                    <NA>              <NA>           <NA>
## X1989                    <NA>              <NA>           <NA>
## X1990                    <NA>              <NA>           <NA>
## X1991                    <NA>              <NA>           <NA>
## X1992                    <NA>              <NA>           <NA>
## X1993                    <NA>              <NA>           <NA>
## X1994                    <NA>              <NA>           <NA>
## X1995                    <NA>              <NA>           <NA>
## X1996                    <NA>              <NA>           <NA>
## X1997                    <NA>              <NA>           <NA>
## X1998                    <NA>              <NA>           <NA>
## X1999                    <NA>              <NA>           <NA>
## X2000                    <NA>              <NA>           <NA>
## X2001                    <NA>              <NA>           <NA>
## X2002                    <NA>              <NA>           <NA>
## X2003                    <NA>              <NA>           <NA>
## X2004                    <NA>              <NA>           <NA>
## X2005                    <NA>              <NA>           <NA>
## X2006                    <NA>              <NA>           <NA>
## X2007                    <NA>              <NA>           <NA>
## X2008                    <NA>       1.929999948    30.57999992
## X2009                    <NA>              <NA>           <NA>
## X2010                    <NA>              <NA>           <NA>
## X2011                    <NA>              <NA>           <NA>
## X2012                    <NA>              <NA>           <NA>
## X2013                    <NA>              <NA>           <NA>
## X2014                    <NA>              <NA>           <NA>
## X2015                    <NA>              <NA>           <NA>
## X2016                    <NA>              <NA>           <NA>
## X2017                    <NA>             13.25    29.88999939
## X2018                    <NA>              <NA>           <NA>
## X2019                    <NA>              <NA>           <NA>
## X2020                    <NA>              <NA>           <NA>
## X2021                    <NA>              <NA>           <NA>
##       SL.TLF.0714.WK.MA.ZS SL.SRV.0714.MA.ZS SL.FAM.0714.MA.ZS
## X1960                 <NA>              <NA>              <NA>
## X1961                 <NA>              <NA>              <NA>
## X1962                 <NA>              <NA>              <NA>
## X1963                 <NA>              <NA>              <NA>
## X1964                 <NA>              <NA>              <NA>
## X1965                 <NA>              <NA>              <NA>
## X1966                 <NA>              <NA>              <NA>
## X1967                 <NA>              <NA>              <NA>
## X1968                 <NA>              <NA>              <NA>
## X1969                 <NA>              <NA>              <NA>
## X1970                 <NA>              <NA>              <NA>
## X1971                 <NA>              <NA>              <NA>
## X1972                 <NA>              <NA>              <NA>
## X1973                 <NA>              <NA>              <NA>
## X1974                 <NA>              <NA>              <NA>
## X1975                 <NA>              <NA>              <NA>
## X1976                 <NA>              <NA>              <NA>
## X1977                 <NA>              <NA>              <NA>
## X1978                 <NA>              <NA>              <NA>
## X1979                 <NA>              <NA>              <NA>
## X1980                 <NA>              <NA>              <NA>
## X1981                 <NA>              <NA>              <NA>
## X1982                 <NA>              <NA>              <NA>
## X1983                 <NA>              <NA>              <NA>
## X1984                 <NA>              <NA>              <NA>
## X1985                 <NA>              <NA>              <NA>
## X1986                 <NA>              <NA>              <NA>
## X1987                 <NA>              <NA>              <NA>
## X1988                 <NA>              <NA>              <NA>
## X1989                 <NA>              <NA>              <NA>
## X1990                 <NA>              <NA>              <NA>
## X1991                 <NA>              <NA>              <NA>
## X1992                 <NA>              <NA>              <NA>
## X1993                 <NA>              <NA>              <NA>
## X1994                 <NA>              <NA>              <NA>
## X1995                 <NA>              <NA>              <NA>
## X1996                 <NA>              <NA>              <NA>
## X1997                 <NA>              <NA>              <NA>
## X1998                 <NA>              <NA>              <NA>
## X1999          23.22274882       9.723161033              91.8
## X2000                 <NA>              <NA>              <NA>
## X2001                 <NA>              <NA>              <NA>
## X2002                 <NA>              <NA>              <NA>
## X2003                 <NA>              <NA>              <NA>
## X2004                 <NA>              <NA>              <NA>
## X2005                 <NA>              <NA>              <NA>
## X2006                 <NA>              <NA>              <NA>
## X2007                 <NA>              <NA>              <NA>
## X2008          10.23713436              4.17             91.97
## X2009                 <NA>              <NA>              <NA>
## X2010                 <NA>              <NA>              <NA>
## X2011                 <NA>              <NA>              <NA>
## X2012                 <NA>              <NA>              <NA>
## X2013                 <NA>              <NA>              <NA>
## X2014          7.136226177              <NA>              <NA>
## X2015                 <NA>              <NA>              <NA>
## X2016                 <NA>              <NA>              <NA>
## X2017                 <NA>              <NA>              <NA>
## X2018                 <NA>              <NA>              <NA>
## X2019                 <NA>              <NA>              <NA>
## X2020                 <NA>              <NA>              <NA>
## X2021                 <NA>              <NA>              <NA>
##       SL.EMP.SELF.MA.ZS SL.AGR.0714.FE.ZS per_lm_alllm.cov_q1_tot
## X1960              <NA>              <NA>                    <NA>
## X1961              <NA>              <NA>                    <NA>
## X1962              <NA>              <NA>                    <NA>
## X1963              <NA>              <NA>                    <NA>
## X1964              <NA>              <NA>                    <NA>
## X1965              <NA>              <NA>                    <NA>
## X1966              <NA>              <NA>                    <NA>
## X1967              <NA>              <NA>                    <NA>
## X1968              <NA>              <NA>                    <NA>
## X1969              <NA>              <NA>                    <NA>
## X1970              <NA>              <NA>                    <NA>
## X1971              <NA>              <NA>                    <NA>
## X1972              <NA>              <NA>                    <NA>
## X1973              <NA>              <NA>                    <NA>
## X1974              <NA>              <NA>                    <NA>
## X1975              <NA>              <NA>                    <NA>
## X1976              <NA>              <NA>                    <NA>
## X1977              <NA>              <NA>                    <NA>
## X1978              <NA>              <NA>                    <NA>
## X1979              <NA>              <NA>                    <NA>
## X1980              <NA>              <NA>                    <NA>
## X1981              <NA>              <NA>                    <NA>
## X1982              <NA>              <NA>                    <NA>
## X1983              <NA>              <NA>                    <NA>
## X1984              <NA>              <NA>                    <NA>
## X1985              <NA>              <NA>                    <NA>
## X1986              <NA>              <NA>                    <NA>
## X1987              <NA>              <NA>                    <NA>
## X1988              <NA>              <NA>                    <NA>
## X1989              <NA>              <NA>                    <NA>
## X1990              <NA>              <NA>                    <NA>
## X1991       77.61000061              <NA>                    <NA>
## X1992       77.61000061              <NA>                    <NA>
## X1993       77.62000275              <NA>                    <NA>
## X1994       77.40000153              <NA>                    <NA>
## X1995       77.33999634              <NA>                    <NA>
## X1996       77.11000061              <NA>                    <NA>
## X1997       76.80999756              <NA>                    <NA>
## X1998       76.62000275              <NA>                    <NA>
## X1999       76.27999878              85.9                    <NA>
## X2000       75.73000336              <NA>                    <NA>
## X2001             75.25              <NA>                    <NA>
## X2002       75.34999847              <NA>                    <NA>
## X2003       75.08000183              <NA>                    <NA>
## X2004       74.68000031              <NA>                    <NA>
## X2005       74.37999725              <NA>                    <NA>
## X2006       74.09999847              <NA>                    <NA>
## X2007       73.83000183              <NA>                    <NA>
## X2008       73.22000122             88.93                    <NA>
## X2009       72.61000061              <NA>                    <NA>
## X2010       71.84999847              <NA>                    <NA>
## X2011       71.08000183              <NA>                    <NA>
## X2012       70.02999878              <NA>                    <NA>
## X2013       68.97000122              <NA>                    <NA>
## X2014       67.65000153              <NA>                    <NA>
## X2015       66.77999878              <NA>                    <NA>
## X2016       66.62999725              <NA>                    <NA>
## X2017       65.62000275              <NA>                    <NA>
## X2018       64.80999756              <NA>                    <NA>
## X2019       63.99000168              <NA>                    <NA>
## X2020              <NA>              <NA>                    <NA>
## X2021              <NA>              <NA>                    <NA>
##       SL.UEM.TOTL.FE.ZS SL.UEM.1524.MA.ZS SL.TLF.0714.MA.ZS SL.IND.EMPL.FE.ZS
## X1960              <NA>              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>              <NA>              <NA>
## X1991       1.720999956        3.75999999              <NA>       1.440000057
## X1992       1.662999988       3.680000067              <NA>       1.649999976
## X1993       1.654999971       3.663000107              <NA>       1.899999976
## X1994       1.763000011       3.753000021              <NA>              2.25
## X1995       1.643000007       3.647000074              <NA>       2.619999886
## X1996        1.68599999       3.710000038              <NA>       3.089999914
## X1997       1.677000046       3.720000029              <NA>       3.650000095
## X1998       1.628000021       3.696000099              <NA>       4.269999981
## X1999       1.659000039       3.720000029              42.2       5.039999962
## X2000       1.636999965       3.638000011              <NA>        5.46999979
## X2001       1.537999988       3.551000118              <NA>              5.75
## X2002       1.376000047       3.400000095              <NA>       5.949999809
## X2003       1.383999944       3.377000093              <NA>       6.139999866
## X2004       1.330000043       3.289999962              <NA>       6.300000191
## X2005        1.24000001       3.176000118              <NA>       6.409999847
## X2006       1.169999957       3.052999973              <NA>       6.460000038
## X2007       1.101999998       2.933000088              <NA>       6.519999981
## X2008        1.07099998       2.842999935              36.2       6.690000057
## X2009       1.307000041       3.388000011              <NA>       6.849999905
## X2010       1.572999954       3.982000113              <NA>       7.070000172
## X2011       1.802000046       4.551000118              <NA>       7.269999981
## X2012       2.094000101        5.18200016              <NA>       7.480000019
## X2013       2.329999924       5.736000061              <NA>       7.679999828
## X2014       2.690999985       6.420000076       41.50491273       7.940000057
## X2015       2.878999949       6.870999813              <NA>       8.119999886
## X2016       2.721999884       6.546999931              <NA>       8.119999886
## X2017       3.076999903       7.008999825              <NA>       8.329999924
## X2018       3.002000093        6.90199995              <NA>               8.5
## X2019       2.944999933       6.835999966              <NA>       8.619999886
## X2020       4.532999992       9.159000397              <NA>              <NA>
## X2021       4.934000015       10.56900024              <NA>              <NA>
##       SL.EMP.TOTL.SP.MA.ZS SL.EMP.1524.SP.FE.NE.ZS SL.UEM.TOTL.FE.NE.ZS
## X1960                 <NA>                    <NA>                 <NA>
## X1961                 <NA>                    <NA>                 <NA>
## X1962                 <NA>                    <NA>                 <NA>
## X1963                 <NA>                    <NA>                 <NA>
## X1964                 <NA>                    <NA>                 <NA>
## X1965                 <NA>                    <NA>                 <NA>
## X1966                 <NA>                    <NA>                 <NA>
## X1967                 <NA>                    <NA>                 <NA>
## X1968                 <NA>                    <NA>                 <NA>
## X1969                 <NA>                    <NA>                 <NA>
## X1970                 <NA>                    <NA>                 <NA>
## X1971                 <NA>                    <NA>                 <NA>
## X1972                 <NA>                    <NA>                 <NA>
## X1973                 <NA>                    <NA>                 <NA>
## X1974                 <NA>                    <NA>                 <NA>
## X1975                 <NA>                    <NA>                 <NA>
## X1976                 <NA>                    <NA>                 <NA>
## X1977                 <NA>                    <NA>                 <NA>
## X1978                 <NA>                    <NA>                 <NA>
## X1979                 <NA>                    <NA>                 <NA>
## X1980                 <NA>                    <NA>                 <NA>
## X1981                 <NA>                    <NA>                 <NA>
## X1982                 <NA>                    <NA>                 <NA>
## X1983                 <NA>                    <NA>                 <NA>
## X1984                 <NA>                    <NA>                 <NA>
## X1985                 <NA>                    <NA>                 <NA>
## X1986                 <NA>                    <NA>                 <NA>
## X1987                 <NA>                    <NA>                 <NA>
## X1988                 <NA>                    <NA>                 <NA>
## X1989                 <NA>                    <NA>                 <NA>
## X1990                 <NA>                    <NA>                 <NA>
## X1991          88.94499969                    <NA>                 <NA>
## X1992          88.86499786                    <NA>                 <NA>
## X1993          88.70899963                    <NA>                 <NA>
## X1994          88.37999725                    <NA>                 <NA>
## X1995          88.43599701                    <NA>                 <NA>
## X1996          88.31300354                    <NA>                 <NA>
## X1997          88.28800201                    <NA>                 <NA>
## X1998          88.33699799                    <NA>                 <NA>
## X1999          88.22699738                    <NA>          1.659999967
## X2000          87.95999908                    <NA>                 <NA>
## X2001          87.80400085                    <NA>                 <NA>
## X2002          87.75099945                    <NA>                 <NA>
## X2003          87.39299774                    <NA>                 <NA>
## X2004          87.13700104                    <NA>                 <NA>
## X2005          86.94000244                    <NA>                 <NA>
## X2006          86.69599915                    <NA>                 <NA>
## X2007          86.44100189                    <NA>                 <NA>
## X2008          86.11199951             73.80999756          1.080000043
## X2009          85.68199921                    <NA>                 <NA>
## X2010          85.17500305                    <NA>                 <NA>
## X2011          84.77500153                    <NA>                 <NA>
## X2012          84.23200226                    <NA>                 <NA>
## X2013          83.73699951                    <NA>                 <NA>
## X2014          83.01999664                    <NA>                 <NA>
## X2015           82.5719986                    <NA>          2.900000095
## X2016          82.51899719                    <NA>                 <NA>
## X2017          81.76000214             16.56999969          12.02000046
## X2018          81.71199799                    <NA>                 <NA>
## X2019           81.6989975                    <NA>                 <NA>
## X2020          75.53800201                    <NA>                 <NA>
## X2021           76.5739975                    <NA>                 <NA>
##       SL.UEM.1524.MA.NE.ZS SL.TLF.0714.FE.ZS SL.EMP.TOTL.SP.MA.NE.ZS
## X1960                 <NA>              <NA>                    <NA>
## X1961                 <NA>              <NA>                    <NA>
## X1962                 <NA>              <NA>                    <NA>
## X1963                 <NA>              <NA>                    <NA>
## X1964                 <NA>              <NA>                    <NA>
## X1965                 <NA>              <NA>                    <NA>
## X1966                 <NA>              <NA>                    <NA>
## X1967                 <NA>              <NA>                    <NA>
## X1968                 <NA>              <NA>                    <NA>
## X1969                 <NA>              <NA>                    <NA>
## X1970                 <NA>              <NA>                    <NA>
## X1971                 <NA>              <NA>                    <NA>
## X1972                 <NA>              <NA>                    <NA>
## X1973                 <NA>              <NA>                    <NA>
## X1974                 <NA>              <NA>                    <NA>
## X1975                 <NA>              <NA>                    <NA>
## X1976                 <NA>              <NA>                    <NA>
## X1977                 <NA>              <NA>                    <NA>
## X1978                 <NA>              <NA>                    <NA>
## X1979                 <NA>              <NA>                    <NA>
## X1980                 <NA>              <NA>                    <NA>
## X1981                 <NA>              <NA>                    <NA>
## X1982                 <NA>              <NA>                    <NA>
## X1983                 <NA>              <NA>                    <NA>
## X1984                 <NA>              <NA>                    <NA>
## X1985                 <NA>              <NA>                    <NA>
## X1986                 <NA>              <NA>                    <NA>
## X1987                 <NA>              <NA>                    <NA>
## X1988                 <NA>              <NA>                    <NA>
## X1989                 <NA>              <NA>                    <NA>
## X1990                 <NA>              <NA>                    <NA>
## X1991                 <NA>              <NA>                    <NA>
## X1992                 <NA>              <NA>                    <NA>
## X1993                 <NA>              <NA>                    <NA>
## X1994                 <NA>              <NA>                    <NA>
## X1995                 <NA>              <NA>                    <NA>
## X1996                 <NA>              <NA>                      71
## X1997                 <NA>              <NA>                    <NA>
## X1998                 <NA>              <NA>                    <NA>
## X1999          3.960000038              52.4             88.33000183
## X2000                 <NA>              <NA>                    <NA>
## X2001                 <NA>              <NA>                    <NA>
## X2002                 <NA>              <NA>                    <NA>
## X2003                 <NA>              <NA>                      90
## X2004                 <NA>              <NA>                    <NA>
## X2005                 <NA>              <NA>                    <NA>
## X2006                 <NA>              <NA>                    <NA>
## X2007                 <NA>              <NA>                    <NA>
## X2008          2.910000086              45.4             86.33999634
## X2009                 <NA>              <NA>                    <NA>
## X2010                 <NA>              <NA>                    <NA>
## X2011                 <NA>              <NA>                    <NA>
## X2012                 <NA>              <NA>                    <NA>
## X2013                 <NA>              <NA>             82.90000153
## X2014                 <NA>       44.09135567             84.19999695
## X2015                 <NA>              <NA>                    <NA>
## X2016                 <NA>              <NA>                    <NA>
## X2017          19.22999954              <NA>             49.56999969
## X2018                 <NA>              <NA>                    <NA>
## X2019                 <NA>              <NA>                    <NA>
## X2020                 <NA>              <NA>                    <NA>
## X2021                 <NA>              <NA>                    <NA>
##       SL.AGR.EMPL.ZS SL.UEM.INTM.ZS SL.SRV.0714.ZS SL.FAM.0714.ZS
## X1960           <NA>           <NA>           <NA>           <NA>
## X1961           <NA>           <NA>           <NA>           <NA>
## X1962           <NA>           <NA>           <NA>           <NA>
## X1963           <NA>           <NA>           <NA>           <NA>
## X1964           <NA>           <NA>           <NA>           <NA>
## X1965           <NA>           <NA>           <NA>           <NA>
## X1966           <NA>           <NA>           <NA>           <NA>
## X1967           <NA>           <NA>           <NA>           <NA>
## X1968           <NA>           <NA>           <NA>           <NA>
## X1969           <NA>           <NA>           <NA>           <NA>
## X1970           <NA>           <NA>           <NA>           <NA>
## X1971           <NA>           <NA>           <NA>           <NA>
## X1972           <NA>           <NA>           <NA>           <NA>
## X1973           <NA>           <NA>           <NA>           <NA>
## X1974           <NA>           <NA>           <NA>           <NA>
## X1975           <NA>           <NA>           <NA>           <NA>
## X1976           <NA>           <NA>           <NA>           <NA>
## X1977           <NA>           <NA>           <NA>           <NA>
## X1978           <NA>           <NA>           <NA>           <NA>
## X1979           <NA>           <NA>           <NA>           <NA>
## X1980           <NA>           <NA>           <NA>           <NA>
## X1981           <NA>           <NA>           <NA>           <NA>
## X1982           <NA>           <NA>           <NA>           <NA>
## X1983           <NA>           <NA>           <NA>           <NA>
## X1984           <NA>           <NA>           <NA>           <NA>
## X1985           <NA>           <NA>           <NA>           <NA>
## X1986           <NA>           <NA>           <NA>           <NA>
## X1987           <NA>           <NA>           <NA>           <NA>
## X1988           <NA>           <NA>           <NA>           <NA>
## X1989           <NA>           <NA>           <NA>           <NA>
## X1990           <NA>           <NA>           <NA>           <NA>
## X1991    82.33000183           <NA>           <NA>           <NA>
## X1992    82.09999847           <NA>           <NA>           <NA>
## X1993          81.75           <NA>           <NA>           <NA>
## X1994    81.15000153           <NA>           <NA>           <NA>
## X1995    80.51999664           <NA>           <NA>           <NA>
## X1996    79.68000031           <NA>           <NA>           <NA>
## X1997    78.66000366           <NA>           <NA>           <NA>
## X1998    77.51999664           <NA>           <NA>           <NA>
## X1999    76.11000061           <NA>          11.06          92.41
## X2000          75.25           <NA>           <NA>           <NA>
## X2001    74.58999634           <NA>           <NA>           <NA>
## X2002    74.19000244           <NA>           <NA>           <NA>
## X2003    73.61000061           <NA>           <NA>           <NA>
## X2004    73.08000183           <NA>           <NA>           <NA>
## X2005    72.63999939           <NA>           <NA>           <NA>
## X2006    72.20999908           <NA>           <NA>           <NA>
## X2007    71.77999878           <NA>           <NA>           <NA>
## X2008    71.12999725    1.820000052           3.09          92.26
## X2009    70.61000061           <NA>           <NA>           <NA>
## X2010    70.04000092           <NA>           <NA>           <NA>
## X2011    69.54000092           <NA>           <NA>           <NA>
## X2012    68.86000061           <NA>           <NA>           <NA>
## X2013    68.23999786           <NA>           <NA>           <NA>
## X2014    67.48000336           <NA>           <NA>           <NA>
## X2015    66.93000031           <NA>           <NA>           <NA>
## X2016    66.66000366           <NA>           <NA>           <NA>
## X2017    65.80999756    14.46000004           <NA>           <NA>
## X2018    65.08000183           <NA>           <NA>           <NA>
## X2019    64.37999725           <NA>           <NA>           <NA>
## X2020           <NA>           <NA>           <NA>           <NA>
## X2021           <NA>           <NA>           <NA>           <NA>
##       SL.EMP.SELF.ZS SL.AGR.0714.MA.ZS per_lm_alllm.cov_q2_tot
## X1960           <NA>              <NA>                    <NA>
## X1961           <NA>              <NA>                    <NA>
## X1962           <NA>              <NA>                    <NA>
## X1963           <NA>              <NA>                    <NA>
## X1964           <NA>              <NA>                    <NA>
## X1965           <NA>              <NA>                    <NA>
## X1966           <NA>              <NA>                    <NA>
## X1967           <NA>              <NA>                    <NA>
## X1968           <NA>              <NA>                    <NA>
## X1969           <NA>              <NA>                    <NA>
## X1970           <NA>              <NA>                    <NA>
## X1971           <NA>              <NA>                    <NA>
## X1972           <NA>              <NA>                    <NA>
## X1973           <NA>              <NA>                    <NA>
## X1974           <NA>              <NA>                    <NA>
## X1975           <NA>              <NA>                    <NA>
## X1976           <NA>              <NA>                    <NA>
## X1977           <NA>              <NA>                    <NA>
## X1978           <NA>              <NA>                    <NA>
## X1979           <NA>              <NA>                    <NA>
## X1980           <NA>              <NA>                    <NA>
## X1981           <NA>              <NA>                    <NA>
## X1982           <NA>              <NA>                    <NA>
## X1983           <NA>              <NA>                    <NA>
## X1984           <NA>              <NA>                    <NA>
## X1985           <NA>              <NA>                    <NA>
## X1986           <NA>              <NA>                    <NA>
## X1987           <NA>              <NA>                    <NA>
## X1988           <NA>              <NA>                    <NA>
## X1989           <NA>              <NA>                    <NA>
## X1990           <NA>              <NA>                    <NA>
## X1991    85.44999695              <NA>                    <NA>
## X1992    85.40000153              <NA>                    <NA>
## X1993    85.36000061              <NA>                    <NA>
## X1994    85.19000244              <NA>                    <NA>
## X1995    85.12999725              <NA>                    <NA>
## X1996             85              <NA>                    <NA>
## X1997    84.83999634              <NA>                    <NA>
## X1998    84.73999786              <NA>                    <NA>
## X1999    84.56999969              88.3                    <NA>
## X2000    84.26000214              <NA>                    <NA>
## X2001    83.94999695              <NA>                    <NA>
## X2002    83.97000122              <NA>                    <NA>
## X2003    83.79000092              <NA>                    <NA>
## X2004    83.51999664              <NA>                    <NA>
## X2005    83.30999756              <NA>                    <NA>
## X2006    83.09999847              <NA>                    <NA>
## X2007    82.90000153              <NA>                    <NA>
## X2008           82.5             89.03                    <NA>
## X2009    82.12999725              <NA>                    <NA>
## X2010    81.69999695              <NA>                    <NA>
## X2011    81.33000183              <NA>                    <NA>
## X2012    80.83999634              <NA>                    <NA>
## X2013    80.37000275              <NA>                    <NA>
## X2014    79.73000336              <NA>                    <NA>
## X2015    79.29000092              <NA>                    <NA>
## X2016    79.15000153              <NA>                    <NA>
## X2017    78.51999664              <NA>                    <NA>
## X2018    77.95999908              <NA>                    <NA>
## X2019    77.33999634              <NA>                    <NA>
## X2020           <NA>              <NA>                    <NA>
## X2021           <NA>              <NA>                    <NA>
##       SL.UEM.TOTL.MA.ZS SL.UEM.1524.ZS SL.TLF.0714.SW.FE.ZS SL.IND.EMPL.ZS
## X1960              <NA>           <NA>                 <NA>           <NA>
## X1961              <NA>           <NA>                 <NA>           <NA>
## X1962              <NA>           <NA>                 <NA>           <NA>
## X1963              <NA>           <NA>                 <NA>           <NA>
## X1964              <NA>           <NA>                 <NA>           <NA>
## X1965              <NA>           <NA>                 <NA>           <NA>
## X1966              <NA>           <NA>                 <NA>           <NA>
## X1967              <NA>           <NA>                 <NA>           <NA>
## X1968              <NA>           <NA>                 <NA>           <NA>
## X1969              <NA>           <NA>                 <NA>           <NA>
## X1970              <NA>           <NA>                 <NA>           <NA>
## X1971              <NA>           <NA>                 <NA>           <NA>
## X1972              <NA>           <NA>                 <NA>           <NA>
## X1973              <NA>           <NA>                 <NA>           <NA>
## X1974              <NA>           <NA>                 <NA>           <NA>
## X1975              <NA>           <NA>                 <NA>           <NA>
## X1976              <NA>           <NA>                 <NA>           <NA>
## X1977              <NA>           <NA>                 <NA>           <NA>
## X1978              <NA>           <NA>                 <NA>           <NA>
## X1979              <NA>           <NA>                 <NA>           <NA>
## X1980              <NA>           <NA>                 <NA>           <NA>
## X1981              <NA>           <NA>                 <NA>           <NA>
## X1982              <NA>           <NA>                 <NA>           <NA>
## X1983              <NA>           <NA>                 <NA>           <NA>
## X1984              <NA>           <NA>                 <NA>           <NA>
## X1985              <NA>           <NA>                 <NA>           <NA>
## X1986              <NA>           <NA>                 <NA>           <NA>
## X1987              <NA>           <NA>                 <NA>           <NA>
## X1988              <NA>           <NA>                 <NA>           <NA>
## X1989              <NA>           <NA>                 <NA>           <NA>
## X1990              <NA>           <NA>                 <NA>           <NA>
## X1991       1.807999969    3.203000069                 <NA>     2.75999999
## X1992       1.746999979    3.119999886                 <NA>    3.210000038
## X1993       1.771000028    3.082999945                 <NA>     3.74000001
## X1994       1.998999953    3.130000114                 <NA>    4.449999809
## X1995       1.825000048    3.013999939                 <NA>    5.199999809
## X1996       1.944000006    3.023999929                 <NA>    6.119999886
## X1997       1.972000003    2.992000103                 <NA>    7.199999809
## X1998       1.922999978    2.931999922                 <NA>    8.380000114
## X1999       2.029000044    2.917999983                 53.8    9.840000153
## X2000       2.062999964    2.851999998                 <NA>    10.52000046
## X2001       1.945000052    2.763000011                 <NA>    10.97999954
## X2002       1.703999996    2.625999928                 <NA>    11.21000004
## X2003       1.796000004    2.598999977                 <NA>    11.53999996
## X2004       1.768000007    2.525000095                 <NA>    11.80000019
## X2005       1.666000009    2.427999973                 <NA>    11.97000027
## X2006       1.605999947    2.336999893                 <NA>    12.11999989
## X2007       1.549999952    2.249000072                 <NA>          12.25
## X2008       1.577000022    2.188999891          83.75918546    12.56999969
## X2009       1.786999941    2.660000086                 <NA>    12.73999977
## X2010       2.062999964    3.171000004                 <NA>    12.98999977
## X2011       2.263999939    3.654000044                 <NA>    13.15999985
## X2012       2.585000038    4.193999767                 <NA>    13.40999985
## X2013       2.801000118    4.683000088                 <NA>    13.64999962
## X2014       3.246999979    5.296000004          89.79322999    13.97999954
## X2015             3.375    5.744999886                 <NA>    14.14000034
## X2016       3.051000118    5.565000057                 <NA>    14.05000019
## X2017             3.625    5.974999905                 <NA>    14.47999954
## X2018       3.436000109    5.947000027                 <NA>    14.81000042
## X2019       3.288000107    5.951000214                 <NA>    15.10999966
## X2020       4.955999851    8.088000298                 <NA>           <NA>
## X2021       5.197000027    9.501000404                 <NA>           <NA>
##       SL.EMP.TOTL.SP.ZS SL.EMP.1524.SP.MA.NE.ZS SL.UEM.INTM.FE.ZS
## X1960              <NA>                    <NA>              <NA>
## X1961              <NA>                    <NA>              <NA>
## X1962              <NA>                    <NA>              <NA>
## X1963              <NA>                    <NA>              <NA>
## X1964              <NA>                    <NA>              <NA>
## X1965              <NA>                    <NA>              <NA>
## X1966              <NA>                    <NA>              <NA>
## X1967              <NA>                    <NA>              <NA>
## X1968              <NA>                    <NA>              <NA>
## X1969              <NA>                    <NA>              <NA>
## X1970              <NA>                    <NA>              <NA>
## X1971              <NA>                    <NA>              <NA>
## X1972              <NA>                    <NA>              <NA>
## X1973              <NA>                    <NA>              <NA>
## X1974              <NA>                    <NA>              <NA>
## X1975              <NA>                    <NA>              <NA>
## X1976              <NA>                    <NA>              <NA>
## X1977              <NA>                    <NA>              <NA>
## X1978              <NA>                    <NA>              <NA>
## X1979              <NA>                    <NA>              <NA>
## X1980              <NA>                    <NA>              <NA>
## X1981              <NA>                    <NA>              <NA>
## X1982              <NA>                    <NA>              <NA>
## X1983              <NA>                    <NA>              <NA>
## X1984              <NA>                    <NA>              <NA>
## X1985              <NA>                    <NA>              <NA>
## X1986              <NA>                    <NA>              <NA>
## X1987              <NA>                    <NA>              <NA>
## X1988              <NA>                    <NA>              <NA>
## X1989              <NA>                    <NA>              <NA>
## X1990              <NA>                    <NA>              <NA>
## X1991       84.33599854                    <NA>              <NA>
## X1992       84.39600372                    <NA>              <NA>
## X1993       84.40699768                    <NA>              <NA>
## X1994       84.28500366                    <NA>              <NA>
## X1995       84.44200134                    <NA>              <NA>
## X1996       84.33999634                    <NA>              <NA>
## X1997       84.30699921                    <NA>              <NA>
## X1998       84.33200073                    <NA>              <NA>
## X1999       84.26200104                    <NA>              <NA>
## X2000       83.99900055                    <NA>              <NA>
## X2001       83.82900238                    <NA>              <NA>
## X2002       83.73400116                    <NA>              <NA>
## X2003       83.41999817                    <NA>              <NA>
## X2004       83.17900085                    <NA>              <NA>
## X2005       82.98000336                    <NA>              <NA>
## X2006       82.75099945                    <NA>              <NA>
## X2007       82.51399994                    <NA>              <NA>
## X2008       82.22200012             74.83999634       1.659999967
## X2009       81.95999908                    <NA>              <NA>
## X2010       81.66600037                    <NA>              <NA>
## X2011       81.45500183                    <NA>              <NA>
## X2012       81.21299744                    <NA>              <NA>
## X2013       81.06700134                    <NA>              <NA>
## X2014       80.78099823                    <NA>              <NA>
## X2015       80.67900085                    <NA>              <NA>
## X2016       80.93800354                    <NA>              <NA>
## X2017       80.59700012             31.90999985       16.51000023
## X2018       80.70899963                    <NA>              <NA>
## X2019       80.77700043                    <NA>              <NA>
## X2020       73.70200348                    <NA>              <NA>
## X2021       75.59200287                    <NA>              <NA>
##       SL.TLF.PART.MA.ZS SL.SRV.0714.FE.ZS SL.FAM.0714.FE.ZS SL.EMP.SELF.FE.ZS
## X1960              <NA>              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>              <NA>              <NA>
## X1991              <NA>              <NA>              <NA>       93.81999969
## X1992              <NA>              <NA>              <NA>       93.83000183
## X1993              <NA>              <NA>              <NA>       93.83000183
## X1994              <NA>              <NA>              <NA>       93.80999756
## X1995              <NA>              <NA>              <NA>       93.77999878
## X1996              <NA>              <NA>              <NA>       93.72000122
## X1997              <NA>              <NA>              <NA>       93.62999725
## X1998              <NA>              <NA>              <NA>       93.52999878
## X1999              <NA>       12.27995312              92.9       93.41000366
## X2000              <NA>              <NA>              <NA>       93.26999664
## X2001              <NA>              <NA>              <NA>       93.12000275
## X2002              <NA>              <NA>              <NA>       93.04000092
## X2003              <NA>              <NA>              <NA>       92.94000244
## X2004              <NA>              <NA>              <NA>       92.80999756
## X2005              <NA>              <NA>              <NA>       92.68000031
## X2006              <NA>              <NA>              <NA>       92.55000305
## X2007              <NA>              <NA>              <NA>       92.41000366
## X2008       26.86000061              2.19             92.51       92.23000336
## X2009              <NA>              <NA>              <NA>       91.98000336
## X2010              <NA>              <NA>              <NA>       91.69000244
## X2011              <NA>              <NA>              <NA>       91.33000183
## X2012              <NA>              <NA>              <NA>       90.87000275
## X2013              <NA>              <NA>              <NA>       90.37999725
## X2014              <NA>              <NA>              <NA>       89.80999756
## X2015              <NA>              <NA>              <NA>       89.30000305
## X2016              <NA>              <NA>              <NA>                89
## X2017       23.45999908              <NA>              <NA>       88.62000275
## X2018              <NA>              <NA>              <NA>             88.25
## X2019              <NA>              <NA>              <NA>       87.88999939
## X2020              <NA>              <NA>              <NA>              <NA>
## X2021              <NA>              <NA>              <NA>              <NA>
##       per_lm_alllm.cov_pop_tot SL.UEM.NEET.MA.ZS SL.UEM.1524.FE.NE.ZS
## X1960                     <NA>              <NA>                 <NA>
## X1961                     <NA>              <NA>                 <NA>
## X1962                     <NA>              <NA>                 <NA>
## X1963                     <NA>              <NA>                 <NA>
## X1964                     <NA>              <NA>                 <NA>
## X1965                     <NA>              <NA>                 <NA>
## X1966                     <NA>              <NA>                 <NA>
## X1967                     <NA>              <NA>                 <NA>
## X1968                     <NA>              <NA>                 <NA>
## X1969                     <NA>              <NA>                 <NA>
## X1970                     <NA>              <NA>                 <NA>
## X1971                     <NA>              <NA>                 <NA>
## X1972                     <NA>              <NA>                 <NA>
## X1973                     <NA>              <NA>                 <NA>
## X1974                     <NA>              <NA>                 <NA>
## X1975                     <NA>              <NA>                 <NA>
## X1976                     <NA>              <NA>                 <NA>
## X1977                     <NA>              <NA>                 <NA>
## X1978                     <NA>              <NA>                 <NA>
## X1979                     <NA>              <NA>                 <NA>
## X1980                     <NA>              <NA>                 <NA>
## X1981                     <NA>              <NA>                 <NA>
## X1982                     <NA>              <NA>                 <NA>
## X1983                     <NA>              <NA>                 <NA>
## X1984                     <NA>              <NA>                 <NA>
## X1985                     <NA>              <NA>                 <NA>
## X1986                     <NA>              <NA>                 <NA>
## X1987                     <NA>              <NA>                 <NA>
## X1988                     <NA>              <NA>                 <NA>
## X1989                     <NA>              <NA>                 <NA>
## X1990                     <NA>              <NA>                 <NA>
## X1991                     <NA>              <NA>                 <NA>
## X1992                     <NA>              <NA>                 <NA>
## X1993                     <NA>              <NA>                 <NA>
## X1994                     <NA>              <NA>                 <NA>
## X1995                     <NA>              <NA>                 <NA>
## X1996                     <NA>              <NA>                 <NA>
## X1997                     <NA>              <NA>                 <NA>
## X1998                     <NA>              <NA>                 <NA>
## X1999                     <NA>              <NA>          2.160000086
## X2000                     <NA>              <NA>                 <NA>
## X2001                     <NA>              <NA>                 <NA>
## X2002                     <NA>              <NA>                 <NA>
## X2003                     <NA>              <NA>                 <NA>
## X2004                     <NA>              <NA>                 <NA>
## X2005                     <NA>              <NA>                 <NA>
## X2006                     <NA>              <NA>                 <NA>
## X2007                     <NA>              <NA>                 <NA>
## X2008                     <NA>       21.89999962          1.590000033
## X2009                     <NA>              <NA>                 <NA>
## X2010                     <NA>              <NA>                 <NA>
## X2011                     <NA>              <NA>                 <NA>
## X2012                     <NA>              <NA>                 <NA>
## X2013                     <NA>              <NA>                 <NA>
## X2014                     <NA>              <NA>                 <NA>
## X2015                     <NA>       86.79000092                 <NA>
## X2016                     <NA>              <NA>                 <NA>
## X2017                     <NA>       21.15999985          22.47999954
## X2018                     <NA>              <NA>                 <NA>
## X2019                     <NA>              <NA>                 <NA>
## X2020                     <NA>              <NA>                 <NA>
## X2021                     <NA>              <NA>                 <NA>
##       SL.TLF.0714.ZS SL.SRV.EMPL.MA.ZS SL.FAM.WORK.MA.ZS
## X1960           <NA>              <NA>              <NA>
## X1961           <NA>              <NA>              <NA>
## X1962           <NA>              <NA>              <NA>
## X1963           <NA>              <NA>              <NA>
## X1964           <NA>              <NA>              <NA>
## X1965           <NA>              <NA>              <NA>
## X1966           <NA>              <NA>              <NA>
## X1967           <NA>              <NA>              <NA>
## X1968           <NA>              <NA>              <NA>
## X1969           <NA>              <NA>              <NA>
## X1970           <NA>              <NA>              <NA>
## X1971           <NA>              <NA>              <NA>
## X1972           <NA>              <NA>              <NA>
## X1973           <NA>              <NA>              <NA>
## X1974           <NA>              <NA>              <NA>
## X1975           <NA>              <NA>              <NA>
## X1976           <NA>              <NA>              <NA>
## X1977           <NA>              <NA>              <NA>
## X1978           <NA>              <NA>              <NA>
## X1979           <NA>              <NA>              <NA>
## X1980           <NA>              <NA>              <NA>
## X1981           <NA>              <NA>              <NA>
## X1982           <NA>              <NA>              <NA>
## X1983           <NA>              <NA>              <NA>
## X1984           <NA>              <NA>              <NA>
## X1985           <NA>              <NA>              <NA>
## X1986           <NA>              <NA>              <NA>
## X1987           <NA>              <NA>              <NA>
## X1988           <NA>              <NA>              <NA>
## X1989           <NA>              <NA>              <NA>
## X1990           <NA>              <NA>              <NA>
## X1991           <NA>       21.21999931       35.90000153
## X1992           <NA>       20.67000008       35.79999924
## X1993           <NA>       20.18000031       35.61999893
## X1994           <NA>       19.72999954       35.31000137
## X1995           <NA>       19.34000015                35
## X1996           <NA>       19.01000023       34.50999832
## X1997           <NA>       18.70000076       33.91999817
## X1998           <NA>       18.47999954       33.29000092
## X1999           47.2       18.22999954       32.54999924
## X2000           <NA>       18.32999992       31.70999908
## X2001           <NA>       18.48999977       30.94000053
## X2002           <NA>       18.59000015       30.37999916
## X2003           <NA>       18.81999969       29.63999939
## X2004           <NA>       19.06999969       28.81999969
## X2005           <NA>       19.34000015       28.05999947
## X2006           <NA>       19.63999939       27.32999992
## X2007           <NA>       19.94000053       26.60000038
## X2008           40.6       20.26000023       25.71999931
## X2009           <NA>       20.55999947       24.73999977
## X2010           <NA>       20.78000069       23.70999908
## X2011           <NA>       21.10000038       22.59000015
## X2012           <NA>       21.65999985       21.29000092
## X2013           <NA>       22.14999962       20.05999947
## X2014    42.82749291       22.67000008       18.77000046
## X2015           <NA>       23.12000084             17.75
## X2016           <NA>       23.48999977       17.13999939
## X2017           <NA>       23.87000084       16.29999924
## X2018           <NA>       24.22999954       15.60000038
## X2019           <NA>       24.57999992       14.96000004
## X2020           <NA>              <NA>              <NA>
## X2021           <NA>              <NA>              <NA>
##       SL.EMP.TOTL.SP.FE.NE.ZS SL.AGR.EMPL.FE.ZS per_lm_alllm.cov_q4_tot
## X1960                    <NA>              <NA>                    <NA>
## X1961                    <NA>              <NA>                    <NA>
## X1962                    <NA>              <NA>                    <NA>
## X1963                    <NA>              <NA>                    <NA>
## X1964                    <NA>              <NA>                    <NA>
## X1965                    <NA>              <NA>                    <NA>
## X1966                    <NA>              <NA>                    <NA>
## X1967                    <NA>              <NA>                    <NA>
## X1968                    <NA>              <NA>                    <NA>
## X1969                    <NA>              <NA>                    <NA>
## X1970                    <NA>              <NA>                    <NA>
## X1971                    <NA>              <NA>                    <NA>
## X1972                    <NA>              <NA>                    <NA>
## X1973                    <NA>              <NA>                    <NA>
## X1974                    <NA>              <NA>                    <NA>
## X1975                    <NA>              <NA>                    <NA>
## X1976                    <NA>              <NA>                    <NA>
## X1977                    <NA>              <NA>                    <NA>
## X1978                    <NA>              <NA>                    <NA>
## X1979                    <NA>              <NA>                    <NA>
## X1980                    <NA>              <NA>                    <NA>
## X1981                    <NA>              <NA>                    <NA>
## X1982                    <NA>              <NA>                    <NA>
## X1983                    <NA>              <NA>                    <NA>
## X1984                    <NA>              <NA>                    <NA>
## X1985                    <NA>              <NA>                    <NA>
## X1986                    <NA>              <NA>                    <NA>
## X1987                    <NA>              <NA>                    <NA>
## X1988                    <NA>              <NA>                    <NA>
## X1989                    <NA>              <NA>                    <NA>
## X1990                    <NA>              <NA>                    <NA>
## X1991                    <NA>       90.38999939                    <NA>
## X1992                    <NA>       90.12000275                    <NA>
## X1993                    <NA>       89.80000305                    <NA>
## X1994                    <NA>             89.25                    <NA>
## X1995                    <NA>       88.72000122                    <NA>
## X1996             63.70000076       88.01999664                    <NA>
## X1997                    <NA>       87.19999695                    <NA>
## X1998                    <NA>       86.37999725                    <NA>
## X1999             80.51000214       85.37999725                    <NA>
## X2000                    <NA>       84.62999725                    <NA>
## X2001                    <NA>       84.09999847                    <NA>
## X2002                    <NA>       83.65000153                    <NA>
## X2003                      93       83.19000244                    <NA>
## X2004                    <NA>       82.73000336                    <NA>
## X2005                    <NA>       82.34999847                    <NA>
## X2006                    <NA>       82.02999878                    <NA>
## X2007                    <NA>       81.68000031                    <NA>
## X2008             78.73999786       81.15000153                    <NA>
## X2009                    <NA>       80.54000092                    <NA>
## X2010                    <NA>       79.83000183                    <NA>
## X2011                    <NA>       79.12000275                    <NA>
## X2012                    <NA>       78.44000244                    <NA>
## X2013             74.90000153       77.76000214                    <NA>
## X2014             76.40000153       76.94999695                    <NA>
## X2015                    <NA>       76.29000092                    <NA>
## X2016                    <NA>       75.88999939                    <NA>
## X2017             24.55999947       75.22000122                    <NA>
## X2018                    <NA>       74.62000275                    <NA>
## X2019                    <NA>       74.08000183                    <NA>
## X2020                    <NA>              <NA>                    <NA>
## X2021                    <NA>              <NA>                    <NA>
##       SL.WAG.0714.MA.ZS SL.UEM.BASC.FE.ZS SL.TLF.0714.SW.ZS SL.SLF.0714.FE.ZS
## X1960              <NA>              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>              <NA>              <NA>
## X1991              <NA>              <NA>              <NA>              <NA>
## X1992              <NA>              <NA>              <NA>              <NA>
## X1993              <NA>              <NA>              <NA>              <NA>
## X1994              <NA>              <NA>              <NA>              <NA>
## X1995              <NA>              <NA>              <NA>              <NA>
## X1996              <NA>              <NA>              <NA>              <NA>
## X1997              <NA>              <NA>              <NA>              <NA>
## X1998              <NA>              <NA>              <NA>              <NA>
## X1999                 4              <NA>              64.4               4.3
## X2000              <NA>              <NA>              <NA>              <NA>
## X2001              <NA>              <NA>              <NA>              <NA>
## X2002              <NA>              <NA>              <NA>              <NA>
## X2003              <NA>              <NA>              <NA>              <NA>
## X2004              <NA>              <NA>              <NA>              <NA>
## X2005              <NA>              <NA>              <NA>              <NA>
## X2006              <NA>              <NA>              <NA>              <NA>
## X2007              <NA>              <NA>              <NA>              <NA>
## X2008              2.54       1.080000043       86.50597704              5.71
## X2009              <NA>              <NA>              <NA>              <NA>
## X2010              <NA>              <NA>              <NA>              <NA>
## X2011              <NA>              <NA>              <NA>              <NA>
## X2012              <NA>              <NA>              <NA>              <NA>
## X2013              <NA>              <NA>              <NA>              <NA>
## X2014              <NA>              <NA>       91.24855939              <NA>
## X2015              <NA>              <NA>              <NA>              <NA>
## X2016              <NA>              <NA>              <NA>              <NA>
## X2017              <NA>       12.64000034              <NA>              <NA>
## X2018              <NA>              <NA>              <NA>              <NA>
## X2019              <NA>              <NA>              <NA>              <NA>
## X2020              <NA>              <NA>              <NA>              <NA>
## X2021              <NA>              <NA>              <NA>              <NA>
##       SL.EMP.WORK.FE.ZS SL.EMP.MPYR.FE.ZS SL.WAG.0714.ZS SL.UEM.BASC.MA.ZS
## X1960              <NA>              <NA>           <NA>              <NA>
## X1961              <NA>              <NA>           <NA>              <NA>
## X1962              <NA>              <NA>           <NA>              <NA>
## X1963              <NA>              <NA>           <NA>              <NA>
## X1964              <NA>              <NA>           <NA>              <NA>
## X1965              <NA>              <NA>           <NA>              <NA>
## X1966              <NA>              <NA>           <NA>              <NA>
## X1967              <NA>              <NA>           <NA>              <NA>
## X1968              <NA>              <NA>           <NA>              <NA>
## X1969              <NA>              <NA>           <NA>              <NA>
## X1970              <NA>              <NA>           <NA>              <NA>
## X1971              <NA>              <NA>           <NA>              <NA>
## X1972              <NA>              <NA>           <NA>              <NA>
## X1973              <NA>              <NA>           <NA>              <NA>
## X1974              <NA>              <NA>           <NA>              <NA>
## X1975              <NA>              <NA>           <NA>              <NA>
## X1976              <NA>              <NA>           <NA>              <NA>
## X1977              <NA>              <NA>           <NA>              <NA>
## X1978              <NA>              <NA>           <NA>              <NA>
## X1979              <NA>              <NA>           <NA>              <NA>
## X1980              <NA>              <NA>           <NA>              <NA>
## X1981              <NA>              <NA>           <NA>              <NA>
## X1982              <NA>              <NA>           <NA>              <NA>
## X1983              <NA>              <NA>           <NA>              <NA>
## X1984              <NA>              <NA>           <NA>              <NA>
## X1985              <NA>              <NA>           <NA>              <NA>
## X1986              <NA>              <NA>           <NA>              <NA>
## X1987              <NA>              <NA>           <NA>              <NA>
## X1988              <NA>              <NA>           <NA>              <NA>
## X1989              <NA>              <NA>           <NA>              <NA>
## X1990              <NA>              <NA>           <NA>              <NA>
## X1991       6.179999828              0.25           <NA>              <NA>
## X1992       6.170000076              0.25           <NA>              <NA>
## X1993       6.170000076              0.25           <NA>              <NA>
## X1994       6.190000057              0.25           <NA>              <NA>
## X1995        6.21999979              0.25           <NA>              <NA>
## X1996        6.28000021        0.25999999           <NA>              <NA>
## X1997       6.369999886        0.25999999           <NA>              <NA>
## X1998        6.46999979        0.25999999           <NA>              <NA>
## X1999       6.590000153        0.25999999           3.27              <NA>
## X2000       6.739999771       0.270000011           <NA>              <NA>
## X2001       6.880000114       0.270000011           <NA>              <NA>
## X2002       6.960000038       0.270000011           <NA>              <NA>
## X2003       7.059999943       0.270000011           <NA>              <NA>
## X2004       7.190000057       0.280000001           <NA>              <NA>
## X2005       7.329999924       0.280000001           <NA>              <NA>
## X2006       7.449999809       0.280000001           <NA>              <NA>
## X2007       7.590000153       0.289999992           <NA>              <NA>
## X2008       7.769999981       0.289999992           2.08                 1
## X2009       8.020000458       0.300000012           <NA>              <NA>
## X2010        8.31000042       0.310000002           <NA>              <NA>
## X2011       8.670000076       0.319999993           <NA>              <NA>
## X2012       9.130000114       0.340000004           <NA>              <NA>
## X2013       9.619999886       0.349999994           <NA>              <NA>
## X2014       10.18999958       0.370000005           <NA>              <NA>
## X2015       10.71000004       0.389999986           <NA>              <NA>
## X2016                11       0.400000006           <NA>              <NA>
## X2017       11.38000011       0.409999996           <NA>       8.649999619
## X2018             11.75       0.419999987           <NA>              <NA>
## X2019       12.10999966       0.430000007           <NA>              <NA>
## X2020              <NA>              <NA>           <NA>              <NA>
## X2021              <NA>              <NA>           <NA>              <NA>
##       SL.SLF.0714.MA.ZS SL.EMP.WORK.MA.ZS SL.EMP.MPYR.MA.ZS
## X1960              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>              <NA>
## X1991              <NA>       22.38999939        1.50999999
## X1992              <NA>       22.38999939               1.5
## X1993              <NA>       22.37999916               1.5
## X1994              <NA>       22.60000038               1.5
## X1995              <NA>       22.65999985        1.50999999
## X1996              <NA>       22.88999939        1.50999999
## X1997              <NA>       23.19000053       1.519999981
## X1998              <NA>       23.38999939       1.539999962
## X1999               4.1       23.71999931       1.549999952
## X2000              <NA>       24.27000046       1.559999943
## X2001              <NA>       24.76000023       1.570000052
## X2002              <NA>       24.64999962       1.580000043
## X2003              <NA>       24.92000008       1.590000033
## X2004              <NA>       25.31999969       1.590000033
## X2005              <NA>       25.62000084       1.600000024
## X2006              <NA>       25.89999962       1.610000014
## X2007              <NA>       26.17000008       1.620000005
## X2008              5.17       26.78000069       1.629999995
## X2009              <NA>       27.38999939       1.639999986
## X2010              <NA>       28.14999962       1.649999976
## X2011              <NA>       28.93000031       1.669999957
## X2012              <NA>       29.96999931       1.710000038
## X2013              <NA>       31.03000069       1.730000019
## X2014              <NA>       32.34999847        1.75999999
## X2015              <NA>       33.22000122       1.789999962
## X2016              <NA>       33.36999893       1.809999943
## X2017              <NA>       34.38000107       1.799999952
## X2018              <NA>       35.18999863       1.799999952
## X2019              <NA>       36.00999832       1.789999962
## X2020              <NA>              <NA>              <NA>
## X2021              <NA>              <NA>              <NA>
##       per_lm_alllm.adq_pop_tot SL.UEM.NEET.FE.ZS SL.TLF.0714.WK.ZS
## X1960                     <NA>              <NA>              <NA>
## X1961                     <NA>              <NA>              <NA>
## X1962                     <NA>              <NA>              <NA>
## X1963                     <NA>              <NA>              <NA>
## X1964                     <NA>              <NA>              <NA>
## X1965                     <NA>              <NA>              <NA>
## X1966                     <NA>              <NA>              <NA>
## X1967                     <NA>              <NA>              <NA>
## X1968                     <NA>              <NA>              <NA>
## X1969                     <NA>              <NA>              <NA>
## X1970                     <NA>              <NA>              <NA>
## X1971                     <NA>              <NA>              <NA>
## X1972                     <NA>              <NA>              <NA>
## X1973                     <NA>              <NA>              <NA>
## X1974                     <NA>              <NA>              <NA>
## X1975                     <NA>              <NA>              <NA>
## X1976                     <NA>              <NA>              <NA>
## X1977                     <NA>              <NA>              <NA>
## X1978                     <NA>              <NA>              <NA>
## X1979                     <NA>              <NA>              <NA>
## X1980                     <NA>              <NA>              <NA>
## X1981                     <NA>              <NA>              <NA>
## X1982                     <NA>              <NA>              <NA>
## X1983                     <NA>              <NA>              <NA>
## X1984                     <NA>              <NA>              <NA>
## X1985                     <NA>              <NA>              <NA>
## X1986                     <NA>              <NA>              <NA>
## X1987                     <NA>              <NA>              <NA>
## X1988                     <NA>              <NA>              <NA>
## X1989                     <NA>              <NA>              <NA>
## X1990                     <NA>              <NA>              <NA>
## X1991                     <NA>              <NA>              <NA>
## X1992                     <NA>              <NA>              <NA>
## X1993                     <NA>              <NA>              <NA>
## X1994                     <NA>              <NA>              <NA>
## X1995                     <NA>              <NA>              <NA>
## X1996                     <NA>              <NA>              <NA>
## X1997                     <NA>              <NA>              <NA>
## X1998                     <NA>              <NA>              <NA>
## X1999                     <NA>              <NA>              35.6
## X2000                     <NA>              <NA>              <NA>
## X2001                     <NA>              <NA>              <NA>
## X2002                     <NA>              <NA>              <NA>
## X2003                     <NA>              <NA>              <NA>
## X2004                     <NA>              <NA>              <NA>
## X2005                     <NA>              <NA>              <NA>
## X2006                     <NA>              <NA>              <NA>
## X2007                     <NA>              <NA>              <NA>
## X2008                     <NA>       24.11000061       13.49402296
## X2009                     <NA>              <NA>              <NA>
## X2010                     <NA>              <NA>              <NA>
## X2011                     <NA>              <NA>              <NA>
## X2012                     <NA>              <NA>              <NA>
## X2013                     <NA>              <NA>              <NA>
## X2014                     <NA>              <NA>       8.751440606
## X2015                     <NA>              <NA>              <NA>
## X2016                     <NA>              <NA>              <NA>
## X2017                     <NA>       45.81999969              <NA>
## X2018                     <NA>              <NA>              <NA>
## X2019                     <NA>              <NA>              <NA>
## X2020                     <NA>              <NA>              <NA>
## X2021                     <NA>              <NA>              <NA>
##       SL.SRV.EMPL.FE.ZS SL.FAM.WORK.FE.ZS SL.EMP.SMGT.FE.ZS SL.AGR.0714.ZS
## X1960              <NA>              <NA>              <NA>           <NA>
## X1961              <NA>              <NA>              <NA>           <NA>
## X1962              <NA>              <NA>              <NA>           <NA>
## X1963              <NA>              <NA>              <NA>           <NA>
## X1964              <NA>              <NA>              <NA>           <NA>
## X1965              <NA>              <NA>              <NA>           <NA>
## X1966              <NA>              <NA>              <NA>           <NA>
## X1967              <NA>              <NA>              <NA>           <NA>
## X1968              <NA>              <NA>              <NA>           <NA>
## X1969              <NA>              <NA>              <NA>           <NA>
## X1970              <NA>              <NA>              <NA>           <NA>
## X1971              <NA>              <NA>              <NA>           <NA>
## X1972              <NA>              <NA>              <NA>           <NA>
## X1973              <NA>              <NA>              <NA>           <NA>
## X1974              <NA>              <NA>              <NA>           <NA>
## X1975              <NA>              <NA>              <NA>           <NA>
## X1976              <NA>              <NA>              <NA>           <NA>
## X1977              <NA>              <NA>              <NA>           <NA>
## X1978              <NA>              <NA>              <NA>           <NA>
## X1979              <NA>              <NA>              <NA>           <NA>
## X1980              <NA>              <NA>              <NA>           <NA>
## X1981              <NA>              <NA>              <NA>           <NA>
## X1982              <NA>              <NA>              <NA>           <NA>
## X1983              <NA>              <NA>              <NA>           <NA>
## X1984              <NA>              <NA>              <NA>           <NA>
## X1985              <NA>              <NA>              <NA>           <NA>
## X1986              <NA>              <NA>              <NA>           <NA>
## X1987              <NA>              <NA>              <NA>           <NA>
## X1988              <NA>              <NA>              <NA>           <NA>
## X1989              <NA>              <NA>              <NA>           <NA>
## X1990              <NA>              <NA>              <NA>           <NA>
## X1991       8.170000076       70.69999695              <NA>           <NA>
## X1992       8.220000267       70.76000214              <NA>           <NA>
## X1993       8.300000191       70.80000305              <NA>           <NA>
## X1994               8.5             70.75              <NA>           <NA>
## X1995       8.670000076       70.72000122              <NA>           <NA>
## X1996       8.890000343       70.55000305              <NA>           <NA>
## X1997       9.149999619       70.30000305              <NA>           <NA>
## X1998       9.350000381       70.04000092              <NA>           <NA>
## X1999       9.579999924       69.68000031              <NA>          87.01
## X2000       9.899999619       69.30000305              <NA>           <NA>
## X2001       10.14999962       68.94999695              <NA>           <NA>
## X2002       10.40999985       68.76999664              <NA>           <NA>
## X2003       10.67000008       68.44000244              <NA>           <NA>
## X2004       10.97000027       68.01999664              <NA>           <NA>
## X2005             11.25       67.62000275              <NA>           <NA>
## X2006       11.51000023       67.19999695              <NA>           <NA>
## X2007       11.80000019       66.79000092              <NA>           <NA>
## X2008       12.15999985       66.23000336              <NA>          88.97
## X2009       12.60000038       65.51000214              <NA>           <NA>
## X2010       13.10000038       64.62999725              <NA>           <NA>
## X2011       13.60999966       63.54999924              <NA>           <NA>
## X2012       14.09000015       62.29000092              <NA>           <NA>
## X2013       14.56999969       60.93000031              <NA>           <NA>
## X2014       15.10999966       59.47000122              <NA>           <NA>
## X2015       15.59000015       58.22999954              <NA>           <NA>
## X2016       15.98999977       57.45000076              <NA>           <NA>
## X2017       16.45000076       56.45000076       13.89999962           <NA>
## X2018       16.88999939       55.59000015              <NA>           <NA>
## X2019       17.29999924       54.79000092              <NA>           <NA>
## X2020              <NA>              <NA>              <NA>           <NA>
## X2021              <NA>              <NA>              <NA>           <NA>
##       per_lm_alllm.cov_q3_tot SL.UEM.TOTL.NE.ZS SL.UEM.ADVN.FE.ZS
## X1960                    <NA>              <NA>              <NA>
## X1961                    <NA>              <NA>              <NA>
## X1962                    <NA>              <NA>              <NA>
## X1963                    <NA>              <NA>              <NA>
## X1964                    <NA>              <NA>              <NA>
## X1965                    <NA>              <NA>              <NA>
## X1966                    <NA>              <NA>              <NA>
## X1967                    <NA>              <NA>              <NA>
## X1968                    <NA>              <NA>              <NA>
## X1969                    <NA>              <NA>              <NA>
## X1970                    <NA>              <NA>              <NA>
## X1971                    <NA>              <NA>              <NA>
## X1972                    <NA>              <NA>              <NA>
## X1973                    <NA>              <NA>              <NA>
## X1974                    <NA>              <NA>              <NA>
## X1975                    <NA>              <NA>              <NA>
## X1976                    <NA>              <NA>              <NA>
## X1977                    <NA>              <NA>              <NA>
## X1978                    <NA>              <NA>              <NA>
## X1979                    <NA>              <NA>              <NA>
## X1980                    <NA>              <NA>              <NA>
## X1981                    <NA>              <NA>              <NA>
## X1982                    <NA>              <NA>              <NA>
## X1983                    <NA>              <NA>              <NA>
## X1984                    <NA>              <NA>              <NA>
## X1985                    <NA>              <NA>              <NA>
## X1986                    <NA>              <NA>              <NA>
## X1987                    <NA>              <NA>              <NA>
## X1988                    <NA>              <NA>              <NA>
## X1989                    <NA>              <NA>              <NA>
## X1990                    <NA>              <NA>              <NA>
## X1991                    <NA>              <NA>              <NA>
## X1992                    <NA>              <NA>              <NA>
## X1993                    <NA>              <NA>              <NA>
## X1994                    <NA>              <NA>              <NA>
## X1995                    <NA>              <NA>              <NA>
## X1996                    <NA>               4.5              <NA>
## X1997                    <NA>              <NA>              <NA>
## X1998                    <NA>              <NA>              <NA>
## X1999                    <NA>       1.850000024              <NA>
## X2000                    <NA>              <NA>              <NA>
## X2001                    <NA>              <NA>              <NA>
## X2002                    <NA>              <NA>              <NA>
## X2003                    <NA>              <NA>              <NA>
## X2004                    <NA>              <NA>              <NA>
## X2005                    <NA>              <NA>              <NA>
## X2006                    <NA>              <NA>              <NA>
## X2007                    <NA>              <NA>              <NA>
## X2008                    <NA>       1.330000043       5.900000095
## X2009                    <NA>              <NA>              <NA>
## X2010                    <NA>              <NA>              <NA>
## X2011                    <NA>              <NA>              <NA>
## X2012                    <NA>              <NA>              <NA>
## X2013                    <NA>              <NA>              <NA>
## X2014                    <NA>              <NA>              <NA>
## X2015                    <NA>       3.099999905              <NA>
## X2016                    <NA>              <NA>              <NA>
## X2017                    <NA>       10.65999985       7.679999828
## X2018                    <NA>              <NA>              <NA>
## X2019                    <NA>              <NA>              <NA>
## X2020                    <NA>              <NA>              <NA>
## X2021                    <NA>              <NA>              <NA>
##       SL.MNF.0714.FE.ZS SL.EMP.VULN.FE.ZS SL.EMP.1524.SP.MA.ZS SL.UEM.BASC.ZS
## X1960              <NA>              <NA>                 <NA>           <NA>
## X1961              <NA>              <NA>                 <NA>           <NA>
## X1962              <NA>              <NA>                 <NA>           <NA>
## X1963              <NA>              <NA>                 <NA>           <NA>
## X1964              <NA>              <NA>                 <NA>           <NA>
## X1965              <NA>              <NA>                 <NA>           <NA>
## X1966              <NA>              <NA>                 <NA>           <NA>
## X1967              <NA>              <NA>                 <NA>           <NA>
## X1968              <NA>              <NA>                 <NA>           <NA>
## X1969              <NA>              <NA>                 <NA>           <NA>
## X1970              <NA>              <NA>                 <NA>           <NA>
## X1971              <NA>              <NA>                 <NA>           <NA>
## X1972              <NA>              <NA>                 <NA>           <NA>
## X1973              <NA>              <NA>                 <NA>           <NA>
## X1974              <NA>              <NA>                 <NA>           <NA>
## X1975              <NA>              <NA>                 <NA>           <NA>
## X1976              <NA>              <NA>                 <NA>           <NA>
## X1977              <NA>              <NA>                 <NA>           <NA>
## X1978              <NA>              <NA>                 <NA>           <NA>
## X1979              <NA>              <NA>                 <NA>           <NA>
## X1980              <NA>              <NA>                 <NA>           <NA>
## X1981              <NA>              <NA>                 <NA>           <NA>
## X1982              <NA>              <NA>                 <NA>           <NA>
## X1983              <NA>              <NA>                 <NA>           <NA>
## X1984              <NA>              <NA>                 <NA>           <NA>
## X1985              <NA>              <NA>                 <NA>           <NA>
## X1986              <NA>              <NA>                 <NA>           <NA>
## X1987              <NA>              <NA>                 <NA>           <NA>
## X1988              <NA>              <NA>                 <NA>           <NA>
## X1989              <NA>              <NA>                 <NA>           <NA>
## X1990              <NA>              <NA>                 <NA>           <NA>
## X1991              <NA>       93.55999756          80.96700287           <NA>
## X1992              <NA>       93.58000183          80.88800049           <NA>
## X1993              <NA>       93.58000374          80.76899719           <NA>
## X1994              <NA>       93.56999969          80.58100128           <NA>
## X1995              <NA>       93.53000069          80.58300018           <NA>
## X1996              <NA>       93.47000313          80.43900299           <NA>
## X1997              <NA>       93.37000275          80.36399841           <NA>
## X1998              <NA>       93.27000046           80.3259964           <NA>
## X1999       1.531663387       93.14999962          80.23200226           <NA>
## X2000              <NA>       93.00000381          79.72399902           <NA>
## X2001              <NA>       92.84999657          79.15299988           <NA>
## X2002              <NA>       92.76999664          78.60800171           <NA>
## X2003              <NA>       92.67000198          77.94100189           <NA>
## X2004              <NA>        92.5399971          77.31300354           <NA>
## X2005              <NA>       92.40000343           76.7009964           <NA>
## X2006              <NA>       92.25999641          76.10399628           <NA>
## X2007              <NA>       92.13000107          75.48300171           <NA>
## X2008              1.48       91.94000244          74.81800079    1.029999971
## X2009              <NA>       91.68000221          73.82299805           <NA>
## X2010              <NA>       91.38999748           72.7539978           <NA>
## X2011              <NA>       91.00999832          71.80699921           <NA>
## X2012              <NA>       90.53000069          70.84400177           <NA>
## X2013              <NA>       90.03000069          69.96399689           <NA>
## X2014              <NA>       89.43000031          69.01699829           <NA>
## X2015              <NA>       88.89999962          68.28299713           <NA>
## X2016              <NA>       88.61000061          68.16400146           <NA>
## X2017              <NA>       88.21000099          67.49500275     9.81000042
## X2018              <NA>       87.83000183          67.27700043           <NA>
## X2019              <NA>       87.47000122          67.08100128           <NA>
## X2020              <NA>              <NA>          59.40100098           <NA>
## X2021              <NA>              <NA>          60.61999893           <NA>
##       SL.TLF.PART.FE.ZS SL.TLF.0714.WK.FE.ZS SL.SLF.0714.ZS SL.EMP.WORK.ZS
## X1960              <NA>                 <NA>           <NA>           <NA>
## X1961              <NA>                 <NA>           <NA>           <NA>
## X1962              <NA>                 <NA>           <NA>           <NA>
## X1963              <NA>                 <NA>           <NA>           <NA>
## X1964              <NA>                 <NA>           <NA>           <NA>
## X1965              <NA>                 <NA>           <NA>           <NA>
## X1966              <NA>                 <NA>           <NA>           <NA>
## X1967              <NA>                 <NA>           <NA>           <NA>
## X1968              <NA>                 <NA>           <NA>           <NA>
## X1969              <NA>                 <NA>           <NA>           <NA>
## X1970              <NA>                 <NA>           <NA>           <NA>
## X1971              <NA>                 <NA>           <NA>           <NA>
## X1972              <NA>                 <NA>           <NA>           <NA>
## X1973              <NA>                 <NA>           <NA>           <NA>
## X1974              <NA>                 <NA>           <NA>           <NA>
## X1975              <NA>                 <NA>           <NA>           <NA>
## X1976              <NA>                 <NA>           <NA>           <NA>
## X1977              <NA>                 <NA>           <NA>           <NA>
## X1978              <NA>                 <NA>           <NA>           <NA>
## X1979              <NA>                 <NA>           <NA>           <NA>
## X1980              <NA>                 <NA>           <NA>           <NA>
## X1981              <NA>                 <NA>           <NA>           <NA>
## X1982              <NA>                 <NA>           <NA>           <NA>
## X1983              <NA>                 <NA>           <NA>           <NA>
## X1984              <NA>                 <NA>           <NA>           <NA>
## X1985              <NA>                 <NA>           <NA>           <NA>
## X1986              <NA>                 <NA>           <NA>           <NA>
## X1987              <NA>                 <NA>           <NA>           <NA>
## X1988              <NA>                 <NA>           <NA>           <NA>
## X1989              <NA>                 <NA>           <NA>           <NA>
## X1990              <NA>                 <NA>           <NA>           <NA>
## X1991              <NA>                 <NA>           <NA>    14.56000042
## X1992              <NA>                 <NA>           <NA>    14.60000038
## X1993              <NA>                 <NA>           <NA>    14.64000034
## X1994              <NA>                 <NA>           <NA>    14.81000042
## X1995              <NA>                 <NA>           <NA>    14.86999989
## X1996              <NA>                 <NA>           <NA>    15.01000023
## X1997              <NA>                 <NA>           <NA>    15.15999985
## X1998              <NA>                 <NA>           <NA>    15.26000023
## X1999              <NA>                 46.2           4.23    15.43000031
## X2000              <NA>                 <NA>           <NA>    15.73999977
## X2001              <NA>                 <NA>           <NA>    16.04999924
## X2002              <NA>                 <NA>           <NA>    16.03000069
## X2003              <NA>                 <NA>           <NA>    16.21999931
## X2004              <NA>                 <NA>           <NA>    16.47999954
## X2005              <NA>                 <NA>           <NA>    16.69000053
## X2006              <NA>                 <NA>           <NA>    16.89999962
## X2007              <NA>                 <NA>           <NA>    17.10000038
## X2008       34.04999924          16.24081454           5.46           17.5
## X2009              <NA>                 <NA>           <NA>    17.87000084
## X2010              <NA>                 <NA>           <NA>    18.29999924
## X2011              <NA>                 <NA>           <NA>    18.67000008
## X2012              <NA>                 <NA>           <NA>    19.15999985
## X2013              <NA>                 <NA>           <NA>    19.62999916
## X2014              <NA>          10.20677001           <NA>    20.27000046
## X2015              <NA>                 <NA>           <NA>    20.70999908
## X2016              <NA>                 <NA>           <NA>    20.85000038
## X2017       40.25999832                 <NA>           <NA>    21.47999954
## X2018              <NA>                 <NA>           <NA>    22.04000092
## X2019              <NA>                 <NA>           <NA>    22.67000008
## X2020              <NA>                 <NA>           <NA>           <NA>
## X2021              <NA>                 <NA>           <NA>           <NA>
##       SL.EMP.MPYR.ZS per_lm_alllm.ben_q1_tot SL.UEM.TOTL.ZS SL.UEM.ADVN.MA.ZS
## X1960           <NA>                    <NA>           <NA>              <NA>
## X1961           <NA>                    <NA>           <NA>              <NA>
## X1962           <NA>                    <NA>           <NA>              <NA>
## X1963           <NA>                    <NA>           <NA>              <NA>
## X1964           <NA>                    <NA>           <NA>              <NA>
## X1965           <NA>                    <NA>           <NA>              <NA>
## X1966           <NA>                    <NA>           <NA>              <NA>
## X1967           <NA>                    <NA>           <NA>              <NA>
## X1968           <NA>                    <NA>           <NA>              <NA>
## X1969           <NA>                    <NA>           <NA>              <NA>
## X1970           <NA>                    <NA>           <NA>              <NA>
## X1971           <NA>                    <NA>           <NA>              <NA>
## X1972           <NA>                    <NA>           <NA>              <NA>
## X1973           <NA>                    <NA>           <NA>              <NA>
## X1974           <NA>                    <NA>           <NA>              <NA>
## X1975           <NA>                    <NA>           <NA>              <NA>
## X1976           <NA>                    <NA>           <NA>              <NA>
## X1977           <NA>                    <NA>           <NA>              <NA>
## X1978           <NA>                    <NA>           <NA>              <NA>
## X1979           <NA>                    <NA>           <NA>              <NA>
## X1980           <NA>                    <NA>           <NA>              <NA>
## X1981           <NA>                    <NA>           <NA>              <NA>
## X1982           <NA>                    <NA>           <NA>              <NA>
## X1983           <NA>                    <NA>           <NA>              <NA>
## X1984           <NA>                    <NA>           <NA>              <NA>
## X1985           <NA>                    <NA>           <NA>              <NA>
## X1986           <NA>                    <NA>           <NA>              <NA>
## X1987           <NA>                    <NA>           <NA>              <NA>
## X1988           <NA>                    <NA>           <NA>              <NA>
## X1989           <NA>                    <NA>           <NA>              <NA>
## X1990           <NA>                    <NA>           <NA>              <NA>
## X1991    0.899999976                    <NA>    1.766000032              <NA>
## X1992    0.899999976                    <NA>    1.707000017              <NA>
## X1993    0.910000026                    <NA>    1.715999961              <NA>
## X1994    0.910000026                    <NA>    1.886999965              <NA>
## X1995    0.910000026                    <NA>    1.738000035              <NA>
## X1996    0.920000017                    <NA>     1.82099998              <NA>
## X1997    0.920000017                    <NA>     1.83099997              <NA>
## X1998    0.930000007                    <NA>    1.781000018              <NA>
## X1999    0.930000007                    <NA>    1.850000024              <NA>
## X2000    0.930000007                    <NA>    1.855000019              <NA>
## X2001    0.939999998                    <NA>    1.746000051              <NA>
## X2002    0.939999998                    <NA>     1.54400003              <NA>
## X2003    0.949999988                    <NA>    1.595000029              <NA>
## X2004    0.949999988                    <NA>     1.55400002              <NA>
## X2005    0.959999979                    <NA>    1.457999945              <NA>
## X2006    0.959999979                    <NA>    1.393000007              <NA>
## X2007    0.970000029                    <NA>     1.33099997              <NA>
## X2008    0.970000029                    <NA>    1.330000043       4.590000153
## X2009    0.980000019                    <NA>    1.550999999              <NA>
## X2010     0.99000001                    <NA>    1.820000052              <NA>
## X2011     0.99000001                    <NA>    2.029999971              <NA>
## X2012              1                    <NA>    2.329999924              <NA>
## X2013              1                    <NA>    2.551000118              <NA>
## X2014     1.00999999                    <NA>    2.944000006              <NA>
## X2015     1.00999999                    <NA>    3.099999905              <NA>
## X2016    1.019999981                    <NA>    2.868000031              <NA>
## X2017    1.019999981                    <NA>    3.318000078       8.609999657
## X2018    1.029999971                    <NA>    3.193000078              <NA>
## X2019    1.029999971                    <NA>    3.096999884              <NA>
## X2020           <NA>                    <NA>    4.723999977              <NA>
## X2021           <NA>                    <NA>    5.052000046              <NA>
##       SL.TLF.0714.SW.MA.ZS SL.MNF.0714.MA.ZS SL.EMP.VULN.MA.ZS
## X1960                 <NA>              <NA>              <NA>
## X1961                 <NA>              <NA>              <NA>
## X1962                 <NA>              <NA>              <NA>
## X1963                 <NA>              <NA>              <NA>
## X1964                 <NA>              <NA>              <NA>
## X1965                 <NA>              <NA>              <NA>
## X1966                 <NA>              <NA>              <NA>
## X1967                 <NA>              <NA>              <NA>
## X1968                 <NA>              <NA>              <NA>
## X1969                 <NA>              <NA>              <NA>
## X1970                 <NA>              <NA>              <NA>
## X1971                 <NA>              <NA>              <NA>
## X1972                 <NA>              <NA>              <NA>
## X1973                 <NA>              <NA>              <NA>
## X1974                 <NA>              <NA>              <NA>
## X1975                 <NA>              <NA>              <NA>
## X1976                 <NA>              <NA>              <NA>
## X1977                 <NA>              <NA>              <NA>
## X1978                 <NA>              <NA>              <NA>
## X1979                 <NA>              <NA>              <NA>
## X1980                 <NA>              <NA>              <NA>
## X1981                 <NA>              <NA>              <NA>
## X1982                 <NA>              <NA>              <NA>
## X1983                 <NA>              <NA>              <NA>
## X1984                 <NA>              <NA>              <NA>
## X1985                 <NA>              <NA>              <NA>
## X1986                 <NA>              <NA>              <NA>
## X1987                 <NA>              <NA>              <NA>
## X1988                 <NA>              <NA>              <NA>
## X1989                 <NA>              <NA>              <NA>
## X1990                 <NA>              <NA>              <NA>
## X1991                 <NA>              <NA>       76.10000229
## X1992                 <NA>              <NA>       76.11000061
## X1993                 <NA>              <NA>       76.11999893
## X1994                 <NA>              <NA>       75.90000153
## X1995                 <NA>              <NA>       75.84000015
## X1996                 <NA>              <NA>       75.59999847
## X1997                 <NA>              <NA>        75.2899971
## X1998                 <NA>              <NA>       75.08000183
## X1999          76.77725118       1.203637722       74.72999954
## X2000                 <NA>              <NA>       74.16999817
## X2001                 <NA>              <NA>       73.68000221
## X2002                 <NA>              <NA>       73.76999855
## X2003                 <NA>              <NA>              73.5
## X2004                 <NA>              <NA>       73.07999802
## X2005                 <NA>              <NA>       72.76999855
## X2006                 <NA>              <NA>       72.48999977
## X2007                 <NA>              <NA>       72.21000099
## X2008          89.76286564              1.27       71.60000038
## X2009                 <NA>              <NA>       70.96999931
## X2010                 <NA>              <NA>       70.20000076
## X2011                 <NA>              <NA>       69.40000153
## X2012                 <NA>              <NA>       68.33000183
## X2013                 <NA>              <NA>       67.22999763
## X2014          92.86377382              <NA>       65.88999939
## X2015                 <NA>              <NA>       64.99000168
## X2016                 <NA>              <NA>       64.82999802
## X2017                 <NA>              <NA>       63.81999969
## X2018                 <NA>              <NA>       63.01999855
## X2019                 <NA>              <NA>       62.20000172
## X2020                 <NA>              <NA>              <NA>
## X2021                 <NA>              <NA>              <NA>
##       SL.EMP.1524.SP.NE.ZS SL.UEM.TOTL.MA.NE.ZS SL.UEM.1524.NE.ZS
## X1960                 <NA>                 <NA>              <NA>
## X1961                 <NA>                 <NA>              <NA>
## X1962                 <NA>                 <NA>              <NA>
## X1963                 <NA>                 <NA>              <NA>
## X1964                 <NA>                 <NA>              <NA>
## X1965                 <NA>                 <NA>              <NA>
## X1966                 <NA>                 <NA>              <NA>
## X1967                 <NA>                 <NA>              <NA>
## X1968                 <NA>                 <NA>              <NA>
## X1969                 <NA>                 <NA>              <NA>
## X1970                 <NA>                 <NA>              <NA>
## X1971                 <NA>                 <NA>              <NA>
## X1972                 <NA>                 <NA>              <NA>
## X1973                 <NA>                 <NA>              <NA>
## X1974                 <NA>                 <NA>              <NA>
## X1975                 <NA>                 <NA>              <NA>
## X1976                 <NA>                 <NA>              <NA>
## X1977                 <NA>                 <NA>              <NA>
## X1978                 <NA>                 <NA>              <NA>
## X1979                 <NA>                 <NA>              <NA>
## X1980                 <NA>                 <NA>              <NA>
## X1981                 <NA>                 <NA>              <NA>
## X1982                 <NA>                 <NA>              <NA>
## X1983                 <NA>                 <NA>              <NA>
## X1984                 <NA>                 <NA>              <NA>
## X1985                 <NA>                 <NA>              <NA>
## X1986                 <NA>                 <NA>              <NA>
## X1987                 <NA>                 <NA>              <NA>
## X1988                 <NA>                 <NA>              <NA>
## X1989                 <NA>                 <NA>              <NA>
## X1990                 <NA>                 <NA>              <NA>
## X1991                 <NA>                 <NA>              <NA>
## X1992                 <NA>                 <NA>              <NA>
## X1993                 <NA>                 <NA>              <NA>
## X1994                 <NA>                 <NA>              <NA>
## X1995                 <NA>                 <NA>              <NA>
## X1996                 <NA>                 <NA>              <NA>
## X1997                 <NA>                 <NA>              <NA>
## X1998                 <NA>                 <NA>              <NA>
## X1999                 <NA>          2.029999971       2.980000019
## X2000                 <NA>                 <NA>              <NA>
## X2001                 <NA>                 <NA>              <NA>
## X2002                 <NA>                 <NA>              <NA>
## X2003                 <NA>                 <NA>              <NA>
## X2004                 <NA>                 <NA>              <NA>
## X2005                 <NA>                 <NA>              <NA>
## X2006                 <NA>                 <NA>              <NA>
## X2007                 <NA>                 <NA>              <NA>
## X2008          74.26000214          1.590000033       2.180000067
## X2009                 <NA>                 <NA>              <NA>
## X2010                 <NA>                 <NA>              <NA>
## X2011                 <NA>                 <NA>              <NA>
## X2012                 <NA>                 <NA>              <NA>
## X2013                 <NA>                 <NA>              <NA>
## X2014                 <NA>                 <NA>              <NA>
## X2015                 <NA>          3.400000095              <NA>
## X2016                 <NA>                 <NA>              <NA>
## X2017          23.45000076          9.789999962       20.53000069
## X2018                 <NA>                 <NA>              <NA>
## X2019                 <NA>                 <NA>              <NA>
## X2020                 <NA>                 <NA>              <NA>
## X2021                 <NA>                 <NA>              <NA>
##       SL.IND.EMPL.MA.ZS SL.EMP.TOTL.SP.NE.ZS SL.EMP.1524.SP.FE.ZS
## X1960              <NA>                 <NA>                 <NA>
## X1961              <NA>                 <NA>                 <NA>
## X1962              <NA>                 <NA>                 <NA>
## X1963              <NA>                 <NA>                 <NA>
## X1964              <NA>                 <NA>                 <NA>
## X1965              <NA>                 <NA>                 <NA>
## X1966              <NA>                 <NA>                 <NA>
## X1967              <NA>                 <NA>                 <NA>
## X1968              <NA>                 <NA>                 <NA>
## X1969              <NA>                 <NA>                 <NA>
## X1970              <NA>                 <NA>                 <NA>
## X1971              <NA>                 <NA>                 <NA>
## X1972              <NA>                 <NA>                 <NA>
## X1973              <NA>                 <NA>                 <NA>
## X1974              <NA>                 <NA>                 <NA>
## X1975              <NA>                 <NA>                 <NA>
## X1976              <NA>                 <NA>                 <NA>
## X1977              <NA>                 <NA>                 <NA>
## X1978              <NA>                 <NA>                 <NA>
## X1979              <NA>                 <NA>                 <NA>
## X1980              <NA>                 <NA>                 <NA>
## X1981              <NA>                 <NA>                 <NA>
## X1982              <NA>                 <NA>                 <NA>
## X1983              <NA>                 <NA>                 <NA>
## X1984              <NA>                 <NA>                 <NA>
## X1985              <NA>                 <NA>                 <NA>
## X1986              <NA>                 <NA>                 <NA>
## X1987              <NA>                 <NA>                 <NA>
## X1988              <NA>                 <NA>                 <NA>
## X1989              <NA>                 <NA>                 <NA>
## X1990              <NA>                 <NA>                 <NA>
## X1991        3.99000001                 <NA>          77.31400299
## X1992       4.659999847                 <NA>          77.53700256
## X1993       5.420000076                 <NA>          77.78900146
## X1994       6.440000057                 <NA>          78.02400208
## X1995       7.519999981                 <NA>          78.37200165
## X1996       8.850000381          67.19999695          78.31099701
## X1997       10.43999958                 <NA>          78.29299927
## X1998       12.18999958                 <NA>          78.32099915
## X1999       14.34000015                84.25          78.36199951
## X2000       15.30000019                 <NA>          77.87400055
## X2001       15.94999981                 <NA>          77.41100311
## X2002       16.20999908                 <NA>          76.95899963
## X2003       16.65999985          91.59999847          76.42099762
## X2004       17.03000069                 <NA>          75.89299774
## X2005       17.28000069                 <NA>          75.36799622
## X2006       17.51000023                 <NA>          74.81199646
## X2007       17.70000076                 <NA>          74.24199677
## X2008       18.17000008          82.22000122          73.63600159
## X2009       18.44000053                 <NA>          73.22499847
## X2010       18.81999969                 <NA>          72.85800171
## X2011       19.19000053                 <NA>          72.68900299
## X2012       19.79999924                 <NA>          72.72899628
## X2013       20.45000076          78.40000153          72.94799805
## X2014       21.20999908          79.80000305          73.08499908
## X2015       21.67000008                 <NA>          73.22699738
## X2016       21.59000015                 <NA>          73.87400055
## X2017       22.34000015          35.65999985          73.99099731
## X2018       22.87999916                 <NA>          74.17900085
## X2019       23.30999947                 <NA>          74.17900085
## X2020              <NA>                 <NA>          64.13600159
## X2021              <NA>                 <NA>          67.24099731
##       SL.WAG.0714.FE.ZS SL.UEM.ADVN.ZS SL.MNF.0714.ZS SL.EMP.VULN.ZS
## X1960              <NA>           <NA>           <NA>           <NA>
## X1961              <NA>           <NA>           <NA>           <NA>
## X1962              <NA>           <NA>           <NA>           <NA>
## X1963              <NA>           <NA>           <NA>           <NA>
## X1964              <NA>           <NA>           <NA>           <NA>
## X1965              <NA>           <NA>           <NA>           <NA>
## X1966              <NA>           <NA>           <NA>           <NA>
## X1967              <NA>           <NA>           <NA>           <NA>
## X1968              <NA>           <NA>           <NA>           <NA>
## X1969              <NA>           <NA>           <NA>           <NA>
## X1970              <NA>           <NA>           <NA>           <NA>
## X1971              <NA>           <NA>           <NA>           <NA>
## X1972              <NA>           <NA>           <NA>           <NA>
## X1973              <NA>           <NA>           <NA>           <NA>
## X1974              <NA>           <NA>           <NA>           <NA>
## X1975              <NA>           <NA>           <NA>           <NA>
## X1976              <NA>           <NA>           <NA>           <NA>
## X1977              <NA>           <NA>           <NA>           <NA>
## X1978              <NA>           <NA>           <NA>           <NA>
## X1979              <NA>           <NA>           <NA>           <NA>
## X1980              <NA>           <NA>           <NA>           <NA>
## X1981              <NA>           <NA>           <NA>           <NA>
## X1982              <NA>           <NA>           <NA>           <NA>
## X1983              <NA>           <NA>           <NA>           <NA>
## X1984              <NA>           <NA>           <NA>           <NA>
## X1985              <NA>           <NA>           <NA>           <NA>
## X1986              <NA>           <NA>           <NA>           <NA>
## X1987              <NA>           <NA>           <NA>           <NA>
## X1988              <NA>           <NA>           <NA>           <NA>
## X1989              <NA>           <NA>           <NA>           <NA>
## X1990              <NA>           <NA>           <NA>           <NA>
## X1991              <NA>           <NA>           <NA>    84.54999924
## X1992              <NA>           <NA>           <NA>    84.49999809
## X1993              <NA>           <NA>           <NA>    84.45000076
## X1994              <NA>           <NA>           <NA>    84.29000092
## X1995              <NA>           <NA>           <NA>    84.21999741
## X1996              <NA>           <NA>           <NA>    84.07999802
## X1997              <NA>           <NA>           <NA>    83.91999817
## X1998              <NA>           <NA>           <NA>    83.81999969
## X1999               2.7           <NA>           1.38    83.63999939
## X2000              <NA>           <NA>           <NA>    83.33000183
## X2001              <NA>           <NA>           <NA>    83.02000046
## X2002              <NA>           <NA>           <NA>    83.02999878
## X2003              <NA>           <NA>           <NA>    82.84000015
## X2004              <NA>           <NA>           <NA>    82.56999969
## X2005              <NA>           <NA>           <NA>    82.34999847
## X2006              <NA>           <NA>           <NA>    82.13999939
## X2007              <NA>           <NA>           <NA>    81.93999863
## X2008              1.69    5.039999962           1.39    81.52999878
## X2009              <NA>           <NA>           <NA>    81.14999771
## X2010              <NA>           <NA>           <NA>    80.70999908
## X2011              <NA>           <NA>           <NA>    80.34000015
## X2012              <NA>           <NA>           <NA>    79.85000229
## X2013              <NA>           <NA>           <NA>    79.36999893
## X2014              <NA>           <NA>           <NA>    78.72000122
## X2015              <NA>           <NA>           <NA>    78.27999878
## X2016              <NA>           <NA>           <NA>    78.13000107
## X2017              <NA>    8.319999695           <NA>           77.5
## X2018              <NA>           <NA>           <NA>    76.93000031
## X2019              <NA>           <NA>           <NA>    76.31000137
## X2020              <NA>           <NA>           <NA>           <NA>
## X2021              <NA>           <NA>           <NA>           <NA>
##       SL.EMP.1524.SP.ZS
## X1960              <NA>
## X1961              <NA>
## X1962              <NA>
## X1963              <NA>
## X1964              <NA>
## X1965              <NA>
## X1966              <NA>
## X1967              <NA>
## X1968              <NA>
## X1969              <NA>
## X1970              <NA>
## X1971              <NA>
## X1972              <NA>
## X1973              <NA>
## X1974              <NA>
## X1975              <NA>
## X1976              <NA>
## X1977              <NA>
## X1978              <NA>
## X1979              <NA>
## X1980              <NA>
## X1981              <NA>
## X1982              <NA>
## X1983              <NA>
## X1984              <NA>
## X1985              <NA>
## X1986              <NA>
## X1987              <NA>
## X1988              <NA>
## X1989              <NA>
## X1990              <NA>
## X1991       79.17900085
## X1992       79.26300049
## X1993       79.33399963
## X1994       79.35600281
## X1995       79.52400208
## X1996       79.40699768
## X1997       79.34600067
## X1998       79.32800293
## X1999       79.29199982
## X2000       78.78800201
## X2001       78.26300049
## X2002       77.75800323
## X2003       77.15200043
## X2004        76.5719986
## X2005        76.0039978
## X2006       75.43000031
## X2007       74.83799744
## X2008       74.20500183
## X2009       73.51300049
## X2010       72.80799866
## X2011       72.27100372
## X2012       71.84600067
## X2013       71.56199646
## X2014       71.19999695
## X2015       70.92199707
## X2016       71.19400024
## X2017       70.91300201
## X2018       70.87200165
## X2019       70.73799896
## X2020       61.81600189
## X2021       63.98600006
dim(nepal_df)[2]
## [1] 243
nepal_df
##       YEAR TM.TAX.MRCH.WM.AR.ZS TM.TAX.MRCH.IP.ZS NY.TAX.NIND.KN
## X1960 1960                 <NA>              <NA>           <NA>
## X1961 1961                 <NA>              <NA>           <NA>
## X1962 1962                 <NA>              <NA>           <NA>
## X1963 1963                 <NA>              <NA>           <NA>
## X1964 1964                 <NA>              <NA>           <NA>
## X1965 1965                 <NA>              <NA>     1075144628
## X1966 1966                 <NA>              <NA>     1406731222
## X1967 1967                 <NA>              <NA>     1185673493
## X1968 1968                 <NA>              <NA>     1446923644
## X1969 1969                 <NA>              <NA>     3024472246
## X1970 1970                 <NA>              <NA>    -1115337050
## X1971 1971                 <NA>              <NA>     2481876086
## X1972 1972                 <NA>              <NA>     4049376524
## X1973 1973                 <NA>              <NA>     3225433883
## X1974 1974                 <NA>              <NA>     6511156281
## X1975 1975                 <NA>              <NA>     9405003569
## X1976 1976                 <NA>              <NA>    12570149882
## X1977 1977                 <NA>              <NA>    17604237553
## X1978 1978                 <NA>              <NA>    20950281283
## X1979 1979                 <NA>              <NA>    20859818526
## X1980 1980                 <NA>              <NA>    19654043511
## X1981 1981                 <NA>              <NA>    23180946411
## X1982 1982                 <NA>              <NA>    22186183085
## X1983 1983                 <NA>              <NA>    21432558471
## X1984 1984                 <NA>              <NA>    22547911341
## X1985 1985                 <NA>              <NA>    25833616503
## X1986 1986                 <NA>              <NA>    26400264605
## X1987 1987                 <NA>              <NA>    27218911058
## X1988 1988                 <NA>              <NA>    32705876319
## X1989 1989                 <NA>              <NA>    29809643007
## X1990 1990                 <NA>              <NA>    32075085848
## X1991 1991                 <NA>              <NA>    33779755004
## X1992 1992                 <NA>              <NA>    32457472104
## X1993 1993                15.96          56.73497    38102322604
## X1994 1994                 <NA>              <NA>    44412517305
## X1995 1995                 <NA>              <NA>    51546654806
## X1996 1996                 <NA>              <NA>    52631847606
## X1997 1997                 <NA>              <NA>    56691272306
## X1998 1998                20.09          50.15618    56158723806
## X1999 1999                14.01          20.58712    58700888407
## X2000 2000                16.84          18.55528    63282813207
## X2001 2001                 <NA>              <NA>    66320388207
## X2002 2002                15.45          18.44888    66006375707
## X2003 2003                15.86          19.35049    70331721108
## X2004 2004                15.49          21.48468    76378232809
## X2005 2005                 15.4          21.65096    81629088709
## X2006 2006                13.13          19.45306    80394287609
## X2007 2007                13.29          45.03713    90633928910
## X2008 2008                421.5           22.3663    99768623911
## X2009 2009                12.65          45.41185   112000000000
## X2010 2010                13.05          45.86365   125000000000
## X2011 2011                12.45          48.90406   123000000000
## X2012 2012                12.45          22.64935   125000000000
## X2013 2013                15.04          40.18724   136000000000
## X2014 2014                10.55          48.15847   148000000000
## X2015 2015                12.31          48.41149   162000000000
## X2016 2016                12.35          48.11775   170000000000
## X2017 2017                 <NA>              <NA>   192000000000
## X2018 2018                12.36          19.94126   211000000000
## X2019 2019                14.22          19.22991   230000000000
## X2020 2020                 11.6          20.06978   226000000000
## X2021 2021                 <NA>              <NA>   244000000000
##       TM.TAX.TCOM.BC.ZS TM.TAX.MANF.BC.ZS GC.TAX.INTT.RV.ZS
## X1960              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>         25.628645
## X1991              <NA>              <NA>       24.20675944
## X1992              <NA>              <NA>       22.94242197
## X1993              <NA>              <NA>       21.80039788
## X1994              <NA>              <NA>       24.76087264
## X1995              <NA>              <NA>        25.9512628
## X1996              <NA>              <NA>       23.31508942
## X1997              <NA>              <NA>       23.55375415
## X1998              <NA>              <NA>       23.11959537
## X1999              <NA>              <NA>       24.37387964
## X2000              <NA>              <NA>       23.49885907
## X2001              <NA>              <NA>       23.72823683
## X2002              <NA>              <NA>       23.04108043
## X2003              <NA>              <NA>       21.89612399
## X2004             99.58              99.6       21.88843859
## X2005             99.58              99.6       19.04223091
## X2006             99.58              99.6        18.2445287
## X2007             99.57             99.61       16.34988095
## X2008             99.57             99.61       17.45746781
## X2009             99.57             99.61       16.14751576
## X2010             99.57             99.61       16.28623552
## X2011             99.57             99.61       14.46186363
## X2012             99.57             99.61       15.22137267
## X2013             99.55             99.64       17.20431016
## X2014             99.55             99.64       16.80061443
## X2015             99.55             99.64       16.63159732
## X2016             99.55             99.64       15.68282462
## X2017              <NA>              <NA>       15.75943716
## X2018             99.54             99.63        15.7924584
## X2019             99.47             99.63       16.03055514
## X2020             99.47             99.63       15.81359711
## X2021              <NA>              <NA>              <NA>
##       TM.TAX.MRCH.WM.FN.ZS TM.TAX.MRCH.SM.AR.ZS TM.TAX.TCOM.IP.ZS
## X1960                 <NA>                 <NA>              <NA>
## X1961                 <NA>                 <NA>              <NA>
## X1962                 <NA>                 <NA>              <NA>
## X1963                 <NA>                 <NA>              <NA>
## X1964                 <NA>                 <NA>              <NA>
## X1965                 <NA>                 <NA>              <NA>
## X1966                 <NA>                 <NA>              <NA>
## X1967                 <NA>                 <NA>              <NA>
## X1968                 <NA>                 <NA>              <NA>
## X1969                 <NA>                 <NA>              <NA>
## X1970                 <NA>                 <NA>              <NA>
## X1971                 <NA>                 <NA>              <NA>
## X1972                 <NA>                 <NA>              <NA>
## X1973                 <NA>                 <NA>              <NA>
## X1974                 <NA>                 <NA>              <NA>
## X1975                 <NA>                 <NA>              <NA>
## X1976                 <NA>                 <NA>              <NA>
## X1977                 <NA>                 <NA>              <NA>
## X1978                 <NA>                 <NA>              <NA>
## X1979                 <NA>                 <NA>              <NA>
## X1980                 <NA>                 <NA>              <NA>
## X1981                 <NA>                 <NA>              <NA>
## X1982                 <NA>                 <NA>              <NA>
## X1983                 <NA>                 <NA>              <NA>
## X1984                 <NA>                 <NA>              <NA>
## X1985                 <NA>                 <NA>              <NA>
## X1986                 <NA>                 <NA>              <NA>
## X1987                 <NA>                 <NA>              <NA>
## X1988                 <NA>                 <NA>              <NA>
## X1989                 <NA>                 <NA>              <NA>
## X1990                 <NA>                 <NA>              <NA>
## X1991                 <NA>                 <NA>              <NA>
## X1992                 <NA>                 <NA>              <NA>
## X1993                15.96                20.87          26.03093
## X1994                 <NA>                 <NA>              <NA>
## X1995                 <NA>                 <NA>              <NA>
## X1996                 <NA>                 <NA>              <NA>
## X1997                 <NA>                 <NA>              <NA>
## X1998                20.09                21.67                36
## X1999                14.01                14.36          18.19923
## X2000                16.84                14.41          25.73416
## X2001                 <NA>                 <NA>              <NA>
## X2002                15.45                14.66          22.92746
## X2003                15.86                14.87          23.14335
## X2004                15.49                14.82           24.2228
## X2005                15.49                14.72          23.89532
## X2006                13.26                13.11          18.42007
## X2007                13.46                13.05          44.80568
## X2008                421.5                15.07          29.09543
## X2009                 12.9                12.77          45.96413
## X2010                13.35                12.98          48.29414
## X2011                 12.8                13.15          51.06639
## X2012                12.87                12.85          24.60198
## X2013                15.65                11.82          43.44024
## X2014                11.31                12.66          48.11121
## X2015                13.08                12.63          47.64338
## X2016                13.07                12.65          47.42036
## X2017                 <NA>                 <NA>              <NA>
## X2018                13.42                12.79          28.52165
## X2019                15.43                 20.2           26.6456
## X2020                12.66                 12.1           29.7841
## X2021                 <NA>                 <NA>              <NA>
##       TM.TAX.MANF.IP.ZS IC.TAX.GIFT.ZS GC.TAX.TOTL.GD.ZS GC.TAX.GSRV.VA.ZS
## X1960              <NA>           <NA>              <NA>              <NA>
## X1961              <NA>           <NA>              <NA>              <NA>
## X1962              <NA>           <NA>              <NA>              <NA>
## X1963              <NA>           <NA>              <NA>              <NA>
## X1964              <NA>           <NA>              <NA>              <NA>
## X1965              <NA>           <NA>              <NA>              <NA>
## X1966              <NA>           <NA>              <NA>              <NA>
## X1967              <NA>           <NA>              <NA>              <NA>
## X1968              <NA>           <NA>              <NA>              <NA>
## X1969              <NA>           <NA>              <NA>              <NA>
## X1970              <NA>           <NA>              <NA>              <NA>
## X1971              <NA>           <NA>              <NA>              <NA>
## X1972              <NA>           <NA>              <NA>              <NA>
## X1973              <NA>           <NA>              <NA>              <NA>
## X1974              <NA>           <NA>              <NA>              <NA>
## X1975              <NA>           <NA>              <NA>              <NA>
## X1976              <NA>           <NA>              <NA>              <NA>
## X1977              <NA>           <NA>              <NA>              <NA>
## X1978              <NA>           <NA>              <NA>              <NA>
## X1979              <NA>           <NA>              <NA>              <NA>
## X1980              <NA>           <NA>              <NA>              <NA>
## X1981              <NA>           <NA>              <NA>              <NA>
## X1982              <NA>           <NA>              <NA>              <NA>
## X1983              <NA>           <NA>              <NA>              <NA>
## X1984              <NA>           <NA>              <NA>              <NA>
## X1985              <NA>           <NA>              <NA>              <NA>
## X1986              <NA>           <NA>              <NA>              <NA>
## X1987              <NA>           <NA>              <NA>              <NA>
## X1988              <NA>           <NA>              <NA>              <NA>
## X1989              <NA>           <NA>              <NA>              <NA>
## X1990              <NA>           <NA>       6.996692968       7.375946529
## X1991              <NA>           <NA>       6.620301936       6.911035363
## X1992              <NA>           <NA>       6.483344072       6.968780364
## X1993          63.02853           <NA>       6.654637356       6.764000417
## X1994              <NA>           <NA>       7.729134048       7.647323859
## X1995              <NA>           <NA>       8.985513859       8.258410491
## X1996              <NA>           <NA>       8.719914187       8.016256591
## X1997              <NA>           <NA>       8.723659866       7.763240037
## X1998          56.96041           <NA>       8.639332547       7.365102977
## X1999           21.2132           <NA>       8.422505233       6.904100273
## X2000          16.97031           <NA>       8.735981111       7.031443074
## X2001              <NA>           <NA>       8.802574747       6.371072049
## X2002          17.52297           <NA>       8.560583141       6.391161382
## X2003          18.56196           <NA>       8.651811853       6.722882993
## X2004          20.90894           <NA>         8.9749585       6.961713693
## X2005          21.16375           <NA>       9.179453421       7.607887563
## X2006          19.60244           <NA>        8.77975841       7.440960428
## X2007          45.07095           <NA>       9.772473404       8.221876521
## X2008          20.78373           <NA>       10.44008641       8.457497576
## X2009          45.29071           14.9       11.84403686       10.00975173
## X2010          45.33381           <NA>       13.39611544       12.40721413
## X2011          48.47382           <NA>       11.62467555       10.48746079
## X2012           22.2418           <NA>       12.04080455         10.473829
## X2013          39.67693           10.4       13.29788586       11.03921327
## X2014          48.17821           <NA>       13.99491049       11.66240116
## X2015          48.56504           <NA>       14.68630457       12.26907017
## X2016          48.25839           <NA>       16.14374976         13.050688
## X2017              <NA>           <NA>       17.99936212       13.98934979
## X2018          18.46353           <NA>       19.08282606       16.40675864
## X2019          18.02381           <NA>       19.80906024       16.90920019
## X2020          18.52515           <NA>       15.77364973       10.51234967
## X2021              <NA>           <NA>              <NA>              <NA>
##       IC.TAX.LABR.CP.ZS GC.TAX.YPKG.CN TM.TAX.MRCH.BR.ZS NY.TAX.NIND.CN
## X1960              <NA>           <NA>              <NA>       54000000
## X1961              <NA>           <NA>              <NA>       56000000
## X1962              <NA>           <NA>              <NA>       61000000
## X1963              <NA>           <NA>              <NA>       64000000
## X1964              <NA>           <NA>              <NA>       70000000
## X1965              <NA>           <NA>              <NA>       78000000
## X1966              <NA>           <NA>              <NA>      178000000
## X1967              <NA>           <NA>              <NA>       91000000
## X1968              <NA>           <NA>              <NA>      108000000
## X1969              <NA>           <NA>              <NA>      161000000
## X1970              <NA>           <NA>              <NA>       55000000
## X1971              <NA>           <NA>              <NA>      163000000
## X1972              <NA>           <NA>              <NA>      239000000
## X1973              <NA>           <NA>              <NA>      204000000
## X1974              <NA>           <NA>              <NA>      383000000
## X1975              <NA>           <NA>              <NA>      635000000
## X1976              <NA>           <NA>              <NA>      805000000
## X1977              <NA>           <NA>              <NA>     1025000000
## X1978              <NA>           <NA>              <NA>     1306000000
## X1979              <NA>           <NA>              <NA>     1436000000
## X1980              <NA>           <NA>              <NA>     1464999900
## X1981              <NA>           <NA>              <NA>     1840999900
## X1982              <NA>           <NA>              <NA>     1951000100
## X1983              <NA>           <NA>              <NA>     2116999900
## X1984              <NA>           <NA>              <NA>     2385999900
## X1985              <NA>           <NA>              <NA>     2571000000
## X1986              <NA>           <NA>              <NA>     3007000000
## X1987              <NA>           <NA>              <NA>     3492000000
## X1988              <NA>           <NA>              <NA>     4692000000
## X1989              <NA>           <NA>              <NA>     4758000000
## X1990              <NA>      943000000              <NA>     5668000000
## X1991              <NA>      768000000              <NA>     6532000000
## X1992              <NA>      875000000              <NA>     7487000000
## X1993              <NA>     1174000000              <NA>     9702000000
## X1994              <NA>     1931000000              <NA>    12149000000
## X1995              <NA>     2751000000              <NA>    14261000000
## X1996              <NA>     3326000000              <NA>    15457000000
## X1997              <NA>     3954000000              <NA>    17952000000
## X1998              <NA>     4576000000              <NA>    18943000000
## X1999              <NA>     5774000000              <NA>    21456000000
## X2000              <NA>     6969000000              <NA>    23945000000
## X2001              <NA>     8517000000              <NA>    28090335300
## X2002              <NA>     8068000000              <NA>    29046000000
## X2003              <NA>     6879300000              <NA>    31906000000
## X2004              <NA>     8123300000             25.94    36050000000
## X2005              11.3     8790400000             25.94    40927000000
## X2006              11.3     9162391000             25.94    42966000000
## X2007              11.3    13723900000                26    51968000000
## X2008              11.3    16626800000                26    60401000000
## X2009              11.3    24051800000                26    78744000000
## X2010              11.3    33821327000                26   109000000000
## X2011              11.3    43121246000                26   123000000000
## X2012              11.3    51303230000                26   140000000000
## X2013              11.3    64186691000             26.26   172000000000
## X2014              11.3    75608249000             26.26   210000000000
## X2015              11.3    86168029438             26.26   237000000000
## X2016              11.3   114000000000             26.26   267000000000
## X2017              11.3   145000000000              <NA>   357000000000
## X2018              19.9   155000000000             26.33   445000000000
## X2019              26.2   188000000000             26.33   516000000000
## X2020              <NA>   213000000000             26.33   460000000000
## X2021              <NA>           <NA>              <NA>   615000000000
##       TM.TAX.MRCH.SR.ZS IC.TAX.OTHR.CP.ZS GC.TAX.YPKG.ZS GC.TAX.IMPT.ZS
## X1960              <NA>              <NA>           <NA>           <NA>
## X1961              <NA>              <NA>           <NA>           <NA>
## X1962              <NA>              <NA>           <NA>           <NA>
## X1963              <NA>              <NA>           <NA>           <NA>
## X1964              <NA>              <NA>           <NA>           <NA>
## X1965              <NA>              <NA>           <NA>           <NA>
## X1966              <NA>              <NA>           <NA>           <NA>
## X1967              <NA>              <NA>           <NA>           <NA>
## X1968              <NA>              <NA>           <NA>           <NA>
## X1969              <NA>              <NA>           <NA>           <NA>
## X1970              <NA>              <NA>           <NA>           <NA>
## X1971              <NA>              <NA>           <NA>           <NA>
## X1972              <NA>              <NA>           <NA>           <NA>
## X1973              <NA>              <NA>           <NA>           <NA>
## X1974              <NA>              <NA>           <NA>           <NA>
## X1975              <NA>              <NA>           <NA>           <NA>
## X1976              <NA>              <NA>           <NA>           <NA>
## X1977              <NA>              <NA>           <NA>           <NA>
## X1978              <NA>              <NA>           <NA>           <NA>
## X1979              <NA>              <NA>           <NA>           <NA>
## X1980              <NA>              <NA>           <NA>           <NA>
## X1981              <NA>              <NA>           <NA>           <NA>
## X1982              <NA>              <NA>           <NA>           <NA>
## X1983              <NA>              <NA>           <NA>           <NA>
## X1984              <NA>              <NA>           <NA>           <NA>
## X1985              <NA>              <NA>           <NA>           <NA>
## X1986              <NA>              <NA>           <NA>           <NA>
## X1987              <NA>              <NA>           <NA>           <NA>
## X1988              <NA>              <NA>           <NA>           <NA>
## X1989              <NA>              <NA>           <NA>           <NA>
## X1990              <NA>              <NA>    13.03260224    36.96670675
## X1991              <NA>              <NA>    9.370424597    36.18838458
## X1992              <NA>              <NA>    8.837491163    32.76436724
## X1993          1.083305              <NA>    10.04191258    32.53784963
## X1994              <NA>              <NA>    12.53733281    31.34657837
## X1995              <NA>              <NA>    13.96872144    33.94942622
## X1996              <NA>              <NA>    15.32365814     33.0661138
## X1997              <NA>              <NA>    16.15790119    33.16987455
## X1998           8.21062              <NA>    17.60609442    31.84179139
## X1999          1.742424              <NA>     20.0430436    31.67870036
## X2000           2.08161              <NA>    21.02135618    31.19268822
## X2001              <NA>              <NA>     21.9143188    30.94043484
## X2002         0.2909246              <NA>    20.51308128     29.7805802
## X2003         0.2907183              <NA>    16.15355896     31.3805419
## X2004         0.2972189              <NA>    16.86276545    31.04311544
## X2005          0.585547               1.3    16.24698733    27.51752155
## X2006         0.5581049               1.3    15.95485015    25.41960101
## X2007          0.365099               2.7    19.29500455    22.39482501
## X2008                 0               2.7    19.52524444    24.09183681
## X2009         0.3645801               2.9    20.54808447     22.0116308
## X2010         0.3813659               2.8    21.16672162    20.99344106
## X2011         0.2817439                 3    23.79042862    19.39028537
## X2012         0.3390478                 3     24.2312975    19.32051265
## X2013         0.5153311                 1    24.76195089    20.95862122
## X2014                 0                 1    24.19929253    20.52298279
## X2015         0.8449514               1.1    24.20838353    19.81470993
## X2016          0.887735               1.1    27.11610048    18.47785808
## X2017              <NA>               1.1    26.15179132    17.76787505
## X2018         0.2496329               1.1    23.47117513    18.44066251
## X2019         0.2159827               0.7    24.63362342    17.92326296
## X2020         0.2147219              <NA>    34.76302493     19.1697738
## X2021              <NA>              <NA>           <NA>           <NA>
##       GC.TAX.OTHR.CN GC.TAX.IMPT.CN TM.TAX.TCOM.WM.AR.ZS TM.TAX.MANF.WM.AR.ZS
## X1960           <NA>           <NA>                 <NA>                 <NA>
## X1961           <NA>           <NA>                 <NA>                 <NA>
## X1962           <NA>           <NA>                 <NA>                 <NA>
## X1963           <NA>           <NA>                 <NA>                 <NA>
## X1964           <NA>           <NA>                 <NA>                 <NA>
## X1965           <NA>           <NA>                 <NA>                 <NA>
## X1966           <NA>           <NA>                 <NA>                 <NA>
## X1967           <NA>           <NA>                 <NA>                 <NA>
## X1968           <NA>           <NA>                 <NA>                 <NA>
## X1969           <NA>           <NA>                 <NA>                 <NA>
## X1970           <NA>           <NA>                 <NA>                 <NA>
## X1971           <NA>           <NA>                 <NA>                 <NA>
## X1972           <NA>           <NA>                 <NA>                 <NA>
## X1973           <NA>           <NA>                 <NA>                 <NA>
## X1974           <NA>           <NA>                 <NA>                 <NA>
## X1975           <NA>           <NA>                 <NA>                 <NA>
## X1976           <NA>           <NA>                 <NA>                 <NA>
## X1977           <NA>           <NA>                 <NA>                 <NA>
## X1978           <NA>           <NA>                 <NA>                 <NA>
## X1979           <NA>           <NA>                 <NA>                 <NA>
## X1980           <NA>           <NA>                 <NA>                 <NA>
## X1981           <NA>           <NA>                 <NA>                 <NA>
## X1982           <NA>           <NA>                 <NA>                 <NA>
## X1983           <NA>           <NA>                 <NA>                 <NA>
## X1984           <NA>           <NA>                 <NA>                 <NA>
## X1985           <NA>           <NA>                 <NA>                 <NA>
## X1986           <NA>           <NA>                 <NA>                 <NA>
## X1987           <NA>           <NA>                 <NA>                 <NA>
## X1988           <NA>           <NA>                 <NA>                 <NA>
## X1989           <NA>           <NA>                 <NA>                 <NA>
## X1990       98500000     2674800000                 <NA>                 <NA>
## X1991      106000000     2966000000                 <NA>                 <NA>
## X1992       87000000     3244000000                 <NA>                 <NA>
## X1993       86000000     3804000000                 9.24                 22.1
## X1994       69000000     4828000000                 <NA>                 <NA>
## X1995       69000000     6686000000                 <NA>                 <NA>
## X1996      105000000     7177000000                 <NA>                 <NA>
## X1997      269000000     8117000000                 <NA>                 <NA>
## X1998      436000000     8276000000                17.09                30.35
## X1999      522000000     9126000000                   12                16.41
## X2000      575000000    10341000000                13.83                20.87
## X2001      605000000    12025000000                 <NA>                 <NA>
## X2002      839000000    11713000000                 8.96                18.59
## X2003     1252600000    13364000000                 9.39                18.99
## X2004     1391200000    14954400000                 9.51                18.38
## X2005     1675900000    14888300000                 9.35                18.28
## X2006     1771133000    14597713000                11.59                14.34
## X2007     2007900000    15928700000                11.62                14.56
## X2008     2451000000    20515500000               917.75               150.92
## X2009     3195600000    25764900000                11.18                13.79
## X2010     1063759000    33544450000                11.13                14.25
## X2011     1324195000    35145784000                11.08                 13.7
## X2012     2908351000    40905969000                 10.9                13.78
## X2013     3489525000    54327890000                13.75                15.52
## X2014     4485704000    64121990000                 8.08                13.12
## X2015     5508835142    70529058946                11.35                13.17
## X2016     5990203529    77802641716                12.26                 12.4
## X2017    27392715000    98410300000                 <NA>                 <NA>
## X2018    10465303530   122000000000                11.14                12.77
## X2019     8442841000   137000000000                12.97                14.74
## X2020     6619530000   118000000000                11.45                11.21
## X2021           <NA>           <NA>                 <NA>                 <NA>
##       IC.TAX.PAYM GC.TAX.EXPT.CN IC.TAX.TOTL.CP.ZS IC.FRM.INFM.ZS
## X1960        <NA>           <NA>              <NA>           <NA>
## X1961        <NA>           <NA>              <NA>           <NA>
## X1962        <NA>           <NA>              <NA>           <NA>
## X1963        <NA>           <NA>              <NA>           <NA>
## X1964        <NA>           <NA>              <NA>           <NA>
## X1965        <NA>           <NA>              <NA>           <NA>
## X1966        <NA>           <NA>              <NA>           <NA>
## X1967        <NA>           <NA>              <NA>           <NA>
## X1968        <NA>           <NA>              <NA>           <NA>
## X1969        <NA>           <NA>              <NA>           <NA>
## X1970        <NA>           <NA>              <NA>           <NA>
## X1971        <NA>           <NA>              <NA>           <NA>
## X1972        <NA>           <NA>              <NA>           <NA>
## X1973        <NA>           <NA>              <NA>           <NA>
## X1974        <NA>           <NA>              <NA>           <NA>
## X1975        <NA>           <NA>              <NA>           <NA>
## X1976        <NA>           <NA>              <NA>           <NA>
## X1977        <NA>           <NA>              <NA>           <NA>
## X1978        <NA>           <NA>              <NA>           <NA>
## X1979        <NA>           <NA>              <NA>           <NA>
## X1980        <NA>           <NA>              <NA>           <NA>
## X1981        <NA>           <NA>              <NA>           <NA>
## X1982        <NA>           <NA>              <NA>           <NA>
## X1983        <NA>           <NA>              <NA>           <NA>
## X1984        <NA>           <NA>              <NA>           <NA>
## X1985        <NA>           <NA>              <NA>           <NA>
## X1986        <NA>           <NA>              <NA>           <NA>
## X1987        <NA>           <NA>              <NA>           <NA>
## X1988        <NA>           <NA>              <NA>           <NA>
## X1989        <NA>           <NA>              <NA>           <NA>
## X1990        <NA>       32200000              <NA>           <NA>
## X1991        <NA>       78000000              <NA>           <NA>
## X1992        <NA>      115000000              <NA>           <NA>
## X1993        <NA>      141000000              <NA>           <NA>
## X1994        <NA>      427000000              <NA>           <NA>
## X1995        <NA>      332000000              <NA>           <NA>
## X1996        <NA>      150000000              <NA>           <NA>
## X1997        <NA>      168000000              <NA>           <NA>
## X1998        <NA>      217000000              <NA>           <NA>
## X1999        <NA>      378000000              <NA>           <NA>
## X2000        <NA>      432000000              <NA>           <NA>
## X2001        <NA>      493000000              <NA>           <NA>
## X2002        <NA>      917000000              <NA>           <NA>
## X2003        <NA>      855600000              <NA>           <NA>
## X2004        <NA>      527100000              <NA>           <NA>
## X2005          34      697900000              32.5           <NA>
## X2006          34      625284000              32.5           <NA>
## X2007          34      698600000              32.8           <NA>
## X2008          34      445600000              34.1           <NA>
## X2009          34      793800000              32.5           <NA>
## X2010          34      915461000              31.7           <NA>
## X2011          34      292395000              31.5           <NA>
## X2012          34      861574000              31.5           <NA>
## X2013          34      439097000              29.9           <NA>
## X2014          34     1069880000              29.9           <NA>
## X2015          34    314849716.4              29.9           <NA>
## X2016          34    159554770.7              29.9           <NA>
## X2017          34      125130000                30           <NA>
## X2018          39      102360000                37           <NA>
## X2019          46      237634000              41.8           <NA>
## X2020        <NA>      112370000              <NA>           <NA>
## X2021        <NA>           <NA>              <NA>           <NA>
##       GC.TAX.GSRV.CN GC.TAX.INTT.CN TM.TAX.TCOM.WM.FN.ZS TM.TAX.MANF.WM.FN.ZS
## X1960           <NA>           <NA>                 <NA>                 <NA>
## X1961           <NA>           <NA>                 <NA>                 <NA>
## X1962           <NA>           <NA>                 <NA>                 <NA>
## X1963           <NA>           <NA>                 <NA>                 <NA>
## X1964           <NA>           <NA>                 <NA>                 <NA>
## X1965           <NA>           <NA>                 <NA>                 <NA>
## X1966           <NA>           <NA>                 <NA>                 <NA>
## X1967           <NA>           <NA>                 <NA>                 <NA>
## X1968           <NA>           <NA>                 <NA>                 <NA>
## X1969           <NA>           <NA>                 <NA>                 <NA>
## X1970           <NA>           <NA>                 <NA>                 <NA>
## X1971           <NA>           <NA>                 <NA>                 <NA>
## X1972           <NA>           <NA>                 <NA>                 <NA>
## X1973           <NA>           <NA>                 <NA>                 <NA>
## X1974           <NA>           <NA>                 <NA>                 <NA>
## X1975           <NA>           <NA>                 <NA>                 <NA>
## X1976           <NA>           <NA>                 <NA>                 <NA>
## X1977           <NA>           <NA>                 <NA>                 <NA>
## X1978           <NA>           <NA>                 <NA>                 <NA>
## X1979           <NA>           <NA>                 <NA>                 <NA>
## X1980           <NA>           <NA>                 <NA>                 <NA>
## X1981           <NA>           <NA>                 <NA>                 <NA>
## X1982           <NA>           <NA>                 <NA>                 <NA>
## X1983           <NA>           <NA>                 <NA>                 <NA>
## X1984           <NA>           <NA>                 <NA>                 <NA>
## X1985           <NA>           <NA>                 <NA>                 <NA>
## X1986           <NA>           <NA>                 <NA>                 <NA>
## X1987           <NA>           <NA>                 <NA>                 <NA>
## X1988           <NA>           <NA>                 <NA>                 <NA>
## X1989           <NA>           <NA>                 <NA>                 <NA>
## X1990     3487200000     2707000000                 <NA>                 <NA>
## X1991     4278000000     3044000000                 <NA>                 <NA>
## X1992     5580000000     3359000000                 <NA>                 <NA>
## X1993     6486000000     3945000000                 9.25                 22.1
## X1994     8147000000     5255000000                 <NA>                 <NA>
## X1995     9856000000     7018000000                 <NA>                 <NA>
## X1996    10947000000     7327000000                 <NA>                 <NA>
## X1997    11938000000     8310000000                 <NA>                 <NA>
## X1998    12477000000     8502000000                17.09                30.35
## X1999    12994000000     9518000000                   12                16.41
## X2000    14795000000    10813000000                13.83                20.87
## X2001    17191000000    12552000000                 <NA>                 <NA>
## X2002    17765000000    12659000000                 8.96                18.59
## X2003    20218600000    14236400000                 9.39                18.99
## X2004    23103700000    15554800000                 9.51                18.38
## X2005    27937000000    15701500000                 9.39                18.41
## X2006    31149795000    15343676000                11.65                 14.5
## X2007    38687300000    16707600000                 11.7                14.78
## X2008    45015200000    21062400000               917.75               150.92
## X2009    62995100000    26808800000                 11.3                14.11
## X2010    89681363000    35218933000                 11.3                14.62
## X2011   100000000000    36575544000                11.29                14.15
## X2012   114000000000    43390806000                11.17                14.31
## X2013   135000000000    56931815000                14.25                16.17
## X2014   164000000000    67980556000                 8.49                14.11
## X2015   189000000000    74844459070                11.93                14.09
## X2016   219000000000    82184049221                12.89                13.18
## X2017   279000000000   103000000000                 <NA>                 <NA>
## X2018   367000000000   127000000000                 12.2                13.82
## X2019   424000000000   143000000000                14.06                15.99
## X2020   270000000000   124000000000                12.49                12.29
## X2021           <NA>           <NA>                 <NA>                 <NA>
##       TM.TAX.MRCH.SM.FN.ZS TM.TAX.TCOM.SM.AR.ZS TM.TAX.MANF.SM.AR.ZS
## X1960                 <NA>                 <NA>                 <NA>
## X1961                 <NA>                 <NA>                 <NA>
## X1962                 <NA>                 <NA>                 <NA>
## X1963                 <NA>                 <NA>                 <NA>
## X1964                 <NA>                 <NA>                 <NA>
## X1965                 <NA>                 <NA>                 <NA>
## X1966                 <NA>                 <NA>                 <NA>
## X1967                 <NA>                 <NA>                 <NA>
## X1968                 <NA>                 <NA>                 <NA>
## X1969                 <NA>                 <NA>                 <NA>
## X1970                 <NA>                 <NA>                 <NA>
## X1971                 <NA>                 <NA>                 <NA>
## X1972                 <NA>                 <NA>                 <NA>
## X1973                 <NA>                 <NA>                 <NA>
## X1974                 <NA>                 <NA>                 <NA>
## X1975                 <NA>                 <NA>                 <NA>
## X1976                 <NA>                 <NA>                 <NA>
## X1977                 <NA>                 <NA>                 <NA>
## X1978                 <NA>                 <NA>                 <NA>
## X1979                 <NA>                 <NA>                 <NA>
## X1980                 <NA>                 <NA>                 <NA>
## X1981                 <NA>                 <NA>                 <NA>
## X1982                 <NA>                 <NA>                 <NA>
## X1983                 <NA>                 <NA>                 <NA>
## X1984                 <NA>                 <NA>                 <NA>
## X1985                 <NA>                 <NA>                 <NA>
## X1986                 <NA>                 <NA>                 <NA>
## X1987                 <NA>                 <NA>                 <NA>
## X1988                 <NA>                 <NA>                 <NA>
## X1989                 <NA>                 <NA>                 <NA>
## X1990                 <NA>                 <NA>                 <NA>
## X1991                 <NA>                 <NA>                 <NA>
## X1992                 <NA>                 <NA>                 <NA>
## X1993                16.57                11.34                22.54
## X1994                 <NA>                 <NA>                 <NA>
## X1995                 <NA>                 <NA>                 <NA>
## X1996                 <NA>                 <NA>                 <NA>
## X1997                 <NA>                 <NA>                 <NA>
## X1998                 16.2                16.64                23.23
## X1999                12.43                11.95                14.87
## X2000                13.29                15.94                14.12
## X2001                 <NA>                 <NA>                 <NA>
## X2002                13.62                14.18                14.71
## X2003                13.72                14.19                14.95
## X2004                13.79                14.35                14.86
## X2005                13.76                14.08                 14.8
## X2006                12.51                14.99                12.74
## X2007                12.56                14.88                12.69
## X2008                15.41                22.36                13.78
## X2009                12.43                16.02                12.18
## X2010                12.33                16.58                12.29
## X2011                12.35                17.94                12.38
## X2012                 12.2                17.29                12.13
## X2013                12.21                   16                11.21
## X2014                12.23                16.22                12.12
## X2015                12.25                16.86                12.07
## X2016                12.14                 18.4                11.89
## X2017                 <NA>                 <NA>                 <NA>
## X2018                13.19                23.78                11.11
## X2019                17.27                73.04                12.57
## X2020                 12.6                 18.7                11.17
## X2021                 <NA>                 <NA>                 <NA>
##       IC.FRM.METG.ZS GC.TAX.GSRV.RV.ZS TM.TAX.MRCH.BC.ZS NY.TAX.NIND.CD
## X1960           <NA>              <NA>              <NA>    7087544.297
## X1961           <NA>              <NA>              <NA>    7350045.938
## X1962           <NA>              <NA>              <NA>    8006300.039
## X1963           <NA>              <NA>              <NA>    6890092.263
## X1964           <NA>              <NA>              <NA>    6913580.247
## X1965           <NA>              <NA>              <NA>    10237563.98
## X1966           <NA>              <NA>              <NA>    23362646.02
## X1967           <NA>              <NA>              <NA>    11943824.65
## X1968           <NA>              <NA>              <NA>    11627030.69
## X1969           <NA>              <NA>              <NA>    15901234.57
## X1970           <NA>              <NA>              <NA>    5432098.765
## X1971           <NA>              <NA>              <NA>    16098765.43
## X1972           <NA>              <NA>              <NA>    23604938.27
## X1973           <NA>              <NA>              <NA>    19892541.27
## X1974           <NA>              <NA>              <NA>    36420692.28
## X1975           <NA>              <NA>              <NA>    60384176.49
## X1976           <NA>              <NA>              <NA>    67235734.33
## X1977           <NA>              <NA>              <NA>       82000000
## X1978           <NA>              <NA>              <NA>    106174545.8
## X1979           <NA>              <NA>              <NA>    119666666.7
## X1980           <NA>              <NA>              <NA>      122083325
## X1981           <NA>              <NA>              <NA>    153416658.3
## X1982           <NA>              <NA>              <NA>    150815928.8
## X1983           <NA>              <NA>              <NA>    153455829.8
## X1984           <NA>              <NA>              <NA>    156353407.2
## X1985           <NA>              <NA>              <NA>    144588476.8
## X1986           <NA>              <NA>              <NA>      153835135
## X1987           <NA>              <NA>              <NA>    161698856.7
## X1988           <NA>              <NA>              <NA>    212740875.1
## X1989           <NA>              <NA>              <NA>    187893171.8
## X1990           <NA>       33.01522381              <NA>    198818593.8
## X1991           <NA>       34.01988072              <NA>    206905289.8
## X1992           <NA>       38.11215081              <NA>    166748329.6
## X1993           <NA>       35.84217507              <NA>      202125000
## X1994           <NA>       38.38759836              <NA>    247938775.5
## X1995           <NA>       36.44566061              <NA>    286365461.8
## X1996           <NA>       34.83421371              <NA>    280781108.1
## X1997           <NA>       33.83690938              <NA>    314781693.8
## X1998           <NA>       33.92886278              <NA>    305778853.9
## X1999           <NA>       33.27528809              <NA>    315761589.4
## X2000           <NA>       32.15255895              <NA>    346677283.9
## X2001           <NA>       32.49777879              <NA>    382181432.7
## X2002           <NA>        32.3346863              <NA>    382536546.8
## X2003           <NA>       31.09697483              <NA>    410335949.2
## X2004           <NA>       32.51111674             99.35    488543949.3
## X2005           <NA>       33.88101804             99.35    564540713.2
## X2006           <NA>       37.03892918             99.35    594070905.2
## X2007           <NA>        37.8589833             99.37    737265472.6
## X2008           <NA>       37.31062961             99.37    929013185.9
## X2009           63.4       37.94330107             99.37     1024265562
## X2010           <NA>       41.47121093             99.37     1467183643
## X2011           <NA>       39.63207921             99.37     1703933395
## X2012           <NA>       40.03297494             99.37     1727421573
## X2013           65.6       40.67709026             99.42     1955546313
## X2014           <NA>       40.62102422             99.42     2138934650
## X2015           <NA>       42.09241158             99.42     2382471163
## X2016           <NA>       41.73543924             99.42     2508487301
## X2017           <NA>       42.59794073              <NA>     3357251910
## X2018           <NA>        45.7311523             99.41     4262858915
## X2019           <NA>       47.46473999              99.4     4575218471
## X2020           <NA>       34.45891513              99.4     3956454691
## X2021           <NA>              <NA>              <NA>     5216026828
##       TM.TAX.TCOM.SM.FN.ZS TM.TAX.MANF.SM.FN.ZS IC.TAX.METG GC.TAX.YPKG.RV.ZS
## X1960                 <NA>                 <NA>        <NA>              <NA>
## X1961                 <NA>                 <NA>        <NA>              <NA>
## X1962                 <NA>                 <NA>        <NA>              <NA>
## X1963                 <NA>                 <NA>        <NA>              <NA>
## X1964                 <NA>                 <NA>        <NA>              <NA>
## X1965                 <NA>                 <NA>        <NA>              <NA>
## X1966                 <NA>                 <NA>        <NA>              <NA>
## X1967                 <NA>                 <NA>        <NA>              <NA>
## X1968                 <NA>                 <NA>        <NA>              <NA>
## X1969                 <NA>                 <NA>        <NA>              <NA>
## X1970                 <NA>                 <NA>        <NA>              <NA>
## X1971                 <NA>                 <NA>        <NA>              <NA>
## X1972                 <NA>                 <NA>        <NA>              <NA>
## X1973                 <NA>                 <NA>        <NA>              <NA>
## X1974                 <NA>                 <NA>        <NA>              <NA>
## X1975                 <NA>                 <NA>        <NA>              <NA>
## X1976                 <NA>                 <NA>        <NA>              <NA>
## X1977                 <NA>                 <NA>        <NA>              <NA>
## X1978                 <NA>                 <NA>        <NA>              <NA>
## X1979                 <NA>                 <NA>        <NA>              <NA>
## X1980                 <NA>                 <NA>        <NA>              <NA>
## X1981                 <NA>                 <NA>        <NA>              <NA>
## X1982                 <NA>                 <NA>        <NA>              <NA>
## X1983                 <NA>                 <NA>        <NA>              <NA>
## X1984                 <NA>                 <NA>        <NA>              <NA>
## X1985                 <NA>                 <NA>        <NA>              <NA>
## X1986                 <NA>                 <NA>        <NA>              <NA>
## X1987                 <NA>                 <NA>        <NA>              <NA>
## X1988                 <NA>                 <NA>        <NA>              <NA>
## X1989                 <NA>                 <NA>        <NA>              <NA>
## X1990                 <NA>                 <NA>        <NA>       8.927895175
## X1991                 <NA>                 <NA>        <NA>       6.107355865
## X1992                 <NA>                 <NA>        <NA>       5.976367734
## X1993                 8.78                18.68        <NA>       6.487621574
## X1994                 <NA>                 <NA>        <NA>       9.098619422
## X1995                 <NA>                 <NA>        <NA>       10.17268794
## X1996                 <NA>                 <NA>        <NA>        10.5835932
## X1997                 <NA>                 <NA>        <NA>       11.20716533
## X1998                 9.14                18.12        <NA>       12.44357426
## X1999                 8.83                13.33        <NA>       14.78617157
## X2000                11.58                13.64        <NA>       15.14506139
## X2001                 <NA>                 <NA>        <NA>       16.10049339
## X2002                11.98                 13.9        <NA>       14.68484374
## X2003                12.06                14.01        <NA>       10.58062472
## X2004                12.11                14.07        <NA>       11.43096364
## X2005                11.91                14.09        <NA>       10.66069016
## X2006                11.81                 12.5        <NA>       10.89461909
## X2007                11.86                12.57        <NA>       13.43006364
## X2008                 19.2                14.09        <NA>       13.78104232
## X2009                 12.2                 12.3           2       14.48691547
## X2010                12.02                12.22        <NA>       15.63994278
## X2011                12.27                12.17        <NA>       17.05001515
## X2012                12.08                12.05        <NA>       17.99702875
## X2013                 11.8                12.19         2.7       19.39667197
## X2014                11.75                12.23        <NA>       18.68571124
## X2015                11.86                12.23        <NA>       19.14786994
## X2016                12.15                11.97        <NA>       21.78746495
## X2017                 <NA>                 <NA>        <NA>       22.14941899
## X2018                15.82                12.12        <NA>       19.26866565
## X2019                27.66                13.55        <NA>        21.0622036
## X2020                13.29                12.19        <NA>       27.23947011
## X2021                 <NA>                 <NA>        <NA>              <NA>
##       IC.TAX.DURS GC.TAX.TOTL.CN TM.TAX.TCOM.BR.ZS TM.TAX.MANF.BR.ZS
## X1960        <NA>           <NA>              <NA>              <NA>
## X1961        <NA>           <NA>              <NA>              <NA>
## X1962        <NA>           <NA>              <NA>              <NA>
## X1963        <NA>           <NA>              <NA>              <NA>
## X1964        <NA>           <NA>              <NA>              <NA>
## X1965        <NA>           <NA>              <NA>              <NA>
## X1966        <NA>           <NA>              <NA>              <NA>
## X1967        <NA>           <NA>              <NA>              <NA>
## X1968        <NA>           <NA>              <NA>              <NA>
## X1969        <NA>           <NA>              <NA>              <NA>
## X1970        <NA>           <NA>              <NA>              <NA>
## X1971        <NA>           <NA>              <NA>              <NA>
## X1972        <NA>           <NA>              <NA>              <NA>
## X1973        <NA>           <NA>              <NA>              <NA>
## X1974        <NA>           <NA>              <NA>              <NA>
## X1975        <NA>           <NA>              <NA>              <NA>
## X1976        <NA>           <NA>              <NA>              <NA>
## X1977        <NA>           <NA>              <NA>              <NA>
## X1978        <NA>           <NA>              <NA>              <NA>
## X1979        <NA>           <NA>              <NA>              <NA>
## X1980        <NA>           <NA>              <NA>              <NA>
## X1981        <NA>           <NA>              <NA>              <NA>
## X1982        <NA>           <NA>              <NA>              <NA>
## X1983        <NA>           <NA>              <NA>              <NA>
## X1984        <NA>           <NA>              <NA>              <NA>
## X1985        <NA>           <NA>              <NA>              <NA>
## X1986        <NA>           <NA>              <NA>              <NA>
## X1987        <NA>           <NA>              <NA>              <NA>
## X1988        <NA>           <NA>              <NA>              <NA>
## X1989        <NA>           <NA>              <NA>              <NA>
## X1990        <NA>     7235700000              <NA>              <NA>
## X1991        <NA>     8196000000              <NA>              <NA>
## X1992        <NA>     9901000000              <NA>              <NA>
## X1993        <NA>    11691000000              <NA>              <NA>
## X1994        <NA>    15402000000              <NA>              <NA>
## X1995        <NA>    19694000000              <NA>              <NA>
## X1996        <NA>    21705000000              <NA>              <NA>
## X1997        <NA>    24471000000              <NA>              <NA>
## X1998        <NA>    25991000000              <NA>              <NA>
## X1999        <NA>    28808000000              <NA>              <NA>
## X2000        <NA>    33152000000              <NA>              <NA>
## X2001        <NA>    38865000000              <NA>              <NA>
## X2002        <NA>    39331000000              <NA>              <NA>
## X2003        <NA>    42586900000              <NA>              <NA>
## X2004        <NA>    48173000000             32.41             24.07
## X2005         408    54104800000             32.41             24.07
## X2006         408    57426995000             32.41             24.07
## X2007         408    71126700000             32.32             24.14
## X2008         408    85155400000             32.32             24.14
## X2009         338   117000000000             32.32             24.14
## X2010         338   160000000000             32.32             24.14
## X2011         326   181000000000             32.32             24.14
## X2012         326   212000000000             32.32             24.14
## X2013         334   259000000000             32.62             24.12
## X2014         334   312000000000             32.62             24.12
## X2015         334   356000000000             32.62             24.12
## X2016         339   421000000000             32.62             24.12
## X2017         339   554000000000              <NA>              <NA>
## X2018         353   659000000000             32.88             24.12
## X2019         377   764000000000             32.88             24.12
## X2020        <NA>   613000000000             32.88             24.12
## X2021        <NA>           <NA>              <NA>              <NA>
##       TM.TAX.TCOM.SR.ZS TM.TAX.MANF.SR.ZS IC.TAX.PRFT.CP.ZS GC.TAX.EXPT.ZS
## X1960              <NA>              <NA>              <NA>           <NA>
## X1961              <NA>              <NA>              <NA>           <NA>
## X1962              <NA>              <NA>              <NA>           <NA>
## X1963              <NA>              <NA>              <NA>           <NA>
## X1964              <NA>              <NA>              <NA>           <NA>
## X1965              <NA>              <NA>              <NA>           <NA>
## X1966              <NA>              <NA>              <NA>           <NA>
## X1967              <NA>              <NA>              <NA>           <NA>
## X1968              <NA>              <NA>              <NA>           <NA>
## X1969              <NA>              <NA>              <NA>           <NA>
## X1970              <NA>              <NA>              <NA>           <NA>
## X1971              <NA>              <NA>              <NA>           <NA>
## X1972              <NA>              <NA>              <NA>           <NA>
## X1973              <NA>              <NA>              <NA>           <NA>
## X1974              <NA>              <NA>              <NA>           <NA>
## X1975              <NA>              <NA>              <NA>           <NA>
## X1976              <NA>              <NA>              <NA>           <NA>
## X1977              <NA>              <NA>              <NA>           <NA>
## X1978              <NA>              <NA>              <NA>           <NA>
## X1979              <NA>              <NA>              <NA>           <NA>
## X1980              <NA>              <NA>              <NA>           <NA>
## X1981              <NA>              <NA>              <NA>           <NA>
## X1982              <NA>              <NA>              <NA>           <NA>
## X1983              <NA>              <NA>              <NA>           <NA>
## X1984              <NA>              <NA>              <NA>           <NA>
## X1985              <NA>              <NA>              <NA>           <NA>
## X1986              <NA>              <NA>              <NA>           <NA>
## X1987              <NA>              <NA>              <NA>           <NA>
## X1988              <NA>              <NA>              <NA>           <NA>
## X1989              <NA>              <NA>              <NA>           <NA>
## X1990              <NA>              <NA>              <NA>    0.445015686
## X1991              <NA>              <NA>              <NA>    0.951683748
## X1992              <NA>              <NA>              <NA>    1.161498839
## X1993          6.546392         0.0202306              <NA>     1.20605594
## X1994              <NA>              <NA>              <NA>    2.772367225
## X1995              <NA>              <NA>              <NA>    1.685792627
## X1996              <NA>              <NA>              <NA>    0.691085003
## X1997              <NA>              <NA>              <NA>    0.686526909
## X1998              25.5          1.021711              <NA>     0.83490439
## X1999          8.764368         0.0118245              <NA>    1.312135518
## X2000          11.59196         0.0168691              <NA>    1.303088803
## X2001              <NA>              <NA>              <NA>    1.268493503
## X2002          1.727116         0.0085063              <NA>    2.331494241
## X2003          1.727116         0.0084991              <NA>    2.009068516
## X2004          1.727116         0.0169578              <NA>    1.094181388
## X2005          3.174603         0.0686577              19.9    1.289904038
## X2006          3.369524                 0              19.9    1.088832874
## X2007          2.204783                 0              18.8    0.982190935
## X2008                 0                 0              20.1    0.523278618
## X2009          2.204783                 0              18.4     0.67816419
## X2010          2.153031                 0              17.6    0.572931634
## X2011          1.772304                 0              17.2    0.161317286
## X2012          1.862421         0.0454726              17.2    0.406934532
## X2013          3.498542                 0              17.6    0.169394904
## X2014                 0                 0              17.6    0.342427439
## X2015          5.678592                 0              17.6    0.088455112
## X2016          5.920496                 0              17.6    0.037893706
## X2017              <NA>              <NA>              17.6    0.022592088
## X2018           1.49328                 0                16    0.015521019
## X2019          1.369142                 0                15    0.031086925
## X2020          1.472031                 0              <NA>    0.018319488
## X2021              <NA>              <NA>              <NA>           <NA>
##       GC.TAX.OTHR.RV.ZS TG.VAL.TOTL.GD.ZS NY.GDP.MKTP.KD NY.GDP.COAL.RT.ZS
## X1960              <NA>       10.81964913     3312006963              <NA>
## X1961              <NA>       4.887589561     3375208865              <NA>
## X1962              <NA>       5.225651458     3439686156              <NA>
## X1963              <NA>       23.54371534     3504872049              <NA>
## X1964              <NA>       28.42175934     3768874732              <NA>
## X1965              <NA>       22.44082511     3723528046              <NA>
## X1966              <NA>       13.89483242     3985688368              <NA>
## X1967              <NA>       13.18330455     3923053375              <NA>
## X1968              <NA>       13.59700924     3949552951              <NA>
## X1969              <NA>       17.62523504     4125838151              <NA>
## X1970              <NA>       13.51077783     4232119417              <NA>
## X1971              <NA>       15.06628932     4181529368                 0
## X1972              <NA>       13.96349642     4311901106                 0
## X1973              <NA>       17.17927206     4291353333                 0
## X1974              <NA>       16.42098752     4563150075                 0
## X1975              <NA>       17.26119145     4629611019                 0
## X1976              <NA>       17.96539507     4833246135                 0
## X1977              <NA>       18.01215278     4979063887                 0
## X1978              <NA>        19.4494012     5198428566                 0
## X1979              <NA>       19.60837263     5321572986                 0
## X1980              <NA>       21.68643834     5198144730                 0
## X1981              <NA>       22.41183596     5631772619                 0
## X1982              <NA>       20.16339571     5844618406                 0
## X1983              <NA>       22.76094046     5670600395                 0
## X1984              <NA>       21.07540845     6219578592                 0
## X1985              <NA>       23.39771498     6601765803                 0
## X1986              <NA>       21.11699411     6903179359                 0
## X1987              <NA>       24.41452994     7020230929                 0
## X1988              <NA>       24.92106598     7560564675                 0
## X1989              <NA>        21.0199161     7887910507                 0
## X1990       0.932553208       24.14844744     8253518026                 0
## X1991       0.842942346       25.34759816     8779114468                 0
## X1992       0.594221706       33.66447434     9139620604                 0
## X1993       0.475243148        34.8083469     9491482290                 0
## X1994       0.325118975        37.3022803    10271302732                 0
## X1995       0.255149207       38.12679366    10627557926                 0
## X1996       0.334118246       39.43311518    11193824413                 0
## X1997       0.762450044       42.67394737    11758957236                 0
## X1998       1.185620275       35.41823863    12113653185                 0
## X1999       1.336747759       40.20945164    12648177008                 0
## X2000       1.249592524       43.26339436    13432363981       0.003580902
## X2001       1.143688917       36.79007408    14077102964       0.003055141
## X2002       1.527092699        32.8382215    14094015643       0.002557438
## X2003       1.926546382       38.16460418    14650029882       0.002328474
## X2004       1.957671958       37.25629615    15336032658       0.004864822
## X2005       2.032472998       38.69495881    15869600999       0.004762176
## X2006       2.105980786       36.82115004    16403551941       0.007805739
## X2007        1.96490974       38.64175484    16963169002       0.006617356
## X2008       2.031499431       36.10077051    17998709258       0.012369547
## X2009       1.924778481       40.50568563    18814604917       0.006176697
## X2010       0.491912393       37.42503643    19720794305       0.007851147
## X2011       0.523582848       31.02365193    20395606013       0.007641003
## X2012       1.020241348        32.1474716    21348105727        0.00575471
## X2013       1.054504769       33.61578268    22100659154       0.004958637
## X2014       1.108590276       37.30049311    23429236486       0.004321669
## X2015        1.22414844       30.26584262    24360795411       0.003273018
## X2016       1.143084483       39.27157658    24466305357       0.003656839
## X2017       4.188812407       38.26852548    26662713937       0.004472639
## X2018       1.302742504       40.76526117    28695046274       0.004915582
## X2019       0.944350687       38.92799874    30605291409       0.002196459
## X2020        0.84561214       32.03955724    29880062111       0.001886447
## X2021              <NA>       56.77228995    31149050463              <NA>
##       NY.GDP.PCAP.PP.KD NY.GDP.MINR.RT.ZS NY.GDP.MKTP.KN NY.GDP.DEFL.KD.ZG.AD
## X1960              <NA>              <NA>   253000000000                 <NA>
## X1961              <NA>              <NA>   258000000000                 <NA>
## X1962              <NA>              <NA>   263000000000                 <NA>
## X1963              <NA>              <NA>   268000000000                 <NA>
## X1964              <NA>              <NA>   288000000000                 <NA>
## X1965              <NA>              <NA>   285000000000                 <NA>
## X1966              <NA>              <NA>   305000000000                 <NA>
## X1967              <NA>              <NA>   300000000000                 <NA>
## X1968              <NA>              <NA>   302000000000                 <NA>
## X1969              <NA>              <NA>   315000000000                 <NA>
## X1970              <NA>                 0   324000000000                 <NA>
## X1971              <NA>                 0   320000000000                 <NA>
## X1972              <NA>                 0   330000000000                 <NA>
## X1973              <NA>                 0   328000000000                 <NA>
## X1974              <NA>       0.094538945   349000000000                 <NA>
## X1975              <NA>                 0   354000000000                 <NA>
## X1976              <NA>                 0   369000000000                 <NA>
## X1977              <NA>       1.034875601   381000000000                 <NA>
## X1978              <NA>       1.081464371   397000000000                 <NA>
## X1979              <NA>       1.580340084   407000000000                 <NA>
## X1980              <NA>       1.445373485   397000000000                 <NA>
## X1981              <NA>       0.365879238   431000000000                 <NA>
## X1982              <NA>       0.179660197   447000000000                 <NA>
## X1983              <NA>       0.627780478   434000000000                 <NA>
## X1984              <NA>       0.192764463   475000000000                 <NA>
## X1985              <NA>                 0   505000000000                 <NA>
## X1986              <NA>                 0   528000000000                 <NA>
## X1987              <NA>                 0   537000000000                 <NA>
## X1988              <NA>                 0   578000000000                 <NA>
## X1989              <NA>                 0   603000000000                 <NA>
## X1990       1613.071851                 0   631000000000          10.71588515
## X1991       1671.583428                 0   671000000000           12.5446382
## X1992       1693.721027                 0   699000000000          18.48909464
## X1993       1711.571209                 0   726000000000          10.77490927
## X1994       1803.696883                 0   785000000000           4.81598619
## X1995       1819.966418                 0   812000000000          6.300861554
## X1996       1872.311784                 0   856000000000           7.82303556
## X1997       1923.780052                 0   899000000000          7.279092987
## X1998       1941.145868                 0   926000000000          4.107850671
## X1999       1987.825045                 0   967000000000          8.887047432
## X2000       2073.054338                 0  1030000000000          4.472433715
## X2001       2136.328983                 0  1080000000000          3.412486587
## X2002       2106.152373                 0  1080000000000          3.934857896
## X2003       2158.231649                 0  1120000000000          3.070304967
## X2004       2229.210718                 0  1170000000000          4.166427154
## X2005        2277.63361                 0  1210000000000          6.119390412
## X2006       2325.168216                 0  1250000000000          7.360039272
## X2007        2375.70189                 0  1300000000000          7.603288946
## X2008        2493.88453                 0  1380000000000           5.61985452
## X2009       2585.896329                 0  1440000000000          15.90833021
## X2010       2697.432423                 0  1510000000000          15.14693244
## X2011       2786.843939                 0  1560000000000          26.39730667
## X2012       2922.619609                 0  1630000000000          7.741150029
## X2013       3033.780787                 0  1690000000000          7.082650999
## X2014        3217.44851                 0  1790000000000          8.035366199
## X2015        3331.87177                 0  1860000000000          4.409045432
## X2016       3315.814414       0.000142212  1870000000000          7.150334788
## X2017       3565.197807                 0  2040000000000          8.261412551
## X2018       3773.715918                 0  2190000000000          4.355858465
## X2019       3952.760349                 0  2340000000000          4.691155935
## X2020       3789.150372                 0  2280000000000           3.21740233
## X2021        3878.44442              <NA>  2380000000000          5.511971478
##       NV.SRV.TOTL.ZS ER.GDP.FWTL.M3.KD BX.TRF.PWKR.DT.GD.ZS SL.GDP.PCAP.EM.KD
## X1960    98.60572937              <NA>                 <NA>              <NA>
## X1961    98.61830739              <NA>                 <NA>              <NA>
## X1962    98.60539098              <NA>                 <NA>              <NA>
## X1963     98.6135182              <NA>                 <NA>              <NA>
## X1964    98.60640656              <NA>                 <NA>              <NA>
## X1965    23.17029674              <NA>                 <NA>              <NA>
## X1966    19.69894718              <NA>                 <NA>              <NA>
## X1967    22.52533402              <NA>                 <NA>              <NA>
## X1968    21.02328535              <NA>                 <NA>              <NA>
## X1969    21.20225324              <NA>                 <NA>              <NA>
## X1970    21.04242587              <NA>                 <NA>              <NA>
## X1971    22.19736195              <NA>                 <NA>              <NA>
## X1972    20.75417607              <NA>                 <NA>              <NA>
## X1973    23.03140142              <NA>                 <NA>              <NA>
## X1974     19.8860064              <NA>                 <NA>              <NA>
## X1975     19.2987746              <NA>                 <NA>              <NA>
## X1976    20.84051926              <NA>                 <NA>              <NA>
## X1977    23.40856424              <NA>                 <NA>              <NA>
## X1978    23.36813558              <NA>                 <NA>              <NA>
## X1979    22.16970505              <NA>                 <NA>              <NA>
## X1980    24.65847007              <NA>                 <NA>              <NA>
## X1981    24.93133757              <NA>                 <NA>              <NA>
## X1982    24.49012584              <NA>                 <NA>              <NA>
## X1983    25.21326955              <NA>                 <NA>              <NA>
## X1984    24.81086271              <NA>                 <NA>              <NA>
## X1985    31.35062036              <NA>                 <NA>              <NA>
## X1986    30.90768789              <NA>                 <NA>              <NA>
## X1987    31.62031818              <NA>                 <NA>              <NA>
## X1988     30.9247653              <NA>                 <NA>              <NA>
## X1989    31.32554414              <NA>                 <NA>              <NA>
## X1990    30.36957531              <NA>                 <NA>              <NA>
## X1991    33.55304077              <NA>                 <NA>       3438.537947
## X1992    33.03381999              <NA>                 <NA>       3473.403304
## X1993    35.06107626              <NA>          1.497936602       3498.156199
## X1994    33.06987434              <NA>           1.23238961        3677.60167
## X1995    33.17805407              <NA>          1.291100177       3688.247067
## X1996    33.36949054              <NA>          0.976652461         3794.3203
## X1997    33.41912853              <NA>          1.005512415         3895.0982
## X1998    35.23442304              <NA>          1.390060907       3922.834548
## X1999    34.58437124              <NA>          1.658099124       4010.796896
## X2000    34.71071549              <NA>          2.029360644       4180.486799
## X2001    44.45294585              <NA>          2.446875396       4299.002233
## X2002    43.55295434       1.481204951          11.21301963       4221.191302
## X2003    44.12663973              <NA>          12.18032388       4315.958411
## X2004    45.17195188              <NA>          11.30898998       4442.469201
## X2005    45.83415336              <NA>          14.90510198       4519.497454
## X2006    47.93390451              <NA>          16.06896468       4578.355778
## X2007    48.77697585       1.790103371          16.79181348       4647.737679
## X2008    49.20432338              <NA>          21.73810397       4853.434008
## X2009    48.61377101              <NA>          23.20762544       5002.507378
## X2010    46.39883791              <NA>          21.64698527       5184.357147
## X2011    47.90291444              <NA>          19.54630987       5330.549688
## X2012    47.98745259       2.247855211          22.08212082       5557.784694
## X2013    48.75521701              <NA>          25.19470031       5723.105479
## X2014    49.56401975              <NA>          25.90512496       6031.347043
## X2015    50.53989698              <NA>          27.62609167       6196.548655
## X2016    51.59804409              <NA>          26.96057769       6053.330917
## X2017    51.84978229       2.807458481          23.91354411       6442.269479
## X2018    51.59044347              <NA>          25.02641995       6719.346198
## X2019    52.02271626              <NA>          24.11636286       6947.961423
## X2020    53.93884674              <NA>          24.25023797       7221.739239
## X2021    52.58395192              <NA>                 <NA>       7132.779194
##       SE.XPD.TERT.PC.ZS NY.GDS.TOTL.ZS NY.GDP.MKTP.KD.ZG NY.GDP.DEFL.KD.ZG
## X1960              <NA>           <NA>              <NA>              <NA>
## X1961              <NA>           <NA>       1.908265972        2.68799999
## X1962              <NA>           <NA>       1.910320031       5.897091004
## X1963              <NA>           <NA>       1.895111645       3.569925064
## X1964              <NA>           <NA>       7.532448553       1.194719681
## X1965              <NA>           <NA>      -1.203189018       12.88519396
## X1966              <NA>           <NA>       7.040643145       15.21881351
## X1967              <NA>           <NA>        -1.5714975      -5.667665035
## X1968              <NA>           <NA>       0.675483463        11.0658262
## X1969              <NA>           <NA>       4.463421603       6.563831079
## X1970              <NA>           <NA>       2.575992127       7.048330837
## X1971              <NA>           <NA>      -1.195383302       3.172176141
## X1972              <NA>           <NA>       3.117800364       12.50268334
## X1973              <NA>           <NA>      -0.476536268      -3.397305595
## X1974              <NA>           <NA>       6.333590372       20.82566953
## X1975              <NA>    10.02956925       1.456470709       27.52274698
## X1976              <NA>    11.72818335       4.398536178        0.54404234
## X1977              <NA>    13.49537037       3.016973442      -3.564821564
## X1978              <NA>    13.37928235       4.405741389       9.371206914
## X1979              <NA>    11.63628084       2.368877795       9.978363426
## X1980              <NA>    11.09588545      -2.319394205       7.609546552
## X1981              <NA>    10.89098005       8.341974135       7.937356408
## X1982              <NA>    9.932877822       3.779374654       9.347409674
## X1983              <NA>    8.548577014      -2.977405857        12.2886911
## X1984              <NA>    9.865448055       9.681130016       6.377949973
## X1985              <NA>    14.08577598       6.144905237       11.42183276
## X1986              <NA>    11.62371689       4.565650546       14.39257008
## X1987              <NA>    12.09543718       1.695618266       12.69680187
## X1988              <NA>    11.35744935       7.696808711        11.8153102
## X1989              <NA>    10.29118731       4.329647933       11.25837291
## X1990              <NA>    6.991686006       4.635036347       10.71588515
## X1991              <NA>    8.559918741       6.368150405        12.5446382
## X1992              <NA>     10.9287009       4.106406605       18.48909464
## X1993              <NA>    12.24724218       3.849850027       10.77490927
## X1994              <NA>    9.959352041       8.216002705        4.81598619
## X1995              <NA>    15.65529768       3.468451889       6.300861554
## X1996              <NA>    14.38246926       5.328284176        7.82303556
## X1997              <NA>     13.9608503       5.048612536       7.279092987
## X1998              <NA>    13.77387027       3.016389481       4.107850671
## X1999              <NA>    13.61347928       4.412573275       8.887047432
## X2000         139.46298    15.17228476       6.199999985       4.472433715
## X2001         102.63701    11.66462728       4.799892146       11.01714829
## X2002          77.43354    9.489666248       0.120143179       3.934857896
## X2003          63.42802    8.561179812       3.945037761       3.070304967
## X2004              <NA>    11.74924279       4.682603249       4.166427154
## X2005              <NA>    11.55565976       3.479181044       6.119390412
## X2006              <NA>     8.98307832       3.364614787       7.360039272
## X2007              <NA>    9.817208499       3.411560275       7.603288946
## X2008          47.40814    9.831096072       6.104639147        5.61985452
## X2009          51.51713    9.433665671       4.533078721       15.90833021
## X2010          33.02038    11.45140099       4.816414651       15.14693244
## X2011          31.69426    7.125826025       3.421828238       26.39730667
## X2012              <NA>    9.120633745       4.670122149       7.741150029
## X2013          22.29423    8.178966875       3.525153174       7.082650999
## X2014          26.74935    9.364717232       6.011482841       8.035366199
## X2015          24.16269    7.625269885       3.976053274       4.409045432
## X2016              <NA>    3.642858923       0.433113718       7.150334788
## X2017              <NA>    12.98475515       8.977279354       8.261412551
## X2018              <NA>    14.79161211       7.622376108       4.355858465
## X2019              <NA>    15.30340729       6.657055428       4.691155935
## X2020              <NA>    5.719357472      -2.369620627        3.21740233
## X2021              <NA>    7.708062342       4.246940141       5.511971478
##       SH.XPD.CHEX.GD.ZS SE.XPD.PRIM.PC.ZS NY.GDP.PETR.RT.ZS NY.GDP.MKTP.CD
## X1960              <NA>              <NA>              <NA>      508334414
## X1961              <NA>              <NA>              <NA>    531959561.6
## X1962              <NA>              <NA>              <NA>    574091101.2
## X1963              <NA>              <NA>              <NA>    496947904.4
## X1964              <NA>              <NA>              <NA>    496098775.3
## X1965              <NA>              <NA>              <NA>    735267082.3
## X1966              <NA>              <NA>              <NA>    906811943.8
## X1967              <NA>              <NA>              <NA>    841974025.5
## X1968              <NA>              <NA>              <NA>    772228643.4
## X1969              <NA>              <NA>              <NA>    788641965.4
## X1970              <NA>              <NA>              <NA>    865975308.6
## X1971              <NA>              <NA>                 0    882765471.6
## X1972              <NA>              <NA>                 0     1024098805
## X1973              <NA>              <NA>                 0      972101725
## X1974              <NA>              <NA>                 0     1217953547
## X1975              <NA>              <NA>                 0     1575789254
## X1976              <NA>              <NA>                 0     1452792989
## X1977              <NA>              <NA>                 0     1382400000
## X1978              <NA>              <NA>                 0     1604162497
## X1979              <NA>              <NA>                 0     1851250008
## X1980              <NA>              <NA>                 0     1945916583
## X1981              <NA>              <NA>                 0     2275583317
## X1982              <NA>              <NA>                 0     2395429852
## X1983              <NA>              <NA>                 0     2447174803
## X1984              <NA>              <NA>                 0     2581207388
## X1985              <NA>              <NA>                 0     2619913956
## X1986              <NA>              <NA>                 0     2850784523
## X1987              <NA>              <NA>                 0     2957255380
## X1988              <NA>              <NA>                 0     3487009748
## X1989              <NA>              <NA>                 0     3525228153
## X1990              <NA>              <NA>                 0     3627562403
## X1991              <NA>              <NA>                 0     3921476085
## X1992              <NA>              <NA>                 0     3401211581
## X1993              <NA>              <NA>                 0     3660041667
## X1994              <NA>              <NA>                 0     4066775510
## X1995              <NA>              <NA>                 0     4401104418
## X1996              <NA>              <NA>                 0     4521580381
## X1997              <NA>              <NA>                 0     4918691917
## X1998              <NA>              <NA>                 0     4856255044
## X1999              <NA>           8.98008                 0     5033642384
## X2000        3.12598538          10.18187                 0     5494252208
## X2001        3.80386233          13.56601                 0     6007055042
## X2002        3.92991233          11.79508                 0     6050875807
## X2003        3.84753466          11.06862                 0     6330473097
## X2004        4.03734398              <NA>                 0     7273938315
## X2005        3.94221067              <NA>                 0     8130258041
## X2006         3.5361805              <NA>                 0     9043715356
## X2007        3.66484332              <NA>                 0    10325618017
## X2008        3.80911303          14.17214                 0    12545438605
## X2009        3.89314747          16.37681                 0    12854985464
## X2010        4.35166264          11.09709                 0    16002656434
## X2011        4.44234991          11.42569                 0    21573862467
## X2012        4.49078512          11.53445                 0    21703106502
## X2013        4.63011789          11.22594                 0    22162208956
## X2014        5.07548285          13.05722                 0    22731602970
## X2015        5.46615076          12.35956                 0    24360795411
## X2016        5.42379808              <NA>                 0    24524098185
## X2017        4.72173262              <NA>                 0    28971589213
## X2018         4.5284524              <NA>                 0    33111525872
## X2019        4.44515085              <NA>                 0    34186190996
## X2020              <NA>              <NA>                 0    33433670512
## X2021              <NA>              <NA>              <NA>    36288830373
##       NE.DAB.TOTL.ZS SH.XPD.GHED.GD.ZS SE.XPD.TOTL.GD.ZS PA.NUS.PPPC.RF
## X1960           <NA>              <NA>              <NA>           <NA>
## X1961           <NA>              <NA>              <NA>           <NA>
## X1962           <NA>              <NA>              <NA>           <NA>
## X1963           <NA>              <NA>              <NA>           <NA>
## X1964           <NA>              <NA>              <NA>           <NA>
## X1965           <NA>              <NA>              <NA>           <NA>
## X1966           <NA>              <NA>              <NA>           <NA>
## X1967           <NA>              <NA>              <NA>           <NA>
## X1968           <NA>              <NA>              <NA>           <NA>
## X1969           <NA>              <NA>              <NA>           <NA>
## X1970           <NA>              <NA>              <NA>           <NA>
## X1971           <NA>              <NA>              <NA>           <NA>
## X1972           <NA>              <NA>              <NA>           <NA>
## X1973           <NA>              <NA>              <NA>           <NA>
## X1974           <NA>              <NA>              <NA>           <NA>
## X1975    104.4656328              <NA>              <NA>           <NA>
## X1976    103.4034713              <NA>              <NA>           <NA>
## X1977    102.5289346              <NA>              <NA>           <NA>
## X1978    104.9006688              <NA>              <NA>           <NA>
## X1979    104.1818595              <NA>              <NA>           <NA>
## X1980    107.1902705              <NA>              <NA>           <NA>
## X1981     106.716227              <NA>              <NA>           <NA>
## X1982    107.2156959              <NA>              <NA>           <NA>
## X1983    111.0841235              <NA>              <NA>           <NA>
## X1984    108.7966496              <NA>              <NA>           <NA>
## X1985    108.4703568              <NA>              <NA>           <NA>
## X1986    108.6404422              <NA>              <NA>           <NA>
## X1987     109.093339              <NA>              <NA>           <NA>
## X1988    110.9346995              <NA>              <NA>           <NA>
## X1989    111.2157188              <NA>              <NA>           <NA>
## X1990    111.1341359              <NA>              <NA>    0.240461492
## X1991    111.6935526              <NA>              <NA>    0.236387594
## X1992    109.7759609              <NA>              <NA>    0.192550748
## X1993     110.323653              <NA>              <NA>    0.194902573
## X1994    112.4441969              <NA>              <NA>     0.19593583
## X1995    109.5442004              <NA>              <NA>    0.200726551
## X1996    112.8226185              <NA>              <NA>    0.192268671
## X1997    111.3798647              <NA>              <NA>    0.195727703
## X1998    111.0654988              <NA>       2.892879963    0.185497054
## X1999    106.8700371              <NA>        2.89331007    0.181588186
## X2000    109.1425816        0.48485136       2.975150108    0.182498777
## X2001    110.6784189        0.58291328       3.708379984    0.173443968
## X2002    110.7565449        0.79097205       3.152839899    0.171821678
## X2003    112.8481991        0.65877509        3.11435008    0.169591614
## X2004    112.7819068        0.64549148       3.171940088    0.181283719
## X2005    114.8954983         0.7515617       3.364639997    0.189858914
## X2006    117.8688245        0.84521472       3.605360031    0.198200034
## X2007    118.8680423        0.67676955       3.517210007    0.213070182
## X2008    120.4845509        0.70963746       3.805170059    0.239390819
## X2009    122.2407114        0.79475653       4.663760185    0.233165742
## X2010    126.8198055        0.78889084       3.631720066    0.273632534
## X2011    120.6844804        0.79485244       3.842619896     0.34943018
## X2012    119.4820715        0.78674686        3.29008007    0.320964411
## X2013    121.4976421        0.75677407       3.018110037    0.304697013
## X2014     121.621371        0.87364477        3.47213006    0.286651647
## X2015    123.6521649        0.90927666        3.25902009    0.300962369
## X2016    124.5981403        1.00771809       3.903209925     0.30087671
## X2017    124.3402989        1.06542468        4.76722002    0.294080108
## X2018    124.7561882         1.0672121        4.43445015    0.305011772
## X2019    126.0753336        1.10280871       4.239999771    0.290067383
## X2020     124.720924              <NA>       4.389999866    0.287107335
## X2021    128.0741502              <NA>              <NA>    0.287004178
##       NY.GDP.MKTP.PP.KD NY.GDP.DEFL.ZS.AD NE.GDI.TOTL.ZS GC.TAX.TOTL.GD.ZS
## X1960              <NA>              <NA>           <NA>              <NA>
## X1961              <NA>              <NA>           <NA>              <NA>
## X1962              <NA>              <NA>           <NA>              <NA>
## X1963              <NA>              <NA>           <NA>              <NA>
## X1964              <NA>              <NA>           <NA>              <NA>
## X1965              <NA>              <NA>    6.444127212              <NA>
## X1966              <NA>              <NA>    4.834273995              <NA>
## X1967              <NA>              <NA>    4.988308574              <NA>
## X1968              <NA>              <NA>    5.687996496              <NA>
## X1969              <NA>              <NA>    4.846587412              <NA>
## X1970              <NA>              <NA>    5.964872263              <NA>
## X1971              <NA>              <NA>     7.75341205              <NA>
## X1972              <NA>              <NA>    7.329539692              <NA>
## X1973              <NA>              <NA>    9.178452837              <NA>
## X1974              <NA>              <NA>    8.760150248              <NA>
## X1975              <NA>              <NA>    14.49520203              <NA>
## X1976              <NA>              <NA>    15.13165468              <NA>
## X1977              <NA>              <NA>    16.02430498              <NA>
## X1978              <NA>              <NA>    18.27995111              <NA>
## X1979              <NA>              <NA>    15.81814037              <NA>
## X1980              <NA>              <NA>    18.28615598              <NA>
## X1981              <NA>              <NA>    17.60720707              <NA>
## X1982              <NA>              <NA>    17.14857376              <NA>
## X1983              <NA>              <NA>    19.63270053              <NA>
## X1984              <NA>              <NA>    18.66209766              <NA>
## X1985              <NA>              <NA>    22.55613274              <NA>
## X1986              <NA>              <NA>    20.26415907              <NA>
## X1987              <NA>              <NA>    21.18877615              <NA>
## X1988              <NA>              <NA>    22.29214886              <NA>
## X1989              <NA>              <NA>    21.50690609              <NA>
## X1990       30495897615       17.59519716    18.12582192       6.996692968
## X1991       32437922242       19.80245098     20.2534713       6.620301936
## X1992       33769955223       23.46374489    20.70466177       6.483344072
## X1993       35070047854       25.99194211    22.57089514       6.654637356
## X1994       37951403934       27.24371045    22.40354892       7.729134048
## X1995       39267730121       28.96029893    25.19949812       8.985513859
## X1996       41360026371       31.22587341    27.20508772       8.719914187
## X1997       43448133848       33.49883377    25.34071505       8.723659866
## X1998       44758698786       34.87491584    24.83936911       8.639332547
## X1999       46733709167       37.97426616    20.48351636       8.422505233
## X2000       49631199129       39.67264004    24.31486635       8.735981111
## X2001       52013443158       41.02646356    22.34304622       8.802574747
## X2002       52075933762        42.6407966    20.24621117       8.560583141
## X2003       54130349013        43.9499991    21.40937893       8.651811853
## X2004       56665058494       45.78114379    24.53114957         8.9749585
## X2005       58636538468       48.58267072     26.4511581       9.179453421
## X2006       60609432112       52.15837436    26.85190281        8.77975841
## X2007       62677159421       56.12412627    28.68525075       9.772473404
## X2008       66503373831       59.27822052      30.315647       10.44008641
## X2009       69518024119       68.70839558    31.67437709       11.84403686
## X2010       72866300418       79.11560985    38.27120645       13.39611544
## X2011       75359660061               100    27.81030642       11.62467555
## X2012       78879048237         107.74115    28.60270524       12.04080455
## X2013       81659655509       115.3720797    29.67660902       13.29788586
## X2014       86568611688       124.6426488    30.98608823       13.99491049
## X2015       90010625807       130.1381998    31.27743482       14.68630457
## X2016       90400474175       139.4435167     28.2409992       16.14374976
## X2017       98515977279       150.9635209    37.32505401       17.99936212
## X2018      106000000000       157.5392782    39.54780033       19.08282606
## X2019      113000000000       164.9296914    41.37874091       19.80906024
## X2020      110000000000       170.2361432    30.44028151       15.77364973
## X2021      115000000000       179.6195108     35.7822125              <NA>
##       FS.AST.DOMS.GD.ZS FM.AST.PRVT.GD.ZS EN.ATM.CO2E.KD.GD NY.GDP.PCAP.PP.CD
## X1960              <NA>       1.045701034              <NA>              <NA>
## X1961              <NA>       1.226252189              <NA>              <NA>
## X1962              <NA>       1.252857767              <NA>              <NA>
## X1963              <NA>       1.234835355              <NA>              <NA>
## X1964              <NA>       1.499104091              <NA>              <NA>
## X1965              <NA>       1.893966474              <NA>              <NA>
## X1966              <NA>       1.788970856              <NA>              <NA>
## X1967              <NA>       1.920498801              <NA>              <NA>
## X1968              <NA>       2.215251576              <NA>              <NA>
## X1969              <NA>       2.414527269              <NA>              <NA>
## X1970              <NA>       2.869525547              <NA>              <NA>
## X1971              <NA>       3.839785015              <NA>              <NA>
## X1972              <NA>       3.515285813              <NA>              <NA>
## X1973              <NA>       4.790851448              <NA>              <NA>
## X1974              <NA>       4.886008935              <NA>              <NA>
## X1975              <NA>       4.412527963              <NA>              <NA>
## X1976              <NA>       3.625962997              <NA>              <NA>
## X1977              <NA>       4.788194444              <NA>              <NA>
## X1978              <NA>       5.703932467              <NA>              <NA>
## X1979              <NA>       6.419986467              <NA>              <NA>
## X1980              <NA>       8.573937244              <NA>              <NA>
## X1981              <NA>       9.190317568              <NA>              <NA>
## X1982              <NA>       8.631728634              <NA>              <NA>
## X1983              <NA>       8.095971564              <NA>              <NA>
## X1984              <NA>       8.485910323              <NA>              <NA>
## X1985              <NA>       9.852316146              <NA>              <NA>
## X1986              <NA>       10.58161654              <NA>              <NA>
## X1987              <NA>       10.45158462              <NA>              <NA>
## X1988              <NA>       11.78620654              <NA>              <NA>
## X1989              <NA>       13.04865071              <NA>              <NA>
## X1990              <NA>        12.8086563       0.113638794       856.6407557
## X1991              <NA>       13.35385013       0.134112471       917.7343875
## X1992              <NA>        13.4183155       0.134281075       951.0797168
## X1993              <NA>       14.57309798       0.148225505       983.8845862
## X1994              <NA>       18.55012245       0.169029142       1058.983355
## X1995              <NA>       22.83143607       0.177445991       1090.941625
## X1996              <NA>       23.19776388       0.174709069       1142.868284
## X1997              <NA>       23.88507426       0.185828864         1194.5345
## X1998              <NA>       28.66308232       0.191095613        1218.88372
## X1999              <NA>       28.87594825       0.246129986        1265.78446
## X2000              <NA>       30.67062082       0.239189047       1349.962286
## X2001              <NA>       29.41591045       0.245954094       1422.508725
## X2002              <NA>       22.86890082       0.197518292       1424.272228
## X2003              <NA>       26.14257403       0.205686742       1488.295004
## X2004              <NA>       27.09733041        0.18282314       1578.507295
## X2005              <NA>       28.72615081       0.200568415       1663.370047
## X2006              <NA>       33.15138628       0.159368051       1750.480683
## X2007              <NA>       37.28150565       0.158227934       1836.859826
## X2008              <NA>       51.65264553       0.165755403       1965.219302
## X2009              <NA>       59.17845463       0.205766415       2050.786913
## X2010              <NA>       54.58998779        0.23476397       2164.951653
## X2011              <NA>       46.42464435       0.254392672        2283.18558
## X2012              <NA>       48.75434965       0.281055382        2505.39181
## X2013              <NA>       50.46227084       0.275557392       2702.224963
## X2014              <NA>        54.4670476        0.30432063       2947.316487
## X2015              <NA>       56.90827406       0.265180175       2996.220462
## X2016              <NA>       69.84080011       0.381749507       2989.675006
## X2017              <NA>       68.55708521        0.41368632       3565.197807
## X2018              <NA>       76.32460801       0.419236125       3863.870402
## X2019              <NA>        78.9459109              <NA>       4119.584979
## X2020              <NA>       88.44003947              <NA>        3996.66547
## X2021              <NA>              <NA>              <NA>       4260.839694
##       NY.GDP.FRST.RT.ZS NE.GDI.FTOT.ZS SE.XPD.SECO.PC.ZS NY.GDP.MKTP.CN.AD
## X1960              <NA>           <NA>              <NA>              <NA>
## X1961              <NA>           <NA>              <NA>              <NA>
## X1962              <NA>           <NA>              <NA>              <NA>
## X1963              <NA>           <NA>              <NA>              <NA>
## X1964              <NA>           <NA>              <NA>              <NA>
## X1965              <NA>           <NA>              <NA>              <NA>
## X1966              <NA>           <NA>              <NA>              <NA>
## X1967              <NA>           <NA>              <NA>              <NA>
## X1968              <NA>           <NA>              <NA>              <NA>
## X1969              <NA>           <NA>              <NA>              <NA>
## X1970       1.547335521           <NA>              <NA>              <NA>
## X1971       1.402280908           <NA>              <NA>              <NA>
## X1972        1.17495854           <NA>              <NA>              <NA>
## X1973       2.113309698           <NA>              <NA>              <NA>
## X1974        1.94522473           <NA>              <NA>              <NA>
## X1975        3.43610027    13.41500288              <NA>              <NA>
## X1976       2.285661967    14.04507367              <NA>              <NA>
## X1977       8.137812406    14.93634201              <NA>              <NA>
## X1978       6.973654045    16.69369535              <NA>              <NA>
## X1979       2.571233029    14.68827407              <NA>              <NA>
## X1980       2.997478812     15.7637791              <NA>              <NA>
## X1981       2.242164706    15.74321541              <NA>              <NA>
## X1982       3.151933341    17.63585917              <NA>              <NA>
## X1983       2.087802599    19.47867299              <NA>              <NA>
## X1984       1.672256707    17.53490723              <NA>              <NA>
## X1985       1.152462424    20.84317177              <NA>              <NA>
## X1986       1.846370848    18.16811428              <NA>              <NA>
## X1987       1.680118445    19.50864337              <NA>              <NA>
## X1988       1.521723512    19.92172262              <NA>              <NA>
## X1989       1.488703917    18.12051216              <NA>              <NA>
## X1990       1.746703903    16.12032954              <NA>      111000000000
## X1991       1.596161254    18.40049757              <NA>      133000000000
## X1992       1.887355667    19.17108013              <NA>      164000000000
## X1993       1.523479997    21.21902073              <NA>      189000000000
## X1994       1.200027148    21.09277771              <NA>      214000000000
## X1995       1.388811488    22.06912285              <NA>      235000000000
## X1996       1.326249219    22.53036201              <NA>      267000000000
## X1997       1.090667424    21.67243586              <NA>      301000000000
## X1998       1.271680096    21.73045921              <NA>      323000000000
## X1999       1.394818469    19.08249424          12.99079      367000000000
## X2000        1.16343889    19.32182309          11.39166      407000000000
## X2001       1.057559999    19.19511668          13.49722      442000000000
## X2002       1.139219606    19.56477735          10.48057      459000000000
## X2003       1.207725045    19.92418194           9.32593      492000000000
## X2004       0.896832452    20.34116505              <NA>      537000000000
## X2005        0.78790577    19.94173855              <NA>      589000000000
## X2006       1.074015242      20.720886              <NA>      654000000000
## X2007       1.350313271    21.06778122              <NA>      728000000000
## X2008       1.062004323    21.87755162          10.52313      816000000000
## X2009       0.998674343    21.35434374          12.27842      988000000000
## X2010       1.464463107    22.20772753          11.05385     1190000000000
## X2011       1.106345791    23.98238273          11.58327     1560000000000
## X2012       0.955331469     23.9904074          10.77751     1760000000000
## X2013       0.828729868    24.73023144           9.68304     1950000000000
## X2014       0.856372465    25.25208469          11.22859     2230000000000
## X2015       0.931579562    27.55380746          10.45324     2420000000000
## X2016       1.027379417    28.70522169              <NA>     2610000000000
## X2017       0.698704855     30.5754364              <NA>     3080000000000
## X2018       0.419137823    32.43288003              <NA>     3460000000000
## X2019       0.440770893    33.81512568              <NA>     3860000000000
## X2020        0.51215662    30.46922052              <NA>     3890000000000
## X2021              <NA>    29.85192976              <NA>     4280000000000
##       NV.IND.MANF.ZS NE.TRD.GNFS.ZS GC.REV.XGRT.GD.ZS GB.XPD.RSDV.GD.ZS
## X1960           <NA>           <NA>              <NA>              <NA>
## X1961           <NA>           <NA>              <NA>              <NA>
## X1962           <NA>           <NA>              <NA>              <NA>
## X1963           <NA>           <NA>              <NA>              <NA>
## X1964           <NA>           <NA>              <NA>              <NA>
## X1965    3.284541294      21.688683              <NA>              <NA>
## X1966    3.430308194    14.40150487              <NA>              <NA>
## X1967     3.41387368    13.82696783              <NA>              <NA>
## X1968    3.568938978    14.34546175              <NA>              <NA>
## X1969    3.844708877     17.2323108              <NA>              <NA>
## X1970    3.683850365    13.20711679              <NA>              <NA>
## X1971    3.759230085    14.53345202              <NA>              <NA>
## X1972     3.94444965    13.57893669              <NA>              <NA>
## X1973    4.002407303    16.98264552              <NA>              <NA>
## X1974    4.106808405    15.99781527              <NA>              <NA>
## X1975    4.007000229    22.26781875              <NA>              <NA>
## X1976    3.966885156    24.95113214              <NA>              <NA>
## X1977    4.259259259    26.10532292              <NA>              <NA>
## X1978    4.023920372     26.0439879              <NA>              <NA>
## X1979    3.817240586    27.75151912              <NA>              <NA>
## X1980    4.008393816    30.27279561              <NA>              <NA>
## X1981    3.841505869    32.51913562              <NA>              <NA>
## X1982     4.01123058    30.39886389              <NA>              <NA>
## X1983     4.32464455    31.54620972              <NA>              <NA>
## X1984     4.61030729    30.10154981              <NA>              <NA>
## X1985     5.39003134    31.52878547              <NA>              <NA>
## X1986    5.837700093    31.96504199              <NA>              <NA>
## X1987    5.856194413    32.71988914              <NA>              <NA>
## X1988    6.000832185    33.82903805              <NA>              <NA>
## X1989    5.440858529    33.35092809              <NA>              <NA>
## X1990    5.759263557    32.18875416        8.44530827              <NA>
## X1991    6.376362065    34.67505513       8.408655827              <NA>
## X1992    8.396064811    41.69541314       8.510657803              <NA>
## X1993    8.320715839    47.18958118       8.141414601              <NA>
## X1994    8.963125778    50.43207274       9.448893974              <NA>
## X1995    8.922094217     59.4905184       10.54226075              <NA>
## X1996    9.025643498     58.4577687        10.6868665              <NA>
## X1997    8.846648818    64.03553489       10.44265328              <NA>
## X1998     8.97040004    56.70960129       10.42762885              <NA>
## X1999    8.869534201    52.56698125       10.14893169              <NA>
## X2000    8.840859263      55.710589       10.62036217              <NA>
## X2001    8.699294828    55.79992108        10.4516561              <NA>
## X2002    8.213423646     46.2307185       10.50293508              <NA>
## X2003    7.887760015    44.24788362       10.90520508              <NA>
## X2004    7.763964162    46.14728672       11.13753356              <NA>
## X2005    7.615216521    44.06294748       11.54794948              <NA>
## X2006    7.314045291    44.76198776        10.7436739              <NA>
## X2007    7.168186946    44.57927502       11.86918045              <NA>
## X2008     7.01090408    46.03620635       12.30038815       0.054389998
## X2009    6.622367122    47.07944776       14.12985494       0.259240001
## X2010       5.946139    45.98490577       14.89835577        0.30219999
## X2011    5.396901505    36.29675203       13.05668861              <NA>
## X2012    5.785222834    37.92190606       13.89090147              <NA>
## X2013    5.750414306    41.86537574       15.16888016              <NA>
## X2014     5.61219116    45.98264161       16.23388567              <NA>
## X2015    5.356055555    46.66573039       16.99260634              <NA>
## X2016    4.888189626    42.11548612       18.57593366              <NA>
## X2017    4.855673994    44.64241062       19.93732837              <NA>
## X2018    4.906474539    48.44738695        22.0168966              <NA>
## X2019    4.981441388    49.24952659       22.40134791              <NA>
## X2020    4.474854392    40.91886559       19.36542667              <NA>
## X2021     4.66559835    43.81122818              <NA>              <NA>
##       EG.USE.COMM.GD.PP.KD GC.NLD.TOTL.GD.ZS BN.CAB.XOKA.GD.ZS
## X1960                 <NA>              <NA>              <NA>
## X1961                 <NA>              <NA>              <NA>
## X1962                 <NA>              <NA>              <NA>
## X1963                 <NA>              <NA>              <NA>
## X1964                 <NA>              <NA>              <NA>
## X1965                 <NA>              <NA>              <NA>
## X1966                 <NA>              <NA>              <NA>
## X1967                 <NA>              <NA>              <NA>
## X1968                 <NA>              <NA>              <NA>
## X1969                 <NA>              <NA>              <NA>
## X1970                 <NA>              <NA>              <NA>
## X1971                 <NA>              <NA>              <NA>
## X1972                 <NA>              <NA>              <NA>
## X1973                 <NA>              <NA>              <NA>
## X1974                 <NA>              <NA>              <NA>
## X1975                 <NA>              <NA>              <NA>
## X1976                 <NA>              <NA>       1.275887214
## X1977                 <NA>              <NA>       -0.11400463
## X1978                 <NA>              <NA>      -1.604629643
## X1979                 <NA>              <NA>      -0.614449693
## X1980                 <NA>              <NA>      -1.996488459
## X1981                 <NA>              <NA>      -0.839598813
## X1982                 <NA>              <NA>      -3.565735498
## X1983                 <NA>              <NA>      -5.948536687
## X1984                 <NA>              <NA>      -3.687012193
## X1985                 <NA>              <NA>      -4.641834691
## X1986                 <NA>              <NA>      -4.181623378
## X1987                 <NA>              <NA>      -4.170531195
## X1988                 <NA>              <NA>      -7.784623235
## X1989                 <NA>              <NA>      -6.901330037
## X1990          189.8343204              <NA>      -7.972197628
## X1991          184.2496247              <NA>      -7.762580647
## X1992           181.293933              <NA>      -5.330988052
## X1993          179.1825328              <NA>      -6.079190386
## X1994           171.452208              <NA>      -8.652643525
## X1995          170.9215679              <NA>      -8.097740688
## X1996          166.1770701              <NA>      -7.223149767
## X1997          163.3053568              <NA>      -7.890015129
## X1998          162.6418372              <NA>      -1.383662254
## X1999          164.3393631              <NA>      -1.563038657
## X2000          163.3592406              <NA>      -2.377936958
## X2001          161.0080105              <NA>      -2.741571051
## X2002          162.5980446              <NA>       3.556296775
## X2003          160.8520388              <NA>       2.847594088
## X2004          155.8713118              <NA>       1.374222036
## X2005          155.7325899              <NA>       1.883023964
## X2006          150.6528387              <NA>       1.659501804
## X2007          148.5078629              <NA>       0.054810111
## X2008           144.859989              <NA>       5.845485641
## X2009          142.6778325              <NA>       0.166582496
## X2010          140.1279321      -1.373379618      -0.797465993
## X2011          140.2401761      -0.877136702       1.337751414
## X2012          128.0725392      -0.543385074       2.660706191
## X2013          137.5526621       1.502004198       5.231372775
## X2014           135.033874       1.563383459       2.182983373
## X2015                 <NA>        0.92949613       10.04331081
## X2016                 <NA>       1.176663768      -0.684346954
## X2017                 <NA>      -2.385815315      -3.564329207
## X2018                 <NA>      -4.754252712      -8.300804944
## X2019                 <NA>      -4.793705761      -5.129629145
## X2020                 <NA>      -4.896852861      -0.251653458
## X2021                 <NA>              <NA>       -14.8229695
##       BG.GSR.NFSV.GD.ZS NE.CON.PRVT.ZS GC.LBL.TOTL.GD.ZS FS.AST.PRVT.GD.ZS
## X1960              <NA>           <NA>              <NA>       1.045701034
## X1961              <NA>           <NA>              <NA>       1.226252189
## X1962              <NA>           <NA>              <NA>       1.252857767
## X1963              <NA>           <NA>              <NA>       1.234835355
## X1964              <NA>           <NA>              <NA>       1.499104091
## X1965              <NA>           <NA>              <NA>       1.893966474
## X1966              <NA>           <NA>              <NA>       1.788970856
## X1967              <NA>           <NA>              <NA>       1.920498801
## X1968              <NA>           <NA>              <NA>       2.215251576
## X1969              <NA>           <NA>              <NA>       2.414527269
## X1970              <NA>           <NA>              <NA>       2.869525547
## X1971              <NA>           <NA>              <NA>       3.839785015
## X1972              <NA>           <NA>              <NA>       3.515285813
## X1973              <NA>           <NA>              <NA>       4.790851448
## X1974              <NA>           <NA>              <NA>       4.886008935
## X1975              <NA>    82.38489026              <NA>       4.412527963
## X1976       7.168953968    80.83246971              <NA>       3.625962997
## X1977       8.554516654    79.21296296              <NA>       4.788194444
## X1978       9.741827845    79.16582185              <NA>       5.703932467
## X1979       10.03404667    79.86045609              <NA>       6.419986467
## X1980       12.47307644    82.20204626              <NA>       8.573937244
## X1981       10.96158278     82.0705316              <NA>       9.190317568
## X1982       10.24144656    81.55414887              <NA>       8.631728634
## X1983       10.58418544    81.33293957              <NA>       8.095971564
## X1984       10.02260985    80.88347278              <NA>       8.485910323
## X1985       10.42389316     76.5315773              <NA>       9.852316146
## X1986       10.18303569    79.28684229              <NA>       10.58161654
## X1987       11.79922946    78.82746148              <NA>       10.45158462
## X1988       10.74343964    79.67706031              <NA>       11.78620654
## X1989       9.951683405    79.68629647              <NA>       13.04865071
## X1990        10.2466616    84.34524445       6.781542508        12.8086563
## X1991       10.80699873    82.48619559              <NA>       13.35385013
## X1992       14.66563099    81.27373712              <NA>        13.4183155
## X1993       15.98444643    79.27152469              <NA>       14.57309798
## X1994       21.53678301    82.01794532              <NA>       18.55012245
## X1995       22.54707354    75.09775353              <NA>       22.83143607
## X1996       22.12225159    76.37012301              <NA>       23.19776388
## X1997       22.16537207    77.13154114       3.062603159       23.88507426
## X1998       15.67691779    76.91402549       3.497814489       28.66308232
## X1999       17.23485544    77.46085207       3.484720907       28.87594825
## X2000       12.84759849    75.87776162       3.188506619       30.67062082
## X2001       10.45461702    80.23060493       3.024561512       29.41591045
## X2002       8.957206225    82.11190348       2.016354586       22.86890082
## X2003       10.08272647    82.77378284       0.785586442       26.14257403
## X2004       11.62882567    79.60667962       0.454961257       27.09733041
## X2005       10.02524244    79.54513222       0.792467748       28.72615081
## X2006        9.71435029    82.33393907       0.884244226       33.15138628
## X2007       11.95010456    80.98431439       1.537947891       37.28150565
## X2008       12.55762563    80.27958757       1.604765723       51.65264553
## X2009       12.03019197    79.78721684       3.133793126       59.17845463
## X2010       9.627177654    78.55601031       1.903550966       54.58998779
## X2011       7.627863336    84.67689704       1.517172468       46.42464435
## X2012       8.387897332       82.98298      -0.516168021       48.75434965
## X2013       9.800841032    84.28669551      -1.802198963       50.46227084
## X2014       11.37464152    82.63414132      -0.174482593        54.4670476
## X2015       10.80139608    83.56273312       0.144269512       56.90827406
## X2016       10.62254497    88.43112259       2.179567295       69.84080011
## X2017       11.10788401    78.49670653       2.281116159       68.55708521
## X2018       10.63264386    77.14685161       5.633109835       76.32460801
## X2019        9.75019134     76.5794975       4.002321623        78.9459109
## X2020       5.918168268    85.21291046       8.045683808       88.44003947
## X2021       6.369454769    83.89271823              <NA>              <NA>
##       BM.KLT.DINV.WD.GD.ZS NY.GDP.PCAP.KD NY.GDP.FCST.CN FS.AST.CGOV.GD.ZS
## X1960                 <NA>    327.7572783     3818999800       0.002581978
## X1961                 <NA>    328.7351119     3996999900      -0.157907727
## X1962                 <NA>    329.6882672     4312999900      -0.038866026
## X1963                 <NA>    330.5042565     4552000000      -0.353119584
## X1964                 <NA>    349.4890032     4952999900      -0.806291045
## X1965                 <NA>    339.3381853     5523999900      -0.403427355
## X1966                 <NA>    356.7400014     6731000200       0.406715866
## X1967                 <NA>    344.6424877     6324000100         0.5674201
## X1968                 <NA>    340.3636539     7065000200      -2.371392657
## X1969                 <NA>    348.6233822     7823999900      -2.623669413
## X1970                 <NA>     350.496878     8713000000      -2.281021898
## X1971                 <NA>    339.3001296     8775000400      -0.735484382
## X1972                 <NA>     342.672848    10130000400       0.012482486
## X1973                 <NA>    333.9001621     9765000400       0.216202118
## X1974                 <NA>    347.5028348    12424999500       0.711847237
## X1975                 <NA>    344.9690325    15935999800        1.34958352
## X1976                    0    352.2911267    16588999900       3.014832718
## X1977                    0    354.9240093    16255000000          4.484375
## X1978                    0    362.3190891    18426000800       4.330022123
## X1979                    0    362.5807482    20779000100        4.76209766
## X1980                    0    346.1643244    21885999100       5.426407527
## X1981                    0    366.4793841    25465999900       4.934714158
## X1982                    0    371.5721443    29036999200        7.93533001
## X1983                    0    352.1975762    31643000100        12.4721564
## X1984                    0    377.4591486    37003999200       13.40213283
## X1985                    0    391.6029451    44015000000       14.44167776
## X1986                    0    400.4239383    52717000000         13.689972
## X1987                    0    398.3404237    60372000000       13.13024552
## X1988                    0    419.5476091    72214000000       12.63659532
## X1989                    0    427.6444308    84511000000       13.37485577
## X1990                    0     436.567494    97748000000       13.20656378
## X1991                    0     452.403275   117000000000       13.21402897
## X1992                    0    458.3946735   145000000000       12.80907367
## X1993                    0      463.22571   166000000000       12.41498845
## X1994                    0    488.1589295   187000000000       10.17418403
## X1995                    0    492.5621745   205000000000       10.34269419
## X1996                    0    506.7291102   233000000000       9.801135336
## X1997                    0    520.6586649   263000000000       9.753740877
## X1998                    0    525.3586111   282000000000       9.325067726
## X1999                    0    537.9920293   321000000000       9.382202794
## X2000                    0    561.0587877   356000000000       9.594466508
## X2001                    0    578.1836624   413000000000       10.88810436
## X2002                 <NA>    570.0165574   430000000000       9.995384193
## X2003                 <NA>    584.1114778   460000000000       10.58167243
## X2004                 <NA>    603.3215051   501000000000        11.0317345
## X2005                 <NA>    616.4268484   548000000000       10.65244413
## X2006                 <NA>    629.2917831   611000000000       9.976367737
## X2007                 <NA>     642.968396   676000000000       11.36417108
## X2008                 <NA>    674.9537655   755000000000       11.50913315
## X2009                 <NA>    699.8561654   910000000000       8.474245342
## X2010                    0      730.04269  1080000000000       11.18802488
## X2011                    0    754.2413402  1440000000000       10.62738854
## X2012                    0    790.9881496  1620000000000       8.791581518
## X2013                    0    821.0732055  1780000000000        8.04920887
## X2014                    0    870.7816903  2020000000000       5.761101762
## X2015                    0    901.7496077  2190000000000        6.65579499
## X2016                    0    897.4037881  2340000000000       1.482233943
## X2017                    0    964.8977952  2720000000000       2.566531806
## X2018                    0    1021.331877  3010000000000       9.613530164
## X2019                    0    1069.789098  3340000000000       9.632236558
## X2020                    0    1025.509112  3430000000000       13.67885106
## X2021                 <NA>    1049.675971  3660000000000              <NA>
##       EN.ATM.CO2E.PP.GD EG.GDP.PUSE.KO.PP.KD EG.EGY.PRIM.PP.KD
## X1960              <NA>                 <NA>              <NA>
## X1961              <NA>                 <NA>              <NA>
## X1962              <NA>                 <NA>              <NA>
## X1963              <NA>                 <NA>              <NA>
## X1964              <NA>                 <NA>              <NA>
## X1965              <NA>                 <NA>              <NA>
## X1966              <NA>                 <NA>              <NA>
## X1967              <NA>                 <NA>              <NA>
## X1968              <NA>                 <NA>              <NA>
## X1969              <NA>                 <NA>              <NA>
## X1970              <NA>                 <NA>              <NA>
## X1971              <NA>                 <NA>              <NA>
## X1972              <NA>                 <NA>              <NA>
## X1973              <NA>                 <NA>              <NA>
## X1974              <NA>                 <NA>              <NA>
## X1975              <NA>                 <NA>              <NA>
## X1976              <NA>                 <NA>              <NA>
## X1977              <NA>                 <NA>              <NA>
## X1978              <NA>                 <NA>              <NA>
## X1979              <NA>                 <NA>              <NA>
## X1980              <NA>                 <NA>              <NA>
## X1981              <NA>                 <NA>              <NA>
## X1982              <NA>                 <NA>              <NA>
## X1983              <NA>                 <NA>              <NA>
## X1984              <NA>                 <NA>              <NA>
## X1985              <NA>                 <NA>              <NA>
## X1986              <NA>                 <NA>              <NA>
## X1987              <NA>                 <NA>              <NA>
## X1988              <NA>                 <NA>              <NA>
## X1989              <NA>                 <NA>              <NA>
## X1990       0.058041872          5.267751362              <NA>
## X1991       0.066258261          5.427419467              <NA>
## X1992       0.064863382          5.515904385              <NA>
## X1993       0.069941279          5.580901131              <NA>
## X1994       0.078090072          5.832529145              <NA>
## X1995       0.080719723          5.850636712              <NA>
## X1996       0.077634946          6.017677407              <NA>
## X1997       0.081176385          6.123497843              <NA>
## X1998       0.082547976           6.14847949              <NA>
## X1999       0.104843797          6.084969426              <NA>
## X2000       0.099630005          6.121478016              6.83
## X2001       0.099901886          6.210871106              6.73
## X2002       0.079225304          6.150135461              6.79
## X2003        0.08090496          6.216893534              6.72
## X2004       0.070031834          6.415548753              6.51
## X2005       0.074493324          6.421263529              6.51
## X2006       0.057419329          6.637777347              6.29
## X2007       0.055508426          6.733650194              6.21
## X2008       0.057054885          6.903217424              6.05
## X2009       0.070376051           7.00879725              5.96
## X2010        0.07934026          7.136335952              5.85
## X2011       0.084223994          7.130624245              5.86
## X2012       0.088733217          7.808075064              5.39
## X2013       0.083728335          7.269942907              5.86
## X2014       0.089911225           7.40554922              5.72
## X2015       0.088827947                 <NA>              5.47
## X2016       0.127716277                 <NA>              5.93
## X2017       0.126679955                 <NA>              5.76
## X2018       0.139924952                 <NA>              5.68
## X2019       0.114122286                 <NA>              5.23
## X2020              <NA>                 <NA>              <NA>
## X2021              <NA>                 <NA>              <NA>
##       GC.NFN.TOTL.GD.ZS FM.LBL.BMNY.GD.ZS NY.GDP.PCAP.KD.ZG NY.GDP.FCST.KD
## X1960              <NA>       5.411825598              <NA>           <NA>
## X1961              <NA>       6.323710988       0.298340759           <NA>
## X1962              <NA>       6.097393551       0.289946307           <NA>
## X1963              <NA>       7.259532062       0.247503293           <NA>
## X1964              <NA>       8.333664974       5.744176171           <NA>
## X1965              <NA>       9.378793456      -2.904474203     3686900953
## X1966              <NA>       8.046026688       5.128163241     3942894641
## X1967              <NA>       9.378020119      -3.391129021     3883721670
## X1968              <NA>       10.00975854       -1.24152822     3906404576
## X1969              <NA>       11.55165951       2.426736294     4059550032
## X1970              <NA>       10.50752737       0.537398192     4223262069
## X1971              <NA>       12.28127043      -3.194535849     4122527100
## X1972              <NA>       12.37245588       0.994022145     4230165653
## X1973              <NA>        16.4891156      -2.560076152     4221289620
## X1974              <NA>       15.02888878        4.07387424     4445442468
## X1975              <NA>        13.0336131      -0.729145815     4470943244
## X1976              <NA>       15.95032779       2.122536677     4629019828
## X1977              <NA>        19.4369213       0.747359903     4703408606
## X1978              <NA>        20.3588072       2.083567067     4874587454
## X1979              <NA>       20.98672059       0.072217859     4998287522
## X1980              <NA>       23.46409248      -4.527660079     4892480325
## X1981              <NA>       23.87812666       5.868617377     5274146242
## X1982              <NA>       25.45178845       1.389644405     5499708027
## X1983              <NA>       28.06635071      -5.214214381     5337264118
## X1984              <NA>       27.23026211       7.172557164     5867425978
## X1985              <NA>       27.71991585       3.747106535     6201331212
## X1986              <NA>        27.6570239       2.252534956     6492969548
## X1987              <NA>       29.54262182      -0.520327193     6597931325
## X1988              <NA>        29.9747744       5.323884853     7058221481
## X1989              <NA>       31.23379897       1.929893419     7424281841
## X1990              <NA>       32.01448519       2.086561291     7756008525
## X1991              <NA>       32.82000953       3.627338556     8254660930
## X1992              <NA>        32.0610892        1.32434906     8631620681
## X1993              <NA>       34.84227183       1.053903267     8902297081
## X1994              <NA>       36.24207114       5.382520661     9589126121
## X1995              <NA>       38.03490362       0.902010528     9843288724
## X1996              <NA>        37.5773463       2.876172081    10391061698
## X1997              <NA>       43.19522673       2.748915421    10896004686
## X1998              <NA>       44.77937144       0.902692407    11256114694
## X1999              <NA>       47.92581083       2.404722787    11751899955
## X2000              <NA>       51.33647424       4.287565072    12467303013
## X2001              <NA>       51.52594886         3.0522425    13065701954
## X2002              <NA>       50.83245038        -1.4125451    13086686566
## X2003              <NA>       52.29433504       2.472721223    13579919754
## X2004              <NA>       54.23225475       3.288760449    14178960894
## X2005              <NA>       54.19872632       2.172198934    14637556830
## X2006              <NA>       57.13533566       2.087017249    15183346358
## X2007              <NA>       60.86018588       2.173334102    15601015982
## X2008              <NA>       75.40009579       4.974641005    16505155680
## X2009              <NA>       80.66311212       3.689497146    17149610807
## X2010       3.868158511       73.24216062       4.313246946    17879868977
## X2011        3.15951075       66.48945133        3.31468974    18561742448
## X2012       2.915854023       67.71797811        4.87202271    19480713938
## X2013       2.783750795       74.31554963       3.803477458    20079553984
## X2014       2.978005109       75.36051884        6.05408683    21232603795
## X2015       3.648394395       86.38039633       3.556335386    21978324247
## X2016       4.688307873       94.20586025      -0.481931973    21978879123
## X2017       6.754081565       89.40497103        7.52102989    23866727131
## X2018              <NA>       95.33178294       5.848710831    25626474621
## X2019              <NA>       97.16987778       4.744512715    27262952301
## X2020              <NA>       117.7494555      -4.139132233    26602290156
## X2021              <NA>              <NA>       2.356571795    27621363368
##       NY.GDP.TOTL.RT.ZS NY.GDP.MKTP.CN NE.RSB.GNFS.ZS MS.MIL.XPND.GD.ZS
## X1960              <NA>     3872999900           <NA>              <NA>
## X1961              <NA>     4052999900           <NA>              <NA>
## X1962              <NA>     4374000100           <NA>              <NA>
## X1963              <NA>     4616000000           <NA>              <NA>
## X1964              <NA>     5023000100           <NA>              <NA>
## X1965              <NA>     5601999900   -6.158514926              <NA>
## X1966              <NA>     6909000200   -3.111882961              <NA>
## X1967              <NA>     6415000100   -0.077942321              <NA>
## X1968              <NA>     7173000200    -0.65523489              <NA>
## X1969              <NA>     7984999900   -3.206011311              <NA>
## X1970       1.547335521     8768000000   -3.398722628       0.593019315
## X1971       1.402280908     8938000400    -3.72566553       0.617910602
## X1972        1.17495854    10369000400   -2.256726695       0.647556299
## X1973       2.113309698     9969000400   -3.761660999       0.657680994
## X1974       2.039763676    12807999500   -5.098376995       0.607236461
## X1975        3.43610027    16570999800   -4.465632786       0.682172825
## X1976       2.285661967    17393999900   -3.403471906       0.856261176
## X1977       9.172688007    17280000000   -2.528935185       0.892143089
## X1978       8.055118416    19732000800   -4.900668259       0.858464253
## X1979       4.151573113    22215000100   -4.181859986       0.911205724
## X1980       4.442852297    23350999000   -7.190270532       1.032075714
## X1981       2.608043944    27306999800   -6.716227024        0.99205332
## X1982       3.331593538    30987999200   -7.215695617       1.089453982
## X1983       2.715583077    33760000000   -11.08412382       1.252924973
## X1984        1.86502117    39389999100   -8.796649604       1.220614369
## X1985       1.152462424    46586000000    -8.47035676       1.195827162
## X1986       1.846370848    55724000000   -8.640442179       1.182850684
## X1987       1.680118445    63864000000    -9.09333897       1.159182012
## X1988       1.521723512    76906000000    -10.9346995       1.083790602
## X1989       1.488703917    89269000000   -11.21571878       1.106543145
## X1990       1.746703903   103000000000   -11.13413592       1.077154406
## X1991       1.596161254   124000000000   -11.69355256       1.096609649
## X1992       1.887355667   153000000000   -9.775960879       1.074689768
## X1993       1.523479997   176000000000   -10.32365296       1.050552554
## X1994       1.200027148   199000000000   -12.44419688       0.973315396
## X1995       1.388811488   219000000000   -9.544200433       0.941485115
## X1996       1.326249219   249000000000   -12.82261842       0.900716315
## X1997       1.090667424   281000000000   -11.37986475       0.880707846
## X1998       1.271680096   301000000000   -11.06549884        0.92705546
## X1999       1.394818469   342000000000   -6.870037072       0.947369575
## X2000       1.167019792   379000000000   -9.142581584       0.962150318
## X2001        1.06061514   442000000000   -10.67837364       1.098334384
## X2002       1.141777044   459000000000   -10.75645945        1.44764998
## X2003       1.210053519   492000000000   -12.84815463       1.592251101
## X2004       0.901697274   537000000000   -12.78189619       1.793292398
## X2005       0.792667946   589000000000   -14.89557389       1.929161376
## X2006       1.081820981   654000000000   -17.86880584       1.749109863
## X2007       1.356930627   728000000000   -18.86794527       1.547393889
## X2008       1.074373869   816000000000   -20.48456584       1.599971653
## X2009        1.00485104   988000000000   -22.24073939         1.6454486
## X2010       1.472314254  1190000000000   -26.81983343       1.563666433
## X2011       1.113986794  1560000000000   -20.68448362       1.540651621
## X2012       0.961086179  1760000000000   -20.42132348       1.431832398
## X2013       0.833688505  1950000000000   -23.27605838       1.541860106
## X2014       0.860694134  2230000000000   -25.73455737       1.629341062
## X2015       0.934852579  2420000000000    -26.2365532       1.556630126
## X2016       1.031178468  2610000000000   -25.75633004       1.700897728
## X2017       0.703177494  3080000000000   -29.01803331       1.708544543
## X2018       0.424053405  3460000000000    -32.8161049       1.539234028
## X2019       0.442967352  3860000000000   -33.68965364       1.376595177
## X2020       0.514043068  3890000000000   -27.30828594       1.363585634
## X2021              <NA>  4280000000000   -33.39276732              <NA>
##       NY.GDP.NGAS.RT.ZS NY.GDP.DISC.CN NV.IND.TOTL.ZS NE.GDI.FPRV.ZS
## X1960              <NA>           <NA>           <NA>           <NA>
## X1961              <NA>           <NA>           <NA>           <NA>
## X1962              <NA>           <NA>           <NA>           <NA>
## X1963              <NA>           <NA>           <NA>           <NA>
## X1964              <NA>           <NA>           <NA>           <NA>
## X1965              <NA>           <NA>    10.85326688           <NA>
## X1966              <NA>           <NA>    9.031697524           <NA>
## X1967              <NA>           <NA>    9.820732505           <NA>
## X1968              <NA>           <NA>    10.07946438           <NA>
## X1969              <NA>           <NA>    10.35691935           <NA>
## X1970              <NA>           <NA>    11.46213504           <NA>
## X1971                 0           <NA>    9.140746962           <NA>
## X1972                 0           <NA>    9.094415697           <NA>
## X1973                 0           <NA>    9.589727773           <NA>
## X1974                 0           <NA>    8.705497685           <NA>
## X1975                 0              0     7.86313509    10.36750963
## X1976                 0            100     8.44544043    10.41163683
## X1977                 0            100    10.53819387    10.94907407
## X1978                 0           -100    11.14433413    11.05311074
## X1979                 0            100    11.20414085     9.56560833
## X1980                 0              0    11.16868704    9.485675966
## X1981                 0              0    11.52817967    9.067272194
## X1982                 0           -100    12.04659867    9.610171605
## X1983                 0            100    11.99348312    10.76718039
## X1984                 0              0     11.8329533    9.565879883
## X1985                 0              0    14.27252823    13.05327781
## X1986                 0              0    14.99892326    11.15318355
## X1987                 0              0    14.96148065    12.10697733
## X1988                 0              0    15.18217044    12.79223988
## X1989                 0              0     15.6549306    9.268615085
## X1990                 0              0    15.34675485    8.415525644
## X1991                 0              0    16.44736311     11.3868224
## X1992                 0     -0.0000153    19.39830167    12.40616471
## X1993                 0              0    19.52049726    14.51998497
## X1994                 0              0    20.39172588    14.37833715
## X1995                 0              0    21.27386791    15.19333866
## X1996                 0           -100    21.49305179     15.4499765
## X1997                 0              0     21.4004342    14.75938727
## X1998                 0              0    21.07596935    14.22725988
## X1999                 0              0    20.44112316    12.09843408
## X2000                 0              0    20.73557003    12.35559491
## X2001                 0        -200000     16.6609083     15.1040088
## X2002                 0        -392700    16.94682474    15.76909432
## X2003                 0        -219000    16.97130006    16.93391924
## X2004                 0   -56800.00002    16.65732027    17.55494654
## X2005                 0         445300    16.46708923    17.02137045
## X2006                 0        -122000    16.06796681     18.0440127
## X2007                 0        -705900    15.87314018    17.68167435
## X2008                 0         121600    16.04998664     17.8325965
## X2009                 0         276400    15.06680347    16.87399825
## X2010                 0         333600    14.20076226    17.70855166
## X2011                 0    50385.23181    13.39346807    19.36379862
## X2012                 0    16515611357    13.97716181    20.13555146
## X2013                 0    34666575605    13.79833757    20.88761544
## X2014                 0    91827925928    13.56456523    21.03487682
## X2015                 0    62636228548    13.16165463    23.20667599
## X2016                 0    30207725224    12.65541777    23.22932409
## X2017                 0   144000000000    12.86258589    22.66109375
## X2018                 0   279000000000    13.20063963    25.10554791
## X2019                 0   294000000000    13.01067541    28.06546489
## X2020                 0   101000000000    12.04731993    25.15049192
## X2021              <NA>   227000000000    11.72251561    23.52355004
##       GC.DOD.TOTL.GD.ZS FS.AST.DOMO.GD.ZS EN.ATM.CO2E.PP.GD.KD
## X1960              <NA>              <NA>                 <NA>
## X1961              <NA>              <NA>                 <NA>
## X1962              <NA>              <NA>                 <NA>
## X1963              <NA>              <NA>                 <NA>
## X1964              <NA>              <NA>                 <NA>
## X1965              <NA>              <NA>                 <NA>
## X1966              <NA>              <NA>                 <NA>
## X1967              <NA>              <NA>                 <NA>
## X1968              <NA>              <NA>                 <NA>
## X1969              <NA>              <NA>                 <NA>
## X1970              <NA>              <NA>                 <NA>
## X1971              <NA>              <NA>                 <NA>
## X1972              <NA>              <NA>                 <NA>
## X1973              <NA>              <NA>                 <NA>
## X1974              <NA>              <NA>                 <NA>
## X1975              <NA>              <NA>                 <NA>
## X1976              <NA>              <NA>                 <NA>
## X1977              <NA>              <NA>                 <NA>
## X1978              <NA>              <NA>                 <NA>
## X1979              <NA>              <NA>                 <NA>
## X1980              <NA>              <NA>                 <NA>
## X1981              <NA>              <NA>                 <NA>
## X1982              <NA>              <NA>                 <NA>
## X1983              <NA>              <NA>                 <NA>
## X1984              <NA>              <NA>                 <NA>
## X1985              <NA>              <NA>                 <NA>
## X1986              <NA>              <NA>                 <NA>
## X1987              <NA>              <NA>                 <NA>
## X1988              <NA>              <NA>                 <NA>
## X1989              <NA>              <NA>                 <NA>
## X1990       52.62058095              <NA>          0.030823818
## X1991       64.91143044              <NA>          0.036377176
## X1992       61.65692299              <NA>          0.036422909
## X1993       63.68153823              <NA>          0.040205249
## X1994          66.54121              <NA>          0.045848106
## X1995       66.18364321              <NA>          0.048385786
## X1996       65.19788038              <NA>          0.047388751
## X1997       59.88242969              <NA>          0.050404927
## X1998       66.35144343              <NA>            0.0518335
## X1999       64.06810979              <NA>          0.066761232
## X2000       64.57331984              <NA>          0.064878545
## X2001       58.98914159              <NA>          0.066521264
## X2002       63.93546098              <NA>          0.053575611
## X2003       62.58819538              <NA>          0.055791253
## X2004       59.41566729              <NA>          0.049589642
## X2005       51.76462305              <NA>           0.05440294
## X2006       49.68696803              <NA>          0.043227593
## X2007       42.97866114              <NA>          0.042918347
## X2008       43.79998725              <NA>          0.044960125
## X2009              <NA>              <NA>          0.055812865
## X2010       33.86252123              <NA>          0.063678269
## X2011              <NA>              <NA>          0.069002432
## X2012              <NA>              <NA>          0.076065827
## X2013              <NA>              <NA>          0.074577833
## X2014              <NA>              <NA>          0.082362417
## X2015              <NA>              <NA>          0.079879459
## X2016              <NA>              <NA>          0.115154262
## X2017              <NA>              <NA>          0.126679955
## X2018              <NA>              <NA>          0.143267775
## X2019              <NA>              <NA>           0.11893877
## X2020              <NA>              <NA>                 <NA>
## X2021              <NA>              <NA>                 <NA>
##       BX.KLT.DINV.WD.GD.ZS NY.GDP.PCAP.KN NY.GDP.FCST.KN NE.IMP.GNFS.ZS
## X1960                 <NA>    25056.70299           <NA>           <NA>
## X1961                 <NA>    25131.45734           <NA>           <NA>
## X1962                 <NA>    25204.32508           <NA>           <NA>
## X1963                 <NA>    25266.70661           <NA>           <NA>
## X1964                 <NA>    26718.07075           <NA>           <NA>
## X1965                 <NA>    25942.05128   285000000000    13.92359896
## X1966                 <NA>    27272.40202   305000000000    8.756693914
## X1967                 <NA>    26347.55968   300000000000    6.952455075
## X1968                 <NA>    26020.44729   302000000000     7.50034832
## X1969                 <NA>    26651.89493   314000000000    10.21916105
## X1970                 <NA>    26795.12173   327000000000    8.302919708
## X1971                 <NA>    25939.14196   319000000000    9.129558777
## X1972          0.002929405    26196.98277   327000000000    7.917831694
## X1973         -0.001028699    25526.32007   327000000000    10.37215326
## X1974          0.020526234    26566.23024   344000000000    10.54809613
## X1975                 <NA>    26372.52369   346000000000    13.36672577
## X1976         -0.002753317    26932.29018   358000000000    14.17730202
## X1977                    0    27133.57131   364000000000    14.31712905
## X1978          0.025558508    27698.91747   377000000000    15.47232808
## X1979          0.016205267    27718.92103   387000000000    15.96668955
## X1980          0.015416899    26463.90251   379000000000    18.73153307
## X1981         -0.010107299    28016.96769   408000000000    19.61768132
## X1982         -0.001252385    28406.30392   425000000000    18.80727975
## X1983         -0.024518069    26925.13833   413000000000    21.31516677
## X1984          0.036804482    28856.35927   454000000000    19.44909971
## X1985          0.024809975     29937.6378   480000000000    19.99957112
## X1986          0.041041331    30611.99355   502000000000    20.30274209
## X1987          0.047003039    30452.71103   510000000000    20.90661405
## X1988          0.019500949     32073.9783   546000000000    22.38186877
## X1989          0.011914122    32692.97189   574000000000    22.28332344
## X1990          0.163746322    33375.13079   600000000000    21.66144504
## X1991          0.056611336    34585.75978   639000000000    23.18430384
## X1992                    0    35043.79596   668000000000    25.73568701
## X1993                    0    35413.12367   689000000000    28.75661707
## X1994                    0    37319.24237   742000000000    31.43813481
## X1995                    0    37655.86586   762000000000    34.51735942
## X1996           0.42374943    38738.91337   804000000000    35.64019356
## X1997          0.468752021    39803.81333   843000000000    37.70769982
## X1998          0.247611787    40163.11933   871000000000    33.88755007
## X1999          0.086439766    41128.93101   909000000000    29.71850916
## X2000         -0.008824253    42892.36069   965000000000    32.42658529
## X2001          0.347091875    44201.53955  1010000000000    33.23914736
## X2002         -0.098374869    43577.17287  1010000000000    28.49358898
## X2003          0.233443621    44654.71488  1050000000000    28.54801912
## X2004         -0.005737557    46123.30148  1100000000000    29.46459146
## X2005          0.030156296    47125.19134  1130000000000    29.47926069
## X2006         -0.073509433    48108.70221  1170000000000     31.3153968
## X2007          0.055606415    49154.26504  1210000000000    31.72361014
## X2008          0.007932157    51599.51327  1280000000000    33.26038609
## X2009          0.297715389    53503.27584  1330000000000    34.66009358
## X2010          0.548294666    55811.00425  1380000000000     36.4023696
## X2011          0.435815132    57660.96588  1440000000000    28.49061783
## X2012          0.423691401    60470.22123  1510000000000    29.17161477
## X2013           0.33471227    62770.19247  1550000000000    32.57071706
## X2014          0.133746295    66570.35442  1640000000000    35.85859949
## X2015          0.213029579    68937.81949  1700000000000     36.4511418
## X2016          0.432213143     68605.5861  1700000000000    33.93590808
## X2017          0.677439878    73765.43273  1850000000000    36.83022197
## X2018          0.206157198    78079.75959  1980000000000    40.63174592
## X2019          0.542801816    81784.26371  2110000000000    41.46959011
## X2020          0.378738964    78399.10489  2060000000000    34.11357577
## X2021                 <NA>    80246.63608  2140000000000    38.60199775
##       NY.GNS.ICTR.ZS NY.GDP.PCAP.CD NY.GDP.DISC.KN NV.AGR.TOTL.ZS
## X1960           <NA>    50.30493772           <NA>           <NA>
## X1961           <NA>    51.81124873           <NA>           <NA>
## X1962           <NA>    55.02568891           <NA>           <NA>
## X1963           <NA>    46.86145326           <NA>           <NA>
## X1964           <NA>    46.00340388           <NA>           <NA>
## X1965           <NA>    67.00747097           <NA>    64.58407648
## X1966           <NA>    81.16442237           <NA>    68.69300568
## X1967           <NA>    73.96790076           <NA>    66.23538322
## X1968           <NA>    66.54894009           <NA>    67.39160414
## X1969           <NA>    66.63834579           <NA>    66.42454686
## X1970           <NA>    71.71859114           <NA>    66.86815807
## X1971           <NA>     71.6298781           <NA>    66.83821697
## X1972           <NA>      81.386573           <NA>    67.84646088
## X1973           <NA>    75.63696074           <NA>    65.33252722
## X1974           <NA>    92.75222233           <NA>    68.41817725
## X1975           <NA>    117.4177468           <NA>    69.00609461
## X1976    15.32126861    105.8928233           <NA>    66.08600762
## X1977    17.44328299    98.54200742           <NA>    60.12152894
## X1978    17.42714069    111.8066138           <NA>     58.8688401
## X1979    16.46995176    126.1333096           <NA>     60.1620533
## X1980    17.29647841    129.5860224           <NA>    57.89902179
## X1981    16.89507043    148.0802633           <NA>    56.79862201
## X1982    16.40122553    152.2896698           <NA>    57.16728978
## X1983    14.50573585    151.9925535           <NA>    56.52251303
## X1984    16.01258618    156.6505397           <NA>    57.29880913
## X1985    18.62311339    155.4078184           <NA>    48.85802602
## X1986    15.51950735    165.3618292           <NA>    48.69715024
## X1987    16.80707054    167.7999446           <NA>    47.95033196
## X1988    14.84427922     193.499648           <NA>    47.79210985
## X1989     13.2464208    191.1208533           <NA>    47.68956749
## X1990     10.3341958    191.8788839           <NA>    48.80289317
## X1991    11.71677402    202.0805891           <NA>    44.72338673
## X1992    15.10886219    170.5866512           <NA>    42.66526274
## X1993    16.62517071    178.6259878           <NA>    39.89594836
## X1994     13.9920437    193.2795509           <NA>    40.44170782
## X1995    21.00779388    203.9807806           <NA>    39.04140527
## X1996    20.38508266    204.6857552           <NA>    38.92765745
## X1997    19.11054397    217.7879819           <NA>    38.78073387
## X1998    20.13192901    210.6115609           <NA>    37.39300969
## X1999    20.47123509    214.1067032           <NA>    38.70148172
## X2000    21.73051331    229.4903926           <NA>    38.24389704
## X2001     18.5502235    246.7255581           <NA>    35.24767001
## X2002    25.13148362    244.7208435           <NA>    36.15029503
## X2003    25.12676611    252.4023518           <NA>    35.10587509
## X2004    27.57583417    286.1576726           <NA>    34.67635711
## X2005    30.68571741      315.80563           <NA>    33.82489668
## X2006    29.50425285    346.9453313           <NA>    32.36648504
## X2007    31.05886965    391.3800572           <NA>    31.16441132
## X2008    36.65691212     470.455459           <NA>    30.30571637
## X2009    37.24818062    478.1732528           <NA>    31.32265206
## X2010    37.75048339    592.4012071           <NA>    33.17937849
## X2011    29.51620768    797.8139473           <NA>    30.80547966
## X2012    34.55533815    804.1416073           <NA>    30.07605696
## X2013    37.08132511    823.3598746           <NA>    28.62265753
## X2014    39.58970376    844.8531249           <NA>    27.46189536
## X2015    40.08822844    901.7496077           <NA>    26.51850843
## X2016    35.30509599     899.523581           <NA>    25.51787537
## X2017    41.88064846    1048.453755           <NA>    23.69954846
## X2018     42.6031208    1178.525957           <NA>    22.33467205
## X2019    42.18750826    1194.957236           <NA>    21.58337276
## X2020    32.81975747    1147.471971           <NA>    22.18009019
## X2021    32.62383756    1222.878794           <NA>    21.31988975
##       CM.MKT.TRAD.GD.ZS CM.MKT.LCAP.GD.ZS  PA.NUS.PPP NY.GDP.MKTP.PP.CD
## X1960              <NA>              <NA>        <NA>              <NA>
## X1961              <NA>              <NA>        <NA>              <NA>
## X1962              <NA>              <NA>        <NA>              <NA>
## X1963              <NA>              <NA>        <NA>              <NA>
## X1964              <NA>              <NA>        <NA>              <NA>
## X1965              <NA>              <NA>        <NA>              <NA>
## X1966              <NA>              <NA>        <NA>              <NA>
## X1967              <NA>              <NA>        <NA>              <NA>
## X1968              <NA>              <NA>        <NA>              <NA>
## X1969              <NA>              <NA>        <NA>              <NA>
## X1970              <NA>              <NA>        <NA>              <NA>
## X1971              <NA>              <NA>        <NA>              <NA>
## X1972              <NA>              <NA>        <NA>              <NA>
## X1973              <NA>              <NA>        <NA>              <NA>
## X1974              <NA>              <NA>        <NA>              <NA>
## X1975              <NA>              <NA>        <NA>              <NA>
## X1976              <NA>              <NA>        <NA>              <NA>
## X1977              <NA>              <NA>        <NA>              <NA>
## X1978              <NA>              <NA>        <NA>              <NA>
## X1979              <NA>              <NA>        <NA>              <NA>
## X1980              <NA>              <NA>        <NA>              <NA>
## X1981              <NA>              <NA>        <NA>              <NA>
## X1982              <NA>              <NA>        <NA>              <NA>
## X1983              <NA>              <NA>        <NA>              <NA>
## X1984              <NA>              <NA>        <NA>              <NA>
## X1985              <NA>              <NA>        <NA>              <NA>
## X1986              <NA>              <NA>        <NA>              <NA>
## X1987              <NA>              <NA>        <NA>              <NA>
## X1988              <NA>              <NA>        <NA>              <NA>
## X1989              <NA>              <NA>        <NA>              <NA>
## X1990              <NA>              <NA> 6.855172398       16195204675
## X1991              <NA>              <NA> 7.462756348       17809100163
## X1992              <NA>              <NA> 8.645528589       18962933642
## X1993              <NA>              <NA> 9.355323514       20159768606
## X1994              <NA>              <NA> 9.600855654       22281961821
## X1995              <NA>              <NA> 9.996182258       23538237236
## X1996              <NA>              <NA> 10.58439036       25246362676
## X1997              <NA>              <NA> 11.16235091       26978289337
## X1998              <NA>              <NA>  11.4915425       28104868450
## X1999              <NA>              <NA> 12.33891727       29758555947
## X2000              <NA>              <NA> 12.60519056       32319580727
## X2001              <NA>              <NA> 12.74813167       34633980664
## X2002              <NA>              <NA> 13.04641998       35216021000
## X2003              <NA>              <NA> 13.18673162       37327748401
## X2004              <NA>              <NA> 13.37705251       40124608887
## X2005              <NA>              <NA> 13.76403079       42822630163
## X2006              <NA>              <NA> 14.33475801       45629232067
## X2007              <NA>              <NA> 15.01878444       48461112328
## X2008              <NA>              <NA> 15.56430534       52405679687
## X2009              <NA>              <NA> 17.92543252       55132393547
## X2010              <NA>              <NA> 20.39547456       58482287147
## X2011              <NA>              <NA> 25.25461197       61740123574
## X2012              <NA>              <NA> 26.00444031       67618420433
## X2013              <NA>              <NA> 26.79986954       72735235363
## X2014              <NA>              <NA>  28.1527462       79300444355
## X2015              <NA>              <NA>  29.9425354       80942994654
## X2016              <NA>              <NA> 31.99880981       81508795260
## X2017              <NA>              <NA> 31.23498344       98515977279
## X2018              <NA>              <NA> 31.83499365      109000000000
## X2019              <NA>              <NA> 32.74274823      118000000000
## X2020              <NA>              <NA> 33.39374122      116000000000
## X2021              <NA>              <NA> 33.82868766      126000000000
##       NY.GDP.DEFL.ZS NE.EXP.GNFS.ZS NY.GDP.PCAP.CN NY.GDP.FCST.CD
## X1960    1.529623912           <NA>    383.2733205    501246856.5
## X1961    1.570740203           <NA>    394.7499041    524609515.7
## X1962    1.663368182           <NA>    419.2407238    566084774.9
## X1963     1.72274918           <NA>    435.2819809    490057812.2
## X1964    1.743331203           <NA>    465.7844643    489185175.3
## X1965     1.96796281    7.765084037    510.5299213    725029518.3
## X1966      2.2674634    5.644810953     618.391734    883449297.8
## X1967     2.13895117    6.874512753    563.5614359    830030200.8
## X1968    2.375643789     6.84511343    618.1531398    760601612.7
## X1969    2.531577034    7.013149743    674.7132511    772740730.9
## X1970    2.710010959     4.90419708    726.1507352    860543209.9
## X1971     2.79597728    5.403893247    725.2525157    866666706.2
## X1972    3.145549465    5.661104999    824.0390516     1000493867
## X1973    3.038685537    6.610492262    775.6645961    952209183.7
## X1974    3.671512146    5.449719138      975.38237     1181532855
## X1975    4.682013144    8.901092981    1234.765025     1515405078
## X1976    4.707485278    10.77383012    1267.833595     1385557255
## X1977    4.539671827    11.78819387    1231.775093     1300400000
## X1978    4.965093868    10.57165982    1375.277253     1497987952
## X1979    5.460528978    11.78482957    1513.599716     1731583342
## X1980    5.876050473    11.54126254    1555.032269     1823833258
## X1981    6.342453541     12.9014543     1776.96316     2122166658
## X1982    6.935308657    11.59158414    1970.064855     2244613931
## X1983    7.787567315    10.23104295    2096.813272     2293718974
## X1984    8.284254462     10.6524501    2390.534231     2424853981
## X1985    9.230468152    11.52921436    2763.384122     2475325479
## X1986    10.55896975    11.66229991    3232.311139     2696949388
## X1987    11.89962122    11.81327508    3623.757263     2795556523
## X1988    13.30559838    11.44716927    4267.634736     3274268873
## X1989    14.80359226    11.06760466    4839.734257     3337334981
## X1990    16.38992821    10.52730912    5470.159975     3428743809
## X1991     18.4459854    11.49075129    6379.684199     3714570795
## X1992     21.8564811    15.95972613    7659.340641     3234463252
## X1993    24.21149711    18.43296411    8574.047413     3457916667
## X1994    25.37751946    18.99393793    9470.697996     3818836735
## X1995    26.97652183    24.97315898    10158.24288     4114738956
## X1996    29.08690473    22.81757514    11267.95082     4240799273
## X1997    31.20416757    26.32783507    12420.44861     4603910223
## X1998    32.48598818    22.82205122     13047.3862     4550476190
## X1999    35.37303335    22.84847209    14548.55049     4717880795
## X2000    36.95506882    23.28400371    15850.90141     5147574924
## X2001    41.02646356    22.56077372    18134.32852     5624870748
## X2002     42.6407966    17.73712952    18581.65365     5668339260
## X2003     43.9499991    15.69986449    19625.74678     5920137147
## X2004    45.78114379    16.68269526    21115.77497     6785394365
## X2005    48.58267072    14.58368679    22894.67653     7565717328
## X2006    52.15837436    13.44659096      25092.717     8449644451
## X2007    56.12412627    12.85566488    27587.40178     9588352545
## X2008    59.27822052    12.77582026    30587.27326    11616425419
## X2009    68.70839558    12.41935419    36761.24241    11830719902
## X2010    79.11560985    9.582536172    44155.21637    14535459375
## X2011            100    7.806134205    57660.96588    19869929072
## X2012      107.74115    8.750291287    65151.31178    19975684930
## X2013    115.3720797    9.294658678    72419.27646    20206662643
## X2014    124.6426488    10.12404212    82975.05304    20592668320
## X2015    130.1381998    10.21458859    89714.43725    21978324247
## X2016    139.4435167     8.17957804    95666.04194    22015610883
## X2017    150.9635209    7.812188656    111358.8945    25614337303
## X2018    157.5392782    7.815641022    123006.2897    28848666957
## X2019    164.9296914    7.779936474    134886.5338    29610972525
## X2020    170.2361432    6.805289826    133463.6124    29477215821
## X2021    179.6195108    5.209230429    144138.6152    31072803545
##       NE.CON.TOTL.ZS GC.AST.TOTL.GD.ZS EG.GDP.PUSE.KO.PP NE.CON.GOVT.ZS
## X1960           <NA>              <NA>              <NA>           <NA>
## X1961           <NA>              <NA>              <NA>           <NA>
## X1962           <NA>              <NA>              <NA>           <NA>
## X1963           <NA>              <NA>              <NA>           <NA>
## X1964           <NA>              <NA>              <NA>           <NA>
## X1965           <NA>              <NA>              <NA>           <NA>
## X1966           <NA>              <NA>              <NA>           <NA>
## X1967           <NA>              <NA>              <NA>           <NA>
## X1968           <NA>              <NA>              <NA>           <NA>
## X1969           <NA>              <NA>              <NA>           <NA>
## X1970           <NA>              <NA>              <NA>           <NA>
## X1971           <NA>              <NA>              <NA>           <NA>
## X1972           <NA>              <NA>              <NA>           <NA>
## X1973           <NA>              <NA>              <NA>           <NA>
## X1974           <NA>              <NA>              <NA>           <NA>
## X1975    89.97043075              <NA>              <NA>    7.585540493
## X1976    88.27181665              <NA>              <NA>    7.439346944
## X1977    86.50462963              <NA>              <NA>    7.291666667
## X1978    86.62071765              <NA>              <NA>    7.454895806
## X1979    88.36371916              <NA>              <NA>    8.503263072
## X1980    88.90411455              <NA>              <NA>    6.702068293
## X1981    89.10901995              <NA>              <NA>    7.038488351
## X1982    90.06712218              <NA>              <NA>    8.512973306
## X1983    91.45142299              <NA>              <NA>    10.11848341
## X1984    90.13455195              <NA>              <NA>    9.251079165
## X1985    85.91422402              <NA>              <NA>    9.382646718
## X1986    88.37628311              <NA>              <NA>    9.089440815
## X1987    87.90456282              <NA>              <NA>     9.07710134
## X1988    88.64255065              <NA>              <NA>    8.965490339
## X1989    89.70881269              <NA>              <NA>    10.02251622
## X1990    93.00831399      -0.194844125       2.797501243    8.663069544
## X1991    91.44008126              <NA>       2.979767206    8.953885671
## X1992     89.0712991              <NA>       3.097360601    7.797561985
## X1993    87.75275782              <NA>       3.208141485    8.481233137
## X1994    90.04064796              <NA>       3.424384298    8.022702638
## X1995    84.34470232              <NA>       3.507044448    9.246948785
## X1996    85.61753074              <NA>       3.673219763    9.247407729
## X1997     86.0391497      -1.122942609       3.802269095     8.90760856
## X1998    86.22612973      -1.511077133        3.86075136     9.31210424
## X1999    86.38652072      -1.068600966       3.874717122    8.925668643
## X2000    84.82771524      -0.658255334       3.986274891    8.949953622
## X2001    88.33537272      -1.628697157        4.13560758    8.104982306
## X2002    90.51033375      -1.984576977       4.158990227    8.398430273
## X2003    91.43882019      -0.924037698        4.28710773     8.66503735
## X2004    88.25075721      -0.817309394       4.542859239    8.644077586
## X2005    88.44434024      -0.184947032       4.689488849    8.899208024
## X2006    91.01692168      -0.725824206       4.997187276    8.682982614
## X2007     90.1827915      -0.433069947       5.206365149    9.198477111
## X2008    90.16890393       0.035517337       5.439841324    9.889316356
## X2009    90.56633433         0.0711545       5.558440033    10.77911749
## X2010    88.54859901       1.017425095       5.727603102    9.992588705
## X2011    92.87417397       0.147182295       5.841926857    8.197276933
## X2012    90.87936626      -1.059514594       6.693408633    7.896386254
## X2013    91.82103312      -0.300186813       6.475425412    7.534337608
## X2014    90.63528277       1.388900866       6.783790711    8.001141444
## X2015    92.37473012       2.028425282              <NA>    8.811996996
## X2016    96.35714108       4.289986965              <NA>    7.926018483
## X2017    87.01524485       0.767200801              <NA>    8.518538323
## X2018    85.20838789      -0.002792772              <NA>    8.061536277
## X2019    84.69659271      -0.864102849              <NA>    8.117095211
## X2020    94.28064253       3.152060198              <NA>    9.067732071
## X2021    92.29193766              <NA>              <NA>    8.399219427
##       GC.XPN.TOTL.GD.ZS FD.AST.PRVT.GD.ZS SL.UEM.NEET.ZS SL.UEM.1524.FE.ZS
## X1960              <NA>       1.040537078           <NA>              <NA>
## X1961              <NA>       1.213915648           <NA>              <NA>
## X1962              <NA>       1.227709163           <NA>              <NA>
## X1963              <NA>       1.167677643           <NA>              <NA>
## X1964              <NA>        1.42146125           <NA>              <NA>
## X1965              <NA>       1.833273864           <NA>              <NA>
## X1966              <NA>       1.619626527           <NA>              <NA>
## X1967              <NA>       1.826968015           <NA>              <NA>
## X1968              <NA>       2.141363387           <NA>              <NA>
## X1969              <NA>       2.275516622           <NA>              <NA>
## X1970              <NA>       2.739507299           <NA>              <NA>
## X1971              <NA>       3.715596164           <NA>              <NA>
## X1972              <NA>        3.43716835           <NA>              <NA>
## X1973              <NA>       4.603269953           <NA>              <NA>
## X1974              <NA>       4.719706618           <NA>              <NA>
## X1975              <NA>       4.285800547           <NA>              <NA>
## X1976              <NA>       3.529377967           <NA>              <NA>
## X1977              <NA>       4.684606481           <NA>              <NA>
## X1978              <NA>       5.604601435           <NA>              <NA>
## X1979              <NA>       6.269187458           <NA>              <NA>
## X1980              <NA>       8.396642902           <NA>              <NA>
## X1981              <NA>       8.995495726           <NA>              <NA>
## X1982              <NA>       8.454885981           <NA>              <NA>
## X1983              <NA>       7.907879147           <NA>              <NA>
## X1984              <NA>       8.199543219           <NA>              <NA>
## X1985              <NA>        9.30687331           <NA>              <NA>
## X1986              <NA>       10.25016151           <NA>              <NA>
## X1987              <NA>       10.14828385           <NA>              <NA>
## X1988              <NA>       11.56905833           <NA>              <NA>
## X1989              <NA>       12.81878368           <NA>              <NA>
## X1990              <NA>       12.47099095           <NA>              <NA>
## X1991              <NA>       12.95458033           <NA>       2.586999893
## X1992              <NA>       13.09025213           <NA>       2.490999937
## X1993              <NA>       14.26361836           <NA>       2.424999952
## X1994              <NA>       18.29765346           <NA>       2.421000004
## X1995              <NA>       22.58190943           <NA>       2.296000004
## X1996              <NA>       22.83838128           <NA>       2.263999939
## X1997              <NA>        23.3645143           <NA>        2.20600009
## X1998              <NA>       28.21230202           <NA>       2.128999949
## X1999              <NA>       28.44902291           <NA>       2.092000008
## X2000              <NA>       30.28106291           <NA>       2.053999901
## X2001              <NA>       29.08380662           <NA>       1.978999972
## X2002              <NA>       22.50918264           <NA>       1.871000051
## X2003              <NA>       25.81266795           <NA>       1.850999951
## X2004       14.59633833       26.55397925           <NA>       1.797999978
## X2005              <NA>       28.21497492           <NA>       1.723999977
## X2006              <NA>       32.61416286           <NA>       1.659999967
## X2007              <NA>       36.77121883           <NA>       1.597000003
## X2008              <NA>       51.19786815    23.12999916       1.562999964
## X2009              <NA>       58.77492981           <NA>       1.967000008
## X2010       15.63520088       54.21260718           <NA>       2.410000086
## X2011       13.93790561       46.02557861           <NA>       2.838999987
## X2012       13.83933585       48.39298877           <NA>       3.328999996
## X2013       12.69043542       50.18531483           <NA>       3.788000107
## X2014       13.58299152        54.2201924           <NA>       4.357999802
## X2015       13.98979845       56.68439189           <NA>       4.808000088
## X2016       14.22711074       69.65767267           <NA>       4.748000145
## X2017       16.85380845       68.41674545    34.75999832       5.109000206
## X2018        20.1657917       76.16895532           <NA>       5.135000229
## X2019       21.70186528       78.84534533           <NA>       5.184000015
## X2020       20.16478293       88.34028058           <NA>       7.113999844
## X2021              <NA>              <NA>           <NA>       8.550000191
##       SL.SRV.EMPL.ZS SL.FAM.WORK.ZS SL.EMP.TOTL.SP.FE.ZS SL.AGR.EMPL.MA.ZS
## X1960           <NA>           <NA>                 <NA>              <NA>
## X1961           <NA>           <NA>                 <NA>              <NA>
## X1962           <NA>           <NA>                 <NA>              <NA>
## X1963           <NA>           <NA>                 <NA>              <NA>
## X1964           <NA>           <NA>                 <NA>              <NA>
## X1965           <NA>           <NA>                 <NA>              <NA>
## X1966           <NA>           <NA>                 <NA>              <NA>
## X1967           <NA>           <NA>                 <NA>              <NA>
## X1968           <NA>           <NA>                 <NA>              <NA>
## X1969           <NA>           <NA>                 <NA>              <NA>
## X1970           <NA>           <NA>                 <NA>              <NA>
## X1971           <NA>           <NA>                 <NA>              <NA>
## X1972           <NA>           <NA>                 <NA>              <NA>
## X1973           <NA>           <NA>                 <NA>              <NA>
## X1974           <NA>           <NA>                 <NA>              <NA>
## X1975           <NA>           <NA>                 <NA>              <NA>
## X1976           <NA>           <NA>                 <NA>              <NA>
## X1977           <NA>           <NA>                 <NA>              <NA>
## X1978           <NA>           <NA>                 <NA>              <NA>
## X1979           <NA>           <NA>                 <NA>              <NA>
## X1980           <NA>           <NA>                 <NA>              <NA>
## X1981           <NA>           <NA>                 <NA>              <NA>
## X1982           <NA>           <NA>                 <NA>              <NA>
## X1983           <NA>           <NA>                 <NA>              <NA>
## X1984           <NA>           <NA>                 <NA>              <NA>
## X1985           <NA>           <NA>                 <NA>              <NA>
## X1986           <NA>           <NA>                 <NA>              <NA>
## X1987           <NA>           <NA>                 <NA>              <NA>
## X1988           <NA>           <NA>                 <NA>              <NA>
## X1989           <NA>           <NA>                 <NA>              <NA>
## X1990           <NA>           <NA>                 <NA>              <NA>
## X1991    14.90999985    52.72999954          79.91799927       74.79000092
## X1992    14.68999958    52.59999847          80.05000305       74.68000031
## X1993    14.51000023    52.40999985          80.16300201       74.40000153
## X1994    14.39999962    52.13999939           80.1969986       73.83000183
## X1995    14.28999996    51.91999817           80.4280014       73.13999939
## X1996    14.21000004    51.61999893          80.36699677       72.13999939
## X1997    14.14000034    51.27999878          80.36599731       70.86000061
## X1998    14.10000038    50.95000076          80.41999817       69.33000183
## X1999    14.05000019    50.50999832          80.43599701       67.43000031
## X2000    14.22999954    49.99000168          80.21900177       66.37000275
## X2001    14.43000031    49.45000076          80.04399872       65.55999756
## X2002    14.60000038    49.09000015          79.91699982       65.19999695
## X2003    14.85000038    48.54999924          79.64700317       64.51999664
## X2004    15.11999989    47.93000031          79.42500305       63.90000153
## X2005    15.39000034    47.36999893          79.22899628       63.38000107
## X2006    15.67000008    46.79000092          79.01000214       62.84999847
## X2007    15.97000027    46.20999908          78.78500366       62.36000061
## X2008    16.30999947           45.5          78.53399658       61.56999969
## X2009    16.64999962    44.77999878          78.45800018       61.00999832
## X2010    16.96999931    44.02000046          78.41100311       60.40000153
## X2011    17.30999947    43.33000183          78.47499847       59.70999908
## X2012    17.72999954    42.56000137          78.61199951       58.54999924
## X2013    18.12000084    41.81999969          78.86499786       57.40000153
## X2014    18.54999924    40.95000076          79.00499725       56.13000107
## X2015    18.94000053          40.25          79.22499847       55.20999908
## X2016    19.29000092    39.70000076          79.73400116       54.93000031
## X2017    19.70999908    38.81999969          79.71199799       53.79000092
## X2018    20.11000061    38.02999878          79.94200134       52.88999939
## X2019    20.52000046    37.20000076          80.06400299       52.11000061
## X2020           <NA>           <NA>          72.26599884              <NA>
## X2021           <NA>           <NA>          74.80899811              <NA>
##       per_lm_alllm.cov_q5_tot SL.UEM.INTM.MA.ZS SL.TLF.PART.ZS
## X1960                    <NA>              <NA>           <NA>
## X1961                    <NA>              <NA>           <NA>
## X1962                    <NA>              <NA>           <NA>
## X1963                    <NA>              <NA>           <NA>
## X1964                    <NA>              <NA>           <NA>
## X1965                    <NA>              <NA>           <NA>
## X1966                    <NA>              <NA>           <NA>
## X1967                    <NA>              <NA>           <NA>
## X1968                    <NA>              <NA>           <NA>
## X1969                    <NA>              <NA>           <NA>
## X1970                    <NA>              <NA>           <NA>
## X1971                    <NA>              <NA>           <NA>
## X1972                    <NA>              <NA>           <NA>
## X1973                    <NA>              <NA>           <NA>
## X1974                    <NA>              <NA>           <NA>
## X1975                    <NA>              <NA>           <NA>
## X1976                    <NA>              <NA>           <NA>
## X1977                    <NA>              <NA>           <NA>
## X1978                    <NA>              <NA>           <NA>
## X1979                    <NA>              <NA>           <NA>
## X1980                    <NA>              <NA>           <NA>
## X1981                    <NA>              <NA>           <NA>
## X1982                    <NA>              <NA>           <NA>
## X1983                    <NA>              <NA>           <NA>
## X1984                    <NA>              <NA>           <NA>
## X1985                    <NA>              <NA>           <NA>
## X1986                    <NA>              <NA>           <NA>
## X1987                    <NA>              <NA>           <NA>
## X1988                    <NA>              <NA>           <NA>
## X1989                    <NA>              <NA>           <NA>
## X1990                    <NA>              <NA>           <NA>
## X1991                    <NA>              <NA>           <NA>
## X1992                    <NA>              <NA>           <NA>
## X1993                    <NA>              <NA>           <NA>
## X1994                    <NA>              <NA>           <NA>
## X1995                    <NA>              <NA>           <NA>
## X1996                    <NA>              <NA>           <NA>
## X1997                    <NA>              <NA>           <NA>
## X1998                    <NA>              <NA>           <NA>
## X1999                    <NA>              <NA>           <NA>
## X2000                    <NA>              <NA>           <NA>
## X2001                    <NA>              <NA>           <NA>
## X2002                    <NA>              <NA>           <NA>
## X2003                    <NA>              <NA>           <NA>
## X2004                    <NA>              <NA>           <NA>
## X2005                    <NA>              <NA>           <NA>
## X2006                    <NA>              <NA>           <NA>
## X2007                    <NA>              <NA>           <NA>
## X2008                    <NA>       1.929999948    30.57999992
## X2009                    <NA>              <NA>           <NA>
## X2010                    <NA>              <NA>           <NA>
## X2011                    <NA>              <NA>           <NA>
## X2012                    <NA>              <NA>           <NA>
## X2013                    <NA>              <NA>           <NA>
## X2014                    <NA>              <NA>           <NA>
## X2015                    <NA>              <NA>           <NA>
## X2016                    <NA>              <NA>           <NA>
## X2017                    <NA>             13.25    29.88999939
## X2018                    <NA>              <NA>           <NA>
## X2019                    <NA>              <NA>           <NA>
## X2020                    <NA>              <NA>           <NA>
## X2021                    <NA>              <NA>           <NA>
##       SL.TLF.0714.WK.MA.ZS SL.SRV.0714.MA.ZS SL.FAM.0714.MA.ZS
## X1960                 <NA>              <NA>              <NA>
## X1961                 <NA>              <NA>              <NA>
## X1962                 <NA>              <NA>              <NA>
## X1963                 <NA>              <NA>              <NA>
## X1964                 <NA>              <NA>              <NA>
## X1965                 <NA>              <NA>              <NA>
## X1966                 <NA>              <NA>              <NA>
## X1967                 <NA>              <NA>              <NA>
## X1968                 <NA>              <NA>              <NA>
## X1969                 <NA>              <NA>              <NA>
## X1970                 <NA>              <NA>              <NA>
## X1971                 <NA>              <NA>              <NA>
## X1972                 <NA>              <NA>              <NA>
## X1973                 <NA>              <NA>              <NA>
## X1974                 <NA>              <NA>              <NA>
## X1975                 <NA>              <NA>              <NA>
## X1976                 <NA>              <NA>              <NA>
## X1977                 <NA>              <NA>              <NA>
## X1978                 <NA>              <NA>              <NA>
## X1979                 <NA>              <NA>              <NA>
## X1980                 <NA>              <NA>              <NA>
## X1981                 <NA>              <NA>              <NA>
## X1982                 <NA>              <NA>              <NA>
## X1983                 <NA>              <NA>              <NA>
## X1984                 <NA>              <NA>              <NA>
## X1985                 <NA>              <NA>              <NA>
## X1986                 <NA>              <NA>              <NA>
## X1987                 <NA>              <NA>              <NA>
## X1988                 <NA>              <NA>              <NA>
## X1989                 <NA>              <NA>              <NA>
## X1990                 <NA>              <NA>              <NA>
## X1991                 <NA>              <NA>              <NA>
## X1992                 <NA>              <NA>              <NA>
## X1993                 <NA>              <NA>              <NA>
## X1994                 <NA>              <NA>              <NA>
## X1995                 <NA>              <NA>              <NA>
## X1996                 <NA>              <NA>              <NA>
## X1997                 <NA>              <NA>              <NA>
## X1998                 <NA>              <NA>              <NA>
## X1999          23.22274882       9.723161033              91.8
## X2000                 <NA>              <NA>              <NA>
## X2001                 <NA>              <NA>              <NA>
## X2002                 <NA>              <NA>              <NA>
## X2003                 <NA>              <NA>              <NA>
## X2004                 <NA>              <NA>              <NA>
## X2005                 <NA>              <NA>              <NA>
## X2006                 <NA>              <NA>              <NA>
## X2007                 <NA>              <NA>              <NA>
## X2008          10.23713436              4.17             91.97
## X2009                 <NA>              <NA>              <NA>
## X2010                 <NA>              <NA>              <NA>
## X2011                 <NA>              <NA>              <NA>
## X2012                 <NA>              <NA>              <NA>
## X2013                 <NA>              <NA>              <NA>
## X2014          7.136226177              <NA>              <NA>
## X2015                 <NA>              <NA>              <NA>
## X2016                 <NA>              <NA>              <NA>
## X2017                 <NA>              <NA>              <NA>
## X2018                 <NA>              <NA>              <NA>
## X2019                 <NA>              <NA>              <NA>
## X2020                 <NA>              <NA>              <NA>
## X2021                 <NA>              <NA>              <NA>
##       SL.EMP.SELF.MA.ZS SL.AGR.0714.FE.ZS per_lm_alllm.cov_q1_tot
## X1960              <NA>              <NA>                    <NA>
## X1961              <NA>              <NA>                    <NA>
## X1962              <NA>              <NA>                    <NA>
## X1963              <NA>              <NA>                    <NA>
## X1964              <NA>              <NA>                    <NA>
## X1965              <NA>              <NA>                    <NA>
## X1966              <NA>              <NA>                    <NA>
## X1967              <NA>              <NA>                    <NA>
## X1968              <NA>              <NA>                    <NA>
## X1969              <NA>              <NA>                    <NA>
## X1970              <NA>              <NA>                    <NA>
## X1971              <NA>              <NA>                    <NA>
## X1972              <NA>              <NA>                    <NA>
## X1973              <NA>              <NA>                    <NA>
## X1974              <NA>              <NA>                    <NA>
## X1975              <NA>              <NA>                    <NA>
## X1976              <NA>              <NA>                    <NA>
## X1977              <NA>              <NA>                    <NA>
## X1978              <NA>              <NA>                    <NA>
## X1979              <NA>              <NA>                    <NA>
## X1980              <NA>              <NA>                    <NA>
## X1981              <NA>              <NA>                    <NA>
## X1982              <NA>              <NA>                    <NA>
## X1983              <NA>              <NA>                    <NA>
## X1984              <NA>              <NA>                    <NA>
## X1985              <NA>              <NA>                    <NA>
## X1986              <NA>              <NA>                    <NA>
## X1987              <NA>              <NA>                    <NA>
## X1988              <NA>              <NA>                    <NA>
## X1989              <NA>              <NA>                    <NA>
## X1990              <NA>              <NA>                    <NA>
## X1991       77.61000061              <NA>                    <NA>
## X1992       77.61000061              <NA>                    <NA>
## X1993       77.62000275              <NA>                    <NA>
## X1994       77.40000153              <NA>                    <NA>
## X1995       77.33999634              <NA>                    <NA>
## X1996       77.11000061              <NA>                    <NA>
## X1997       76.80999756              <NA>                    <NA>
## X1998       76.62000275              <NA>                    <NA>
## X1999       76.27999878              85.9                    <NA>
## X2000       75.73000336              <NA>                    <NA>
## X2001             75.25              <NA>                    <NA>
## X2002       75.34999847              <NA>                    <NA>
## X2003       75.08000183              <NA>                    <NA>
## X2004       74.68000031              <NA>                    <NA>
## X2005       74.37999725              <NA>                    <NA>
## X2006       74.09999847              <NA>                    <NA>
## X2007       73.83000183              <NA>                    <NA>
## X2008       73.22000122             88.93                    <NA>
## X2009       72.61000061              <NA>                    <NA>
## X2010       71.84999847              <NA>                    <NA>
## X2011       71.08000183              <NA>                    <NA>
## X2012       70.02999878              <NA>                    <NA>
## X2013       68.97000122              <NA>                    <NA>
## X2014       67.65000153              <NA>                    <NA>
## X2015       66.77999878              <NA>                    <NA>
## X2016       66.62999725              <NA>                    <NA>
## X2017       65.62000275              <NA>                    <NA>
## X2018       64.80999756              <NA>                    <NA>
## X2019       63.99000168              <NA>                    <NA>
## X2020              <NA>              <NA>                    <NA>
## X2021              <NA>              <NA>                    <NA>
##       SL.UEM.TOTL.FE.ZS SL.UEM.1524.MA.ZS SL.TLF.0714.MA.ZS SL.IND.EMPL.FE.ZS
## X1960              <NA>              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>              <NA>              <NA>
## X1991       1.720999956        3.75999999              <NA>       1.440000057
## X1992       1.662999988       3.680000067              <NA>       1.649999976
## X1993       1.654999971       3.663000107              <NA>       1.899999976
## X1994       1.763000011       3.753000021              <NA>              2.25
## X1995       1.643000007       3.647000074              <NA>       2.619999886
## X1996        1.68599999       3.710000038              <NA>       3.089999914
## X1997       1.677000046       3.720000029              <NA>       3.650000095
## X1998       1.628000021       3.696000099              <NA>       4.269999981
## X1999       1.659000039       3.720000029              42.2       5.039999962
## X2000       1.636999965       3.638000011              <NA>        5.46999979
## X2001       1.537999988       3.551000118              <NA>              5.75
## X2002       1.376000047       3.400000095              <NA>       5.949999809
## X2003       1.383999944       3.377000093              <NA>       6.139999866
## X2004       1.330000043       3.289999962              <NA>       6.300000191
## X2005        1.24000001       3.176000118              <NA>       6.409999847
## X2006       1.169999957       3.052999973              <NA>       6.460000038
## X2007       1.101999998       2.933000088              <NA>       6.519999981
## X2008        1.07099998       2.842999935              36.2       6.690000057
## X2009       1.307000041       3.388000011              <NA>       6.849999905
## X2010       1.572999954       3.982000113              <NA>       7.070000172
## X2011       1.802000046       4.551000118              <NA>       7.269999981
## X2012       2.094000101        5.18200016              <NA>       7.480000019
## X2013       2.329999924       5.736000061              <NA>       7.679999828
## X2014       2.690999985       6.420000076       41.50491273       7.940000057
## X2015       2.878999949       6.870999813              <NA>       8.119999886
## X2016       2.721999884       6.546999931              <NA>       8.119999886
## X2017       3.076999903       7.008999825              <NA>       8.329999924
## X2018       3.002000093        6.90199995              <NA>               8.5
## X2019       2.944999933       6.835999966              <NA>       8.619999886
## X2020       4.532999992       9.159000397              <NA>              <NA>
## X2021       4.934000015       10.56900024              <NA>              <NA>
##       SL.EMP.TOTL.SP.MA.ZS SL.EMP.1524.SP.FE.NE.ZS SL.UEM.TOTL.FE.NE.ZS
## X1960                 <NA>                    <NA>                 <NA>
## X1961                 <NA>                    <NA>                 <NA>
## X1962                 <NA>                    <NA>                 <NA>
## X1963                 <NA>                    <NA>                 <NA>
## X1964                 <NA>                    <NA>                 <NA>
## X1965                 <NA>                    <NA>                 <NA>
## X1966                 <NA>                    <NA>                 <NA>
## X1967                 <NA>                    <NA>                 <NA>
## X1968                 <NA>                    <NA>                 <NA>
## X1969                 <NA>                    <NA>                 <NA>
## X1970                 <NA>                    <NA>                 <NA>
## X1971                 <NA>                    <NA>                 <NA>
## X1972                 <NA>                    <NA>                 <NA>
## X1973                 <NA>                    <NA>                 <NA>
## X1974                 <NA>                    <NA>                 <NA>
## X1975                 <NA>                    <NA>                 <NA>
## X1976                 <NA>                    <NA>                 <NA>
## X1977                 <NA>                    <NA>                 <NA>
## X1978                 <NA>                    <NA>                 <NA>
## X1979                 <NA>                    <NA>                 <NA>
## X1980                 <NA>                    <NA>                 <NA>
## X1981                 <NA>                    <NA>                 <NA>
## X1982                 <NA>                    <NA>                 <NA>
## X1983                 <NA>                    <NA>                 <NA>
## X1984                 <NA>                    <NA>                 <NA>
## X1985                 <NA>                    <NA>                 <NA>
## X1986                 <NA>                    <NA>                 <NA>
## X1987                 <NA>                    <NA>                 <NA>
## X1988                 <NA>                    <NA>                 <NA>
## X1989                 <NA>                    <NA>                 <NA>
## X1990                 <NA>                    <NA>                 <NA>
## X1991          88.94499969                    <NA>                 <NA>
## X1992          88.86499786                    <NA>                 <NA>
## X1993          88.70899963                    <NA>                 <NA>
## X1994          88.37999725                    <NA>                 <NA>
## X1995          88.43599701                    <NA>                 <NA>
## X1996          88.31300354                    <NA>                 <NA>
## X1997          88.28800201                    <NA>                 <NA>
## X1998          88.33699799                    <NA>                 <NA>
## X1999          88.22699738                    <NA>          1.659999967
## X2000          87.95999908                    <NA>                 <NA>
## X2001          87.80400085                    <NA>                 <NA>
## X2002          87.75099945                    <NA>                 <NA>
## X2003          87.39299774                    <NA>                 <NA>
## X2004          87.13700104                    <NA>                 <NA>
## X2005          86.94000244                    <NA>                 <NA>
## X2006          86.69599915                    <NA>                 <NA>
## X2007          86.44100189                    <NA>                 <NA>
## X2008          86.11199951             73.80999756          1.080000043
## X2009          85.68199921                    <NA>                 <NA>
## X2010          85.17500305                    <NA>                 <NA>
## X2011          84.77500153                    <NA>                 <NA>
## X2012          84.23200226                    <NA>                 <NA>
## X2013          83.73699951                    <NA>                 <NA>
## X2014          83.01999664                    <NA>                 <NA>
## X2015           82.5719986                    <NA>          2.900000095
## X2016          82.51899719                    <NA>                 <NA>
## X2017          81.76000214             16.56999969          12.02000046
## X2018          81.71199799                    <NA>                 <NA>
## X2019           81.6989975                    <NA>                 <NA>
## X2020          75.53800201                    <NA>                 <NA>
## X2021           76.5739975                    <NA>                 <NA>
##       SL.UEM.1524.MA.NE.ZS SL.TLF.0714.FE.ZS SL.EMP.TOTL.SP.MA.NE.ZS
## X1960                 <NA>              <NA>                    <NA>
## X1961                 <NA>              <NA>                    <NA>
## X1962                 <NA>              <NA>                    <NA>
## X1963                 <NA>              <NA>                    <NA>
## X1964                 <NA>              <NA>                    <NA>
## X1965                 <NA>              <NA>                    <NA>
## X1966                 <NA>              <NA>                    <NA>
## X1967                 <NA>              <NA>                    <NA>
## X1968                 <NA>              <NA>                    <NA>
## X1969                 <NA>              <NA>                    <NA>
## X1970                 <NA>              <NA>                    <NA>
## X1971                 <NA>              <NA>                    <NA>
## X1972                 <NA>              <NA>                    <NA>
## X1973                 <NA>              <NA>                    <NA>
## X1974                 <NA>              <NA>                    <NA>
## X1975                 <NA>              <NA>                    <NA>
## X1976                 <NA>              <NA>                    <NA>
## X1977                 <NA>              <NA>                    <NA>
## X1978                 <NA>              <NA>                    <NA>
## X1979                 <NA>              <NA>                    <NA>
## X1980                 <NA>              <NA>                    <NA>
## X1981                 <NA>              <NA>                    <NA>
## X1982                 <NA>              <NA>                    <NA>
## X1983                 <NA>              <NA>                    <NA>
## X1984                 <NA>              <NA>                    <NA>
## X1985                 <NA>              <NA>                    <NA>
## X1986                 <NA>              <NA>                    <NA>
## X1987                 <NA>              <NA>                    <NA>
## X1988                 <NA>              <NA>                    <NA>
## X1989                 <NA>              <NA>                    <NA>
## X1990                 <NA>              <NA>                    <NA>
## X1991                 <NA>              <NA>                    <NA>
## X1992                 <NA>              <NA>                    <NA>
## X1993                 <NA>              <NA>                    <NA>
## X1994                 <NA>              <NA>                    <NA>
## X1995                 <NA>              <NA>                    <NA>
## X1996                 <NA>              <NA>                      71
## X1997                 <NA>              <NA>                    <NA>
## X1998                 <NA>              <NA>                    <NA>
## X1999          3.960000038              52.4             88.33000183
## X2000                 <NA>              <NA>                    <NA>
## X2001                 <NA>              <NA>                    <NA>
## X2002                 <NA>              <NA>                    <NA>
## X2003                 <NA>              <NA>                      90
## X2004                 <NA>              <NA>                    <NA>
## X2005                 <NA>              <NA>                    <NA>
## X2006                 <NA>              <NA>                    <NA>
## X2007                 <NA>              <NA>                    <NA>
## X2008          2.910000086              45.4             86.33999634
## X2009                 <NA>              <NA>                    <NA>
## X2010                 <NA>              <NA>                    <NA>
## X2011                 <NA>              <NA>                    <NA>
## X2012                 <NA>              <NA>                    <NA>
## X2013                 <NA>              <NA>             82.90000153
## X2014                 <NA>       44.09135567             84.19999695
## X2015                 <NA>              <NA>                    <NA>
## X2016                 <NA>              <NA>                    <NA>
## X2017          19.22999954              <NA>             49.56999969
## X2018                 <NA>              <NA>                    <NA>
## X2019                 <NA>              <NA>                    <NA>
## X2020                 <NA>              <NA>                    <NA>
## X2021                 <NA>              <NA>                    <NA>
##       SL.AGR.EMPL.ZS SL.UEM.INTM.ZS SL.SRV.0714.ZS SL.FAM.0714.ZS
## X1960           <NA>           <NA>           <NA>           <NA>
## X1961           <NA>           <NA>           <NA>           <NA>
## X1962           <NA>           <NA>           <NA>           <NA>
## X1963           <NA>           <NA>           <NA>           <NA>
## X1964           <NA>           <NA>           <NA>           <NA>
## X1965           <NA>           <NA>           <NA>           <NA>
## X1966           <NA>           <NA>           <NA>           <NA>
## X1967           <NA>           <NA>           <NA>           <NA>
## X1968           <NA>           <NA>           <NA>           <NA>
## X1969           <NA>           <NA>           <NA>           <NA>
## X1970           <NA>           <NA>           <NA>           <NA>
## X1971           <NA>           <NA>           <NA>           <NA>
## X1972           <NA>           <NA>           <NA>           <NA>
## X1973           <NA>           <NA>           <NA>           <NA>
## X1974           <NA>           <NA>           <NA>           <NA>
## X1975           <NA>           <NA>           <NA>           <NA>
## X1976           <NA>           <NA>           <NA>           <NA>
## X1977           <NA>           <NA>           <NA>           <NA>
## X1978           <NA>           <NA>           <NA>           <NA>
## X1979           <NA>           <NA>           <NA>           <NA>
## X1980           <NA>           <NA>           <NA>           <NA>
## X1981           <NA>           <NA>           <NA>           <NA>
## X1982           <NA>           <NA>           <NA>           <NA>
## X1983           <NA>           <NA>           <NA>           <NA>
## X1984           <NA>           <NA>           <NA>           <NA>
## X1985           <NA>           <NA>           <NA>           <NA>
## X1986           <NA>           <NA>           <NA>           <NA>
## X1987           <NA>           <NA>           <NA>           <NA>
## X1988           <NA>           <NA>           <NA>           <NA>
## X1989           <NA>           <NA>           <NA>           <NA>
## X1990           <NA>           <NA>           <NA>           <NA>
## X1991    82.33000183           <NA>           <NA>           <NA>
## X1992    82.09999847           <NA>           <NA>           <NA>
## X1993          81.75           <NA>           <NA>           <NA>
## X1994    81.15000153           <NA>           <NA>           <NA>
## X1995    80.51999664           <NA>           <NA>           <NA>
## X1996    79.68000031           <NA>           <NA>           <NA>
## X1997    78.66000366           <NA>           <NA>           <NA>
## X1998    77.51999664           <NA>           <NA>           <NA>
## X1999    76.11000061           <NA>          11.06          92.41
## X2000          75.25           <NA>           <NA>           <NA>
## X2001    74.58999634           <NA>           <NA>           <NA>
## X2002    74.19000244           <NA>           <NA>           <NA>
## X2003    73.61000061           <NA>           <NA>           <NA>
## X2004    73.08000183           <NA>           <NA>           <NA>
## X2005    72.63999939           <NA>           <NA>           <NA>
## X2006    72.20999908           <NA>           <NA>           <NA>
## X2007    71.77999878           <NA>           <NA>           <NA>
## X2008    71.12999725    1.820000052           3.09          92.26
## X2009    70.61000061           <NA>           <NA>           <NA>
## X2010    70.04000092           <NA>           <NA>           <NA>
## X2011    69.54000092           <NA>           <NA>           <NA>
## X2012    68.86000061           <NA>           <NA>           <NA>
## X2013    68.23999786           <NA>           <NA>           <NA>
## X2014    67.48000336           <NA>           <NA>           <NA>
## X2015    66.93000031           <NA>           <NA>           <NA>
## X2016    66.66000366           <NA>           <NA>           <NA>
## X2017    65.80999756    14.46000004           <NA>           <NA>
## X2018    65.08000183           <NA>           <NA>           <NA>
## X2019    64.37999725           <NA>           <NA>           <NA>
## X2020           <NA>           <NA>           <NA>           <NA>
## X2021           <NA>           <NA>           <NA>           <NA>
##       SL.EMP.SELF.ZS SL.AGR.0714.MA.ZS per_lm_alllm.cov_q2_tot
## X1960           <NA>              <NA>                    <NA>
## X1961           <NA>              <NA>                    <NA>
## X1962           <NA>              <NA>                    <NA>
## X1963           <NA>              <NA>                    <NA>
## X1964           <NA>              <NA>                    <NA>
## X1965           <NA>              <NA>                    <NA>
## X1966           <NA>              <NA>                    <NA>
## X1967           <NA>              <NA>                    <NA>
## X1968           <NA>              <NA>                    <NA>
## X1969           <NA>              <NA>                    <NA>
## X1970           <NA>              <NA>                    <NA>
## X1971           <NA>              <NA>                    <NA>
## X1972           <NA>              <NA>                    <NA>
## X1973           <NA>              <NA>                    <NA>
## X1974           <NA>              <NA>                    <NA>
## X1975           <NA>              <NA>                    <NA>
## X1976           <NA>              <NA>                    <NA>
## X1977           <NA>              <NA>                    <NA>
## X1978           <NA>              <NA>                    <NA>
## X1979           <NA>              <NA>                    <NA>
## X1980           <NA>              <NA>                    <NA>
## X1981           <NA>              <NA>                    <NA>
## X1982           <NA>              <NA>                    <NA>
## X1983           <NA>              <NA>                    <NA>
## X1984           <NA>              <NA>                    <NA>
## X1985           <NA>              <NA>                    <NA>
## X1986           <NA>              <NA>                    <NA>
## X1987           <NA>              <NA>                    <NA>
## X1988           <NA>              <NA>                    <NA>
## X1989           <NA>              <NA>                    <NA>
## X1990           <NA>              <NA>                    <NA>
## X1991    85.44999695              <NA>                    <NA>
## X1992    85.40000153              <NA>                    <NA>
## X1993    85.36000061              <NA>                    <NA>
## X1994    85.19000244              <NA>                    <NA>
## X1995    85.12999725              <NA>                    <NA>
## X1996             85              <NA>                    <NA>
## X1997    84.83999634              <NA>                    <NA>
## X1998    84.73999786              <NA>                    <NA>
## X1999    84.56999969              88.3                    <NA>
## X2000    84.26000214              <NA>                    <NA>
## X2001    83.94999695              <NA>                    <NA>
## X2002    83.97000122              <NA>                    <NA>
## X2003    83.79000092              <NA>                    <NA>
## X2004    83.51999664              <NA>                    <NA>
## X2005    83.30999756              <NA>                    <NA>
## X2006    83.09999847              <NA>                    <NA>
## X2007    82.90000153              <NA>                    <NA>
## X2008           82.5             89.03                    <NA>
## X2009    82.12999725              <NA>                    <NA>
## X2010    81.69999695              <NA>                    <NA>
## X2011    81.33000183              <NA>                    <NA>
## X2012    80.83999634              <NA>                    <NA>
## X2013    80.37000275              <NA>                    <NA>
## X2014    79.73000336              <NA>                    <NA>
## X2015    79.29000092              <NA>                    <NA>
## X2016    79.15000153              <NA>                    <NA>
## X2017    78.51999664              <NA>                    <NA>
## X2018    77.95999908              <NA>                    <NA>
## X2019    77.33999634              <NA>                    <NA>
## X2020           <NA>              <NA>                    <NA>
## X2021           <NA>              <NA>                    <NA>
##       SL.UEM.TOTL.MA.ZS SL.UEM.1524.ZS SL.TLF.0714.SW.FE.ZS SL.IND.EMPL.ZS
## X1960              <NA>           <NA>                 <NA>           <NA>
## X1961              <NA>           <NA>                 <NA>           <NA>
## X1962              <NA>           <NA>                 <NA>           <NA>
## X1963              <NA>           <NA>                 <NA>           <NA>
## X1964              <NA>           <NA>                 <NA>           <NA>
## X1965              <NA>           <NA>                 <NA>           <NA>
## X1966              <NA>           <NA>                 <NA>           <NA>
## X1967              <NA>           <NA>                 <NA>           <NA>
## X1968              <NA>           <NA>                 <NA>           <NA>
## X1969              <NA>           <NA>                 <NA>           <NA>
## X1970              <NA>           <NA>                 <NA>           <NA>
## X1971              <NA>           <NA>                 <NA>           <NA>
## X1972              <NA>           <NA>                 <NA>           <NA>
## X1973              <NA>           <NA>                 <NA>           <NA>
## X1974              <NA>           <NA>                 <NA>           <NA>
## X1975              <NA>           <NA>                 <NA>           <NA>
## X1976              <NA>           <NA>                 <NA>           <NA>
## X1977              <NA>           <NA>                 <NA>           <NA>
## X1978              <NA>           <NA>                 <NA>           <NA>
## X1979              <NA>           <NA>                 <NA>           <NA>
## X1980              <NA>           <NA>                 <NA>           <NA>
## X1981              <NA>           <NA>                 <NA>           <NA>
## X1982              <NA>           <NA>                 <NA>           <NA>
## X1983              <NA>           <NA>                 <NA>           <NA>
## X1984              <NA>           <NA>                 <NA>           <NA>
## X1985              <NA>           <NA>                 <NA>           <NA>
## X1986              <NA>           <NA>                 <NA>           <NA>
## X1987              <NA>           <NA>                 <NA>           <NA>
## X1988              <NA>           <NA>                 <NA>           <NA>
## X1989              <NA>           <NA>                 <NA>           <NA>
## X1990              <NA>           <NA>                 <NA>           <NA>
## X1991       1.807999969    3.203000069                 <NA>     2.75999999
## X1992       1.746999979    3.119999886                 <NA>    3.210000038
## X1993       1.771000028    3.082999945                 <NA>     3.74000001
## X1994       1.998999953    3.130000114                 <NA>    4.449999809
## X1995       1.825000048    3.013999939                 <NA>    5.199999809
## X1996       1.944000006    3.023999929                 <NA>    6.119999886
## X1997       1.972000003    2.992000103                 <NA>    7.199999809
## X1998       1.922999978    2.931999922                 <NA>    8.380000114
## X1999       2.029000044    2.917999983                 53.8    9.840000153
## X2000       2.062999964    2.851999998                 <NA>    10.52000046
## X2001       1.945000052    2.763000011                 <NA>    10.97999954
## X2002       1.703999996    2.625999928                 <NA>    11.21000004
## X2003       1.796000004    2.598999977                 <NA>    11.53999996
## X2004       1.768000007    2.525000095                 <NA>    11.80000019
## X2005       1.666000009    2.427999973                 <NA>    11.97000027
## X2006       1.605999947    2.336999893                 <NA>    12.11999989
## X2007       1.549999952    2.249000072                 <NA>          12.25
## X2008       1.577000022    2.188999891          83.75918546    12.56999969
## X2009       1.786999941    2.660000086                 <NA>    12.73999977
## X2010       2.062999964    3.171000004                 <NA>    12.98999977
## X2011       2.263999939    3.654000044                 <NA>    13.15999985
## X2012       2.585000038    4.193999767                 <NA>    13.40999985
## X2013       2.801000118    4.683000088                 <NA>    13.64999962
## X2014       3.246999979    5.296000004          89.79322999    13.97999954
## X2015             3.375    5.744999886                 <NA>    14.14000034
## X2016       3.051000118    5.565000057                 <NA>    14.05000019
## X2017             3.625    5.974999905                 <NA>    14.47999954
## X2018       3.436000109    5.947000027                 <NA>    14.81000042
## X2019       3.288000107    5.951000214                 <NA>    15.10999966
## X2020       4.955999851    8.088000298                 <NA>           <NA>
## X2021       5.197000027    9.501000404                 <NA>           <NA>
##       SL.EMP.TOTL.SP.ZS SL.EMP.1524.SP.MA.NE.ZS SL.UEM.INTM.FE.ZS
## X1960              <NA>                    <NA>              <NA>
## X1961              <NA>                    <NA>              <NA>
## X1962              <NA>                    <NA>              <NA>
## X1963              <NA>                    <NA>              <NA>
## X1964              <NA>                    <NA>              <NA>
## X1965              <NA>                    <NA>              <NA>
## X1966              <NA>                    <NA>              <NA>
## X1967              <NA>                    <NA>              <NA>
## X1968              <NA>                    <NA>              <NA>
## X1969              <NA>                    <NA>              <NA>
## X1970              <NA>                    <NA>              <NA>
## X1971              <NA>                    <NA>              <NA>
## X1972              <NA>                    <NA>              <NA>
## X1973              <NA>                    <NA>              <NA>
## X1974              <NA>                    <NA>              <NA>
## X1975              <NA>                    <NA>              <NA>
## X1976              <NA>                    <NA>              <NA>
## X1977              <NA>                    <NA>              <NA>
## X1978              <NA>                    <NA>              <NA>
## X1979              <NA>                    <NA>              <NA>
## X1980              <NA>                    <NA>              <NA>
## X1981              <NA>                    <NA>              <NA>
## X1982              <NA>                    <NA>              <NA>
## X1983              <NA>                    <NA>              <NA>
## X1984              <NA>                    <NA>              <NA>
## X1985              <NA>                    <NA>              <NA>
## X1986              <NA>                    <NA>              <NA>
## X1987              <NA>                    <NA>              <NA>
## X1988              <NA>                    <NA>              <NA>
## X1989              <NA>                    <NA>              <NA>
## X1990              <NA>                    <NA>              <NA>
## X1991       84.33599854                    <NA>              <NA>
## X1992       84.39600372                    <NA>              <NA>
## X1993       84.40699768                    <NA>              <NA>
## X1994       84.28500366                    <NA>              <NA>
## X1995       84.44200134                    <NA>              <NA>
## X1996       84.33999634                    <NA>              <NA>
## X1997       84.30699921                    <NA>              <NA>
## X1998       84.33200073                    <NA>              <NA>
## X1999       84.26200104                    <NA>              <NA>
## X2000       83.99900055                    <NA>              <NA>
## X2001       83.82900238                    <NA>              <NA>
## X2002       83.73400116                    <NA>              <NA>
## X2003       83.41999817                    <NA>              <NA>
## X2004       83.17900085                    <NA>              <NA>
## X2005       82.98000336                    <NA>              <NA>
## X2006       82.75099945                    <NA>              <NA>
## X2007       82.51399994                    <NA>              <NA>
## X2008       82.22200012             74.83999634       1.659999967
## X2009       81.95999908                    <NA>              <NA>
## X2010       81.66600037                    <NA>              <NA>
## X2011       81.45500183                    <NA>              <NA>
## X2012       81.21299744                    <NA>              <NA>
## X2013       81.06700134                    <NA>              <NA>
## X2014       80.78099823                    <NA>              <NA>
## X2015       80.67900085                    <NA>              <NA>
## X2016       80.93800354                    <NA>              <NA>
## X2017       80.59700012             31.90999985       16.51000023
## X2018       80.70899963                    <NA>              <NA>
## X2019       80.77700043                    <NA>              <NA>
## X2020       73.70200348                    <NA>              <NA>
## X2021       75.59200287                    <NA>              <NA>
##       SL.TLF.PART.MA.ZS SL.SRV.0714.FE.ZS SL.FAM.0714.FE.ZS SL.EMP.SELF.FE.ZS
## X1960              <NA>              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>              <NA>              <NA>
## X1991              <NA>              <NA>              <NA>       93.81999969
## X1992              <NA>              <NA>              <NA>       93.83000183
## X1993              <NA>              <NA>              <NA>       93.83000183
## X1994              <NA>              <NA>              <NA>       93.80999756
## X1995              <NA>              <NA>              <NA>       93.77999878
## X1996              <NA>              <NA>              <NA>       93.72000122
## X1997              <NA>              <NA>              <NA>       93.62999725
## X1998              <NA>              <NA>              <NA>       93.52999878
## X1999              <NA>       12.27995312              92.9       93.41000366
## X2000              <NA>              <NA>              <NA>       93.26999664
## X2001              <NA>              <NA>              <NA>       93.12000275
## X2002              <NA>              <NA>              <NA>       93.04000092
## X2003              <NA>              <NA>              <NA>       92.94000244
## X2004              <NA>              <NA>              <NA>       92.80999756
## X2005              <NA>              <NA>              <NA>       92.68000031
## X2006              <NA>              <NA>              <NA>       92.55000305
## X2007              <NA>              <NA>              <NA>       92.41000366
## X2008       26.86000061              2.19             92.51       92.23000336
## X2009              <NA>              <NA>              <NA>       91.98000336
## X2010              <NA>              <NA>              <NA>       91.69000244
## X2011              <NA>              <NA>              <NA>       91.33000183
## X2012              <NA>              <NA>              <NA>       90.87000275
## X2013              <NA>              <NA>              <NA>       90.37999725
## X2014              <NA>              <NA>              <NA>       89.80999756
## X2015              <NA>              <NA>              <NA>       89.30000305
## X2016              <NA>              <NA>              <NA>                89
## X2017       23.45999908              <NA>              <NA>       88.62000275
## X2018              <NA>              <NA>              <NA>             88.25
## X2019              <NA>              <NA>              <NA>       87.88999939
## X2020              <NA>              <NA>              <NA>              <NA>
## X2021              <NA>              <NA>              <NA>              <NA>
##       per_lm_alllm.cov_pop_tot SL.UEM.NEET.MA.ZS SL.UEM.1524.FE.NE.ZS
## X1960                     <NA>              <NA>                 <NA>
## X1961                     <NA>              <NA>                 <NA>
## X1962                     <NA>              <NA>                 <NA>
## X1963                     <NA>              <NA>                 <NA>
## X1964                     <NA>              <NA>                 <NA>
## X1965                     <NA>              <NA>                 <NA>
## X1966                     <NA>              <NA>                 <NA>
## X1967                     <NA>              <NA>                 <NA>
## X1968                     <NA>              <NA>                 <NA>
## X1969                     <NA>              <NA>                 <NA>
## X1970                     <NA>              <NA>                 <NA>
## X1971                     <NA>              <NA>                 <NA>
## X1972                     <NA>              <NA>                 <NA>
## X1973                     <NA>              <NA>                 <NA>
## X1974                     <NA>              <NA>                 <NA>
## X1975                     <NA>              <NA>                 <NA>
## X1976                     <NA>              <NA>                 <NA>
## X1977                     <NA>              <NA>                 <NA>
## X1978                     <NA>              <NA>                 <NA>
## X1979                     <NA>              <NA>                 <NA>
## X1980                     <NA>              <NA>                 <NA>
## X1981                     <NA>              <NA>                 <NA>
## X1982                     <NA>              <NA>                 <NA>
## X1983                     <NA>              <NA>                 <NA>
## X1984                     <NA>              <NA>                 <NA>
## X1985                     <NA>              <NA>                 <NA>
## X1986                     <NA>              <NA>                 <NA>
## X1987                     <NA>              <NA>                 <NA>
## X1988                     <NA>              <NA>                 <NA>
## X1989                     <NA>              <NA>                 <NA>
## X1990                     <NA>              <NA>                 <NA>
## X1991                     <NA>              <NA>                 <NA>
## X1992                     <NA>              <NA>                 <NA>
## X1993                     <NA>              <NA>                 <NA>
## X1994                     <NA>              <NA>                 <NA>
## X1995                     <NA>              <NA>                 <NA>
## X1996                     <NA>              <NA>                 <NA>
## X1997                     <NA>              <NA>                 <NA>
## X1998                     <NA>              <NA>                 <NA>
## X1999                     <NA>              <NA>          2.160000086
## X2000                     <NA>              <NA>                 <NA>
## X2001                     <NA>              <NA>                 <NA>
## X2002                     <NA>              <NA>                 <NA>
## X2003                     <NA>              <NA>                 <NA>
## X2004                     <NA>              <NA>                 <NA>
## X2005                     <NA>              <NA>                 <NA>
## X2006                     <NA>              <NA>                 <NA>
## X2007                     <NA>              <NA>                 <NA>
## X2008                     <NA>       21.89999962          1.590000033
## X2009                     <NA>              <NA>                 <NA>
## X2010                     <NA>              <NA>                 <NA>
## X2011                     <NA>              <NA>                 <NA>
## X2012                     <NA>              <NA>                 <NA>
## X2013                     <NA>              <NA>                 <NA>
## X2014                     <NA>              <NA>                 <NA>
## X2015                     <NA>       86.79000092                 <NA>
## X2016                     <NA>              <NA>                 <NA>
## X2017                     <NA>       21.15999985          22.47999954
## X2018                     <NA>              <NA>                 <NA>
## X2019                     <NA>              <NA>                 <NA>
## X2020                     <NA>              <NA>                 <NA>
## X2021                     <NA>              <NA>                 <NA>
##       SL.TLF.0714.ZS SL.SRV.EMPL.MA.ZS SL.FAM.WORK.MA.ZS
## X1960           <NA>              <NA>              <NA>
## X1961           <NA>              <NA>              <NA>
## X1962           <NA>              <NA>              <NA>
## X1963           <NA>              <NA>              <NA>
## X1964           <NA>              <NA>              <NA>
## X1965           <NA>              <NA>              <NA>
## X1966           <NA>              <NA>              <NA>
## X1967           <NA>              <NA>              <NA>
## X1968           <NA>              <NA>              <NA>
## X1969           <NA>              <NA>              <NA>
## X1970           <NA>              <NA>              <NA>
## X1971           <NA>              <NA>              <NA>
## X1972           <NA>              <NA>              <NA>
## X1973           <NA>              <NA>              <NA>
## X1974           <NA>              <NA>              <NA>
## X1975           <NA>              <NA>              <NA>
## X1976           <NA>              <NA>              <NA>
## X1977           <NA>              <NA>              <NA>
## X1978           <NA>              <NA>              <NA>
## X1979           <NA>              <NA>              <NA>
## X1980           <NA>              <NA>              <NA>
## X1981           <NA>              <NA>              <NA>
## X1982           <NA>              <NA>              <NA>
## X1983           <NA>              <NA>              <NA>
## X1984           <NA>              <NA>              <NA>
## X1985           <NA>              <NA>              <NA>
## X1986           <NA>              <NA>              <NA>
## X1987           <NA>              <NA>              <NA>
## X1988           <NA>              <NA>              <NA>
## X1989           <NA>              <NA>              <NA>
## X1990           <NA>              <NA>              <NA>
## X1991           <NA>       21.21999931       35.90000153
## X1992           <NA>       20.67000008       35.79999924
## X1993           <NA>       20.18000031       35.61999893
## X1994           <NA>       19.72999954       35.31000137
## X1995           <NA>       19.34000015                35
## X1996           <NA>       19.01000023       34.50999832
## X1997           <NA>       18.70000076       33.91999817
## X1998           <NA>       18.47999954       33.29000092
## X1999           47.2       18.22999954       32.54999924
## X2000           <NA>       18.32999992       31.70999908
## X2001           <NA>       18.48999977       30.94000053
## X2002           <NA>       18.59000015       30.37999916
## X2003           <NA>       18.81999969       29.63999939
## X2004           <NA>       19.06999969       28.81999969
## X2005           <NA>       19.34000015       28.05999947
## X2006           <NA>       19.63999939       27.32999992
## X2007           <NA>       19.94000053       26.60000038
## X2008           40.6       20.26000023       25.71999931
## X2009           <NA>       20.55999947       24.73999977
## X2010           <NA>       20.78000069       23.70999908
## X2011           <NA>       21.10000038       22.59000015
## X2012           <NA>       21.65999985       21.29000092
## X2013           <NA>       22.14999962       20.05999947
## X2014    42.82749291       22.67000008       18.77000046
## X2015           <NA>       23.12000084             17.75
## X2016           <NA>       23.48999977       17.13999939
## X2017           <NA>       23.87000084       16.29999924
## X2018           <NA>       24.22999954       15.60000038
## X2019           <NA>       24.57999992       14.96000004
## X2020           <NA>              <NA>              <NA>
## X2021           <NA>              <NA>              <NA>
##       SL.EMP.TOTL.SP.FE.NE.ZS SL.AGR.EMPL.FE.ZS per_lm_alllm.cov_q4_tot
## X1960                    <NA>              <NA>                    <NA>
## X1961                    <NA>              <NA>                    <NA>
## X1962                    <NA>              <NA>                    <NA>
## X1963                    <NA>              <NA>                    <NA>
## X1964                    <NA>              <NA>                    <NA>
## X1965                    <NA>              <NA>                    <NA>
## X1966                    <NA>              <NA>                    <NA>
## X1967                    <NA>              <NA>                    <NA>
## X1968                    <NA>              <NA>                    <NA>
## X1969                    <NA>              <NA>                    <NA>
## X1970                    <NA>              <NA>                    <NA>
## X1971                    <NA>              <NA>                    <NA>
## X1972                    <NA>              <NA>                    <NA>
## X1973                    <NA>              <NA>                    <NA>
## X1974                    <NA>              <NA>                    <NA>
## X1975                    <NA>              <NA>                    <NA>
## X1976                    <NA>              <NA>                    <NA>
## X1977                    <NA>              <NA>                    <NA>
## X1978                    <NA>              <NA>                    <NA>
## X1979                    <NA>              <NA>                    <NA>
## X1980                    <NA>              <NA>                    <NA>
## X1981                    <NA>              <NA>                    <NA>
## X1982                    <NA>              <NA>                    <NA>
## X1983                    <NA>              <NA>                    <NA>
## X1984                    <NA>              <NA>                    <NA>
## X1985                    <NA>              <NA>                    <NA>
## X1986                    <NA>              <NA>                    <NA>
## X1987                    <NA>              <NA>                    <NA>
## X1988                    <NA>              <NA>                    <NA>
## X1989                    <NA>              <NA>                    <NA>
## X1990                    <NA>              <NA>                    <NA>
## X1991                    <NA>       90.38999939                    <NA>
## X1992                    <NA>       90.12000275                    <NA>
## X1993                    <NA>       89.80000305                    <NA>
## X1994                    <NA>             89.25                    <NA>
## X1995                    <NA>       88.72000122                    <NA>
## X1996             63.70000076       88.01999664                    <NA>
## X1997                    <NA>       87.19999695                    <NA>
## X1998                    <NA>       86.37999725                    <NA>
## X1999             80.51000214       85.37999725                    <NA>
## X2000                    <NA>       84.62999725                    <NA>
## X2001                    <NA>       84.09999847                    <NA>
## X2002                    <NA>       83.65000153                    <NA>
## X2003                      93       83.19000244                    <NA>
## X2004                    <NA>       82.73000336                    <NA>
## X2005                    <NA>       82.34999847                    <NA>
## X2006                    <NA>       82.02999878                    <NA>
## X2007                    <NA>       81.68000031                    <NA>
## X2008             78.73999786       81.15000153                    <NA>
## X2009                    <NA>       80.54000092                    <NA>
## X2010                    <NA>       79.83000183                    <NA>
## X2011                    <NA>       79.12000275                    <NA>
## X2012                    <NA>       78.44000244                    <NA>
## X2013             74.90000153       77.76000214                    <NA>
## X2014             76.40000153       76.94999695                    <NA>
## X2015                    <NA>       76.29000092                    <NA>
## X2016                    <NA>       75.88999939                    <NA>
## X2017             24.55999947       75.22000122                    <NA>
## X2018                    <NA>       74.62000275                    <NA>
## X2019                    <NA>       74.08000183                    <NA>
## X2020                    <NA>              <NA>                    <NA>
## X2021                    <NA>              <NA>                    <NA>
##       SL.WAG.0714.MA.ZS SL.UEM.BASC.FE.ZS SL.TLF.0714.SW.ZS SL.SLF.0714.FE.ZS
## X1960              <NA>              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>              <NA>              <NA>
## X1991              <NA>              <NA>              <NA>              <NA>
## X1992              <NA>              <NA>              <NA>              <NA>
## X1993              <NA>              <NA>              <NA>              <NA>
## X1994              <NA>              <NA>              <NA>              <NA>
## X1995              <NA>              <NA>              <NA>              <NA>
## X1996              <NA>              <NA>              <NA>              <NA>
## X1997              <NA>              <NA>              <NA>              <NA>
## X1998              <NA>              <NA>              <NA>              <NA>
## X1999                 4              <NA>              64.4               4.3
## X2000              <NA>              <NA>              <NA>              <NA>
## X2001              <NA>              <NA>              <NA>              <NA>
## X2002              <NA>              <NA>              <NA>              <NA>
## X2003              <NA>              <NA>              <NA>              <NA>
## X2004              <NA>              <NA>              <NA>              <NA>
## X2005              <NA>              <NA>              <NA>              <NA>
## X2006              <NA>              <NA>              <NA>              <NA>
## X2007              <NA>              <NA>              <NA>              <NA>
## X2008              2.54       1.080000043       86.50597704              5.71
## X2009              <NA>              <NA>              <NA>              <NA>
## X2010              <NA>              <NA>              <NA>              <NA>
## X2011              <NA>              <NA>              <NA>              <NA>
## X2012              <NA>              <NA>              <NA>              <NA>
## X2013              <NA>              <NA>              <NA>              <NA>
## X2014              <NA>              <NA>       91.24855939              <NA>
## X2015              <NA>              <NA>              <NA>              <NA>
## X2016              <NA>              <NA>              <NA>              <NA>
## X2017              <NA>       12.64000034              <NA>              <NA>
## X2018              <NA>              <NA>              <NA>              <NA>
## X2019              <NA>              <NA>              <NA>              <NA>
## X2020              <NA>              <NA>              <NA>              <NA>
## X2021              <NA>              <NA>              <NA>              <NA>
##       SL.EMP.WORK.FE.ZS SL.EMP.MPYR.FE.ZS SL.WAG.0714.ZS SL.UEM.BASC.MA.ZS
## X1960              <NA>              <NA>           <NA>              <NA>
## X1961              <NA>              <NA>           <NA>              <NA>
## X1962              <NA>              <NA>           <NA>              <NA>
## X1963              <NA>              <NA>           <NA>              <NA>
## X1964              <NA>              <NA>           <NA>              <NA>
## X1965              <NA>              <NA>           <NA>              <NA>
## X1966              <NA>              <NA>           <NA>              <NA>
## X1967              <NA>              <NA>           <NA>              <NA>
## X1968              <NA>              <NA>           <NA>              <NA>
## X1969              <NA>              <NA>           <NA>              <NA>
## X1970              <NA>              <NA>           <NA>              <NA>
## X1971              <NA>              <NA>           <NA>              <NA>
## X1972              <NA>              <NA>           <NA>              <NA>
## X1973              <NA>              <NA>           <NA>              <NA>
## X1974              <NA>              <NA>           <NA>              <NA>
## X1975              <NA>              <NA>           <NA>              <NA>
## X1976              <NA>              <NA>           <NA>              <NA>
## X1977              <NA>              <NA>           <NA>              <NA>
## X1978              <NA>              <NA>           <NA>              <NA>
## X1979              <NA>              <NA>           <NA>              <NA>
## X1980              <NA>              <NA>           <NA>              <NA>
## X1981              <NA>              <NA>           <NA>              <NA>
## X1982              <NA>              <NA>           <NA>              <NA>
## X1983              <NA>              <NA>           <NA>              <NA>
## X1984              <NA>              <NA>           <NA>              <NA>
## X1985              <NA>              <NA>           <NA>              <NA>
## X1986              <NA>              <NA>           <NA>              <NA>
## X1987              <NA>              <NA>           <NA>              <NA>
## X1988              <NA>              <NA>           <NA>              <NA>
## X1989              <NA>              <NA>           <NA>              <NA>
## X1990              <NA>              <NA>           <NA>              <NA>
## X1991       6.179999828              0.25           <NA>              <NA>
## X1992       6.170000076              0.25           <NA>              <NA>
## X1993       6.170000076              0.25           <NA>              <NA>
## X1994       6.190000057              0.25           <NA>              <NA>
## X1995        6.21999979              0.25           <NA>              <NA>
## X1996        6.28000021        0.25999999           <NA>              <NA>
## X1997       6.369999886        0.25999999           <NA>              <NA>
## X1998        6.46999979        0.25999999           <NA>              <NA>
## X1999       6.590000153        0.25999999           3.27              <NA>
## X2000       6.739999771       0.270000011           <NA>              <NA>
## X2001       6.880000114       0.270000011           <NA>              <NA>
## X2002       6.960000038       0.270000011           <NA>              <NA>
## X2003       7.059999943       0.270000011           <NA>              <NA>
## X2004       7.190000057       0.280000001           <NA>              <NA>
## X2005       7.329999924       0.280000001           <NA>              <NA>
## X2006       7.449999809       0.280000001           <NA>              <NA>
## X2007       7.590000153       0.289999992           <NA>              <NA>
## X2008       7.769999981       0.289999992           2.08                 1
## X2009       8.020000458       0.300000012           <NA>              <NA>
## X2010        8.31000042       0.310000002           <NA>              <NA>
## X2011       8.670000076       0.319999993           <NA>              <NA>
## X2012       9.130000114       0.340000004           <NA>              <NA>
## X2013       9.619999886       0.349999994           <NA>              <NA>
## X2014       10.18999958       0.370000005           <NA>              <NA>
## X2015       10.71000004       0.389999986           <NA>              <NA>
## X2016                11       0.400000006           <NA>              <NA>
## X2017       11.38000011       0.409999996           <NA>       8.649999619
## X2018             11.75       0.419999987           <NA>              <NA>
## X2019       12.10999966       0.430000007           <NA>              <NA>
## X2020              <NA>              <NA>           <NA>              <NA>
## X2021              <NA>              <NA>           <NA>              <NA>
##       SL.SLF.0714.MA.ZS SL.EMP.WORK.MA.ZS SL.EMP.MPYR.MA.ZS
## X1960              <NA>              <NA>              <NA>
## X1961              <NA>              <NA>              <NA>
## X1962              <NA>              <NA>              <NA>
## X1963              <NA>              <NA>              <NA>
## X1964              <NA>              <NA>              <NA>
## X1965              <NA>              <NA>              <NA>
## X1966              <NA>              <NA>              <NA>
## X1967              <NA>              <NA>              <NA>
## X1968              <NA>              <NA>              <NA>
## X1969              <NA>              <NA>              <NA>
## X1970              <NA>              <NA>              <NA>
## X1971              <NA>              <NA>              <NA>
## X1972              <NA>              <NA>              <NA>
## X1973              <NA>              <NA>              <NA>
## X1974              <NA>              <NA>              <NA>
## X1975              <NA>              <NA>              <NA>
## X1976              <NA>              <NA>              <NA>
## X1977              <NA>              <NA>              <NA>
## X1978              <NA>              <NA>              <NA>
## X1979              <NA>              <NA>              <NA>
## X1980              <NA>              <NA>              <NA>
## X1981              <NA>              <NA>              <NA>
## X1982              <NA>              <NA>              <NA>
## X1983              <NA>              <NA>              <NA>
## X1984              <NA>              <NA>              <NA>
## X1985              <NA>              <NA>              <NA>
## X1986              <NA>              <NA>              <NA>
## X1987              <NA>              <NA>              <NA>
## X1988              <NA>              <NA>              <NA>
## X1989              <NA>              <NA>              <NA>
## X1990              <NA>              <NA>              <NA>
## X1991              <NA>       22.38999939        1.50999999
## X1992              <NA>       22.38999939               1.5
## X1993              <NA>       22.37999916               1.5
## X1994              <NA>       22.60000038               1.5
## X1995              <NA>       22.65999985        1.50999999
## X1996              <NA>       22.88999939        1.50999999
## X1997              <NA>       23.19000053       1.519999981
## X1998              <NA>       23.38999939       1.539999962
## X1999               4.1       23.71999931       1.549999952
## X2000              <NA>       24.27000046       1.559999943
## X2001              <NA>       24.76000023       1.570000052
## X2002              <NA>       24.64999962       1.580000043
## X2003              <NA>       24.92000008       1.590000033
## X2004              <NA>       25.31999969       1.590000033
## X2005              <NA>       25.62000084       1.600000024
## X2006              <NA>       25.89999962       1.610000014
## X2007              <NA>       26.17000008       1.620000005
## X2008              5.17       26.78000069       1.629999995
## X2009              <NA>       27.38999939       1.639999986
## X2010              <NA>       28.14999962       1.649999976
## X2011              <NA>       28.93000031       1.669999957
## X2012              <NA>       29.96999931       1.710000038
## X2013              <NA>       31.03000069       1.730000019
## X2014              <NA>       32.34999847        1.75999999
## X2015              <NA>       33.22000122       1.789999962
## X2016              <NA>       33.36999893       1.809999943
## X2017              <NA>       34.38000107       1.799999952
## X2018              <NA>       35.18999863       1.799999952
## X2019              <NA>       36.00999832       1.789999962
## X2020              <NA>              <NA>              <NA>
## X2021              <NA>              <NA>              <NA>
##       per_lm_alllm.adq_pop_tot SL.UEM.NEET.FE.ZS SL.TLF.0714.WK.ZS
## X1960                     <NA>              <NA>              <NA>
## X1961                     <NA>              <NA>              <NA>
## X1962                     <NA>              <NA>              <NA>
## X1963                     <NA>              <NA>              <NA>
## X1964                     <NA>              <NA>              <NA>
## X1965                     <NA>              <NA>              <NA>
## X1966                     <NA>              <NA>              <NA>
## X1967                     <NA>              <NA>              <NA>
## X1968                     <NA>              <NA>              <NA>
## X1969                     <NA>              <NA>              <NA>
## X1970                     <NA>              <NA>              <NA>
## X1971                     <NA>              <NA>              <NA>
## X1972                     <NA>              <NA>              <NA>
## X1973                     <NA>              <NA>              <NA>
## X1974                     <NA>              <NA>              <NA>
## X1975                     <NA>              <NA>              <NA>
## X1976                     <NA>              <NA>              <NA>
## X1977                     <NA>              <NA>              <NA>
## X1978                     <NA>              <NA>              <NA>
## X1979                     <NA>              <NA>              <NA>
## X1980                     <NA>              <NA>              <NA>
## X1981                     <NA>              <NA>              <NA>
## X1982                     <NA>              <NA>              <NA>
## X1983                     <NA>              <NA>              <NA>
## X1984                     <NA>              <NA>              <NA>
## X1985                     <NA>              <NA>              <NA>
## X1986                     <NA>              <NA>              <NA>
## X1987                     <NA>              <NA>              <NA>
## X1988                     <NA>              <NA>              <NA>
## X1989                     <NA>              <NA>              <NA>
## X1990                     <NA>              <NA>              <NA>
## X1991                     <NA>              <NA>              <NA>
## X1992                     <NA>              <NA>              <NA>
## X1993                     <NA>              <NA>              <NA>
## X1994                     <NA>              <NA>              <NA>
## X1995                     <NA>              <NA>              <NA>
## X1996                     <NA>              <NA>              <NA>
## X1997                     <NA>              <NA>              <NA>
## X1998                     <NA>              <NA>              <NA>
## X1999                     <NA>              <NA>              35.6
## X2000                     <NA>              <NA>              <NA>
## X2001                     <NA>              <NA>              <NA>
## X2002                     <NA>              <NA>              <NA>
## X2003                     <NA>              <NA>              <NA>
## X2004                     <NA>              <NA>              <NA>
## X2005                     <NA>              <NA>              <NA>
## X2006                     <NA>              <NA>              <NA>
## X2007                     <NA>              <NA>              <NA>
## X2008                     <NA>       24.11000061       13.49402296
## X2009                     <NA>              <NA>              <NA>
## X2010                     <NA>              <NA>              <NA>
## X2011                     <NA>              <NA>              <NA>
## X2012                     <NA>              <NA>              <NA>
## X2013                     <NA>              <NA>              <NA>
## X2014                     <NA>              <NA>       8.751440606
## X2015                     <NA>              <NA>              <NA>
## X2016                     <NA>              <NA>              <NA>
## X2017                     <NA>       45.81999969              <NA>
## X2018                     <NA>              <NA>              <NA>
## X2019                     <NA>              <NA>              <NA>
## X2020                     <NA>              <NA>              <NA>
## X2021                     <NA>              <NA>              <NA>
##       SL.SRV.EMPL.FE.ZS SL.FAM.WORK.FE.ZS SL.EMP.SMGT.FE.ZS SL.AGR.0714.ZS
## X1960              <NA>              <NA>              <NA>           <NA>
## X1961              <NA>              <NA>              <NA>           <NA>
## X1962              <NA>              <NA>              <NA>           <NA>
## X1963              <NA>              <NA>              <NA>           <NA>
## X1964              <NA>              <NA>              <NA>           <NA>
## X1965              <NA>              <NA>              <NA>           <NA>
## X1966              <NA>              <NA>              <NA>           <NA>
## X1967              <NA>              <NA>              <NA>           <NA>
## X1968              <NA>              <NA>              <NA>           <NA>
## X1969              <NA>              <NA>              <NA>           <NA>
## X1970              <NA>              <NA>              <NA>           <NA>
## X1971              <NA>              <NA>              <NA>           <NA>
## X1972              <NA>              <NA>              <NA>           <NA>
## X1973              <NA>              <NA>              <NA>           <NA>
## X1974              <NA>              <NA>              <NA>           <NA>
## X1975              <NA>              <NA>              <NA>           <NA>
## X1976              <NA>              <NA>              <NA>           <NA>
## X1977              <NA>              <NA>              <NA>           <NA>
## X1978              <NA>              <NA>              <NA>           <NA>
## X1979              <NA>              <NA>              <NA>           <NA>
## X1980              <NA>              <NA>              <NA>           <NA>
## X1981              <NA>              <NA>              <NA>           <NA>
## X1982              <NA>              <NA>              <NA>           <NA>
## X1983              <NA>              <NA>              <NA>           <NA>
## X1984              <NA>              <NA>              <NA>           <NA>
## X1985              <NA>              <NA>              <NA>           <NA>
## X1986              <NA>              <NA>              <NA>           <NA>
## X1987              <NA>              <NA>              <NA>           <NA>
## X1988              <NA>              <NA>              <NA>           <NA>
## X1989              <NA>              <NA>              <NA>           <NA>
## X1990              <NA>              <NA>              <NA>           <NA>
## X1991       8.170000076       70.69999695              <NA>           <NA>
## X1992       8.220000267       70.76000214              <NA>           <NA>
## X1993       8.300000191       70.80000305              <NA>           <NA>
## X1994               8.5             70.75              <NA>           <NA>
## X1995       8.670000076       70.72000122              <NA>           <NA>
## X1996       8.890000343       70.55000305              <NA>           <NA>
## X1997       9.149999619       70.30000305              <NA>           <NA>
## X1998       9.350000381       70.04000092              <NA>           <NA>
## X1999       9.579999924       69.68000031              <NA>          87.01
## X2000       9.899999619       69.30000305              <NA>           <NA>
## X2001       10.14999962       68.94999695              <NA>           <NA>
## X2002       10.40999985       68.76999664              <NA>           <NA>
## X2003       10.67000008       68.44000244              <NA>           <NA>
## X2004       10.97000027       68.01999664              <NA>           <NA>
## X2005             11.25       67.62000275              <NA>           <NA>
## X2006       11.51000023       67.19999695              <NA>           <NA>
## X2007       11.80000019       66.79000092              <NA>           <NA>
## X2008       12.15999985       66.23000336              <NA>          88.97
## X2009       12.60000038       65.51000214              <NA>           <NA>
## X2010       13.10000038       64.62999725              <NA>           <NA>
## X2011       13.60999966       63.54999924              <NA>           <NA>
## X2012       14.09000015       62.29000092              <NA>           <NA>
## X2013       14.56999969       60.93000031              <NA>           <NA>
## X2014       15.10999966       59.47000122              <NA>           <NA>
## X2015       15.59000015       58.22999954              <NA>           <NA>
## X2016       15.98999977       57.45000076              <NA>           <NA>
## X2017       16.45000076       56.45000076       13.89999962           <NA>
## X2018       16.88999939       55.59000015              <NA>           <NA>
## X2019       17.29999924       54.79000092              <NA>           <NA>
## X2020              <NA>              <NA>              <NA>           <NA>
## X2021              <NA>              <NA>              <NA>           <NA>
##       per_lm_alllm.cov_q3_tot SL.UEM.TOTL.NE.ZS SL.UEM.ADVN.FE.ZS
## X1960                    <NA>              <NA>              <NA>
## X1961                    <NA>              <NA>              <NA>
## X1962                    <NA>              <NA>              <NA>
## X1963                    <NA>              <NA>              <NA>
## X1964                    <NA>              <NA>              <NA>
## X1965                    <NA>              <NA>              <NA>
## X1966                    <NA>              <NA>              <NA>
## X1967                    <NA>              <NA>              <NA>
## X1968                    <NA>              <NA>              <NA>
## X1969                    <NA>              <NA>              <NA>
## X1970                    <NA>              <NA>              <NA>
## X1971                    <NA>              <NA>              <NA>
## X1972                    <NA>              <NA>              <NA>
## X1973                    <NA>              <NA>              <NA>
## X1974                    <NA>              <NA>              <NA>
## X1975                    <NA>              <NA>              <NA>
## X1976                    <NA>              <NA>              <NA>
## X1977                    <NA>              <NA>              <NA>
## X1978                    <NA>              <NA>              <NA>
## X1979                    <NA>              <NA>              <NA>
## X1980                    <NA>              <NA>              <NA>
## X1981                    <NA>              <NA>              <NA>
## X1982                    <NA>              <NA>              <NA>
## X1983                    <NA>              <NA>              <NA>
## X1984                    <NA>              <NA>              <NA>
## X1985                    <NA>              <NA>              <NA>
## X1986                    <NA>              <NA>              <NA>
## X1987                    <NA>              <NA>              <NA>
## X1988                    <NA>              <NA>              <NA>
## X1989                    <NA>              <NA>              <NA>
## X1990                    <NA>              <NA>              <NA>
## X1991                    <NA>              <NA>              <NA>
## X1992                    <NA>              <NA>              <NA>
## X1993                    <NA>              <NA>              <NA>
## X1994                    <NA>              <NA>              <NA>
## X1995                    <NA>              <NA>              <NA>
## X1996                    <NA>               4.5              <NA>
## X1997                    <NA>              <NA>              <NA>
## X1998                    <NA>              <NA>              <NA>
## X1999                    <NA>       1.850000024              <NA>
## X2000                    <NA>              <NA>              <NA>
## X2001                    <NA>              <NA>              <NA>
## X2002                    <NA>              <NA>              <NA>
## X2003                    <NA>              <NA>              <NA>
## X2004                    <NA>              <NA>              <NA>
## X2005                    <NA>              <NA>              <NA>
## X2006                    <NA>              <NA>              <NA>
## X2007                    <NA>              <NA>              <NA>
## X2008                    <NA>       1.330000043       5.900000095
## X2009                    <NA>              <NA>              <NA>
## X2010                    <NA>              <NA>              <NA>
## X2011                    <NA>              <NA>              <NA>
## X2012                    <NA>              <NA>              <NA>
## X2013                    <NA>              <NA>              <NA>
## X2014                    <NA>              <NA>              <NA>
## X2015                    <NA>       3.099999905              <NA>
## X2016                    <NA>              <NA>              <NA>
## X2017                    <NA>       10.65999985       7.679999828
## X2018                    <NA>              <NA>              <NA>
## X2019                    <NA>              <NA>              <NA>
## X2020                    <NA>              <NA>              <NA>
## X2021                    <NA>              <NA>              <NA>
##       SL.MNF.0714.FE.ZS SL.EMP.VULN.FE.ZS SL.EMP.1524.SP.MA.ZS SL.UEM.BASC.ZS
## X1960              <NA>              <NA>                 <NA>           <NA>
## X1961              <NA>              <NA>                 <NA>           <NA>
## X1962              <NA>              <NA>                 <NA>           <NA>
## X1963              <NA>              <NA>                 <NA>           <NA>
## X1964              <NA>              <NA>                 <NA>           <NA>
## X1965              <NA>              <NA>                 <NA>           <NA>
## X1966              <NA>              <NA>                 <NA>           <NA>
## X1967              <NA>              <NA>                 <NA>           <NA>
## X1968              <NA>              <NA>                 <NA>           <NA>
## X1969              <NA>              <NA>                 <NA>           <NA>
## X1970              <NA>              <NA>                 <NA>           <NA>
## X1971              <NA>              <NA>                 <NA>           <NA>
## X1972              <NA>              <NA>                 <NA>           <NA>
## X1973              <NA>              <NA>                 <NA>           <NA>
## X1974              <NA>              <NA>                 <NA>           <NA>
## X1975              <NA>              <NA>                 <NA>           <NA>
## X1976              <NA>              <NA>                 <NA>           <NA>
## X1977              <NA>              <NA>                 <NA>           <NA>
## X1978              <NA>              <NA>                 <NA>           <NA>
## X1979              <NA>              <NA>                 <NA>           <NA>
## X1980              <NA>              <NA>                 <NA>           <NA>
## X1981              <NA>              <NA>                 <NA>           <NA>
## X1982              <NA>              <NA>                 <NA>           <NA>
## X1983              <NA>              <NA>                 <NA>           <NA>
## X1984              <NA>              <NA>                 <NA>           <NA>
## X1985              <NA>              <NA>                 <NA>           <NA>
## X1986              <NA>              <NA>                 <NA>           <NA>
## X1987              <NA>              <NA>                 <NA>           <NA>
## X1988              <NA>              <NA>                 <NA>           <NA>
## X1989              <NA>              <NA>                 <NA>           <NA>
## X1990              <NA>              <NA>                 <NA>           <NA>
## X1991              <NA>       93.55999756          80.96700287           <NA>
## X1992              <NA>       93.58000183          80.88800049           <NA>
## X1993              <NA>       93.58000374          80.76899719           <NA>
## X1994              <NA>       93.56999969          80.58100128           <NA>
## X1995              <NA>       93.53000069          80.58300018           <NA>
## X1996              <NA>       93.47000313          80.43900299           <NA>
## X1997              <NA>       93.37000275          80.36399841           <NA>
## X1998              <NA>       93.27000046           80.3259964           <NA>
## X1999       1.531663387       93.14999962          80.23200226           <NA>
## X2000              <NA>       93.00000381          79.72399902           <NA>
## X2001              <NA>       92.84999657          79.15299988           <NA>
## X2002              <NA>       92.76999664          78.60800171           <NA>
## X2003              <NA>       92.67000198          77.94100189           <NA>
## X2004              <NA>        92.5399971          77.31300354           <NA>
## X2005              <NA>       92.40000343           76.7009964           <NA>
## X2006              <NA>       92.25999641          76.10399628           <NA>
## X2007              <NA>       92.13000107          75.48300171           <NA>
## X2008              1.48       91.94000244          74.81800079    1.029999971
## X2009              <NA>       91.68000221          73.82299805           <NA>
## X2010              <NA>       91.38999748           72.7539978           <NA>
## X2011              <NA>       91.00999832          71.80699921           <NA>
## X2012              <NA>       90.53000069          70.84400177           <NA>
## X2013              <NA>       90.03000069          69.96399689           <NA>
## X2014              <NA>       89.43000031          69.01699829           <NA>
## X2015              <NA>       88.89999962          68.28299713           <NA>
## X2016              <NA>       88.61000061          68.16400146           <NA>
## X2017              <NA>       88.21000099          67.49500275     9.81000042
## X2018              <NA>       87.83000183          67.27700043           <NA>
## X2019              <NA>       87.47000122          67.08100128           <NA>
## X2020              <NA>              <NA>          59.40100098           <NA>
## X2021              <NA>              <NA>          60.61999893           <NA>
##       SL.TLF.PART.FE.ZS SL.TLF.0714.WK.FE.ZS SL.SLF.0714.ZS SL.EMP.WORK.ZS
## X1960              <NA>                 <NA>           <NA>           <NA>
## X1961              <NA>                 <NA>           <NA>           <NA>
## X1962              <NA>                 <NA>           <NA>           <NA>
## X1963              <NA>                 <NA>           <NA>           <NA>
## X1964              <NA>                 <NA>           <NA>           <NA>
## X1965              <NA>                 <NA>           <NA>           <NA>
## X1966              <NA>                 <NA>           <NA>           <NA>
## X1967              <NA>                 <NA>           <NA>           <NA>
## X1968              <NA>                 <NA>           <NA>           <NA>
## X1969              <NA>                 <NA>           <NA>           <NA>
## X1970              <NA>                 <NA>           <NA>           <NA>
## X1971              <NA>                 <NA>           <NA>           <NA>
## X1972              <NA>                 <NA>           <NA>           <NA>
## X1973              <NA>                 <NA>           <NA>           <NA>
## X1974              <NA>                 <NA>           <NA>           <NA>
## X1975              <NA>                 <NA>           <NA>           <NA>
## X1976              <NA>                 <NA>           <NA>           <NA>
## X1977              <NA>                 <NA>           <NA>           <NA>
## X1978              <NA>                 <NA>           <NA>           <NA>
## X1979              <NA>                 <NA>           <NA>           <NA>
## X1980              <NA>                 <NA>           <NA>           <NA>
## X1981              <NA>                 <NA>           <NA>           <NA>
## X1982              <NA>                 <NA>           <NA>           <NA>
## X1983              <NA>                 <NA>           <NA>           <NA>
## X1984              <NA>                 <NA>           <NA>           <NA>
## X1985              <NA>                 <NA>           <NA>           <NA>
## X1986              <NA>                 <NA>           <NA>           <NA>
## X1987              <NA>                 <NA>           <NA>           <NA>
## X1988              <NA>                 <NA>           <NA>           <NA>
## X1989              <NA>                 <NA>           <NA>           <NA>
## X1990              <NA>                 <NA>           <NA>           <NA>
## X1991              <NA>                 <NA>           <NA>    14.56000042
## X1992              <NA>                 <NA>           <NA>    14.60000038
## X1993              <NA>                 <NA>           <NA>    14.64000034
## X1994              <NA>                 <NA>           <NA>    14.81000042
## X1995              <NA>                 <NA>           <NA>    14.86999989
## X1996              <NA>                 <NA>           <NA>    15.01000023
## X1997              <NA>                 <NA>           <NA>    15.15999985
## X1998              <NA>                 <NA>           <NA>    15.26000023
## X1999              <NA>                 46.2           4.23    15.43000031
## X2000              <NA>                 <NA>           <NA>    15.73999977
## X2001              <NA>                 <NA>           <NA>    16.04999924
## X2002              <NA>                 <NA>           <NA>    16.03000069
## X2003              <NA>                 <NA>           <NA>    16.21999931
## X2004              <NA>                 <NA>           <NA>    16.47999954
## X2005              <NA>                 <NA>           <NA>    16.69000053
## X2006              <NA>                 <NA>           <NA>    16.89999962
## X2007              <NA>                 <NA>           <NA>    17.10000038
## X2008       34.04999924          16.24081454           5.46           17.5
## X2009              <NA>                 <NA>           <NA>    17.87000084
## X2010              <NA>                 <NA>           <NA>    18.29999924
## X2011              <NA>                 <NA>           <NA>    18.67000008
## X2012              <NA>                 <NA>           <NA>    19.15999985
## X2013              <NA>                 <NA>           <NA>    19.62999916
## X2014              <NA>          10.20677001           <NA>    20.27000046
## X2015              <NA>                 <NA>           <NA>    20.70999908
## X2016              <NA>                 <NA>           <NA>    20.85000038
## X2017       40.25999832                 <NA>           <NA>    21.47999954
## X2018              <NA>                 <NA>           <NA>    22.04000092
## X2019              <NA>                 <NA>           <NA>    22.67000008
## X2020              <NA>                 <NA>           <NA>           <NA>
## X2021              <NA>                 <NA>           <NA>           <NA>
##       SL.EMP.MPYR.ZS per_lm_alllm.ben_q1_tot SL.UEM.TOTL.ZS SL.UEM.ADVN.MA.ZS
## X1960           <NA>                    <NA>           <NA>              <NA>
## X1961           <NA>                    <NA>           <NA>              <NA>
## X1962           <NA>                    <NA>           <NA>              <NA>
## X1963           <NA>                    <NA>           <NA>              <NA>
## X1964           <NA>                    <NA>           <NA>              <NA>
## X1965           <NA>                    <NA>           <NA>              <NA>
## X1966           <NA>                    <NA>           <NA>              <NA>
## X1967           <NA>                    <NA>           <NA>              <NA>
## X1968           <NA>                    <NA>           <NA>              <NA>
## X1969           <NA>                    <NA>           <NA>              <NA>
## X1970           <NA>                    <NA>           <NA>              <NA>
## X1971           <NA>                    <NA>           <NA>              <NA>
## X1972           <NA>                    <NA>           <NA>              <NA>
## X1973           <NA>                    <NA>           <NA>              <NA>
## X1974           <NA>                    <NA>           <NA>              <NA>
## X1975           <NA>                    <NA>           <NA>              <NA>
## X1976           <NA>                    <NA>           <NA>              <NA>
## X1977           <NA>                    <NA>           <NA>              <NA>
## X1978           <NA>                    <NA>           <NA>              <NA>
## X1979           <NA>                    <NA>           <NA>              <NA>
## X1980           <NA>                    <NA>           <NA>              <NA>
## X1981           <NA>                    <NA>           <NA>              <NA>
## X1982           <NA>                    <NA>           <NA>              <NA>
## X1983           <NA>                    <NA>           <NA>              <NA>
## X1984           <NA>                    <NA>           <NA>              <NA>
## X1985           <NA>                    <NA>           <NA>              <NA>
## X1986           <NA>                    <NA>           <NA>              <NA>
## X1987           <NA>                    <NA>           <NA>              <NA>
## X1988           <NA>                    <NA>           <NA>              <NA>
## X1989           <NA>                    <NA>           <NA>              <NA>
## X1990           <NA>                    <NA>           <NA>              <NA>
## X1991    0.899999976                    <NA>    1.766000032              <NA>
## X1992    0.899999976                    <NA>    1.707000017              <NA>
## X1993    0.910000026                    <NA>    1.715999961              <NA>
## X1994    0.910000026                    <NA>    1.886999965              <NA>
## X1995    0.910000026                    <NA>    1.738000035              <NA>
## X1996    0.920000017                    <NA>     1.82099998              <NA>
## X1997    0.920000017                    <NA>     1.83099997              <NA>
## X1998    0.930000007                    <NA>    1.781000018              <NA>
## X1999    0.930000007                    <NA>    1.850000024              <NA>
## X2000    0.930000007                    <NA>    1.855000019              <NA>
## X2001    0.939999998                    <NA>    1.746000051              <NA>
## X2002    0.939999998                    <NA>     1.54400003              <NA>
## X2003    0.949999988                    <NA>    1.595000029              <NA>
## X2004    0.949999988                    <NA>     1.55400002              <NA>
## X2005    0.959999979                    <NA>    1.457999945              <NA>
## X2006    0.959999979                    <NA>    1.393000007              <NA>
## X2007    0.970000029                    <NA>     1.33099997              <NA>
## X2008    0.970000029                    <NA>    1.330000043       4.590000153
## X2009    0.980000019                    <NA>    1.550999999              <NA>
## X2010     0.99000001                    <NA>    1.820000052              <NA>
## X2011     0.99000001                    <NA>    2.029999971              <NA>
## X2012              1                    <NA>    2.329999924              <NA>
## X2013              1                    <NA>    2.551000118              <NA>
## X2014     1.00999999                    <NA>    2.944000006              <NA>
## X2015     1.00999999                    <NA>    3.099999905              <NA>
## X2016    1.019999981                    <NA>    2.868000031              <NA>
## X2017    1.019999981                    <NA>    3.318000078       8.609999657
## X2018    1.029999971                    <NA>    3.193000078              <NA>
## X2019    1.029999971                    <NA>    3.096999884              <NA>
## X2020           <NA>                    <NA>    4.723999977              <NA>
## X2021           <NA>                    <NA>    5.052000046              <NA>
##       SL.TLF.0714.SW.MA.ZS SL.MNF.0714.MA.ZS SL.EMP.VULN.MA.ZS
## X1960                 <NA>              <NA>              <NA>
## X1961                 <NA>              <NA>              <NA>
## X1962                 <NA>              <NA>              <NA>
## X1963                 <NA>              <NA>              <NA>
## X1964                 <NA>              <NA>              <NA>
## X1965                 <NA>              <NA>              <NA>
## X1966                 <NA>              <NA>              <NA>
## X1967                 <NA>              <NA>              <NA>
## X1968                 <NA>              <NA>              <NA>
## X1969                 <NA>              <NA>              <NA>
## X1970                 <NA>              <NA>              <NA>
## X1971                 <NA>              <NA>              <NA>
## X1972                 <NA>              <NA>              <NA>
## X1973                 <NA>              <NA>              <NA>
## X1974                 <NA>              <NA>              <NA>
## X1975                 <NA>              <NA>              <NA>
## X1976                 <NA>              <NA>              <NA>
## X1977                 <NA>              <NA>              <NA>
## X1978                 <NA>              <NA>              <NA>
## X1979                 <NA>              <NA>              <NA>
## X1980                 <NA>              <NA>              <NA>
## X1981                 <NA>              <NA>              <NA>
## X1982                 <NA>              <NA>              <NA>
## X1983                 <NA>              <NA>              <NA>
## X1984                 <NA>              <NA>              <NA>
## X1985                 <NA>              <NA>              <NA>
## X1986                 <NA>              <NA>              <NA>
## X1987                 <NA>              <NA>              <NA>
## X1988                 <NA>              <NA>              <NA>
## X1989                 <NA>              <NA>              <NA>
## X1990                 <NA>              <NA>              <NA>
## X1991                 <NA>              <NA>       76.10000229
## X1992                 <NA>              <NA>       76.11000061
## X1993                 <NA>              <NA>       76.11999893
## X1994                 <NA>              <NA>       75.90000153
## X1995                 <NA>              <NA>       75.84000015
## X1996                 <NA>              <NA>       75.59999847
## X1997                 <NA>              <NA>        75.2899971
## X1998                 <NA>              <NA>       75.08000183
## X1999          76.77725118       1.203637722       74.72999954
## X2000                 <NA>              <NA>       74.16999817
## X2001                 <NA>              <NA>       73.68000221
## X2002                 <NA>              <NA>       73.76999855
## X2003                 <NA>              <NA>              73.5
## X2004                 <NA>              <NA>       73.07999802
## X2005                 <NA>              <NA>       72.76999855
## X2006                 <NA>              <NA>       72.48999977
## X2007                 <NA>              <NA>       72.21000099
## X2008          89.76286564              1.27       71.60000038
## X2009                 <NA>              <NA>       70.96999931
## X2010                 <NA>              <NA>       70.20000076
## X2011                 <NA>              <NA>       69.40000153
## X2012                 <NA>              <NA>       68.33000183
## X2013                 <NA>              <NA>       67.22999763
## X2014          92.86377382              <NA>       65.88999939
## X2015                 <NA>              <NA>       64.99000168
## X2016                 <NA>              <NA>       64.82999802
## X2017                 <NA>              <NA>       63.81999969
## X2018                 <NA>              <NA>       63.01999855
## X2019                 <NA>              <NA>       62.20000172
## X2020                 <NA>              <NA>              <NA>
## X2021                 <NA>              <NA>              <NA>
##       SL.EMP.1524.SP.NE.ZS SL.UEM.TOTL.MA.NE.ZS SL.UEM.1524.NE.ZS
## X1960                 <NA>                 <NA>              <NA>
## X1961                 <NA>                 <NA>              <NA>
## X1962                 <NA>                 <NA>              <NA>
## X1963                 <NA>                 <NA>              <NA>
## X1964                 <NA>                 <NA>              <NA>
## X1965                 <NA>                 <NA>              <NA>
## X1966                 <NA>                 <NA>              <NA>
## X1967                 <NA>                 <NA>              <NA>
## X1968                 <NA>                 <NA>              <NA>
## X1969                 <NA>                 <NA>              <NA>
## X1970                 <NA>                 <NA>              <NA>
## X1971                 <NA>                 <NA>              <NA>
## X1972                 <NA>                 <NA>              <NA>
## X1973                 <NA>                 <NA>              <NA>
## X1974                 <NA>                 <NA>              <NA>
## X1975                 <NA>                 <NA>              <NA>
## X1976                 <NA>                 <NA>              <NA>
## X1977                 <NA>                 <NA>              <NA>
## X1978                 <NA>                 <NA>              <NA>
## X1979                 <NA>                 <NA>              <NA>
## X1980                 <NA>                 <NA>              <NA>
## X1981                 <NA>                 <NA>              <NA>
## X1982                 <NA>                 <NA>              <NA>
## X1983                 <NA>                 <NA>              <NA>
## X1984                 <NA>                 <NA>              <NA>
## X1985                 <NA>                 <NA>              <NA>
## X1986                 <NA>                 <NA>              <NA>
## X1987                 <NA>                 <NA>              <NA>
## X1988                 <NA>                 <NA>              <NA>
## X1989                 <NA>                 <NA>              <NA>
## X1990                 <NA>                 <NA>              <NA>
## X1991                 <NA>                 <NA>              <NA>
## X1992                 <NA>                 <NA>              <NA>
## X1993                 <NA>                 <NA>              <NA>
## X1994                 <NA>                 <NA>              <NA>
## X1995                 <NA>                 <NA>              <NA>
## X1996                 <NA>                 <NA>              <NA>
## X1997                 <NA>                 <NA>              <NA>
## X1998                 <NA>                 <NA>              <NA>
## X1999                 <NA>          2.029999971       2.980000019
## X2000                 <NA>                 <NA>              <NA>
## X2001                 <NA>                 <NA>              <NA>
## X2002                 <NA>                 <NA>              <NA>
## X2003                 <NA>                 <NA>              <NA>
## X2004                 <NA>                 <NA>              <NA>
## X2005                 <NA>                 <NA>              <NA>
## X2006                 <NA>                 <NA>              <NA>
## X2007                 <NA>                 <NA>              <NA>
## X2008          74.26000214          1.590000033       2.180000067
## X2009                 <NA>                 <NA>              <NA>
## X2010                 <NA>                 <NA>              <NA>
## X2011                 <NA>                 <NA>              <NA>
## X2012                 <NA>                 <NA>              <NA>
## X2013                 <NA>                 <NA>              <NA>
## X2014                 <NA>                 <NA>              <NA>
## X2015                 <NA>          3.400000095              <NA>
## X2016                 <NA>                 <NA>              <NA>
## X2017          23.45000076          9.789999962       20.53000069
## X2018                 <NA>                 <NA>              <NA>
## X2019                 <NA>                 <NA>              <NA>
## X2020                 <NA>                 <NA>              <NA>
## X2021                 <NA>                 <NA>              <NA>
##       SL.IND.EMPL.MA.ZS SL.EMP.TOTL.SP.NE.ZS SL.EMP.1524.SP.FE.ZS
## X1960              <NA>                 <NA>                 <NA>
## X1961              <NA>                 <NA>                 <NA>
## X1962              <NA>                 <NA>                 <NA>
## X1963              <NA>                 <NA>                 <NA>
## X1964              <NA>                 <NA>                 <NA>
## X1965              <NA>                 <NA>                 <NA>
## X1966              <NA>                 <NA>                 <NA>
## X1967              <NA>                 <NA>                 <NA>
## X1968              <NA>                 <NA>                 <NA>
## X1969              <NA>                 <NA>                 <NA>
## X1970              <NA>                 <NA>                 <NA>
## X1971              <NA>                 <NA>                 <NA>
## X1972              <NA>                 <NA>                 <NA>
## X1973              <NA>                 <NA>                 <NA>
## X1974              <NA>                 <NA>                 <NA>
## X1975              <NA>                 <NA>                 <NA>
## X1976              <NA>                 <NA>                 <NA>
## X1977              <NA>                 <NA>                 <NA>
## X1978              <NA>                 <NA>                 <NA>
## X1979              <NA>                 <NA>                 <NA>
## X1980              <NA>                 <NA>                 <NA>
## X1981              <NA>                 <NA>                 <NA>
## X1982              <NA>                 <NA>                 <NA>
## X1983              <NA>                 <NA>                 <NA>
## X1984              <NA>                 <NA>                 <NA>
## X1985              <NA>                 <NA>                 <NA>
## X1986              <NA>                 <NA>                 <NA>
## X1987              <NA>                 <NA>                 <NA>
## X1988              <NA>                 <NA>                 <NA>
## X1989              <NA>                 <NA>                 <NA>
## X1990              <NA>                 <NA>                 <NA>
## X1991        3.99000001                 <NA>          77.31400299
## X1992       4.659999847                 <NA>          77.53700256
## X1993       5.420000076                 <NA>          77.78900146
## X1994       6.440000057                 <NA>          78.02400208
## X1995       7.519999981                 <NA>          78.37200165
## X1996       8.850000381          67.19999695          78.31099701
## X1997       10.43999958                 <NA>          78.29299927
## X1998       12.18999958                 <NA>          78.32099915
## X1999       14.34000015                84.25          78.36199951
## X2000       15.30000019                 <NA>          77.87400055
## X2001       15.94999981                 <NA>          77.41100311
## X2002       16.20999908                 <NA>          76.95899963
## X2003       16.65999985          91.59999847          76.42099762
## X2004       17.03000069                 <NA>          75.89299774
## X2005       17.28000069                 <NA>          75.36799622
## X2006       17.51000023                 <NA>          74.81199646
## X2007       17.70000076                 <NA>          74.24199677
## X2008       18.17000008          82.22000122          73.63600159
## X2009       18.44000053                 <NA>          73.22499847
## X2010       18.81999969                 <NA>          72.85800171
## X2011       19.19000053                 <NA>          72.68900299
## X2012       19.79999924                 <NA>          72.72899628
## X2013       20.45000076          78.40000153          72.94799805
## X2014       21.20999908          79.80000305          73.08499908
## X2015       21.67000008                 <NA>          73.22699738
## X2016       21.59000015                 <NA>          73.87400055
## X2017       22.34000015          35.65999985          73.99099731
## X2018       22.87999916                 <NA>          74.17900085
## X2019       23.30999947                 <NA>          74.17900085
## X2020              <NA>                 <NA>          64.13600159
## X2021              <NA>                 <NA>          67.24099731
##       SL.WAG.0714.FE.ZS SL.UEM.ADVN.ZS SL.MNF.0714.ZS SL.EMP.VULN.ZS
## X1960              <NA>           <NA>           <NA>           <NA>
## X1961              <NA>           <NA>           <NA>           <NA>
## X1962              <NA>           <NA>           <NA>           <NA>
## X1963              <NA>           <NA>           <NA>           <NA>
## X1964              <NA>           <NA>           <NA>           <NA>
## X1965              <NA>           <NA>           <NA>           <NA>
## X1966              <NA>           <NA>           <NA>           <NA>
## X1967              <NA>           <NA>           <NA>           <NA>
## X1968              <NA>           <NA>           <NA>           <NA>
## X1969              <NA>           <NA>           <NA>           <NA>
## X1970              <NA>           <NA>           <NA>           <NA>
## X1971              <NA>           <NA>           <NA>           <NA>
## X1972              <NA>           <NA>           <NA>           <NA>
## X1973              <NA>           <NA>           <NA>           <NA>
## X1974              <NA>           <NA>           <NA>           <NA>
## X1975              <NA>           <NA>           <NA>           <NA>
## X1976              <NA>           <NA>           <NA>           <NA>
## X1977              <NA>           <NA>           <NA>           <NA>
## X1978              <NA>           <NA>           <NA>           <NA>
## X1979              <NA>           <NA>           <NA>           <NA>
## X1980              <NA>           <NA>           <NA>           <NA>
## X1981              <NA>           <NA>           <NA>           <NA>
## X1982              <NA>           <NA>           <NA>           <NA>
## X1983              <NA>           <NA>           <NA>           <NA>
## X1984              <NA>           <NA>           <NA>           <NA>
## X1985              <NA>           <NA>           <NA>           <NA>
## X1986              <NA>           <NA>           <NA>           <NA>
## X1987              <NA>           <NA>           <NA>           <NA>
## X1988              <NA>           <NA>           <NA>           <NA>
## X1989              <NA>           <NA>           <NA>           <NA>
## X1990              <NA>           <NA>           <NA>           <NA>
## X1991              <NA>           <NA>           <NA>    84.54999924
## X1992              <NA>           <NA>           <NA>    84.49999809
## X1993              <NA>           <NA>           <NA>    84.45000076
## X1994              <NA>           <NA>           <NA>    84.29000092
## X1995              <NA>           <NA>           <NA>    84.21999741
## X1996              <NA>           <NA>           <NA>    84.07999802
## X1997              <NA>           <NA>           <NA>    83.91999817
## X1998              <NA>           <NA>           <NA>    83.81999969
## X1999               2.7           <NA>           1.38    83.63999939
## X2000              <NA>           <NA>           <NA>    83.33000183
## X2001              <NA>           <NA>           <NA>    83.02000046
## X2002              <NA>           <NA>           <NA>    83.02999878
## X2003              <NA>           <NA>           <NA>    82.84000015
## X2004              <NA>           <NA>           <NA>    82.56999969
## X2005              <NA>           <NA>           <NA>    82.34999847
## X2006              <NA>           <NA>           <NA>    82.13999939
## X2007              <NA>           <NA>           <NA>    81.93999863
## X2008              1.69    5.039999962           1.39    81.52999878
## X2009              <NA>           <NA>           <NA>    81.14999771
## X2010              <NA>           <NA>           <NA>    80.70999908
## X2011              <NA>           <NA>           <NA>    80.34000015
## X2012              <NA>           <NA>           <NA>    79.85000229
## X2013              <NA>           <NA>           <NA>    79.36999893
## X2014              <NA>           <NA>           <NA>    78.72000122
## X2015              <NA>           <NA>           <NA>    78.27999878
## X2016              <NA>           <NA>           <NA>    78.13000107
## X2017              <NA>    8.319999695           <NA>           77.5
## X2018              <NA>           <NA>           <NA>    76.93000031
## X2019              <NA>           <NA>           <NA>    76.31000137
## X2020              <NA>           <NA>           <NA>           <NA>
## X2021              <NA>           <NA>           <NA>           <NA>
##       SL.EMP.1524.SP.ZS
## X1960              <NA>
## X1961              <NA>
## X1962              <NA>
## X1963              <NA>
## X1964              <NA>
## X1965              <NA>
## X1966              <NA>
## X1967              <NA>
## X1968              <NA>
## X1969              <NA>
## X1970              <NA>
## X1971              <NA>
## X1972              <NA>
## X1973              <NA>
## X1974              <NA>
## X1975              <NA>
## X1976              <NA>
## X1977              <NA>
## X1978              <NA>
## X1979              <NA>
## X1980              <NA>
## X1981              <NA>
## X1982              <NA>
## X1983              <NA>
## X1984              <NA>
## X1985              <NA>
## X1986              <NA>
## X1987              <NA>
## X1988              <NA>
## X1989              <NA>
## X1990              <NA>
## X1991       79.17900085
## X1992       79.26300049
## X1993       79.33399963
## X1994       79.35600281
## X1995       79.52400208
## X1996       79.40699768
## X1997       79.34600067
## X1998       79.32800293
## X1999       79.29199982
## X2000       78.78800201
## X2001       78.26300049
## X2002       77.75800323
## X2003       77.15200043
## X2004        76.5719986
## X2005        76.0039978
## X2006       75.43000031
## X2007       74.83799744
## X2008       74.20500183
## X2009       73.51300049
## X2010       72.80799866
## X2011       72.27100372
## X2012       71.84600067
## X2013       71.56199646
## X2014       71.19999695
## X2015       70.92199707
## X2016       71.19400024
## X2017       70.91300201
## X2018       70.87200165
## X2019       70.73799896
## X2020       61.81600189
## X2021       63.98600006
# Converting columns to numeric types

#nepal_df$TM.TAX.MRCH.WM.AR.ZS = as.numeric(as.character(nepal_df$TM.TAX.MRCH.WM.AR.ZS))
#nepal_df$NY.GDP.PETR.RT.ZS = as.numeric(as.character(nepal_df$NY.GDP.PETR.RT.ZS))

nepal_df[1:dim(nepal_df)[2]] <- sapply(nepal_df[1:dim(nepal_df)[2]],as.numeric)
sapply(nepal_df, class)
##                     YEAR     TM.TAX.MRCH.WM.AR.ZS        TM.TAX.MRCH.IP.ZS 
##                "numeric"                "numeric"                "numeric" 
##           NY.TAX.NIND.KN        TM.TAX.TCOM.BC.ZS        TM.TAX.MANF.BC.ZS 
##                "numeric"                "numeric"                "numeric" 
##        GC.TAX.INTT.RV.ZS     TM.TAX.MRCH.WM.FN.ZS     TM.TAX.MRCH.SM.AR.ZS 
##                "numeric"                "numeric"                "numeric" 
##        TM.TAX.TCOM.IP.ZS        TM.TAX.MANF.IP.ZS           IC.TAX.GIFT.ZS 
##                "numeric"                "numeric"                "numeric" 
##        GC.TAX.TOTL.GD.ZS        GC.TAX.GSRV.VA.ZS        IC.TAX.LABR.CP.ZS 
##                "numeric"                "numeric"                "numeric" 
##           GC.TAX.YPKG.CN        TM.TAX.MRCH.BR.ZS           NY.TAX.NIND.CN 
##                "numeric"                "numeric"                "numeric" 
##        TM.TAX.MRCH.SR.ZS        IC.TAX.OTHR.CP.ZS           GC.TAX.YPKG.ZS 
##                "numeric"                "numeric"                "numeric" 
##           GC.TAX.IMPT.ZS           GC.TAX.OTHR.CN           GC.TAX.IMPT.CN 
##                "numeric"                "numeric"                "numeric" 
##     TM.TAX.TCOM.WM.AR.ZS     TM.TAX.MANF.WM.AR.ZS              IC.TAX.PAYM 
##                "numeric"                "numeric"                "numeric" 
##           GC.TAX.EXPT.CN        IC.TAX.TOTL.CP.ZS           IC.FRM.INFM.ZS 
##                "numeric"                "numeric"                "numeric" 
##           GC.TAX.GSRV.CN           GC.TAX.INTT.CN     TM.TAX.TCOM.WM.FN.ZS 
##                "numeric"                "numeric"                "numeric" 
##     TM.TAX.MANF.WM.FN.ZS     TM.TAX.MRCH.SM.FN.ZS     TM.TAX.TCOM.SM.AR.ZS 
##                "numeric"                "numeric"                "numeric" 
##     TM.TAX.MANF.SM.AR.ZS           IC.FRM.METG.ZS        GC.TAX.GSRV.RV.ZS 
##                "numeric"                "numeric"                "numeric" 
##        TM.TAX.MRCH.BC.ZS           NY.TAX.NIND.CD     TM.TAX.TCOM.SM.FN.ZS 
##                "numeric"                "numeric"                "numeric" 
##     TM.TAX.MANF.SM.FN.ZS              IC.TAX.METG        GC.TAX.YPKG.RV.ZS 
##                "numeric"                "numeric"                "numeric" 
##              IC.TAX.DURS           GC.TAX.TOTL.CN        TM.TAX.TCOM.BR.ZS 
##                "numeric"                "numeric"                "numeric" 
##        TM.TAX.MANF.BR.ZS        TM.TAX.TCOM.SR.ZS        TM.TAX.MANF.SR.ZS 
##                "numeric"                "numeric"                "numeric" 
##        IC.TAX.PRFT.CP.ZS           GC.TAX.EXPT.ZS        GC.TAX.OTHR.RV.ZS 
##                "numeric"                "numeric"                "numeric" 
##        TG.VAL.TOTL.GD.ZS           NY.GDP.MKTP.KD        NY.GDP.COAL.RT.ZS 
##                "numeric"                "numeric"                "numeric" 
##        NY.GDP.PCAP.PP.KD        NY.GDP.MINR.RT.ZS           NY.GDP.MKTP.KN 
##                "numeric"                "numeric"                "numeric" 
##     NY.GDP.DEFL.KD.ZG.AD           NV.SRV.TOTL.ZS        ER.GDP.FWTL.M3.KD 
##                "numeric"                "numeric"                "numeric" 
##     BX.TRF.PWKR.DT.GD.ZS        SL.GDP.PCAP.EM.KD        SE.XPD.TERT.PC.ZS 
##                "numeric"                "numeric"                "numeric" 
##           NY.GDS.TOTL.ZS        NY.GDP.MKTP.KD.ZG        NY.GDP.DEFL.KD.ZG 
##                "numeric"                "numeric"                "numeric" 
##        SH.XPD.CHEX.GD.ZS        SE.XPD.PRIM.PC.ZS        NY.GDP.PETR.RT.ZS 
##                "numeric"                "numeric"                "numeric" 
##           NY.GDP.MKTP.CD           NE.DAB.TOTL.ZS        SH.XPD.GHED.GD.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SE.XPD.TOTL.GD.ZS           PA.NUS.PPPC.RF        NY.GDP.MKTP.PP.KD 
##                "numeric"                "numeric"                "numeric" 
##        NY.GDP.DEFL.ZS.AD           NE.GDI.TOTL.ZS        GC.TAX.TOTL.GD.ZS 
##                "numeric"                "numeric"                "numeric" 
##        FS.AST.DOMS.GD.ZS        FM.AST.PRVT.GD.ZS        EN.ATM.CO2E.KD.GD 
##                "numeric"                "numeric"                "numeric" 
##        NY.GDP.PCAP.PP.CD        NY.GDP.FRST.RT.ZS           NE.GDI.FTOT.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SE.XPD.SECO.PC.ZS        NY.GDP.MKTP.CN.AD           NV.IND.MANF.ZS 
##                "numeric"                "numeric"                "numeric" 
##           NE.TRD.GNFS.ZS        GC.REV.XGRT.GD.ZS        GB.XPD.RSDV.GD.ZS 
##                "numeric"                "numeric"                "numeric" 
##     EG.USE.COMM.GD.PP.KD        GC.NLD.TOTL.GD.ZS        BN.CAB.XOKA.GD.ZS 
##                "numeric"                "numeric"                "numeric" 
##        BG.GSR.NFSV.GD.ZS           NE.CON.PRVT.ZS        GC.LBL.TOTL.GD.ZS 
##                "numeric"                "numeric"                "numeric" 
##        FS.AST.PRVT.GD.ZS     BM.KLT.DINV.WD.GD.ZS           NY.GDP.PCAP.KD 
##                "numeric"                "numeric"                "numeric" 
##           NY.GDP.FCST.CN        FS.AST.CGOV.GD.ZS        EN.ATM.CO2E.PP.GD 
##                "numeric"                "numeric"                "numeric" 
##     EG.GDP.PUSE.KO.PP.KD        EG.EGY.PRIM.PP.KD        GC.NFN.TOTL.GD.ZS 
##                "numeric"                "numeric"                "numeric" 
##        FM.LBL.BMNY.GD.ZS        NY.GDP.PCAP.KD.ZG           NY.GDP.FCST.KD 
##                "numeric"                "numeric"                "numeric" 
##        NY.GDP.TOTL.RT.ZS           NY.GDP.MKTP.CN           NE.RSB.GNFS.ZS 
##                "numeric"                "numeric"                "numeric" 
##        MS.MIL.XPND.GD.ZS        NY.GDP.NGAS.RT.ZS           NY.GDP.DISC.CN 
##                "numeric"                "numeric"                "numeric" 
##           NV.IND.TOTL.ZS           NE.GDI.FPRV.ZS        GC.DOD.TOTL.GD.ZS 
##                "numeric"                "numeric"                "numeric" 
##        FS.AST.DOMO.GD.ZS     EN.ATM.CO2E.PP.GD.KD     BX.KLT.DINV.WD.GD.ZS 
##                "numeric"                "numeric"                "numeric" 
##           NY.GDP.PCAP.KN           NY.GDP.FCST.KN           NE.IMP.GNFS.ZS 
##                "numeric"                "numeric"                "numeric" 
##           NY.GNS.ICTR.ZS           NY.GDP.PCAP.CD           NY.GDP.DISC.KN 
##                "numeric"                "numeric"                "numeric" 
##           NV.AGR.TOTL.ZS        CM.MKT.TRAD.GD.ZS        CM.MKT.LCAP.GD.ZS 
##                "numeric"                "numeric"                "numeric" 
##               PA.NUS.PPP        NY.GDP.MKTP.PP.CD           NY.GDP.DEFL.ZS 
##                "numeric"                "numeric"                "numeric" 
##           NE.EXP.GNFS.ZS           NY.GDP.PCAP.CN           NY.GDP.FCST.CD 
##                "numeric"                "numeric"                "numeric" 
##           NE.CON.TOTL.ZS        GC.AST.TOTL.GD.ZS        EG.GDP.PUSE.KO.PP 
##                "numeric"                "numeric"                "numeric" 
##           NE.CON.GOVT.ZS        GC.XPN.TOTL.GD.ZS        FD.AST.PRVT.GD.ZS 
##                "numeric"                "numeric"                "numeric" 
##           SL.UEM.NEET.ZS        SL.UEM.1524.FE.ZS           SL.SRV.EMPL.ZS 
##                "numeric"                "numeric"                "numeric" 
##           SL.FAM.WORK.ZS     SL.EMP.TOTL.SP.FE.ZS        SL.AGR.EMPL.MA.ZS 
##                "numeric"                "numeric"                "numeric" 
##  per_lm_alllm.cov_q5_tot        SL.UEM.INTM.MA.ZS           SL.TLF.PART.ZS 
##                "numeric"                "numeric"                "numeric" 
##     SL.TLF.0714.WK.MA.ZS        SL.SRV.0714.MA.ZS        SL.FAM.0714.MA.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.EMP.SELF.MA.ZS        SL.AGR.0714.FE.ZS  per_lm_alllm.cov_q1_tot 
##                "numeric"                "numeric"                "numeric" 
##        SL.UEM.TOTL.FE.ZS        SL.UEM.1524.MA.ZS        SL.TLF.0714.MA.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.IND.EMPL.FE.ZS     SL.EMP.TOTL.SP.MA.ZS  SL.EMP.1524.SP.FE.NE.ZS 
##                "numeric"                "numeric"                "numeric" 
##     SL.UEM.TOTL.FE.NE.ZS     SL.UEM.1524.MA.NE.ZS        SL.TLF.0714.FE.ZS 
##                "numeric"                "numeric"                "numeric" 
##  SL.EMP.TOTL.SP.MA.NE.ZS           SL.AGR.EMPL.ZS           SL.UEM.INTM.ZS 
##                "numeric"                "numeric"                "numeric" 
##           SL.SRV.0714.ZS           SL.FAM.0714.ZS           SL.EMP.SELF.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.AGR.0714.MA.ZS  per_lm_alllm.cov_q2_tot        SL.UEM.TOTL.MA.ZS 
##                "numeric"                "numeric"                "numeric" 
##           SL.UEM.1524.ZS     SL.TLF.0714.SW.FE.ZS           SL.IND.EMPL.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.EMP.TOTL.SP.ZS  SL.EMP.1524.SP.MA.NE.ZS        SL.UEM.INTM.FE.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.TLF.PART.MA.ZS        SL.SRV.0714.FE.ZS        SL.FAM.0714.FE.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.EMP.SELF.FE.ZS per_lm_alllm.cov_pop_tot        SL.UEM.NEET.MA.ZS 
##                "numeric"                "numeric"                "numeric" 
##     SL.UEM.1524.FE.NE.ZS           SL.TLF.0714.ZS        SL.SRV.EMPL.MA.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.FAM.WORK.MA.ZS  SL.EMP.TOTL.SP.FE.NE.ZS        SL.AGR.EMPL.FE.ZS 
##                "numeric"                "numeric"                "numeric" 
##  per_lm_alllm.cov_q4_tot        SL.WAG.0714.MA.ZS        SL.UEM.BASC.FE.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.TLF.0714.SW.ZS        SL.SLF.0714.FE.ZS        SL.EMP.WORK.FE.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.EMP.MPYR.FE.ZS           SL.WAG.0714.ZS        SL.UEM.BASC.MA.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.SLF.0714.MA.ZS        SL.EMP.WORK.MA.ZS        SL.EMP.MPYR.MA.ZS 
##                "numeric"                "numeric"                "numeric" 
## per_lm_alllm.adq_pop_tot        SL.UEM.NEET.FE.ZS        SL.TLF.0714.WK.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.SRV.EMPL.FE.ZS        SL.FAM.WORK.FE.ZS        SL.EMP.SMGT.FE.ZS 
##                "numeric"                "numeric"                "numeric" 
##           SL.AGR.0714.ZS  per_lm_alllm.cov_q3_tot        SL.UEM.TOTL.NE.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.UEM.ADVN.FE.ZS        SL.MNF.0714.FE.ZS        SL.EMP.VULN.FE.ZS 
##                "numeric"                "numeric"                "numeric" 
##     SL.EMP.1524.SP.MA.ZS           SL.UEM.BASC.ZS        SL.TLF.PART.FE.ZS 
##                "numeric"                "numeric"                "numeric" 
##     SL.TLF.0714.WK.FE.ZS           SL.SLF.0714.ZS           SL.EMP.WORK.ZS 
##                "numeric"                "numeric"                "numeric" 
##           SL.EMP.MPYR.ZS  per_lm_alllm.ben_q1_tot           SL.UEM.TOTL.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.UEM.ADVN.MA.ZS     SL.TLF.0714.SW.MA.ZS        SL.MNF.0714.MA.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.EMP.VULN.MA.ZS     SL.EMP.1524.SP.NE.ZS     SL.UEM.TOTL.MA.NE.ZS 
##                "numeric"                "numeric"                "numeric" 
##        SL.UEM.1524.NE.ZS        SL.IND.EMPL.MA.ZS     SL.EMP.TOTL.SP.NE.ZS 
##                "numeric"                "numeric"                "numeric" 
##     SL.EMP.1524.SP.FE.ZS        SL.WAG.0714.FE.ZS           SL.UEM.ADVN.ZS 
##                "numeric"                "numeric"                "numeric" 
##           SL.MNF.0714.ZS           SL.EMP.VULN.ZS        SL.EMP.1524.SP.ZS 
##                "numeric"                "numeric"                "numeric"
# Check if there are any null values
head(is.na(nepal_df))
##        YEAR TM.TAX.MRCH.WM.AR.ZS TM.TAX.MRCH.IP.ZS NY.TAX.NIND.KN
## X1960 FALSE                 TRUE              TRUE           TRUE
## X1961 FALSE                 TRUE              TRUE           TRUE
## X1962 FALSE                 TRUE              TRUE           TRUE
## X1963 FALSE                 TRUE              TRUE           TRUE
## X1964 FALSE                 TRUE              TRUE           TRUE
## X1965 FALSE                 TRUE              TRUE          FALSE
##       TM.TAX.TCOM.BC.ZS TM.TAX.MANF.BC.ZS GC.TAX.INTT.RV.ZS
## X1960              TRUE              TRUE              TRUE
## X1961              TRUE              TRUE              TRUE
## X1962              TRUE              TRUE              TRUE
## X1963              TRUE              TRUE              TRUE
## X1964              TRUE              TRUE              TRUE
## X1965              TRUE              TRUE              TRUE
##       TM.TAX.MRCH.WM.FN.ZS TM.TAX.MRCH.SM.AR.ZS TM.TAX.TCOM.IP.ZS
## X1960                 TRUE                 TRUE              TRUE
## X1961                 TRUE                 TRUE              TRUE
## X1962                 TRUE                 TRUE              TRUE
## X1963                 TRUE                 TRUE              TRUE
## X1964                 TRUE                 TRUE              TRUE
## X1965                 TRUE                 TRUE              TRUE
##       TM.TAX.MANF.IP.ZS IC.TAX.GIFT.ZS GC.TAX.TOTL.GD.ZS GC.TAX.GSRV.VA.ZS
## X1960              TRUE           TRUE              TRUE              TRUE
## X1961              TRUE           TRUE              TRUE              TRUE
## X1962              TRUE           TRUE              TRUE              TRUE
## X1963              TRUE           TRUE              TRUE              TRUE
## X1964              TRUE           TRUE              TRUE              TRUE
## X1965              TRUE           TRUE              TRUE              TRUE
##       IC.TAX.LABR.CP.ZS GC.TAX.YPKG.CN TM.TAX.MRCH.BR.ZS NY.TAX.NIND.CN
## X1960              TRUE           TRUE              TRUE          FALSE
## X1961              TRUE           TRUE              TRUE          FALSE
## X1962              TRUE           TRUE              TRUE          FALSE
## X1963              TRUE           TRUE              TRUE          FALSE
## X1964              TRUE           TRUE              TRUE          FALSE
## X1965              TRUE           TRUE              TRUE          FALSE
##       TM.TAX.MRCH.SR.ZS IC.TAX.OTHR.CP.ZS GC.TAX.YPKG.ZS GC.TAX.IMPT.ZS
## X1960              TRUE              TRUE           TRUE           TRUE
## X1961              TRUE              TRUE           TRUE           TRUE
## X1962              TRUE              TRUE           TRUE           TRUE
## X1963              TRUE              TRUE           TRUE           TRUE
## X1964              TRUE              TRUE           TRUE           TRUE
## X1965              TRUE              TRUE           TRUE           TRUE
##       GC.TAX.OTHR.CN GC.TAX.IMPT.CN TM.TAX.TCOM.WM.AR.ZS TM.TAX.MANF.WM.AR.ZS
## X1960           TRUE           TRUE                 TRUE                 TRUE
## X1961           TRUE           TRUE                 TRUE                 TRUE
## X1962           TRUE           TRUE                 TRUE                 TRUE
## X1963           TRUE           TRUE                 TRUE                 TRUE
## X1964           TRUE           TRUE                 TRUE                 TRUE
## X1965           TRUE           TRUE                 TRUE                 TRUE
##       IC.TAX.PAYM GC.TAX.EXPT.CN IC.TAX.TOTL.CP.ZS IC.FRM.INFM.ZS
## X1960        TRUE           TRUE              TRUE           TRUE
## X1961        TRUE           TRUE              TRUE           TRUE
## X1962        TRUE           TRUE              TRUE           TRUE
## X1963        TRUE           TRUE              TRUE           TRUE
## X1964        TRUE           TRUE              TRUE           TRUE
## X1965        TRUE           TRUE              TRUE           TRUE
##       GC.TAX.GSRV.CN GC.TAX.INTT.CN TM.TAX.TCOM.WM.FN.ZS TM.TAX.MANF.WM.FN.ZS
## X1960           TRUE           TRUE                 TRUE                 TRUE
## X1961           TRUE           TRUE                 TRUE                 TRUE
## X1962           TRUE           TRUE                 TRUE                 TRUE
## X1963           TRUE           TRUE                 TRUE                 TRUE
## X1964           TRUE           TRUE                 TRUE                 TRUE
## X1965           TRUE           TRUE                 TRUE                 TRUE
##       TM.TAX.MRCH.SM.FN.ZS TM.TAX.TCOM.SM.AR.ZS TM.TAX.MANF.SM.AR.ZS
## X1960                 TRUE                 TRUE                 TRUE
## X1961                 TRUE                 TRUE                 TRUE
## X1962                 TRUE                 TRUE                 TRUE
## X1963                 TRUE                 TRUE                 TRUE
## X1964                 TRUE                 TRUE                 TRUE
## X1965                 TRUE                 TRUE                 TRUE
##       IC.FRM.METG.ZS GC.TAX.GSRV.RV.ZS TM.TAX.MRCH.BC.ZS NY.TAX.NIND.CD
## X1960           TRUE              TRUE              TRUE          FALSE
## X1961           TRUE              TRUE              TRUE          FALSE
## X1962           TRUE              TRUE              TRUE          FALSE
## X1963           TRUE              TRUE              TRUE          FALSE
## X1964           TRUE              TRUE              TRUE          FALSE
## X1965           TRUE              TRUE              TRUE          FALSE
##       TM.TAX.TCOM.SM.FN.ZS TM.TAX.MANF.SM.FN.ZS IC.TAX.METG GC.TAX.YPKG.RV.ZS
## X1960                 TRUE                 TRUE        TRUE              TRUE
## X1961                 TRUE                 TRUE        TRUE              TRUE
## X1962                 TRUE                 TRUE        TRUE              TRUE
## X1963                 TRUE                 TRUE        TRUE              TRUE
## X1964                 TRUE                 TRUE        TRUE              TRUE
## X1965                 TRUE                 TRUE        TRUE              TRUE
##       IC.TAX.DURS GC.TAX.TOTL.CN TM.TAX.TCOM.BR.ZS TM.TAX.MANF.BR.ZS
## X1960        TRUE           TRUE              TRUE              TRUE
## X1961        TRUE           TRUE              TRUE              TRUE
## X1962        TRUE           TRUE              TRUE              TRUE
## X1963        TRUE           TRUE              TRUE              TRUE
## X1964        TRUE           TRUE              TRUE              TRUE
## X1965        TRUE           TRUE              TRUE              TRUE
##       TM.TAX.TCOM.SR.ZS TM.TAX.MANF.SR.ZS IC.TAX.PRFT.CP.ZS GC.TAX.EXPT.ZS
## X1960              TRUE              TRUE              TRUE           TRUE
## X1961              TRUE              TRUE              TRUE           TRUE
## X1962              TRUE              TRUE              TRUE           TRUE
## X1963              TRUE              TRUE              TRUE           TRUE
## X1964              TRUE              TRUE              TRUE           TRUE
## X1965              TRUE              TRUE              TRUE           TRUE
##       GC.TAX.OTHR.RV.ZS TG.VAL.TOTL.GD.ZS NY.GDP.MKTP.KD NY.GDP.COAL.RT.ZS
## X1960              TRUE             FALSE          FALSE              TRUE
## X1961              TRUE             FALSE          FALSE              TRUE
## X1962              TRUE             FALSE          FALSE              TRUE
## X1963              TRUE             FALSE          FALSE              TRUE
## X1964              TRUE             FALSE          FALSE              TRUE
## X1965              TRUE             FALSE          FALSE              TRUE
##       NY.GDP.PCAP.PP.KD NY.GDP.MINR.RT.ZS NY.GDP.MKTP.KN NY.GDP.DEFL.KD.ZG.AD
## X1960              TRUE              TRUE          FALSE                 TRUE
## X1961              TRUE              TRUE          FALSE                 TRUE
## X1962              TRUE              TRUE          FALSE                 TRUE
## X1963              TRUE              TRUE          FALSE                 TRUE
## X1964              TRUE              TRUE          FALSE                 TRUE
## X1965              TRUE              TRUE          FALSE                 TRUE
##       NV.SRV.TOTL.ZS ER.GDP.FWTL.M3.KD BX.TRF.PWKR.DT.GD.ZS SL.GDP.PCAP.EM.KD
## X1960          FALSE              TRUE                 TRUE              TRUE
## X1961          FALSE              TRUE                 TRUE              TRUE
## X1962          FALSE              TRUE                 TRUE              TRUE
## X1963          FALSE              TRUE                 TRUE              TRUE
## X1964          FALSE              TRUE                 TRUE              TRUE
## X1965          FALSE              TRUE                 TRUE              TRUE
##       SE.XPD.TERT.PC.ZS NY.GDS.TOTL.ZS NY.GDP.MKTP.KD.ZG NY.GDP.DEFL.KD.ZG
## X1960              TRUE           TRUE              TRUE              TRUE
## X1961              TRUE           TRUE             FALSE             FALSE
## X1962              TRUE           TRUE             FALSE             FALSE
## X1963              TRUE           TRUE             FALSE             FALSE
## X1964              TRUE           TRUE             FALSE             FALSE
## X1965              TRUE           TRUE             FALSE             FALSE
##       SH.XPD.CHEX.GD.ZS SE.XPD.PRIM.PC.ZS NY.GDP.PETR.RT.ZS NY.GDP.MKTP.CD
## X1960              TRUE              TRUE              TRUE          FALSE
## X1961              TRUE              TRUE              TRUE          FALSE
## X1962              TRUE              TRUE              TRUE          FALSE
## X1963              TRUE              TRUE              TRUE          FALSE
## X1964              TRUE              TRUE              TRUE          FALSE
## X1965              TRUE              TRUE              TRUE          FALSE
##       NE.DAB.TOTL.ZS SH.XPD.GHED.GD.ZS SE.XPD.TOTL.GD.ZS PA.NUS.PPPC.RF
## X1960           TRUE              TRUE              TRUE           TRUE
## X1961           TRUE              TRUE              TRUE           TRUE
## X1962           TRUE              TRUE              TRUE           TRUE
## X1963           TRUE              TRUE              TRUE           TRUE
## X1964           TRUE              TRUE              TRUE           TRUE
## X1965           TRUE              TRUE              TRUE           TRUE
##       NY.GDP.MKTP.PP.KD NY.GDP.DEFL.ZS.AD NE.GDI.TOTL.ZS GC.TAX.TOTL.GD.ZS
## X1960              TRUE              TRUE           TRUE              TRUE
## X1961              TRUE              TRUE           TRUE              TRUE
## X1962              TRUE              TRUE           TRUE              TRUE
## X1963              TRUE              TRUE           TRUE              TRUE
## X1964              TRUE              TRUE           TRUE              TRUE
## X1965              TRUE              TRUE          FALSE              TRUE
##       FS.AST.DOMS.GD.ZS FM.AST.PRVT.GD.ZS EN.ATM.CO2E.KD.GD NY.GDP.PCAP.PP.CD
## X1960              TRUE             FALSE              TRUE              TRUE
## X1961              TRUE             FALSE              TRUE              TRUE
## X1962              TRUE             FALSE              TRUE              TRUE
## X1963              TRUE             FALSE              TRUE              TRUE
## X1964              TRUE             FALSE              TRUE              TRUE
## X1965              TRUE             FALSE              TRUE              TRUE
##       NY.GDP.FRST.RT.ZS NE.GDI.FTOT.ZS SE.XPD.SECO.PC.ZS NY.GDP.MKTP.CN.AD
## X1960              TRUE           TRUE              TRUE              TRUE
## X1961              TRUE           TRUE              TRUE              TRUE
## X1962              TRUE           TRUE              TRUE              TRUE
## X1963              TRUE           TRUE              TRUE              TRUE
## X1964              TRUE           TRUE              TRUE              TRUE
## X1965              TRUE           TRUE              TRUE              TRUE
##       NV.IND.MANF.ZS NE.TRD.GNFS.ZS GC.REV.XGRT.GD.ZS GB.XPD.RSDV.GD.ZS
## X1960           TRUE           TRUE              TRUE              TRUE
## X1961           TRUE           TRUE              TRUE              TRUE
## X1962           TRUE           TRUE              TRUE              TRUE
## X1963           TRUE           TRUE              TRUE              TRUE
## X1964           TRUE           TRUE              TRUE              TRUE
## X1965          FALSE          FALSE              TRUE              TRUE
##       EG.USE.COMM.GD.PP.KD GC.NLD.TOTL.GD.ZS BN.CAB.XOKA.GD.ZS
## X1960                 TRUE              TRUE              TRUE
## X1961                 TRUE              TRUE              TRUE
## X1962                 TRUE              TRUE              TRUE
## X1963                 TRUE              TRUE              TRUE
## X1964                 TRUE              TRUE              TRUE
## X1965                 TRUE              TRUE              TRUE
##       BG.GSR.NFSV.GD.ZS NE.CON.PRVT.ZS GC.LBL.TOTL.GD.ZS FS.AST.PRVT.GD.ZS
## X1960              TRUE           TRUE              TRUE             FALSE
## X1961              TRUE           TRUE              TRUE             FALSE
## X1962              TRUE           TRUE              TRUE             FALSE
## X1963              TRUE           TRUE              TRUE             FALSE
## X1964              TRUE           TRUE              TRUE             FALSE
## X1965              TRUE           TRUE              TRUE             FALSE
##       BM.KLT.DINV.WD.GD.ZS NY.GDP.PCAP.KD NY.GDP.FCST.CN FS.AST.CGOV.GD.ZS
## X1960                 TRUE          FALSE          FALSE             FALSE
## X1961                 TRUE          FALSE          FALSE             FALSE
## X1962                 TRUE          FALSE          FALSE             FALSE
## X1963                 TRUE          FALSE          FALSE             FALSE
## X1964                 TRUE          FALSE          FALSE             FALSE
## X1965                 TRUE          FALSE          FALSE             FALSE
##       EN.ATM.CO2E.PP.GD EG.GDP.PUSE.KO.PP.KD EG.EGY.PRIM.PP.KD
## X1960              TRUE                 TRUE              TRUE
## X1961              TRUE                 TRUE              TRUE
## X1962              TRUE                 TRUE              TRUE
## X1963              TRUE                 TRUE              TRUE
## X1964              TRUE                 TRUE              TRUE
## X1965              TRUE                 TRUE              TRUE
##       GC.NFN.TOTL.GD.ZS FM.LBL.BMNY.GD.ZS NY.GDP.PCAP.KD.ZG NY.GDP.FCST.KD
## X1960              TRUE             FALSE              TRUE           TRUE
## X1961              TRUE             FALSE             FALSE           TRUE
## X1962              TRUE             FALSE             FALSE           TRUE
## X1963              TRUE             FALSE             FALSE           TRUE
## X1964              TRUE             FALSE             FALSE           TRUE
## X1965              TRUE             FALSE             FALSE          FALSE
##       NY.GDP.TOTL.RT.ZS NY.GDP.MKTP.CN NE.RSB.GNFS.ZS MS.MIL.XPND.GD.ZS
## X1960              TRUE          FALSE           TRUE              TRUE
## X1961              TRUE          FALSE           TRUE              TRUE
## X1962              TRUE          FALSE           TRUE              TRUE
## X1963              TRUE          FALSE           TRUE              TRUE
## X1964              TRUE          FALSE           TRUE              TRUE
## X1965              TRUE          FALSE          FALSE              TRUE
##       NY.GDP.NGAS.RT.ZS NY.GDP.DISC.CN NV.IND.TOTL.ZS NE.GDI.FPRV.ZS
## X1960              TRUE           TRUE           TRUE           TRUE
## X1961              TRUE           TRUE           TRUE           TRUE
## X1962              TRUE           TRUE           TRUE           TRUE
## X1963              TRUE           TRUE           TRUE           TRUE
## X1964              TRUE           TRUE           TRUE           TRUE
## X1965              TRUE           TRUE          FALSE           TRUE
##       GC.DOD.TOTL.GD.ZS FS.AST.DOMO.GD.ZS EN.ATM.CO2E.PP.GD.KD
## X1960              TRUE              TRUE                 TRUE
## X1961              TRUE              TRUE                 TRUE
## X1962              TRUE              TRUE                 TRUE
## X1963              TRUE              TRUE                 TRUE
## X1964              TRUE              TRUE                 TRUE
## X1965              TRUE              TRUE                 TRUE
##       BX.KLT.DINV.WD.GD.ZS NY.GDP.PCAP.KN NY.GDP.FCST.KN NE.IMP.GNFS.ZS
## X1960                 TRUE          FALSE           TRUE           TRUE
## X1961                 TRUE          FALSE           TRUE           TRUE
## X1962                 TRUE          FALSE           TRUE           TRUE
## X1963                 TRUE          FALSE           TRUE           TRUE
## X1964                 TRUE          FALSE           TRUE           TRUE
## X1965                 TRUE          FALSE          FALSE          FALSE
##       NY.GNS.ICTR.ZS NY.GDP.PCAP.CD NY.GDP.DISC.KN NV.AGR.TOTL.ZS
## X1960           TRUE          FALSE           TRUE           TRUE
## X1961           TRUE          FALSE           TRUE           TRUE
## X1962           TRUE          FALSE           TRUE           TRUE
## X1963           TRUE          FALSE           TRUE           TRUE
## X1964           TRUE          FALSE           TRUE           TRUE
## X1965           TRUE          FALSE           TRUE          FALSE
##       CM.MKT.TRAD.GD.ZS CM.MKT.LCAP.GD.ZS PA.NUS.PPP NY.GDP.MKTP.PP.CD
## X1960              TRUE              TRUE       TRUE              TRUE
## X1961              TRUE              TRUE       TRUE              TRUE
## X1962              TRUE              TRUE       TRUE              TRUE
## X1963              TRUE              TRUE       TRUE              TRUE
## X1964              TRUE              TRUE       TRUE              TRUE
## X1965              TRUE              TRUE       TRUE              TRUE
##       NY.GDP.DEFL.ZS NE.EXP.GNFS.ZS NY.GDP.PCAP.CN NY.GDP.FCST.CD
## X1960          FALSE           TRUE          FALSE          FALSE
## X1961          FALSE           TRUE          FALSE          FALSE
## X1962          FALSE           TRUE          FALSE          FALSE
## X1963          FALSE           TRUE          FALSE          FALSE
## X1964          FALSE           TRUE          FALSE          FALSE
## X1965          FALSE          FALSE          FALSE          FALSE
##       NE.CON.TOTL.ZS GC.AST.TOTL.GD.ZS EG.GDP.PUSE.KO.PP NE.CON.GOVT.ZS
## X1960           TRUE              TRUE              TRUE           TRUE
## X1961           TRUE              TRUE              TRUE           TRUE
## X1962           TRUE              TRUE              TRUE           TRUE
## X1963           TRUE              TRUE              TRUE           TRUE
## X1964           TRUE              TRUE              TRUE           TRUE
## X1965           TRUE              TRUE              TRUE           TRUE
##       GC.XPN.TOTL.GD.ZS FD.AST.PRVT.GD.ZS SL.UEM.NEET.ZS SL.UEM.1524.FE.ZS
## X1960              TRUE             FALSE           TRUE              TRUE
## X1961              TRUE             FALSE           TRUE              TRUE
## X1962              TRUE             FALSE           TRUE              TRUE
## X1963              TRUE             FALSE           TRUE              TRUE
## X1964              TRUE             FALSE           TRUE              TRUE
## X1965              TRUE             FALSE           TRUE              TRUE
##       SL.SRV.EMPL.ZS SL.FAM.WORK.ZS SL.EMP.TOTL.SP.FE.ZS SL.AGR.EMPL.MA.ZS
## X1960           TRUE           TRUE                 TRUE              TRUE
## X1961           TRUE           TRUE                 TRUE              TRUE
## X1962           TRUE           TRUE                 TRUE              TRUE
## X1963           TRUE           TRUE                 TRUE              TRUE
## X1964           TRUE           TRUE                 TRUE              TRUE
## X1965           TRUE           TRUE                 TRUE              TRUE
##       per_lm_alllm.cov_q5_tot SL.UEM.INTM.MA.ZS SL.TLF.PART.ZS
## X1960                    TRUE              TRUE           TRUE
## X1961                    TRUE              TRUE           TRUE
## X1962                    TRUE              TRUE           TRUE
## X1963                    TRUE              TRUE           TRUE
## X1964                    TRUE              TRUE           TRUE
## X1965                    TRUE              TRUE           TRUE
##       SL.TLF.0714.WK.MA.ZS SL.SRV.0714.MA.ZS SL.FAM.0714.MA.ZS
## X1960                 TRUE              TRUE              TRUE
## X1961                 TRUE              TRUE              TRUE
## X1962                 TRUE              TRUE              TRUE
## X1963                 TRUE              TRUE              TRUE
## X1964                 TRUE              TRUE              TRUE
## X1965                 TRUE              TRUE              TRUE
##       SL.EMP.SELF.MA.ZS SL.AGR.0714.FE.ZS per_lm_alllm.cov_q1_tot
## X1960              TRUE              TRUE                    TRUE
## X1961              TRUE              TRUE                    TRUE
## X1962              TRUE              TRUE                    TRUE
## X1963              TRUE              TRUE                    TRUE
## X1964              TRUE              TRUE                    TRUE
## X1965              TRUE              TRUE                    TRUE
##       SL.UEM.TOTL.FE.ZS SL.UEM.1524.MA.ZS SL.TLF.0714.MA.ZS SL.IND.EMPL.FE.ZS
## X1960              TRUE              TRUE              TRUE              TRUE
## X1961              TRUE              TRUE              TRUE              TRUE
## X1962              TRUE              TRUE              TRUE              TRUE
## X1963              TRUE              TRUE              TRUE              TRUE
## X1964              TRUE              TRUE              TRUE              TRUE
## X1965              TRUE              TRUE              TRUE              TRUE
##       SL.EMP.TOTL.SP.MA.ZS SL.EMP.1524.SP.FE.NE.ZS SL.UEM.TOTL.FE.NE.ZS
## X1960                 TRUE                    TRUE                 TRUE
## X1961                 TRUE                    TRUE                 TRUE
## X1962                 TRUE                    TRUE                 TRUE
## X1963                 TRUE                    TRUE                 TRUE
## X1964                 TRUE                    TRUE                 TRUE
## X1965                 TRUE                    TRUE                 TRUE
##       SL.UEM.1524.MA.NE.ZS SL.TLF.0714.FE.ZS SL.EMP.TOTL.SP.MA.NE.ZS
## X1960                 TRUE              TRUE                    TRUE
## X1961                 TRUE              TRUE                    TRUE
## X1962                 TRUE              TRUE                    TRUE
## X1963                 TRUE              TRUE                    TRUE
## X1964                 TRUE              TRUE                    TRUE
## X1965                 TRUE              TRUE                    TRUE
##       SL.AGR.EMPL.ZS SL.UEM.INTM.ZS SL.SRV.0714.ZS SL.FAM.0714.ZS
## X1960           TRUE           TRUE           TRUE           TRUE
## X1961           TRUE           TRUE           TRUE           TRUE
## X1962           TRUE           TRUE           TRUE           TRUE
## X1963           TRUE           TRUE           TRUE           TRUE
## X1964           TRUE           TRUE           TRUE           TRUE
## X1965           TRUE           TRUE           TRUE           TRUE
##       SL.EMP.SELF.ZS SL.AGR.0714.MA.ZS per_lm_alllm.cov_q2_tot
## X1960           TRUE              TRUE                    TRUE
## X1961           TRUE              TRUE                    TRUE
## X1962           TRUE              TRUE                    TRUE
## X1963           TRUE              TRUE                    TRUE
## X1964           TRUE              TRUE                    TRUE
## X1965           TRUE              TRUE                    TRUE
##       SL.UEM.TOTL.MA.ZS SL.UEM.1524.ZS SL.TLF.0714.SW.FE.ZS SL.IND.EMPL.ZS
## X1960              TRUE           TRUE                 TRUE           TRUE
## X1961              TRUE           TRUE                 TRUE           TRUE
## X1962              TRUE           TRUE                 TRUE           TRUE
## X1963              TRUE           TRUE                 TRUE           TRUE
## X1964              TRUE           TRUE                 TRUE           TRUE
## X1965              TRUE           TRUE                 TRUE           TRUE
##       SL.EMP.TOTL.SP.ZS SL.EMP.1524.SP.MA.NE.ZS SL.UEM.INTM.FE.ZS
## X1960              TRUE                    TRUE              TRUE
## X1961              TRUE                    TRUE              TRUE
## X1962              TRUE                    TRUE              TRUE
## X1963              TRUE                    TRUE              TRUE
## X1964              TRUE                    TRUE              TRUE
## X1965              TRUE                    TRUE              TRUE
##       SL.TLF.PART.MA.ZS SL.SRV.0714.FE.ZS SL.FAM.0714.FE.ZS SL.EMP.SELF.FE.ZS
## X1960              TRUE              TRUE              TRUE              TRUE
## X1961              TRUE              TRUE              TRUE              TRUE
## X1962              TRUE              TRUE              TRUE              TRUE
## X1963              TRUE              TRUE              TRUE              TRUE
## X1964              TRUE              TRUE              TRUE              TRUE
## X1965              TRUE              TRUE              TRUE              TRUE
##       per_lm_alllm.cov_pop_tot SL.UEM.NEET.MA.ZS SL.UEM.1524.FE.NE.ZS
## X1960                     TRUE              TRUE                 TRUE
## X1961                     TRUE              TRUE                 TRUE
## X1962                     TRUE              TRUE                 TRUE
## X1963                     TRUE              TRUE                 TRUE
## X1964                     TRUE              TRUE                 TRUE
## X1965                     TRUE              TRUE                 TRUE
##       SL.TLF.0714.ZS SL.SRV.EMPL.MA.ZS SL.FAM.WORK.MA.ZS
## X1960           TRUE              TRUE              TRUE
## X1961           TRUE              TRUE              TRUE
## X1962           TRUE              TRUE              TRUE
## X1963           TRUE              TRUE              TRUE
## X1964           TRUE              TRUE              TRUE
## X1965           TRUE              TRUE              TRUE
##       SL.EMP.TOTL.SP.FE.NE.ZS SL.AGR.EMPL.FE.ZS per_lm_alllm.cov_q4_tot
## X1960                    TRUE              TRUE                    TRUE
## X1961                    TRUE              TRUE                    TRUE
## X1962                    TRUE              TRUE                    TRUE
## X1963                    TRUE              TRUE                    TRUE
## X1964                    TRUE              TRUE                    TRUE
## X1965                    TRUE              TRUE                    TRUE
##       SL.WAG.0714.MA.ZS SL.UEM.BASC.FE.ZS SL.TLF.0714.SW.ZS SL.SLF.0714.FE.ZS
## X1960              TRUE              TRUE              TRUE              TRUE
## X1961              TRUE              TRUE              TRUE              TRUE
## X1962              TRUE              TRUE              TRUE              TRUE
## X1963              TRUE              TRUE              TRUE              TRUE
## X1964              TRUE              TRUE              TRUE              TRUE
## X1965              TRUE              TRUE              TRUE              TRUE
##       SL.EMP.WORK.FE.ZS SL.EMP.MPYR.FE.ZS SL.WAG.0714.ZS SL.UEM.BASC.MA.ZS
## X1960              TRUE              TRUE           TRUE              TRUE
## X1961              TRUE              TRUE           TRUE              TRUE
## X1962              TRUE              TRUE           TRUE              TRUE
## X1963              TRUE              TRUE           TRUE              TRUE
## X1964              TRUE              TRUE           TRUE              TRUE
## X1965              TRUE              TRUE           TRUE              TRUE
##       SL.SLF.0714.MA.ZS SL.EMP.WORK.MA.ZS SL.EMP.MPYR.MA.ZS
## X1960              TRUE              TRUE              TRUE
## X1961              TRUE              TRUE              TRUE
## X1962              TRUE              TRUE              TRUE
## X1963              TRUE              TRUE              TRUE
## X1964              TRUE              TRUE              TRUE
## X1965              TRUE              TRUE              TRUE
##       per_lm_alllm.adq_pop_tot SL.UEM.NEET.FE.ZS SL.TLF.0714.WK.ZS
## X1960                     TRUE              TRUE              TRUE
## X1961                     TRUE              TRUE              TRUE
## X1962                     TRUE              TRUE              TRUE
## X1963                     TRUE              TRUE              TRUE
## X1964                     TRUE              TRUE              TRUE
## X1965                     TRUE              TRUE              TRUE
##       SL.SRV.EMPL.FE.ZS SL.FAM.WORK.FE.ZS SL.EMP.SMGT.FE.ZS SL.AGR.0714.ZS
## X1960              TRUE              TRUE              TRUE           TRUE
## X1961              TRUE              TRUE              TRUE           TRUE
## X1962              TRUE              TRUE              TRUE           TRUE
## X1963              TRUE              TRUE              TRUE           TRUE
## X1964              TRUE              TRUE              TRUE           TRUE
## X1965              TRUE              TRUE              TRUE           TRUE
##       per_lm_alllm.cov_q3_tot SL.UEM.TOTL.NE.ZS SL.UEM.ADVN.FE.ZS
## X1960                    TRUE              TRUE              TRUE
## X1961                    TRUE              TRUE              TRUE
## X1962                    TRUE              TRUE              TRUE
## X1963                    TRUE              TRUE              TRUE
## X1964                    TRUE              TRUE              TRUE
## X1965                    TRUE              TRUE              TRUE
##       SL.MNF.0714.FE.ZS SL.EMP.VULN.FE.ZS SL.EMP.1524.SP.MA.ZS SL.UEM.BASC.ZS
## X1960              TRUE              TRUE                 TRUE           TRUE
## X1961              TRUE              TRUE                 TRUE           TRUE
## X1962              TRUE              TRUE                 TRUE           TRUE
## X1963              TRUE              TRUE                 TRUE           TRUE
## X1964              TRUE              TRUE                 TRUE           TRUE
## X1965              TRUE              TRUE                 TRUE           TRUE
##       SL.TLF.PART.FE.ZS SL.TLF.0714.WK.FE.ZS SL.SLF.0714.ZS SL.EMP.WORK.ZS
## X1960              TRUE                 TRUE           TRUE           TRUE
## X1961              TRUE                 TRUE           TRUE           TRUE
## X1962              TRUE                 TRUE           TRUE           TRUE
## X1963              TRUE                 TRUE           TRUE           TRUE
## X1964              TRUE                 TRUE           TRUE           TRUE
## X1965              TRUE                 TRUE           TRUE           TRUE
##       SL.EMP.MPYR.ZS per_lm_alllm.ben_q1_tot SL.UEM.TOTL.ZS SL.UEM.ADVN.MA.ZS
## X1960           TRUE                    TRUE           TRUE              TRUE
## X1961           TRUE                    TRUE           TRUE              TRUE
## X1962           TRUE                    TRUE           TRUE              TRUE
## X1963           TRUE                    TRUE           TRUE              TRUE
## X1964           TRUE                    TRUE           TRUE              TRUE
## X1965           TRUE                    TRUE           TRUE              TRUE
##       SL.TLF.0714.SW.MA.ZS SL.MNF.0714.MA.ZS SL.EMP.VULN.MA.ZS
## X1960                 TRUE              TRUE              TRUE
## X1961                 TRUE              TRUE              TRUE
## X1962                 TRUE              TRUE              TRUE
## X1963                 TRUE              TRUE              TRUE
## X1964                 TRUE              TRUE              TRUE
## X1965                 TRUE              TRUE              TRUE
##       SL.EMP.1524.SP.NE.ZS SL.UEM.TOTL.MA.NE.ZS SL.UEM.1524.NE.ZS
## X1960                 TRUE                 TRUE              TRUE
## X1961                 TRUE                 TRUE              TRUE
## X1962                 TRUE                 TRUE              TRUE
## X1963                 TRUE                 TRUE              TRUE
## X1964                 TRUE                 TRUE              TRUE
## X1965                 TRUE                 TRUE              TRUE
##       SL.IND.EMPL.MA.ZS SL.EMP.TOTL.SP.NE.ZS SL.EMP.1524.SP.FE.ZS
## X1960              TRUE                 TRUE                 TRUE
## X1961              TRUE                 TRUE                 TRUE
## X1962              TRUE                 TRUE                 TRUE
## X1963              TRUE                 TRUE                 TRUE
## X1964              TRUE                 TRUE                 TRUE
## X1965              TRUE                 TRUE                 TRUE
##       SL.WAG.0714.FE.ZS SL.UEM.ADVN.ZS SL.MNF.0714.ZS SL.EMP.VULN.ZS
## X1960              TRUE           TRUE           TRUE           TRUE
## X1961              TRUE           TRUE           TRUE           TRUE
## X1962              TRUE           TRUE           TRUE           TRUE
## X1963              TRUE           TRUE           TRUE           TRUE
## X1964              TRUE           TRUE           TRUE           TRUE
## X1965              TRUE           TRUE           TRUE           TRUE
##       SL.EMP.1524.SP.ZS
## X1960              TRUE
## X1961              TRUE
## X1962              TRUE
## X1963              TRUE
## X1964              TRUE
## X1965              TRUE
sum(is.na(nepal_df))
## [1] 8909
# Replace NA values with 0
#nepal_df["TM.TAX.MRCH.WM.AR.ZS"][is.na(nepal_df["TM.TAX.MRCH.WM.AR.ZS"])] <- 0
#nepal_df["NY.GDP.PETR.RT.ZS"][is.na(nepal_df["NY.GDP.PETR.RT.ZS"])] <- 0

# Replace na values with 0 using is.na()
nepal_df[is.na(nepal_df)] <- 0
nepal_df
##       YEAR TM.TAX.MRCH.WM.AR.ZS TM.TAX.MRCH.IP.ZS NY.TAX.NIND.KN
## X1960 1960                 0.00           0.00000              0
## X1961 1961                 0.00           0.00000              0
## X1962 1962                 0.00           0.00000              0
## X1963 1963                 0.00           0.00000              0
## X1964 1964                 0.00           0.00000              0
## X1965 1965                 0.00           0.00000     1075144628
## X1966 1966                 0.00           0.00000     1406731222
## X1967 1967                 0.00           0.00000     1185673493
## X1968 1968                 0.00           0.00000     1446923644
## X1969 1969                 0.00           0.00000     3024472246
## X1970 1970                 0.00           0.00000    -1115337050
## X1971 1971                 0.00           0.00000     2481876086
## X1972 1972                 0.00           0.00000     4049376524
## X1973 1973                 0.00           0.00000     3225433883
## X1974 1974                 0.00           0.00000     6511156281
## X1975 1975                 0.00           0.00000     9405003569
## X1976 1976                 0.00           0.00000    12570149882
## X1977 1977                 0.00           0.00000    17604237553
## X1978 1978                 0.00           0.00000    20950281283
## X1979 1979                 0.00           0.00000    20859818526
## X1980 1980                 0.00           0.00000    19654043511
## X1981 1981                 0.00           0.00000    23180946411
## X1982 1982                 0.00           0.00000    22186183085
## X1983 1983                 0.00           0.00000    21432558471
## X1984 1984                 0.00           0.00000    22547911341
## X1985 1985                 0.00           0.00000    25833616503
## X1986 1986                 0.00           0.00000    26400264605
## X1987 1987                 0.00           0.00000    27218911058
## X1988 1988                 0.00           0.00000    32705876319
## X1989 1989                 0.00           0.00000    29809643007
## X1990 1990                 0.00           0.00000    32075085848
## X1991 1991                 0.00           0.00000    33779755004
## X1992 1992                 0.00           0.00000    32457472104
## X1993 1993                15.96          56.73497    38102322604
## X1994 1994                 0.00           0.00000    44412517305
## X1995 1995                 0.00           0.00000    51546654806
## X1996 1996                 0.00           0.00000    52631847606
## X1997 1997                 0.00           0.00000    56691272306
## X1998 1998                20.09          50.15618    56158723806
## X1999 1999                14.01          20.58712    58700888407
## X2000 2000                16.84          18.55528    63282813207
## X2001 2001                 0.00           0.00000    66320388207
## X2002 2002                15.45          18.44888    66006375707
## X2003 2003                15.86          19.35049    70331721108
## X2004 2004                15.49          21.48468    76378232809
## X2005 2005                15.40          21.65096    81629088709
## X2006 2006                13.13          19.45306    80394287609
## X2007 2007                13.29          45.03713    90633928910
## X2008 2008               421.50          22.36630    99768623911
## X2009 2009                12.65          45.41185   112000000000
## X2010 2010                13.05          45.86365   125000000000
## X2011 2011                12.45          48.90406   123000000000
## X2012 2012                12.45          22.64935   125000000000
## X2013 2013                15.04          40.18724   136000000000
## X2014 2014                10.55          48.15847   148000000000
## X2015 2015                12.31          48.41149   162000000000
## X2016 2016                12.35          48.11775   170000000000
## X2017 2017                 0.00           0.00000   192000000000
## X2018 2018                12.36          19.94126   211000000000
## X2019 2019                14.22          19.22991   230000000000
## X2020 2020                11.60          20.06978   226000000000
## X2021 2021                 0.00           0.00000   244000000000
##       TM.TAX.TCOM.BC.ZS TM.TAX.MANF.BC.ZS GC.TAX.INTT.RV.ZS
## X1960              0.00              0.00           0.00000
## X1961              0.00              0.00           0.00000
## X1962              0.00              0.00           0.00000
## X1963              0.00              0.00           0.00000
## X1964              0.00              0.00           0.00000
## X1965              0.00              0.00           0.00000
## X1966              0.00              0.00           0.00000
## X1967              0.00              0.00           0.00000
## X1968              0.00              0.00           0.00000
## X1969              0.00              0.00           0.00000
## X1970              0.00              0.00           0.00000
## X1971              0.00              0.00           0.00000
## X1972              0.00              0.00           0.00000
## X1973              0.00              0.00           0.00000
## X1974              0.00              0.00           0.00000
## X1975              0.00              0.00           0.00000
## X1976              0.00              0.00           0.00000
## X1977              0.00              0.00           0.00000
## X1978              0.00              0.00           0.00000
## X1979              0.00              0.00           0.00000
## X1980              0.00              0.00           0.00000
## X1981              0.00              0.00           0.00000
## X1982              0.00              0.00           0.00000
## X1983              0.00              0.00           0.00000
## X1984              0.00              0.00           0.00000
## X1985              0.00              0.00           0.00000
## X1986              0.00              0.00           0.00000
## X1987              0.00              0.00           0.00000
## X1988              0.00              0.00           0.00000
## X1989              0.00              0.00           0.00000
## X1990              0.00              0.00          25.62864
## X1991              0.00              0.00          24.20676
## X1992              0.00              0.00          22.94242
## X1993              0.00              0.00          21.80040
## X1994              0.00              0.00          24.76087
## X1995              0.00              0.00          25.95126
## X1996              0.00              0.00          23.31509
## X1997              0.00              0.00          23.55375
## X1998              0.00              0.00          23.11960
## X1999              0.00              0.00          24.37388
## X2000              0.00              0.00          23.49886
## X2001              0.00              0.00          23.72824
## X2002              0.00              0.00          23.04108
## X2003              0.00              0.00          21.89612
## X2004             99.58             99.60          21.88844
## X2005             99.58             99.60          19.04223
## X2006             99.58             99.60          18.24453
## X2007             99.57             99.61          16.34988
## X2008             99.57             99.61          17.45747
## X2009             99.57             99.61          16.14752
## X2010             99.57             99.61          16.28624
## X2011             99.57             99.61          14.46186
## X2012             99.57             99.61          15.22137
## X2013             99.55             99.64          17.20431
## X2014             99.55             99.64          16.80061
## X2015             99.55             99.64          16.63160
## X2016             99.55             99.64          15.68282
## X2017              0.00              0.00          15.75944
## X2018             99.54             99.63          15.79246
## X2019             99.47             99.63          16.03056
## X2020             99.47             99.63          15.81360
## X2021              0.00              0.00           0.00000
##       TM.TAX.MRCH.WM.FN.ZS TM.TAX.MRCH.SM.AR.ZS TM.TAX.TCOM.IP.ZS
## X1960                 0.00                 0.00           0.00000
## X1961                 0.00                 0.00           0.00000
## X1962                 0.00                 0.00           0.00000
## X1963                 0.00                 0.00           0.00000
## X1964                 0.00                 0.00           0.00000
## X1965                 0.00                 0.00           0.00000
## X1966                 0.00                 0.00           0.00000
## X1967                 0.00                 0.00           0.00000
## X1968                 0.00                 0.00           0.00000
## X1969                 0.00                 0.00           0.00000
## X1970                 0.00                 0.00           0.00000
## X1971                 0.00                 0.00           0.00000
## X1972                 0.00                 0.00           0.00000
## X1973                 0.00                 0.00           0.00000
## X1974                 0.00                 0.00           0.00000
## X1975                 0.00                 0.00           0.00000
## X1976                 0.00                 0.00           0.00000
## X1977                 0.00                 0.00           0.00000
## X1978                 0.00                 0.00           0.00000
## X1979                 0.00                 0.00           0.00000
## X1980                 0.00                 0.00           0.00000
## X1981                 0.00                 0.00           0.00000
## X1982                 0.00                 0.00           0.00000
## X1983                 0.00                 0.00           0.00000
## X1984                 0.00                 0.00           0.00000
## X1985                 0.00                 0.00           0.00000
## X1986                 0.00                 0.00           0.00000
## X1987                 0.00                 0.00           0.00000
## X1988                 0.00                 0.00           0.00000
## X1989                 0.00                 0.00           0.00000
## X1990                 0.00                 0.00           0.00000
## X1991                 0.00                 0.00           0.00000
## X1992                 0.00                 0.00           0.00000
## X1993                15.96                20.87          26.03093
## X1994                 0.00                 0.00           0.00000
## X1995                 0.00                 0.00           0.00000
## X1996                 0.00                 0.00           0.00000
## X1997                 0.00                 0.00           0.00000
## X1998                20.09                21.67          36.00000
## X1999                14.01                14.36          18.19923
## X2000                16.84                14.41          25.73416
## X2001                 0.00                 0.00           0.00000
## X2002                15.45                14.66          22.92746
## X2003                15.86                14.87          23.14335
## X2004                15.49                14.82          24.22280
## X2005                15.49                14.72          23.89532
## X2006                13.26                13.11          18.42007
## X2007                13.46                13.05          44.80568
## X2008               421.50                15.07          29.09543
## X2009                12.90                12.77          45.96413
## X2010                13.35                12.98          48.29414
## X2011                12.80                13.15          51.06639
## X2012                12.87                12.85          24.60198
## X2013                15.65                11.82          43.44024
## X2014                11.31                12.66          48.11121
## X2015                13.08                12.63          47.64338
## X2016                13.07                12.65          47.42036
## X2017                 0.00                 0.00           0.00000
## X2018                13.42                12.79          28.52165
## X2019                15.43                20.20          26.64560
## X2020                12.66                12.10          29.78410
## X2021                 0.00                 0.00           0.00000
##       TM.TAX.MANF.IP.ZS IC.TAX.GIFT.ZS GC.TAX.TOTL.GD.ZS GC.TAX.GSRV.VA.ZS
## X1960           0.00000            0.0          0.000000          0.000000
## X1961           0.00000            0.0          0.000000          0.000000
## X1962           0.00000            0.0          0.000000          0.000000
## X1963           0.00000            0.0          0.000000          0.000000
## X1964           0.00000            0.0          0.000000          0.000000
## X1965           0.00000            0.0          0.000000          0.000000
## X1966           0.00000            0.0          0.000000          0.000000
## X1967           0.00000            0.0          0.000000          0.000000
## X1968           0.00000            0.0          0.000000          0.000000
## X1969           0.00000            0.0          0.000000          0.000000
## X1970           0.00000            0.0          0.000000          0.000000
## X1971           0.00000            0.0          0.000000          0.000000
## X1972           0.00000            0.0          0.000000          0.000000
## X1973           0.00000            0.0          0.000000          0.000000
## X1974           0.00000            0.0          0.000000          0.000000
## X1975           0.00000            0.0          0.000000          0.000000
## X1976           0.00000            0.0          0.000000          0.000000
## X1977           0.00000            0.0          0.000000          0.000000
## X1978           0.00000            0.0          0.000000          0.000000
## X1979           0.00000            0.0          0.000000          0.000000
## X1980           0.00000            0.0          0.000000          0.000000
## X1981           0.00000            0.0          0.000000          0.000000
## X1982           0.00000            0.0          0.000000          0.000000
## X1983           0.00000            0.0          0.000000          0.000000
## X1984           0.00000            0.0          0.000000          0.000000
## X1985           0.00000            0.0          0.000000          0.000000
## X1986           0.00000            0.0          0.000000          0.000000
## X1987           0.00000            0.0          0.000000          0.000000
## X1988           0.00000            0.0          0.000000          0.000000
## X1989           0.00000            0.0          0.000000          0.000000
## X1990           0.00000            0.0          6.996693          7.375947
## X1991           0.00000            0.0          6.620302          6.911035
## X1992           0.00000            0.0          6.483344          6.968780
## X1993          63.02853            0.0          6.654637          6.764000
## X1994           0.00000            0.0          7.729134          7.647324
## X1995           0.00000            0.0          8.985514          8.258410
## X1996           0.00000            0.0          8.719914          8.016257
## X1997           0.00000            0.0          8.723660          7.763240
## X1998          56.96041            0.0          8.639333          7.365103
## X1999          21.21320            0.0          8.422505          6.904100
## X2000          16.97031            0.0          8.735981          7.031443
## X2001           0.00000            0.0          8.802575          6.371072
## X2002          17.52297            0.0          8.560583          6.391161
## X2003          18.56196            0.0          8.651812          6.722883
## X2004          20.90894            0.0          8.974958          6.961714
## X2005          21.16375            0.0          9.179453          7.607888
## X2006          19.60244            0.0          8.779758          7.440960
## X2007          45.07095            0.0          9.772473          8.221877
## X2008          20.78373            0.0         10.440086          8.457498
## X2009          45.29071           14.9         11.844037         10.009752
## X2010          45.33381            0.0         13.396115         12.407214
## X2011          48.47382            0.0         11.624676         10.487461
## X2012          22.24180            0.0         12.040805         10.473829
## X2013          39.67693           10.4         13.297886         11.039213
## X2014          48.17821            0.0         13.994910         11.662401
## X2015          48.56504            0.0         14.686305         12.269070
## X2016          48.25839            0.0         16.143750         13.050688
## X2017           0.00000            0.0         17.999362         13.989350
## X2018          18.46353            0.0         19.082826         16.406759
## X2019          18.02381            0.0         19.809060         16.909200
## X2020          18.52515            0.0         15.773650         10.512350
## X2021           0.00000            0.0          0.000000          0.000000
##       IC.TAX.LABR.CP.ZS GC.TAX.YPKG.CN TM.TAX.MRCH.BR.ZS NY.TAX.NIND.CN
## X1960               0.0              0              0.00       54000000
## X1961               0.0              0              0.00       56000000
## X1962               0.0              0              0.00       61000000
## X1963               0.0              0              0.00       64000000
## X1964               0.0              0              0.00       70000000
## X1965               0.0              0              0.00       78000000
## X1966               0.0              0              0.00      178000000
## X1967               0.0              0              0.00       91000000
## X1968               0.0              0              0.00      108000000
## X1969               0.0              0              0.00      161000000
## X1970               0.0              0              0.00       55000000
## X1971               0.0              0              0.00      163000000
## X1972               0.0              0              0.00      239000000
## X1973               0.0              0              0.00      204000000
## X1974               0.0              0              0.00      383000000
## X1975               0.0              0              0.00      635000000
## X1976               0.0              0              0.00      805000000
## X1977               0.0              0              0.00     1025000000
## X1978               0.0              0              0.00     1306000000
## X1979               0.0              0              0.00     1436000000
## X1980               0.0              0              0.00     1464999900
## X1981               0.0              0              0.00     1840999900
## X1982               0.0              0              0.00     1951000100
## X1983               0.0              0              0.00     2116999900
## X1984               0.0              0              0.00     2385999900
## X1985               0.0              0              0.00     2571000000
## X1986               0.0              0              0.00     3007000000
## X1987               0.0              0              0.00     3492000000
## X1988               0.0              0              0.00     4692000000
## X1989               0.0              0              0.00     4758000000
## X1990               0.0      943000000              0.00     5668000000
## X1991               0.0      768000000              0.00     6532000000
## X1992               0.0      875000000              0.00     7487000000
## X1993               0.0     1174000000              0.00     9702000000
## X1994               0.0     1931000000              0.00    12149000000
## X1995               0.0     2751000000              0.00    14261000000
## X1996               0.0     3326000000              0.00    15457000000
## X1997               0.0     3954000000              0.00    17952000000
## X1998               0.0     4576000000              0.00    18943000000
## X1999               0.0     5774000000              0.00    21456000000
## X2000               0.0     6969000000              0.00    23945000000
## X2001               0.0     8517000000              0.00    28090335300
## X2002               0.0     8068000000              0.00    29046000000
## X2003               0.0     6879300000              0.00    31906000000
## X2004               0.0     8123300000             25.94    36050000000
## X2005              11.3     8790400000             25.94    40927000000
## X2006              11.3     9162391000             25.94    42966000000
## X2007              11.3    13723900000             26.00    51968000000
## X2008              11.3    16626800000             26.00    60401000000
## X2009              11.3    24051800000             26.00    78744000000
## X2010              11.3    33821327000             26.00   109000000000
## X2011              11.3    43121246000             26.00   123000000000
## X2012              11.3    51303230000             26.00   140000000000
## X2013              11.3    64186691000             26.26   172000000000
## X2014              11.3    75608249000             26.26   210000000000
## X2015              11.3    86168029438             26.26   237000000000
## X2016              11.3   114000000000             26.26   267000000000
## X2017              11.3   145000000000              0.00   357000000000
## X2018              19.9   155000000000             26.33   445000000000
## X2019              26.2   188000000000             26.33   516000000000
## X2020               0.0   213000000000             26.33   460000000000
## X2021               0.0              0              0.00   615000000000
##       TM.TAX.MRCH.SR.ZS IC.TAX.OTHR.CP.ZS GC.TAX.YPKG.ZS GC.TAX.IMPT.ZS
## X1960         0.0000000               0.0       0.000000        0.00000
## X1961         0.0000000               0.0       0.000000        0.00000
## X1962         0.0000000               0.0       0.000000        0.00000
## X1963         0.0000000               0.0       0.000000        0.00000
## X1964         0.0000000               0.0       0.000000        0.00000
## X1965         0.0000000               0.0       0.000000        0.00000
## X1966         0.0000000               0.0       0.000000        0.00000
## X1967         0.0000000               0.0       0.000000        0.00000
## X1968         0.0000000               0.0       0.000000        0.00000
## X1969         0.0000000               0.0       0.000000        0.00000
## X1970         0.0000000               0.0       0.000000        0.00000
## X1971         0.0000000               0.0       0.000000        0.00000
## X1972         0.0000000               0.0       0.000000        0.00000
## X1973         0.0000000               0.0       0.000000        0.00000
## X1974         0.0000000               0.0       0.000000        0.00000
## X1975         0.0000000               0.0       0.000000        0.00000
## X1976         0.0000000               0.0       0.000000        0.00000
## X1977         0.0000000               0.0       0.000000        0.00000
## X1978         0.0000000               0.0       0.000000        0.00000
## X1979         0.0000000               0.0       0.000000        0.00000
## X1980         0.0000000               0.0       0.000000        0.00000
## X1981         0.0000000               0.0       0.000000        0.00000
## X1982         0.0000000               0.0       0.000000        0.00000
## X1983         0.0000000               0.0       0.000000        0.00000
## X1984         0.0000000               0.0       0.000000        0.00000
## X1985         0.0000000               0.0       0.000000        0.00000
## X1986         0.0000000               0.0       0.000000        0.00000
## X1987         0.0000000               0.0       0.000000        0.00000
## X1988         0.0000000               0.0       0.000000        0.00000
## X1989         0.0000000               0.0       0.000000        0.00000
## X1990         0.0000000               0.0      13.032602       36.96671
## X1991         0.0000000               0.0       9.370425       36.18838
## X1992         0.0000000               0.0       8.837491       32.76437
## X1993         1.0833050               0.0      10.041913       32.53785
## X1994         0.0000000               0.0      12.537333       31.34658
## X1995         0.0000000               0.0      13.968721       33.94943
## X1996         0.0000000               0.0      15.323658       33.06611
## X1997         0.0000000               0.0      16.157901       33.16987
## X1998         8.2106200               0.0      17.606094       31.84179
## X1999         1.7424240               0.0      20.043044       31.67870
## X2000         2.0816100               0.0      21.021356       31.19269
## X2001         0.0000000               0.0      21.914319       30.94043
## X2002         0.2909246               0.0      20.513081       29.78058
## X2003         0.2907183               0.0      16.153559       31.38054
## X2004         0.2972189               0.0      16.862765       31.04312
## X2005         0.5855470               1.3      16.246987       27.51752
## X2006         0.5581049               1.3      15.954850       25.41960
## X2007         0.3650990               2.7      19.295005       22.39483
## X2008         0.0000000               2.7      19.525244       24.09184
## X2009         0.3645801               2.9      20.548084       22.01163
## X2010         0.3813659               2.8      21.166722       20.99344
## X2011         0.2817439               3.0      23.790429       19.39029
## X2012         0.3390478               3.0      24.231298       19.32051
## X2013         0.5153311               1.0      24.761951       20.95862
## X2014         0.0000000               1.0      24.199293       20.52298
## X2015         0.8449514               1.1      24.208384       19.81471
## X2016         0.8877350               1.1      27.116100       18.47786
## X2017         0.0000000               1.1      26.151791       17.76788
## X2018         0.2496329               1.1      23.471175       18.44066
## X2019         0.2159827               0.7      24.633623       17.92326
## X2020         0.2147219               0.0      34.763025       19.16977
## X2021         0.0000000               0.0       0.000000        0.00000
##       GC.TAX.OTHR.CN GC.TAX.IMPT.CN TM.TAX.TCOM.WM.AR.ZS TM.TAX.MANF.WM.AR.ZS
## X1960              0              0                 0.00                 0.00
## X1961              0              0                 0.00                 0.00
## X1962              0              0                 0.00                 0.00
## X1963              0              0                 0.00                 0.00
## X1964              0              0                 0.00                 0.00
## X1965              0              0                 0.00                 0.00
## X1966              0              0                 0.00                 0.00
## X1967              0              0                 0.00                 0.00
## X1968              0              0                 0.00                 0.00
## X1969              0              0                 0.00                 0.00
## X1970              0              0                 0.00                 0.00
## X1971              0              0                 0.00                 0.00
## X1972              0              0                 0.00                 0.00
## X1973              0              0                 0.00                 0.00
## X1974              0              0                 0.00                 0.00
## X1975              0              0                 0.00                 0.00
## X1976              0              0                 0.00                 0.00
## X1977              0              0                 0.00                 0.00
## X1978              0              0                 0.00                 0.00
## X1979              0              0                 0.00                 0.00
## X1980              0              0                 0.00                 0.00
## X1981              0              0                 0.00                 0.00
## X1982              0              0                 0.00                 0.00
## X1983              0              0                 0.00                 0.00
## X1984              0              0                 0.00                 0.00
## X1985              0              0                 0.00                 0.00
## X1986              0              0                 0.00                 0.00
## X1987              0              0                 0.00                 0.00
## X1988              0              0                 0.00                 0.00
## X1989              0              0                 0.00                 0.00
## X1990       98500000     2674800000                 0.00                 0.00
## X1991      106000000     2966000000                 0.00                 0.00
## X1992       87000000     3244000000                 0.00                 0.00
## X1993       86000000     3804000000                 9.24                22.10
## X1994       69000000     4828000000                 0.00                 0.00
## X1995       69000000     6686000000                 0.00                 0.00
## X1996      105000000     7177000000                 0.00                 0.00
## X1997      269000000     8117000000                 0.00                 0.00
## X1998      436000000     8276000000                17.09                30.35
## X1999      522000000     9126000000                12.00                16.41
## X2000      575000000    10341000000                13.83                20.87
## X2001      605000000    12025000000                 0.00                 0.00
## X2002      839000000    11713000000                 8.96                18.59
## X2003     1252600000    13364000000                 9.39                18.99
## X2004     1391200000    14954400000                 9.51                18.38
## X2005     1675900000    14888300000                 9.35                18.28
## X2006     1771133000    14597713000                11.59                14.34
## X2007     2007900000    15928700000                11.62                14.56
## X2008     2451000000    20515500000               917.75               150.92
## X2009     3195600000    25764900000                11.18                13.79
## X2010     1063759000    33544450000                11.13                14.25
## X2011     1324195000    35145784000                11.08                13.70
## X2012     2908351000    40905969000                10.90                13.78
## X2013     3489525000    54327890000                13.75                15.52
## X2014     4485704000    64121990000                 8.08                13.12
## X2015     5508835142    70529058946                11.35                13.17
## X2016     5990203529    77802641716                12.26                12.40
## X2017    27392715000    98410300000                 0.00                 0.00
## X2018    10465303530   122000000000                11.14                12.77
## X2019     8442841000   137000000000                12.97                14.74
## X2020     6619530000   118000000000                11.45                11.21
## X2021              0              0                 0.00                 0.00
##       IC.TAX.PAYM GC.TAX.EXPT.CN IC.TAX.TOTL.CP.ZS IC.FRM.INFM.ZS
## X1960           0              0               0.0              0
## X1961           0              0               0.0              0
## X1962           0              0               0.0              0
## X1963           0              0               0.0              0
## X1964           0              0               0.0              0
## X1965           0              0               0.0              0
## X1966           0              0               0.0              0
## X1967           0              0               0.0              0
## X1968           0              0               0.0              0
## X1969           0              0               0.0              0
## X1970           0              0               0.0              0
## X1971           0              0               0.0              0
## X1972           0              0               0.0              0
## X1973           0              0               0.0              0
## X1974           0              0               0.0              0
## X1975           0              0               0.0              0
## X1976           0              0               0.0              0
## X1977           0              0               0.0              0
## X1978           0              0               0.0              0
## X1979           0              0               0.0              0
## X1980           0              0               0.0              0
## X1981           0              0               0.0              0
## X1982           0              0               0.0              0
## X1983           0              0               0.0              0
## X1984           0              0               0.0              0
## X1985           0              0               0.0              0
## X1986           0              0               0.0              0
## X1987           0              0               0.0              0
## X1988           0              0               0.0              0
## X1989           0              0               0.0              0
## X1990           0       32200000               0.0              0
## X1991           0       78000000               0.0              0
## X1992           0      115000000               0.0              0
## X1993           0      141000000               0.0              0
## X1994           0      427000000               0.0              0
## X1995           0      332000000               0.0              0
## X1996           0      150000000               0.0              0
## X1997           0      168000000               0.0              0
## X1998           0      217000000               0.0              0
## X1999           0      378000000               0.0              0
## X2000           0      432000000               0.0              0
## X2001           0      493000000               0.0              0
## X2002           0      917000000               0.0              0
## X2003           0      855600000               0.0              0
## X2004           0      527100000               0.0              0
## X2005          34      697900000              32.5              0
## X2006          34      625284000              32.5              0
## X2007          34      698600000              32.8              0
## X2008          34      445600000              34.1              0
## X2009          34      793800000              32.5              0
## X2010          34      915461000              31.7              0
## X2011          34      292395000              31.5              0
## X2012          34      861574000              31.5              0
## X2013          34      439097000              29.9              0
## X2014          34     1069880000              29.9              0
## X2015          34      314849716              29.9              0
## X2016          34      159554771              29.9              0
## X2017          34      125130000              30.0              0
## X2018          39      102360000              37.0              0
## X2019          46      237634000              41.8              0
## X2020           0      112370000               0.0              0
## X2021           0              0               0.0              0
##       GC.TAX.GSRV.CN GC.TAX.INTT.CN TM.TAX.TCOM.WM.FN.ZS TM.TAX.MANF.WM.FN.ZS
## X1960              0              0                 0.00                 0.00
## X1961              0              0                 0.00                 0.00
## X1962              0              0                 0.00                 0.00
## X1963              0              0                 0.00                 0.00
## X1964              0              0                 0.00                 0.00
## X1965              0              0                 0.00                 0.00
## X1966              0              0                 0.00                 0.00
## X1967              0              0                 0.00                 0.00
## X1968              0              0                 0.00                 0.00
## X1969              0              0                 0.00                 0.00
## X1970              0              0                 0.00                 0.00
## X1971              0              0                 0.00                 0.00
## X1972              0              0                 0.00                 0.00
## X1973              0              0                 0.00                 0.00
## X1974              0              0                 0.00                 0.00
## X1975              0              0                 0.00                 0.00
## X1976              0              0                 0.00                 0.00
## X1977              0              0                 0.00                 0.00
## X1978              0              0                 0.00                 0.00
## X1979              0              0                 0.00                 0.00
## X1980              0              0                 0.00                 0.00
## X1981              0              0                 0.00                 0.00
## X1982              0              0                 0.00                 0.00
## X1983              0              0                 0.00                 0.00
## X1984              0              0                 0.00                 0.00
## X1985              0              0                 0.00                 0.00
## X1986              0              0                 0.00                 0.00
## X1987              0              0                 0.00                 0.00
## X1988              0              0                 0.00                 0.00
## X1989              0              0                 0.00                 0.00
## X1990     3487200000     2707000000                 0.00                 0.00
## X1991     4278000000     3044000000                 0.00                 0.00
## X1992     5580000000     3359000000                 0.00                 0.00
## X1993     6486000000     3945000000                 9.25                22.10
## X1994     8147000000     5255000000                 0.00                 0.00
## X1995     9856000000     7018000000                 0.00                 0.00
## X1996    10947000000     7327000000                 0.00                 0.00
## X1997    11938000000     8310000000                 0.00                 0.00
## X1998    12477000000     8502000000                17.09                30.35
## X1999    12994000000     9518000000                12.00                16.41
## X2000    14795000000    10813000000                13.83                20.87
## X2001    17191000000    12552000000                 0.00                 0.00
## X2002    17765000000    12659000000                 8.96                18.59
## X2003    20218600000    14236400000                 9.39                18.99
## X2004    23103700000    15554800000                 9.51                18.38
## X2005    27937000000    15701500000                 9.39                18.41
## X2006    31149795000    15343676000                11.65                14.50
## X2007    38687300000    16707600000                11.70                14.78
## X2008    45015200000    21062400000               917.75               150.92
## X2009    62995100000    26808800000                11.30                14.11
## X2010    89681363000    35218933000                11.30                14.62
## X2011   100000000000    36575544000                11.29                14.15
## X2012   114000000000    43390806000                11.17                14.31
## X2013   135000000000    56931815000                14.25                16.17
## X2014   164000000000    67980556000                 8.49                14.11
## X2015   189000000000    74844459070                11.93                14.09
## X2016   219000000000    82184049221                12.89                13.18
## X2017   279000000000   103000000000                 0.00                 0.00
## X2018   367000000000   127000000000                12.20                13.82
## X2019   424000000000   143000000000                14.06                15.99
## X2020   270000000000   124000000000                12.49                12.29
## X2021              0              0                 0.00                 0.00
##       TM.TAX.MRCH.SM.FN.ZS TM.TAX.TCOM.SM.AR.ZS TM.TAX.MANF.SM.AR.ZS
## X1960                 0.00                 0.00                 0.00
## X1961                 0.00                 0.00                 0.00
## X1962                 0.00                 0.00                 0.00
## X1963                 0.00                 0.00                 0.00
## X1964                 0.00                 0.00                 0.00
## X1965                 0.00                 0.00                 0.00
## X1966                 0.00                 0.00                 0.00
## X1967                 0.00                 0.00                 0.00
## X1968                 0.00                 0.00                 0.00
## X1969                 0.00                 0.00                 0.00
## X1970                 0.00                 0.00                 0.00
## X1971                 0.00                 0.00                 0.00
## X1972                 0.00                 0.00                 0.00
## X1973                 0.00                 0.00                 0.00
## X1974                 0.00                 0.00                 0.00
## X1975                 0.00                 0.00                 0.00
## X1976                 0.00                 0.00                 0.00
## X1977                 0.00                 0.00                 0.00
## X1978                 0.00                 0.00                 0.00
## X1979                 0.00                 0.00                 0.00
## X1980                 0.00                 0.00                 0.00
## X1981                 0.00                 0.00                 0.00
## X1982                 0.00                 0.00                 0.00
## X1983                 0.00                 0.00                 0.00
## X1984                 0.00                 0.00                 0.00
## X1985                 0.00                 0.00                 0.00
## X1986                 0.00                 0.00                 0.00
## X1987                 0.00                 0.00                 0.00
## X1988                 0.00                 0.00                 0.00
## X1989                 0.00                 0.00                 0.00
## X1990                 0.00                 0.00                 0.00
## X1991                 0.00                 0.00                 0.00
## X1992                 0.00                 0.00                 0.00
## X1993                16.57                11.34                22.54
## X1994                 0.00                 0.00                 0.00
## X1995                 0.00                 0.00                 0.00
## X1996                 0.00                 0.00                 0.00
## X1997                 0.00                 0.00                 0.00
## X1998                16.20                16.64                23.23
## X1999                12.43                11.95                14.87
## X2000                13.29                15.94                14.12
## X2001                 0.00                 0.00                 0.00
## X2002                13.62                14.18                14.71
## X2003                13.72                14.19                14.95
## X2004                13.79                14.35                14.86
## X2005                13.76                14.08                14.80
## X2006                12.51                14.99                12.74
## X2007                12.56                14.88                12.69
## X2008                15.41                22.36                13.78
## X2009                12.43                16.02                12.18
## X2010                12.33                16.58                12.29
## X2011                12.35                17.94                12.38
## X2012                12.20                17.29                12.13
## X2013                12.21                16.00                11.21
## X2014                12.23                16.22                12.12
## X2015                12.25                16.86                12.07
## X2016                12.14                18.40                11.89
## X2017                 0.00                 0.00                 0.00
## X2018                13.19                23.78                11.11
## X2019                17.27                73.04                12.57
## X2020                12.60                18.70                11.17
## X2021                 0.00                 0.00                 0.00
##       IC.FRM.METG.ZS GC.TAX.GSRV.RV.ZS TM.TAX.MRCH.BC.ZS NY.TAX.NIND.CD
## X1960            0.0           0.00000              0.00        7087544
## X1961            0.0           0.00000              0.00        7350046
## X1962            0.0           0.00000              0.00        8006300
## X1963            0.0           0.00000              0.00        6890092
## X1964            0.0           0.00000              0.00        6913580
## X1965            0.0           0.00000              0.00       10237564
## X1966            0.0           0.00000              0.00       23362646
## X1967            0.0           0.00000              0.00       11943825
## X1968            0.0           0.00000              0.00       11627031
## X1969            0.0           0.00000              0.00       15901235
## X1970            0.0           0.00000              0.00        5432099
## X1971            0.0           0.00000              0.00       16098765
## X1972            0.0           0.00000              0.00       23604938
## X1973            0.0           0.00000              0.00       19892541
## X1974            0.0           0.00000              0.00       36420692
## X1975            0.0           0.00000              0.00       60384176
## X1976            0.0           0.00000              0.00       67235734
## X1977            0.0           0.00000              0.00       82000000
## X1978            0.0           0.00000              0.00      106174546
## X1979            0.0           0.00000              0.00      119666667
## X1980            0.0           0.00000              0.00      122083325
## X1981            0.0           0.00000              0.00      153416658
## X1982            0.0           0.00000              0.00      150815929
## X1983            0.0           0.00000              0.00      153455830
## X1984            0.0           0.00000              0.00      156353407
## X1985            0.0           0.00000              0.00      144588477
## X1986            0.0           0.00000              0.00      153835135
## X1987            0.0           0.00000              0.00      161698857
## X1988            0.0           0.00000              0.00      212740875
## X1989            0.0           0.00000              0.00      187893172
## X1990            0.0          33.01522              0.00      198818594
## X1991            0.0          34.01988              0.00      206905290
## X1992            0.0          38.11215              0.00      166748330
## X1993            0.0          35.84218              0.00      202125000
## X1994            0.0          38.38760              0.00      247938776
## X1995            0.0          36.44566              0.00      286365462
## X1996            0.0          34.83421              0.00      280781108
## X1997            0.0          33.83691              0.00      314781694
## X1998            0.0          33.92886              0.00      305778854
## X1999            0.0          33.27529              0.00      315761589
## X2000            0.0          32.15256              0.00      346677284
## X2001            0.0          32.49778              0.00      382181433
## X2002            0.0          32.33469              0.00      382536547
## X2003            0.0          31.09697              0.00      410335949
## X2004            0.0          32.51112             99.35      488543949
## X2005            0.0          33.88102             99.35      564540713
## X2006            0.0          37.03893             99.35      594070905
## X2007            0.0          37.85898             99.37      737265473
## X2008            0.0          37.31063             99.37      929013186
## X2009           63.4          37.94330             99.37     1024265562
## X2010            0.0          41.47121             99.37     1467183643
## X2011            0.0          39.63208             99.37     1703933395
## X2012            0.0          40.03297             99.37     1727421573
## X2013           65.6          40.67709             99.42     1955546313
## X2014            0.0          40.62102             99.42     2138934650
## X2015            0.0          42.09241             99.42     2382471163
## X2016            0.0          41.73544             99.42     2508487301
## X2017            0.0          42.59794              0.00     3357251910
## X2018            0.0          45.73115             99.41     4262858915
## X2019            0.0          47.46474             99.40     4575218471
## X2020            0.0          34.45892             99.40     3956454691
## X2021            0.0           0.00000              0.00     5216026828
##       TM.TAX.TCOM.SM.FN.ZS TM.TAX.MANF.SM.FN.ZS IC.TAX.METG GC.TAX.YPKG.RV.ZS
## X1960                 0.00                 0.00         0.0          0.000000
## X1961                 0.00                 0.00         0.0          0.000000
## X1962                 0.00                 0.00         0.0          0.000000
## X1963                 0.00                 0.00         0.0          0.000000
## X1964                 0.00                 0.00         0.0          0.000000
## X1965                 0.00                 0.00         0.0          0.000000
## X1966                 0.00                 0.00         0.0          0.000000
## X1967                 0.00                 0.00         0.0          0.000000
## X1968                 0.00                 0.00         0.0          0.000000
## X1969                 0.00                 0.00         0.0          0.000000
## X1970                 0.00                 0.00         0.0          0.000000
## X1971                 0.00                 0.00         0.0          0.000000
## X1972                 0.00                 0.00         0.0          0.000000
## X1973                 0.00                 0.00         0.0          0.000000
## X1974                 0.00                 0.00         0.0          0.000000
## X1975                 0.00                 0.00         0.0          0.000000
## X1976                 0.00                 0.00         0.0          0.000000
## X1977                 0.00                 0.00         0.0          0.000000
## X1978                 0.00                 0.00         0.0          0.000000
## X1979                 0.00                 0.00         0.0          0.000000
## X1980                 0.00                 0.00         0.0          0.000000
## X1981                 0.00                 0.00         0.0          0.000000
## X1982                 0.00                 0.00         0.0          0.000000
## X1983                 0.00                 0.00         0.0          0.000000
## X1984                 0.00                 0.00         0.0          0.000000
## X1985                 0.00                 0.00         0.0          0.000000
## X1986                 0.00                 0.00         0.0          0.000000
## X1987                 0.00                 0.00         0.0          0.000000
## X1988                 0.00                 0.00         0.0          0.000000
## X1989                 0.00                 0.00         0.0          0.000000
## X1990                 0.00                 0.00         0.0          8.927895
## X1991                 0.00                 0.00         0.0          6.107356
## X1992                 0.00                 0.00         0.0          5.976368
## X1993                 8.78                18.68         0.0          6.487622
## X1994                 0.00                 0.00         0.0          9.098619
## X1995                 0.00                 0.00         0.0         10.172688
## X1996                 0.00                 0.00         0.0         10.583593
## X1997                 0.00                 0.00         0.0         11.207165
## X1998                 9.14                18.12         0.0         12.443574
## X1999                 8.83                13.33         0.0         14.786172
## X2000                11.58                13.64         0.0         15.145061
## X2001                 0.00                 0.00         0.0         16.100493
## X2002                11.98                13.90         0.0         14.684844
## X2003                12.06                14.01         0.0         10.580625
## X2004                12.11                14.07         0.0         11.430964
## X2005                11.91                14.09         0.0         10.660690
## X2006                11.81                12.50         0.0         10.894619
## X2007                11.86                12.57         0.0         13.430064
## X2008                19.20                14.09         0.0         13.781042
## X2009                12.20                12.30         2.0         14.486915
## X2010                12.02                12.22         0.0         15.639943
## X2011                12.27                12.17         0.0         17.050015
## X2012                12.08                12.05         0.0         17.997029
## X2013                11.80                12.19         2.7         19.396672
## X2014                11.75                12.23         0.0         18.685711
## X2015                11.86                12.23         0.0         19.147870
## X2016                12.15                11.97         0.0         21.787465
## X2017                 0.00                 0.00         0.0         22.149419
## X2018                15.82                12.12         0.0         19.268666
## X2019                27.66                13.55         0.0         21.062204
## X2020                13.29                12.19         0.0         27.239470
## X2021                 0.00                 0.00         0.0          0.000000
##       IC.TAX.DURS GC.TAX.TOTL.CN TM.TAX.TCOM.BR.ZS TM.TAX.MANF.BR.ZS
## X1960           0              0              0.00              0.00
## X1961           0              0              0.00              0.00
## X1962           0              0              0.00              0.00
## X1963           0              0              0.00              0.00
## X1964           0              0              0.00              0.00
## X1965           0              0              0.00              0.00
## X1966           0              0              0.00              0.00
## X1967           0              0              0.00              0.00
## X1968           0              0              0.00              0.00
## X1969           0              0              0.00              0.00
## X1970           0              0              0.00              0.00
## X1971           0              0              0.00              0.00
## X1972           0              0              0.00              0.00
## X1973           0              0              0.00              0.00
## X1974           0              0              0.00              0.00
## X1975           0              0              0.00              0.00
## X1976           0              0              0.00              0.00
## X1977           0              0              0.00              0.00
## X1978           0              0              0.00              0.00
## X1979           0              0              0.00              0.00
## X1980           0              0              0.00              0.00
## X1981           0              0              0.00              0.00
## X1982           0              0              0.00              0.00
## X1983           0              0              0.00              0.00
## X1984           0              0              0.00              0.00
## X1985           0              0              0.00              0.00
## X1986           0              0              0.00              0.00
## X1987           0              0              0.00              0.00
## X1988           0              0              0.00              0.00
## X1989           0              0              0.00              0.00
## X1990           0     7235700000              0.00              0.00
## X1991           0     8196000000              0.00              0.00
## X1992           0     9901000000              0.00              0.00
## X1993           0    11691000000              0.00              0.00
## X1994           0    15402000000              0.00              0.00
## X1995           0    19694000000              0.00              0.00
## X1996           0    21705000000              0.00              0.00
## X1997           0    24471000000              0.00              0.00
## X1998           0    25991000000              0.00              0.00
## X1999           0    28808000000              0.00              0.00
## X2000           0    33152000000              0.00              0.00
## X2001           0    38865000000              0.00              0.00
## X2002           0    39331000000              0.00              0.00
## X2003           0    42586900000              0.00              0.00
## X2004           0    48173000000             32.41             24.07
## X2005         408    54104800000             32.41             24.07
## X2006         408    57426995000             32.41             24.07
## X2007         408    71126700000             32.32             24.14
## X2008         408    85155400000             32.32             24.14
## X2009         338   117000000000             32.32             24.14
## X2010         338   160000000000             32.32             24.14
## X2011         326   181000000000             32.32             24.14
## X2012         326   212000000000             32.32             24.14
## X2013         334   259000000000             32.62             24.12
## X2014         334   312000000000             32.62             24.12
## X2015         334   356000000000             32.62             24.12
## X2016         339   421000000000             32.62             24.12
## X2017         339   554000000000              0.00              0.00
## X2018         353   659000000000             32.88             24.12
## X2019         377   764000000000             32.88             24.12
## X2020           0   613000000000             32.88             24.12
## X2021           0              0              0.00              0.00
##       TM.TAX.TCOM.SR.ZS TM.TAX.MANF.SR.ZS IC.TAX.PRFT.CP.ZS GC.TAX.EXPT.ZS
## X1960          0.000000         0.0000000               0.0     0.00000000
## X1961          0.000000         0.0000000               0.0     0.00000000
## X1962          0.000000         0.0000000               0.0     0.00000000
## X1963          0.000000         0.0000000               0.0     0.00000000
## X1964          0.000000         0.0000000               0.0     0.00000000
## X1965          0.000000         0.0000000               0.0     0.00000000
## X1966          0.000000         0.0000000               0.0     0.00000000
## X1967          0.000000         0.0000000               0.0     0.00000000
## X1968          0.000000         0.0000000               0.0     0.00000000
## X1969          0.000000         0.0000000               0.0     0.00000000
## X1970          0.000000         0.0000000               0.0     0.00000000
## X1971          0.000000         0.0000000               0.0     0.00000000
## X1972          0.000000         0.0000000               0.0     0.00000000
## X1973          0.000000         0.0000000               0.0     0.00000000
## X1974          0.000000         0.0000000               0.0     0.00000000
## X1975          0.000000         0.0000000               0.0     0.00000000
## X1976          0.000000         0.0000000               0.0     0.00000000
## X1977          0.000000         0.0000000               0.0     0.00000000
## X1978          0.000000         0.0000000               0.0     0.00000000
## X1979          0.000000         0.0000000               0.0     0.00000000
## X1980          0.000000         0.0000000               0.0     0.00000000
## X1981          0.000000         0.0000000               0.0     0.00000000
## X1982          0.000000         0.0000000               0.0     0.00000000
## X1983          0.000000         0.0000000               0.0     0.00000000
## X1984          0.000000         0.0000000               0.0     0.00000000
## X1985          0.000000         0.0000000               0.0     0.00000000
## X1986          0.000000         0.0000000               0.0     0.00000000
## X1987          0.000000         0.0000000               0.0     0.00000000
## X1988          0.000000         0.0000000               0.0     0.00000000
## X1989          0.000000         0.0000000               0.0     0.00000000
## X1990          0.000000         0.0000000               0.0     0.44501569
## X1991          0.000000         0.0000000               0.0     0.95168375
## X1992          0.000000         0.0000000               0.0     1.16149884
## X1993          6.546392         0.0202306               0.0     1.20605594
## X1994          0.000000         0.0000000               0.0     2.77236722
## X1995          0.000000         0.0000000               0.0     1.68579263
## X1996          0.000000         0.0000000               0.0     0.69108500
## X1997          0.000000         0.0000000               0.0     0.68652691
## X1998         25.500000         1.0217110               0.0     0.83490439
## X1999          8.764368         0.0118245               0.0     1.31213552
## X2000         11.591960         0.0168691               0.0     1.30308880
## X2001          0.000000         0.0000000               0.0     1.26849350
## X2002          1.727116         0.0085063               0.0     2.33149424
## X2003          1.727116         0.0084991               0.0     2.00906852
## X2004          1.727116         0.0169578               0.0     1.09418139
## X2005          3.174603         0.0686577              19.9     1.28990404
## X2006          3.369524         0.0000000              19.9     1.08883287
## X2007          2.204783         0.0000000              18.8     0.98219093
## X2008          0.000000         0.0000000              20.1     0.52327862
## X2009          2.204783         0.0000000              18.4     0.67816419
## X2010          2.153031         0.0000000              17.6     0.57293163
## X2011          1.772304         0.0000000              17.2     0.16131729
## X2012          1.862421         0.0454726              17.2     0.40693453
## X2013          3.498542         0.0000000              17.6     0.16939490
## X2014          0.000000         0.0000000              17.6     0.34242744
## X2015          5.678592         0.0000000              17.6     0.08845511
## X2016          5.920496         0.0000000              17.6     0.03789371
## X2017          0.000000         0.0000000              17.6     0.02259209
## X2018          1.493280         0.0000000              16.0     0.01552102
## X2019          1.369142         0.0000000              15.0     0.03108693
## X2020          1.472031         0.0000000               0.0     0.01831949
## X2021          0.000000         0.0000000               0.0     0.00000000
##       GC.TAX.OTHR.RV.ZS TG.VAL.TOTL.GD.ZS NY.GDP.MKTP.KD NY.GDP.COAL.RT.ZS
## X1960         0.0000000         10.819649     3312006963       0.000000000
## X1961         0.0000000          4.887590     3375208865       0.000000000
## X1962         0.0000000          5.225651     3439686156       0.000000000
## X1963         0.0000000         23.543715     3504872049       0.000000000
## X1964         0.0000000         28.421759     3768874732       0.000000000
## X1965         0.0000000         22.440825     3723528046       0.000000000
## X1966         0.0000000         13.894832     3985688368       0.000000000
## X1967         0.0000000         13.183305     3923053375       0.000000000
## X1968         0.0000000         13.597009     3949552951       0.000000000
## X1969         0.0000000         17.625235     4125838151       0.000000000
## X1970         0.0000000         13.510778     4232119417       0.000000000
## X1971         0.0000000         15.066289     4181529368       0.000000000
## X1972         0.0000000         13.963496     4311901106       0.000000000
## X1973         0.0000000         17.179272     4291353333       0.000000000
## X1974         0.0000000         16.420988     4563150075       0.000000000
## X1975         0.0000000         17.261191     4629611019       0.000000000
## X1976         0.0000000         17.965395     4833246135       0.000000000
## X1977         0.0000000         18.012153     4979063887       0.000000000
## X1978         0.0000000         19.449401     5198428566       0.000000000
## X1979         0.0000000         19.608373     5321572986       0.000000000
## X1980         0.0000000         21.686438     5198144730       0.000000000
## X1981         0.0000000         22.411836     5631772619       0.000000000
## X1982         0.0000000         20.163396     5844618406       0.000000000
## X1983         0.0000000         22.760940     5670600395       0.000000000
## X1984         0.0000000         21.075408     6219578592       0.000000000
## X1985         0.0000000         23.397715     6601765803       0.000000000
## X1986         0.0000000         21.116994     6903179359       0.000000000
## X1987         0.0000000         24.414530     7020230929       0.000000000
## X1988         0.0000000         24.921066     7560564675       0.000000000
## X1989         0.0000000         21.019916     7887910507       0.000000000
## X1990         0.9325532         24.148447     8253518026       0.000000000
## X1991         0.8429423         25.347598     8779114468       0.000000000
## X1992         0.5942217         33.664474     9139620604       0.000000000
## X1993         0.4752431         34.808347     9491482290       0.000000000
## X1994         0.3251190         37.302280    10271302732       0.000000000
## X1995         0.2551492         38.126794    10627557926       0.000000000
## X1996         0.3341182         39.433115    11193824413       0.000000000
## X1997         0.7624500         42.673947    11758957236       0.000000000
## X1998         1.1856203         35.418239    12113653185       0.000000000
## X1999         1.3367478         40.209452    12648177008       0.000000000
## X2000         1.2495925         43.263394    13432363981       0.003580902
## X2001         1.1436889         36.790074    14077102964       0.003055141
## X2002         1.5270927         32.838222    14094015643       0.002557438
## X2003         1.9265464         38.164604    14650029882       0.002328474
## X2004         1.9576720         37.256296    15336032658       0.004864822
## X2005         2.0324730         38.694959    15869600999       0.004762176
## X2006         2.1059808         36.821150    16403551941       0.007805739
## X2007         1.9649097         38.641755    16963169002       0.006617356
## X2008         2.0314994         36.100771    17998709258       0.012369547
## X2009         1.9247785         40.505686    18814604917       0.006176697
## X2010         0.4919124         37.425036    19720794305       0.007851147
## X2011         0.5235828         31.023652    20395606013       0.007641003
## X2012         1.0202413         32.147472    21348105727       0.005754710
## X2013         1.0545048         33.615783    22100659154       0.004958637
## X2014         1.1085903         37.300493    23429236486       0.004321669
## X2015         1.2241484         30.265843    24360795411       0.003273018
## X2016         1.1430845         39.271577    24466305357       0.003656839
## X2017         4.1888124         38.268525    26662713937       0.004472639
## X2018         1.3027425         40.765261    28695046274       0.004915582
## X2019         0.9443507         38.927999    30605291409       0.002196459
## X2020         0.8456121         32.039557    29880062111       0.001886447
## X2021         0.0000000         56.772290    31149050463       0.000000000
##       NY.GDP.PCAP.PP.KD NY.GDP.MINR.RT.ZS NY.GDP.MKTP.KN NY.GDP.DEFL.KD.ZG.AD
## X1960             0.000       0.000000000   253000000000             0.000000
## X1961             0.000       0.000000000   258000000000             0.000000
## X1962             0.000       0.000000000   263000000000             0.000000
## X1963             0.000       0.000000000   268000000000             0.000000
## X1964             0.000       0.000000000   288000000000             0.000000
## X1965             0.000       0.000000000   285000000000             0.000000
## X1966             0.000       0.000000000   305000000000             0.000000
## X1967             0.000       0.000000000   300000000000             0.000000
## X1968             0.000       0.000000000   302000000000             0.000000
## X1969             0.000       0.000000000   315000000000             0.000000
## X1970             0.000       0.000000000   324000000000             0.000000
## X1971             0.000       0.000000000   320000000000             0.000000
## X1972             0.000       0.000000000   330000000000             0.000000
## X1973             0.000       0.000000000   328000000000             0.000000
## X1974             0.000       0.094538945   349000000000             0.000000
## X1975             0.000       0.000000000   354000000000             0.000000
## X1976             0.000       0.000000000   369000000000             0.000000
## X1977             0.000       1.034875601   381000000000             0.000000
## X1978             0.000       1.081464371   397000000000             0.000000
## X1979             0.000       1.580340084   407000000000             0.000000
## X1980             0.000       1.445373485   397000000000             0.000000
## X1981             0.000       0.365879238   431000000000             0.000000
## X1982             0.000       0.179660197   447000000000             0.000000
## X1983             0.000       0.627780478   434000000000             0.000000
## X1984             0.000       0.192764463   475000000000             0.000000
## X1985             0.000       0.000000000   505000000000             0.000000
## X1986             0.000       0.000000000   528000000000             0.000000
## X1987             0.000       0.000000000   537000000000             0.000000
## X1988             0.000       0.000000000   578000000000             0.000000
## X1989             0.000       0.000000000   603000000000             0.000000
## X1990          1613.072       0.000000000   631000000000            10.715885
## X1991          1671.583       0.000000000   671000000000            12.544638
## X1992          1693.721       0.000000000   699000000000            18.489095
## X1993          1711.571       0.000000000   726000000000            10.774909
## X1994          1803.697       0.000000000   785000000000             4.815986
## X1995          1819.966       0.000000000   812000000000             6.300862
## X1996          1872.312       0.000000000   856000000000             7.823036
## X1997          1923.780       0.000000000   899000000000             7.279093
## X1998          1941.146       0.000000000   926000000000             4.107851
## X1999          1987.825       0.000000000   967000000000             8.887047
## X2000          2073.054       0.000000000  1030000000000             4.472434
## X2001          2136.329       0.000000000  1080000000000             3.412487
## X2002          2106.152       0.000000000  1080000000000             3.934858
## X2003          2158.232       0.000000000  1120000000000             3.070305
## X2004          2229.211       0.000000000  1170000000000             4.166427
## X2005          2277.634       0.000000000  1210000000000             6.119390
## X2006          2325.168       0.000000000  1250000000000             7.360039
## X2007          2375.702       0.000000000  1300000000000             7.603289
## X2008          2493.885       0.000000000  1380000000000             5.619855
## X2009          2585.896       0.000000000  1440000000000            15.908330
## X2010          2697.432       0.000000000  1510000000000            15.146932
## X2011          2786.844       0.000000000  1560000000000            26.397307
## X2012          2922.620       0.000000000  1630000000000             7.741150
## X2013          3033.781       0.000000000  1690000000000             7.082651
## X2014          3217.449       0.000000000  1790000000000             8.035366
## X2015          3331.872       0.000000000  1860000000000             4.409045
## X2016          3315.814       0.000142212  1870000000000             7.150335
## X2017          3565.198       0.000000000  2040000000000             8.261413
## X2018          3773.716       0.000000000  2190000000000             4.355858
## X2019          3952.760       0.000000000  2340000000000             4.691156
## X2020          3789.150       0.000000000  2280000000000             3.217402
## X2021          3878.444       0.000000000  2380000000000             5.511971
##       NV.SRV.TOTL.ZS ER.GDP.FWTL.M3.KD BX.TRF.PWKR.DT.GD.ZS SL.GDP.PCAP.EM.KD
## X1960       98.60573          0.000000            0.0000000             0.000
## X1961       98.61831          0.000000            0.0000000             0.000
## X1962       98.60539          0.000000            0.0000000             0.000
## X1963       98.61352          0.000000            0.0000000             0.000
## X1964       98.60641          0.000000            0.0000000             0.000
## X1965       23.17030          0.000000            0.0000000             0.000
## X1966       19.69895          0.000000            0.0000000             0.000
## X1967       22.52533          0.000000            0.0000000             0.000
## X1968       21.02329          0.000000            0.0000000             0.000
## X1969       21.20225          0.000000            0.0000000             0.000
## X1970       21.04243          0.000000            0.0000000             0.000
## X1971       22.19736          0.000000            0.0000000             0.000
## X1972       20.75418          0.000000            0.0000000             0.000
## X1973       23.03140          0.000000            0.0000000             0.000
## X1974       19.88601          0.000000            0.0000000             0.000
## X1975       19.29877          0.000000            0.0000000             0.000
## X1976       20.84052          0.000000            0.0000000             0.000
## X1977       23.40856          0.000000            0.0000000             0.000
## X1978       23.36814          0.000000            0.0000000             0.000
## X1979       22.16971          0.000000            0.0000000             0.000
## X1980       24.65847          0.000000            0.0000000             0.000
## X1981       24.93134          0.000000            0.0000000             0.000
## X1982       24.49013          0.000000            0.0000000             0.000
## X1983       25.21327          0.000000            0.0000000             0.000
## X1984       24.81086          0.000000            0.0000000             0.000
## X1985       31.35062          0.000000            0.0000000             0.000
## X1986       30.90769          0.000000            0.0000000             0.000
## X1987       31.62032          0.000000            0.0000000             0.000
## X1988       30.92477          0.000000            0.0000000             0.000
## X1989       31.32554          0.000000            0.0000000             0.000
## X1990       30.36958          0.000000            0.0000000             0.000
## X1991       33.55304          0.000000            0.0000000          3438.538
## X1992       33.03382          0.000000            0.0000000          3473.403
## X1993       35.06108          0.000000            1.4979366          3498.156
## X1994       33.06987          0.000000            1.2323896          3677.602
## X1995       33.17805          0.000000            1.2911002          3688.247
## X1996       33.36949          0.000000            0.9766525          3794.320
## X1997       33.41913          0.000000            1.0055124          3895.098
## X1998       35.23442          0.000000            1.3900609          3922.835
## X1999       34.58437          0.000000            1.6580991          4010.797
## X2000       34.71072          0.000000            2.0293606          4180.487
## X2001       44.45295          0.000000            2.4468754          4299.002
## X2002       43.55295          1.481205           11.2130196          4221.191
## X2003       44.12664          0.000000           12.1803239          4315.958
## X2004       45.17195          0.000000           11.3089900          4442.469
## X2005       45.83415          0.000000           14.9051020          4519.497
## X2006       47.93390          0.000000           16.0689647          4578.356
## X2007       48.77698          1.790103           16.7918135          4647.738
## X2008       49.20432          0.000000           21.7381040          4853.434
## X2009       48.61377          0.000000           23.2076254          5002.507
## X2010       46.39884          0.000000           21.6469853          5184.357
## X2011       47.90291          0.000000           19.5463099          5330.550
## X2012       47.98745          2.247855           22.0821208          5557.785
## X2013       48.75522          0.000000           25.1947003          5723.105
## X2014       49.56402          0.000000           25.9051250          6031.347
## X2015       50.53990          0.000000           27.6260917          6196.549
## X2016       51.59804          0.000000           26.9605777          6053.331
## X2017       51.84978          2.807458           23.9135441          6442.269
## X2018       51.59044          0.000000           25.0264200          6719.346
## X2019       52.02272          0.000000           24.1163629          6947.961
## X2020       53.93885          0.000000           24.2502380          7221.739
## X2021       52.58395          0.000000            0.0000000          7132.779
##       SE.XPD.TERT.PC.ZS NY.GDS.TOTL.ZS NY.GDP.MKTP.KD.ZG NY.GDP.DEFL.KD.ZG
## X1960           0.00000       0.000000         0.0000000         0.0000000
## X1961           0.00000       0.000000         1.9082660         2.6880000
## X1962           0.00000       0.000000         1.9103200         5.8970910
## X1963           0.00000       0.000000         1.8951116         3.5699251
## X1964           0.00000       0.000000         7.5324486         1.1947197
## X1965           0.00000       0.000000        -1.2031890        12.8851940
## X1966           0.00000       0.000000         7.0406431        15.2188135
## X1967           0.00000       0.000000        -1.5714975        -5.6676650
## X1968           0.00000       0.000000         0.6754835        11.0658262
## X1969           0.00000       0.000000         4.4634216         6.5638311
## X1970           0.00000       0.000000         2.5759921         7.0483308
## X1971           0.00000       0.000000        -1.1953833         3.1721761
## X1972           0.00000       0.000000         3.1178004        12.5026833
## X1973           0.00000       0.000000        -0.4765363        -3.3973056
## X1974           0.00000       0.000000         6.3335904        20.8256695
## X1975           0.00000      10.029569         1.4564707        27.5227470
## X1976           0.00000      11.728183         4.3985362         0.5440423
## X1977           0.00000      13.495370         3.0169734        -3.5648216
## X1978           0.00000      13.379282         4.4057414         9.3712069
## X1979           0.00000      11.636281         2.3688778         9.9783634
## X1980           0.00000      11.095885        -2.3193942         7.6095466
## X1981           0.00000      10.890980         8.3419741         7.9373564
## X1982           0.00000       9.932878         3.7793747         9.3474097
## X1983           0.00000       8.548577        -2.9774059        12.2886911
## X1984           0.00000       9.865448         9.6811300         6.3779500
## X1985           0.00000      14.085776         6.1449052        11.4218328
## X1986           0.00000      11.623717         4.5656505        14.3925701
## X1987           0.00000      12.095437         1.6956183        12.6968019
## X1988           0.00000      11.357449         7.6968087        11.8153102
## X1989           0.00000      10.291187         4.3296479        11.2583729
## X1990           0.00000       6.991686         4.6350363        10.7158852
## X1991           0.00000       8.559919         6.3681504        12.5446382
## X1992           0.00000      10.928701         4.1064066        18.4890946
## X1993           0.00000      12.247242         3.8498500        10.7749093
## X1994           0.00000       9.959352         8.2160027         4.8159862
## X1995           0.00000      15.655298         3.4684519         6.3008616
## X1996           0.00000      14.382469         5.3282842         7.8230356
## X1997           0.00000      13.960850         5.0486125         7.2790930
## X1998           0.00000      13.773870         3.0163895         4.1078507
## X1999           0.00000      13.613479         4.4125733         8.8870474
## X2000         139.46298      15.172285         6.2000000         4.4724337
## X2001         102.63701      11.664627         4.7998921        11.0171483
## X2002          77.43354       9.489666         0.1201432         3.9348579
## X2003          63.42802       8.561180         3.9450378         3.0703050
## X2004           0.00000      11.749243         4.6826032         4.1664272
## X2005           0.00000      11.555660         3.4791810         6.1193904
## X2006           0.00000       8.983078         3.3646148         7.3600393
## X2007           0.00000       9.817208         3.4115603         7.6032889
## X2008          47.40814       9.831096         6.1046391         5.6198545
## X2009          51.51713       9.433666         4.5330787        15.9083302
## X2010          33.02038      11.451401         4.8164147        15.1469324
## X2011          31.69426       7.125826         3.4218282        26.3973067
## X2012           0.00000       9.120634         4.6701221         7.7411500
## X2013          22.29423       8.178967         3.5251532         7.0826510
## X2014          26.74935       9.364717         6.0114828         8.0353662
## X2015          24.16269       7.625270         3.9760533         4.4090454
## X2016           0.00000       3.642859         0.4331137         7.1503348
## X2017           0.00000      12.984755         8.9772794         8.2614126
## X2018           0.00000      14.791612         7.6223761         4.3558585
## X2019           0.00000      15.303407         6.6570554         4.6911559
## X2020           0.00000       5.719357        -2.3696206         3.2174023
## X2021           0.00000       7.708062         4.2469401         5.5119715
##       SH.XPD.CHEX.GD.ZS SE.XPD.PRIM.PC.ZS NY.GDP.PETR.RT.ZS NY.GDP.MKTP.CD
## X1960          0.000000           0.00000                 0      508334414
## X1961          0.000000           0.00000                 0      531959562
## X1962          0.000000           0.00000                 0      574091101
## X1963          0.000000           0.00000                 0      496947904
## X1964          0.000000           0.00000                 0      496098775
## X1965          0.000000           0.00000                 0      735267082
## X1966          0.000000           0.00000                 0      906811944
## X1967          0.000000           0.00000                 0      841974026
## X1968          0.000000           0.00000                 0      772228643
## X1969          0.000000           0.00000                 0      788641965
## X1970          0.000000           0.00000                 0      865975309
## X1971          0.000000           0.00000                 0      882765472
## X1972          0.000000           0.00000                 0     1024098805
## X1973          0.000000           0.00000                 0      972101725
## X1974          0.000000           0.00000                 0     1217953547
## X1975          0.000000           0.00000                 0     1575789254
## X1976          0.000000           0.00000                 0     1452792989
## X1977          0.000000           0.00000                 0     1382400000
## X1978          0.000000           0.00000                 0     1604162497
## X1979          0.000000           0.00000                 0     1851250008
## X1980          0.000000           0.00000                 0     1945916583
## X1981          0.000000           0.00000                 0     2275583317
## X1982          0.000000           0.00000                 0     2395429852
## X1983          0.000000           0.00000                 0     2447174803
## X1984          0.000000           0.00000                 0     2581207388
## X1985          0.000000           0.00000                 0     2619913956
## X1986          0.000000           0.00000                 0     2850784523
## X1987          0.000000           0.00000                 0     2957255380
## X1988          0.000000           0.00000                 0     3487009748
## X1989          0.000000           0.00000                 0     3525228153
## X1990          0.000000           0.00000                 0     3627562403
## X1991          0.000000           0.00000                 0     3921476085
## X1992          0.000000           0.00000                 0     3401211581
## X1993          0.000000           0.00000                 0     3660041667
## X1994          0.000000           0.00000                 0     4066775510
## X1995          0.000000           0.00000                 0     4401104418
## X1996          0.000000           0.00000                 0     4521580381
## X1997          0.000000           0.00000                 0     4918691917
## X1998          0.000000           0.00000                 0     4856255044
## X1999          0.000000           8.98008                 0     5033642384
## X2000          3.125985          10.18187                 0     5494252208
## X2001          3.803862          13.56601                 0     6007055042
## X2002          3.929912          11.79508                 0     6050875807
## X2003          3.847535          11.06862                 0     6330473097
## X2004          4.037344           0.00000                 0     7273938315
## X2005          3.942211           0.00000                 0     8130258041
## X2006          3.536180           0.00000                 0     9043715356
## X2007          3.664843           0.00000                 0    10325618017
## X2008          3.809113          14.17214                 0    12545438605
## X2009          3.893147          16.37681                 0    12854985464
## X2010          4.351663          11.09709                 0    16002656434
## X2011          4.442350          11.42569                 0    21573862467
## X2012          4.490785          11.53445                 0    21703106502
## X2013          4.630118          11.22594                 0    22162208956
## X2014          5.075483          13.05722                 0    22731602970
## X2015          5.466151          12.35956                 0    24360795411
## X2016          5.423798           0.00000                 0    24524098185
## X2017          4.721733           0.00000                 0    28971589213
## X2018          4.528452           0.00000                 0    33111525872
## X2019          4.445151           0.00000                 0    34186190996
## X2020          0.000000           0.00000                 0    33433670512
## X2021          0.000000           0.00000                 0    36288830373
##       NE.DAB.TOTL.ZS SH.XPD.GHED.GD.ZS SE.XPD.TOTL.GD.ZS PA.NUS.PPPC.RF
## X1960         0.0000         0.0000000           0.00000      0.0000000
## X1961         0.0000         0.0000000           0.00000      0.0000000
## X1962         0.0000         0.0000000           0.00000      0.0000000
## X1963         0.0000         0.0000000           0.00000      0.0000000
## X1964         0.0000         0.0000000           0.00000      0.0000000
## X1965         0.0000         0.0000000           0.00000      0.0000000
## X1966         0.0000         0.0000000           0.00000      0.0000000
## X1967         0.0000         0.0000000           0.00000      0.0000000
## X1968         0.0000         0.0000000           0.00000      0.0000000
## X1969         0.0000         0.0000000           0.00000      0.0000000
## X1970         0.0000         0.0000000           0.00000      0.0000000
## X1971         0.0000         0.0000000           0.00000      0.0000000
## X1972         0.0000         0.0000000           0.00000      0.0000000
## X1973         0.0000         0.0000000           0.00000      0.0000000
## X1974         0.0000         0.0000000           0.00000      0.0000000
## X1975       104.4656         0.0000000           0.00000      0.0000000
## X1976       103.4035         0.0000000           0.00000      0.0000000
## X1977       102.5289         0.0000000           0.00000      0.0000000
## X1978       104.9007         0.0000000           0.00000      0.0000000
## X1979       104.1819         0.0000000           0.00000      0.0000000
## X1980       107.1903         0.0000000           0.00000      0.0000000
## X1981       106.7162         0.0000000           0.00000      0.0000000
## X1982       107.2157         0.0000000           0.00000      0.0000000
## X1983       111.0841         0.0000000           0.00000      0.0000000
## X1984       108.7966         0.0000000           0.00000      0.0000000
## X1985       108.4704         0.0000000           0.00000      0.0000000
## X1986       108.6404         0.0000000           0.00000      0.0000000
## X1987       109.0933         0.0000000           0.00000      0.0000000
## X1988       110.9347         0.0000000           0.00000      0.0000000
## X1989       111.2157         0.0000000           0.00000      0.0000000
## X1990       111.1341         0.0000000           0.00000      0.2404615
## X1991       111.6936         0.0000000           0.00000      0.2363876
## X1992       109.7760         0.0000000           0.00000      0.1925507
## X1993       110.3237         0.0000000           0.00000      0.1949026
## X1994       112.4442         0.0000000           0.00000      0.1959358
## X1995       109.5442         0.0000000           0.00000      0.2007266
## X1996       112.8226         0.0000000           0.00000      0.1922687
## X1997       111.3799         0.0000000           0.00000      0.1957277
## X1998       111.0655         0.0000000           2.89288      0.1854971
## X1999       106.8700         0.0000000           2.89331      0.1815882
## X2000       109.1426         0.4848514           2.97515      0.1824988
## X2001       110.6784         0.5829133           3.70838      0.1734440
## X2002       110.7565         0.7909721           3.15284      0.1718217
## X2003       112.8482         0.6587751           3.11435      0.1695916
## X2004       112.7819         0.6454915           3.17194      0.1812837
## X2005       114.8955         0.7515617           3.36464      0.1898589
## X2006       117.8688         0.8452147           3.60536      0.1982000
## X2007       118.8680         0.6767696           3.51721      0.2130702
## X2008       120.4846         0.7096375           3.80517      0.2393908
## X2009       122.2407         0.7947565           4.66376      0.2331657
## X2010       126.8198         0.7888908           3.63172      0.2736325
## X2011       120.6845         0.7948524           3.84262      0.3494302
## X2012       119.4821         0.7867469           3.29008      0.3209644
## X2013       121.4976         0.7567741           3.01811      0.3046970
## X2014       121.6214         0.8736448           3.47213      0.2866516
## X2015       123.6522         0.9092767           3.25902      0.3009624
## X2016       124.5981         1.0077181           3.90321      0.3008767
## X2017       124.3403         1.0654247           4.76722      0.2940801
## X2018       124.7562         1.0672121           4.43445      0.3050118
## X2019       126.0753         1.1028087           4.24000      0.2900674
## X2020       124.7209         0.0000000           4.39000      0.2871073
## X2021       128.0742         0.0000000           0.00000      0.2870042
##       NY.GDP.MKTP.PP.KD NY.GDP.DEFL.ZS.AD NE.GDI.TOTL.ZS GC.TAX.TOTL.GD.ZS
## X1960                 0           0.00000       0.000000          0.000000
## X1961                 0           0.00000       0.000000          0.000000
## X1962                 0           0.00000       0.000000          0.000000
## X1963                 0           0.00000       0.000000          0.000000
## X1964                 0           0.00000       0.000000          0.000000
## X1965                 0           0.00000       6.444127          0.000000
## X1966                 0           0.00000       4.834274          0.000000
## X1967                 0           0.00000       4.988309          0.000000
## X1968                 0           0.00000       5.687996          0.000000
## X1969                 0           0.00000       4.846587          0.000000
## X1970                 0           0.00000       5.964872          0.000000
## X1971                 0           0.00000       7.753412          0.000000
## X1972                 0           0.00000       7.329540          0.000000
## X1973                 0           0.00000       9.178453          0.000000
## X1974                 0           0.00000       8.760150          0.000000
## X1975                 0           0.00000      14.495202          0.000000
## X1976                 0           0.00000      15.131655          0.000000
## X1977                 0           0.00000      16.024305          0.000000
## X1978                 0           0.00000      18.279951          0.000000
## X1979                 0           0.00000      15.818140          0.000000
## X1980                 0           0.00000      18.286156          0.000000
## X1981                 0           0.00000      17.607207          0.000000
## X1982                 0           0.00000      17.148574          0.000000
## X1983                 0           0.00000      19.632701          0.000000
## X1984                 0           0.00000      18.662098          0.000000
## X1985                 0           0.00000      22.556133          0.000000
## X1986                 0           0.00000      20.264159          0.000000
## X1987                 0           0.00000      21.188776          0.000000
## X1988                 0           0.00000      22.292149          0.000000
## X1989                 0           0.00000      21.506906          0.000000
## X1990       30495897615          17.59520      18.125822          6.996693
## X1991       32437922242          19.80245      20.253471          6.620302
## X1992       33769955223          23.46374      20.704662          6.483344
## X1993       35070047854          25.99194      22.570895          6.654637
## X1994       37951403934          27.24371      22.403549          7.729134
## X1995       39267730121          28.96030      25.199498          8.985514
## X1996       41360026371          31.22587      27.205088          8.719914
## X1997       43448133848          33.49883      25.340715          8.723660
## X1998       44758698786          34.87492      24.839369          8.639333
## X1999       46733709167          37.97427      20.483516          8.422505
## X2000       49631199129          39.67264      24.314866          8.735981
## X2001       52013443158          41.02646      22.343046          8.802575
## X2002       52075933762          42.64080      20.246211          8.560583
## X2003       54130349013          43.95000      21.409379          8.651812
## X2004       56665058494          45.78114      24.531150          8.974958
## X2005       58636538468          48.58267      26.451158          9.179453
## X2006       60609432112          52.15837      26.851903          8.779758
## X2007       62677159421          56.12413      28.685251          9.772473
## X2008       66503373831          59.27822      30.315647         10.440086
## X2009       69518024119          68.70840      31.674377         11.844037
## X2010       72866300418          79.11561      38.271206         13.396115
## X2011       75359660061         100.00000      27.810306         11.624676
## X2012       78879048237         107.74115      28.602705         12.040805
## X2013       81659655509         115.37208      29.676609         13.297886
## X2014       86568611688         124.64265      30.986088         13.994910
## X2015       90010625807         130.13820      31.277435         14.686305
## X2016       90400474175         139.44352      28.240999         16.143750
## X2017       98515977279         150.96352      37.325054         17.999362
## X2018      106000000000         157.53928      39.547800         19.082826
## X2019      113000000000         164.92969      41.378741         19.809060
## X2020      110000000000         170.23614      30.440282         15.773650
## X2021      115000000000         179.61951      35.782212          0.000000
##       FS.AST.DOMS.GD.ZS FM.AST.PRVT.GD.ZS EN.ATM.CO2E.KD.GD NY.GDP.PCAP.PP.CD
## X1960                 0          1.045701         0.0000000            0.0000
## X1961                 0          1.226252         0.0000000            0.0000
## X1962                 0          1.252858         0.0000000            0.0000
## X1963                 0          1.234835         0.0000000            0.0000
## X1964                 0          1.499104         0.0000000            0.0000
## X1965                 0          1.893966         0.0000000            0.0000
## X1966                 0          1.788971         0.0000000            0.0000
## X1967                 0          1.920499         0.0000000            0.0000
## X1968                 0          2.215252         0.0000000            0.0000
## X1969                 0          2.414527         0.0000000            0.0000
## X1970                 0          2.869526         0.0000000            0.0000
## X1971                 0          3.839785         0.0000000            0.0000
## X1972                 0          3.515286         0.0000000            0.0000
## X1973                 0          4.790851         0.0000000            0.0000
## X1974                 0          4.886009         0.0000000            0.0000
## X1975                 0          4.412528         0.0000000            0.0000
## X1976                 0          3.625963         0.0000000            0.0000
## X1977                 0          4.788194         0.0000000            0.0000
## X1978                 0          5.703932         0.0000000            0.0000
## X1979                 0          6.419986         0.0000000            0.0000
## X1980                 0          8.573937         0.0000000            0.0000
## X1981                 0          9.190318         0.0000000            0.0000
## X1982                 0          8.631729         0.0000000            0.0000
## X1983                 0          8.095972         0.0000000            0.0000
## X1984                 0          8.485910         0.0000000            0.0000
## X1985                 0          9.852316         0.0000000            0.0000
## X1986                 0         10.581617         0.0000000            0.0000
## X1987                 0         10.451585         0.0000000            0.0000
## X1988                 0         11.786207         0.0000000            0.0000
## X1989                 0         13.048651         0.0000000            0.0000
## X1990                 0         12.808656         0.1136388          856.6408
## X1991                 0         13.353850         0.1341125          917.7344
## X1992                 0         13.418316         0.1342811          951.0797
## X1993                 0         14.573098         0.1482255          983.8846
## X1994                 0         18.550122         0.1690291         1058.9834
## X1995                 0         22.831436         0.1774460         1090.9416
## X1996                 0         23.197764         0.1747091         1142.8683
## X1997                 0         23.885074         0.1858289         1194.5345
## X1998                 0         28.663082         0.1910956         1218.8837
## X1999                 0         28.875948         0.2461300         1265.7845
## X2000                 0         30.670621         0.2391890         1349.9623
## X2001                 0         29.415910         0.2459541         1422.5087
## X2002                 0         22.868901         0.1975183         1424.2722
## X2003                 0         26.142574         0.2056867         1488.2950
## X2004                 0         27.097330         0.1828231         1578.5073
## X2005                 0         28.726151         0.2005684         1663.3700
## X2006                 0         33.151386         0.1593681         1750.4807
## X2007                 0         37.281506         0.1582279         1836.8598
## X2008                 0         51.652646         0.1657554         1965.2193
## X2009                 0         59.178455         0.2057664         2050.7869
## X2010                 0         54.589988         0.2347640         2164.9517
## X2011                 0         46.424644         0.2543927         2283.1856
## X2012                 0         48.754350         0.2810554         2505.3918
## X2013                 0         50.462271         0.2755574         2702.2250
## X2014                 0         54.467048         0.3043206         2947.3165
## X2015                 0         56.908274         0.2651802         2996.2205
## X2016                 0         69.840800         0.3817495         2989.6750
## X2017                 0         68.557085         0.4136863         3565.1978
## X2018                 0         76.324608         0.4192361         3863.8704
## X2019                 0         78.945911         0.0000000         4119.5850
## X2020                 0         88.440039         0.0000000         3996.6655
## X2021                 0          0.000000         0.0000000         4260.8397
##       NY.GDP.FRST.RT.ZS NE.GDI.FTOT.ZS SE.XPD.SECO.PC.ZS NY.GDP.MKTP.CN.AD
## X1960         0.0000000        0.00000           0.00000                 0
## X1961         0.0000000        0.00000           0.00000                 0
## X1962         0.0000000        0.00000           0.00000                 0
## X1963         0.0000000        0.00000           0.00000                 0
## X1964         0.0000000        0.00000           0.00000                 0
## X1965         0.0000000        0.00000           0.00000                 0
## X1966         0.0000000        0.00000           0.00000                 0
## X1967         0.0000000        0.00000           0.00000                 0
## X1968         0.0000000        0.00000           0.00000                 0
## X1969         0.0000000        0.00000           0.00000                 0
## X1970         1.5473355        0.00000           0.00000                 0
## X1971         1.4022809        0.00000           0.00000                 0
## X1972         1.1749585        0.00000           0.00000                 0
## X1973         2.1133097        0.00000           0.00000                 0
## X1974         1.9452247        0.00000           0.00000                 0
## X1975         3.4361003       13.41500           0.00000                 0
## X1976         2.2856620       14.04507           0.00000                 0
## X1977         8.1378124       14.93634           0.00000                 0
## X1978         6.9736540       16.69370           0.00000                 0
## X1979         2.5712330       14.68827           0.00000                 0
## X1980         2.9974788       15.76378           0.00000                 0
## X1981         2.2421647       15.74322           0.00000                 0
## X1982         3.1519333       17.63586           0.00000                 0
## X1983         2.0878026       19.47867           0.00000                 0
## X1984         1.6722567       17.53491           0.00000                 0
## X1985         1.1524624       20.84317           0.00000                 0
## X1986         1.8463708       18.16811           0.00000                 0
## X1987         1.6801184       19.50864           0.00000                 0
## X1988         1.5217235       19.92172           0.00000                 0
## X1989         1.4887039       18.12051           0.00000                 0
## X1990         1.7467039       16.12033           0.00000      111000000000
## X1991         1.5961613       18.40050           0.00000      133000000000
## X1992         1.8873557       19.17108           0.00000      164000000000
## X1993         1.5234800       21.21902           0.00000      189000000000
## X1994         1.2000271       21.09278           0.00000      214000000000
## X1995         1.3888115       22.06912           0.00000      235000000000
## X1996         1.3262492       22.53036           0.00000      267000000000
## X1997         1.0906674       21.67244           0.00000      301000000000
## X1998         1.2716801       21.73046           0.00000      323000000000
## X1999         1.3948185       19.08249          12.99079      367000000000
## X2000         1.1634389       19.32182          11.39166      407000000000
## X2001         1.0575600       19.19512          13.49722      442000000000
## X2002         1.1392196       19.56478          10.48057      459000000000
## X2003         1.2077250       19.92418           9.32593      492000000000
## X2004         0.8968325       20.34117           0.00000      537000000000
## X2005         0.7879058       19.94174           0.00000      589000000000
## X2006         1.0740152       20.72089           0.00000      654000000000
## X2007         1.3503133       21.06778           0.00000      728000000000
## X2008         1.0620043       21.87755          10.52313      816000000000
## X2009         0.9986743       21.35434          12.27842      988000000000
## X2010         1.4644631       22.20773          11.05385     1190000000000
## X2011         1.1063458       23.98238          11.58327     1560000000000
## X2012         0.9553315       23.99041          10.77751     1760000000000
## X2013         0.8287299       24.73023           9.68304     1950000000000
## X2014         0.8563725       25.25208          11.22859     2230000000000
## X2015         0.9315796       27.55381          10.45324     2420000000000
## X2016         1.0273794       28.70522           0.00000     2610000000000
## X2017         0.6987049       30.57544           0.00000     3080000000000
## X2018         0.4191378       32.43288           0.00000     3460000000000
## X2019         0.4407709       33.81513           0.00000     3860000000000
## X2020         0.5121566       30.46922           0.00000     3890000000000
## X2021         0.0000000       29.85193           0.00000     4280000000000
##       NV.IND.MANF.ZS NE.TRD.GNFS.ZS GC.REV.XGRT.GD.ZS GB.XPD.RSDV.GD.ZS
## X1960       0.000000        0.00000          0.000000           0.00000
## X1961       0.000000        0.00000          0.000000           0.00000
## X1962       0.000000        0.00000          0.000000           0.00000
## X1963       0.000000        0.00000          0.000000           0.00000
## X1964       0.000000        0.00000          0.000000           0.00000
## X1965       3.284541       21.68868          0.000000           0.00000
## X1966       3.430308       14.40150          0.000000           0.00000
## X1967       3.413874       13.82697          0.000000           0.00000
## X1968       3.568939       14.34546          0.000000           0.00000
## X1969       3.844709       17.23231          0.000000           0.00000
## X1970       3.683850       13.20712          0.000000           0.00000
## X1971       3.759230       14.53345          0.000000           0.00000
## X1972       3.944450       13.57894          0.000000           0.00000
## X1973       4.002407       16.98265          0.000000           0.00000
## X1974       4.106808       15.99782          0.000000           0.00000
## X1975       4.007000       22.26782          0.000000           0.00000
## X1976       3.966885       24.95113          0.000000           0.00000
## X1977       4.259259       26.10532          0.000000           0.00000
## X1978       4.023920       26.04399          0.000000           0.00000
## X1979       3.817241       27.75152          0.000000           0.00000
## X1980       4.008394       30.27280          0.000000           0.00000
## X1981       3.841506       32.51914          0.000000           0.00000
## X1982       4.011231       30.39886          0.000000           0.00000
## X1983       4.324645       31.54621          0.000000           0.00000
## X1984       4.610307       30.10155          0.000000           0.00000
## X1985       5.390031       31.52879          0.000000           0.00000
## X1986       5.837700       31.96504          0.000000           0.00000
## X1987       5.856194       32.71989          0.000000           0.00000
## X1988       6.000832       33.82904          0.000000           0.00000
## X1989       5.440859       33.35093          0.000000           0.00000
## X1990       5.759264       32.18875          8.445308           0.00000
## X1991       6.376362       34.67506          8.408656           0.00000
## X1992       8.396065       41.69541          8.510658           0.00000
## X1993       8.320716       47.18958          8.141415           0.00000
## X1994       8.963126       50.43207          9.448894           0.00000
## X1995       8.922094       59.49052         10.542261           0.00000
## X1996       9.025643       58.45777         10.686867           0.00000
## X1997       8.846649       64.03553         10.442653           0.00000
## X1998       8.970400       56.70960         10.427629           0.00000
## X1999       8.869534       52.56698         10.148932           0.00000
## X2000       8.840859       55.71059         10.620362           0.00000
## X2001       8.699295       55.79992         10.451656           0.00000
## X2002       8.213424       46.23072         10.502935           0.00000
## X2003       7.887760       44.24788         10.905205           0.00000
## X2004       7.763964       46.14729         11.137534           0.00000
## X2005       7.615217       44.06295         11.547949           0.00000
## X2006       7.314045       44.76199         10.743674           0.00000
## X2007       7.168187       44.57928         11.869180           0.00000
## X2008       7.010904       46.03621         12.300388           0.05439
## X2009       6.622367       47.07945         14.129855           0.25924
## X2010       5.946139       45.98491         14.898356           0.30220
## X2011       5.396902       36.29675         13.056689           0.00000
## X2012       5.785223       37.92191         13.890901           0.00000
## X2013       5.750414       41.86538         15.168880           0.00000
## X2014       5.612191       45.98264         16.233886           0.00000
## X2015       5.356056       46.66573         16.992606           0.00000
## X2016       4.888190       42.11549         18.575934           0.00000
## X2017       4.855674       44.64241         19.937328           0.00000
## X2018       4.906475       48.44739         22.016897           0.00000
## X2019       4.981441       49.24953         22.401348           0.00000
## X2020       4.474854       40.91887         19.365427           0.00000
## X2021       4.665598       43.81123          0.000000           0.00000
##       EG.USE.COMM.GD.PP.KD GC.NLD.TOTL.GD.ZS BN.CAB.XOKA.GD.ZS
## X1960               0.0000         0.0000000        0.00000000
## X1961               0.0000         0.0000000        0.00000000
## X1962               0.0000         0.0000000        0.00000000
## X1963               0.0000         0.0000000        0.00000000
## X1964               0.0000         0.0000000        0.00000000
## X1965               0.0000         0.0000000        0.00000000
## X1966               0.0000         0.0000000        0.00000000
## X1967               0.0000         0.0000000        0.00000000
## X1968               0.0000         0.0000000        0.00000000
## X1969               0.0000         0.0000000        0.00000000
## X1970               0.0000         0.0000000        0.00000000
## X1971               0.0000         0.0000000        0.00000000
## X1972               0.0000         0.0000000        0.00000000
## X1973               0.0000         0.0000000        0.00000000
## X1974               0.0000         0.0000000        0.00000000
## X1975               0.0000         0.0000000        0.00000000
## X1976               0.0000         0.0000000        1.27588721
## X1977               0.0000         0.0000000       -0.11400463
## X1978               0.0000         0.0000000       -1.60462964
## X1979               0.0000         0.0000000       -0.61444969
## X1980               0.0000         0.0000000       -1.99648846
## X1981               0.0000         0.0000000       -0.83959881
## X1982               0.0000         0.0000000       -3.56573550
## X1983               0.0000         0.0000000       -5.94853669
## X1984               0.0000         0.0000000       -3.68701219
## X1985               0.0000         0.0000000       -4.64183469
## X1986               0.0000         0.0000000       -4.18162338
## X1987               0.0000         0.0000000       -4.17053119
## X1988               0.0000         0.0000000       -7.78462323
## X1989               0.0000         0.0000000       -6.90133004
## X1990             189.8343         0.0000000       -7.97219763
## X1991             184.2496         0.0000000       -7.76258065
## X1992             181.2939         0.0000000       -5.33098805
## X1993             179.1825         0.0000000       -6.07919039
## X1994             171.4522         0.0000000       -8.65264353
## X1995             170.9216         0.0000000       -8.09774069
## X1996             166.1771         0.0000000       -7.22314977
## X1997             163.3054         0.0000000       -7.89001513
## X1998             162.6418         0.0000000       -1.38366225
## X1999             164.3394         0.0000000       -1.56303866
## X2000             163.3592         0.0000000       -2.37793696
## X2001             161.0080         0.0000000       -2.74157105
## X2002             162.5980         0.0000000        3.55629677
## X2003             160.8520         0.0000000        2.84759409
## X2004             155.8713         0.0000000        1.37422204
## X2005             155.7326         0.0000000        1.88302396
## X2006             150.6528         0.0000000        1.65950180
## X2007             148.5079         0.0000000        0.05481011
## X2008             144.8600         0.0000000        5.84548564
## X2009             142.6778         0.0000000        0.16658250
## X2010             140.1279        -1.3733796       -0.79746599
## X2011             140.2402        -0.8771367        1.33775141
## X2012             128.0725        -0.5433851        2.66070619
## X2013             137.5527         1.5020042        5.23137277
## X2014             135.0339         1.5633835        2.18298337
## X2015               0.0000         0.9294961       10.04331081
## X2016               0.0000         1.1766638       -0.68434695
## X2017               0.0000        -2.3858153       -3.56432921
## X2018               0.0000        -4.7542527       -8.30080494
## X2019               0.0000        -4.7937058       -5.12962915
## X2020               0.0000        -4.8968529       -0.25165346
## X2021               0.0000         0.0000000      -14.82296950
##       BG.GSR.NFSV.GD.ZS NE.CON.PRVT.ZS GC.LBL.TOTL.GD.ZS FS.AST.PRVT.GD.ZS
## X1960          0.000000        0.00000         0.0000000          1.045701
## X1961          0.000000        0.00000         0.0000000          1.226252
## X1962          0.000000        0.00000         0.0000000          1.252858
## X1963          0.000000        0.00000         0.0000000          1.234835
## X1964          0.000000        0.00000         0.0000000          1.499104
## X1965          0.000000        0.00000         0.0000000          1.893966
## X1966          0.000000        0.00000         0.0000000          1.788971
## X1967          0.000000        0.00000         0.0000000          1.920499
## X1968          0.000000        0.00000         0.0000000          2.215252
## X1969          0.000000        0.00000         0.0000000          2.414527
## X1970          0.000000        0.00000         0.0000000          2.869526
## X1971          0.000000        0.00000         0.0000000          3.839785
## X1972          0.000000        0.00000         0.0000000          3.515286
## X1973          0.000000        0.00000         0.0000000          4.790851
## X1974          0.000000        0.00000         0.0000000          4.886009
## X1975          0.000000       82.38489         0.0000000          4.412528
## X1976          7.168954       80.83247         0.0000000          3.625963
## X1977          8.554517       79.21296         0.0000000          4.788194
## X1978          9.741828       79.16582         0.0000000          5.703932
## X1979         10.034047       79.86046         0.0000000          6.419986
## X1980         12.473076       82.20205         0.0000000          8.573937
## X1981         10.961583       82.07053         0.0000000          9.190318
## X1982         10.241447       81.55415         0.0000000          8.631729
## X1983         10.584185       81.33294         0.0000000          8.095972
## X1984         10.022610       80.88347         0.0000000          8.485910
## X1985         10.423893       76.53158         0.0000000          9.852316
## X1986         10.183036       79.28684         0.0000000         10.581617
## X1987         11.799229       78.82746         0.0000000         10.451585
## X1988         10.743440       79.67706         0.0000000         11.786207
## X1989          9.951683       79.68630         0.0000000         13.048651
## X1990         10.246662       84.34524         6.7815425         12.808656
## X1991         10.806999       82.48620         0.0000000         13.353850
## X1992         14.665631       81.27374         0.0000000         13.418316
## X1993         15.984446       79.27152         0.0000000         14.573098
## X1994         21.536783       82.01795         0.0000000         18.550122
## X1995         22.547074       75.09775         0.0000000         22.831436
## X1996         22.122252       76.37012         0.0000000         23.197764
## X1997         22.165372       77.13154         3.0626032         23.885074
## X1998         15.676918       76.91403         3.4978145         28.663082
## X1999         17.234855       77.46085         3.4847209         28.875948
## X2000         12.847598       75.87776         3.1885066         30.670621
## X2001         10.454617       80.23060         3.0245615         29.415910
## X2002          8.957206       82.11190         2.0163546         22.868901
## X2003         10.082726       82.77378         0.7855864         26.142574
## X2004         11.628826       79.60668         0.4549613         27.097330
## X2005         10.025242       79.54513         0.7924677         28.726151
## X2006          9.714350       82.33394         0.8842442         33.151386
## X2007         11.950105       80.98431         1.5379479         37.281506
## X2008         12.557626       80.27959         1.6047657         51.652646
## X2009         12.030192       79.78722         3.1337931         59.178455
## X2010          9.627178       78.55601         1.9035510         54.589988
## X2011          7.627863       84.67690         1.5171725         46.424644
## X2012          8.387897       82.98298        -0.5161680         48.754350
## X2013          9.800841       84.28670        -1.8021990         50.462271
## X2014         11.374642       82.63414        -0.1744826         54.467048
## X2015         10.801396       83.56273         0.1442695         56.908274
## X2016         10.622545       88.43112         2.1795673         69.840800
## X2017         11.107884       78.49671         2.2811162         68.557085
## X2018         10.632644       77.14685         5.6331098         76.324608
## X2019          9.750191       76.57950         4.0023216         78.945911
## X2020          5.918168       85.21291         8.0456838         88.440039
## X2021          6.369455       83.89272         0.0000000          0.000000
##       BM.KLT.DINV.WD.GD.ZS NY.GDP.PCAP.KD NY.GDP.FCST.CN FS.AST.CGOV.GD.ZS
## X1960                    0       327.7573     3818999800       0.002581978
## X1961                    0       328.7351     3996999900      -0.157907727
## X1962                    0       329.6883     4312999900      -0.038866026
## X1963                    0       330.5043     4552000000      -0.353119584
## X1964                    0       349.4890     4952999900      -0.806291045
## X1965                    0       339.3382     5523999900      -0.403427355
## X1966                    0       356.7400     6731000200       0.406715866
## X1967                    0       344.6425     6324000100       0.567420100
## X1968                    0       340.3637     7065000200      -2.371392657
## X1969                    0       348.6234     7823999900      -2.623669413
## X1970                    0       350.4969     8713000000      -2.281021898
## X1971                    0       339.3001     8775000400      -0.735484382
## X1972                    0       342.6728    10130000400       0.012482486
## X1973                    0       333.9002     9765000400       0.216202118
## X1974                    0       347.5028    12424999500       0.711847237
## X1975                    0       344.9690    15935999800       1.349583520
## X1976                    0       352.2911    16588999900       3.014832718
## X1977                    0       354.9240    16255000000       4.484375000
## X1978                    0       362.3191    18426000800       4.330022123
## X1979                    0       362.5807    20779000100       4.762097660
## X1980                    0       346.1643    21885999100       5.426407527
## X1981                    0       366.4794    25465999900       4.934714158
## X1982                    0       371.5721    29036999200       7.935330010
## X1983                    0       352.1976    31643000100      12.472156400
## X1984                    0       377.4591    37003999200      13.402132830
## X1985                    0       391.6029    44015000000      14.441677760
## X1986                    0       400.4239    52717000000      13.689972000
## X1987                    0       398.3404    60372000000      13.130245520
## X1988                    0       419.5476    72214000000      12.636595320
## X1989                    0       427.6444    84511000000      13.374855770
## X1990                    0       436.5675    97748000000      13.206563780
## X1991                    0       452.4033   117000000000      13.214028970
## X1992                    0       458.3947   145000000000      12.809073670
## X1993                    0       463.2257   166000000000      12.414988450
## X1994                    0       488.1589   187000000000      10.174184030
## X1995                    0       492.5622   205000000000      10.342694190
## X1996                    0       506.7291   233000000000       9.801135336
## X1997                    0       520.6587   263000000000       9.753740877
## X1998                    0       525.3586   282000000000       9.325067726
## X1999                    0       537.9920   321000000000       9.382202794
## X2000                    0       561.0588   356000000000       9.594466508
## X2001                    0       578.1837   413000000000      10.888104360
## X2002                    0       570.0166   430000000000       9.995384193
## X2003                    0       584.1115   460000000000      10.581672430
## X2004                    0       603.3215   501000000000      11.031734500
## X2005                    0       616.4268   548000000000      10.652444130
## X2006                    0       629.2918   611000000000       9.976367737
## X2007                    0       642.9684   676000000000      11.364171080
## X2008                    0       674.9538   755000000000      11.509133150
## X2009                    0       699.8562   910000000000       8.474245342
## X2010                    0       730.0427  1080000000000      11.188024880
## X2011                    0       754.2413  1440000000000      10.627388540
## X2012                    0       790.9881  1620000000000       8.791581518
## X2013                    0       821.0732  1780000000000       8.049208870
## X2014                    0       870.7817  2020000000000       5.761101762
## X2015                    0       901.7496  2190000000000       6.655794990
## X2016                    0       897.4038  2340000000000       1.482233943
## X2017                    0       964.8978  2720000000000       2.566531806
## X2018                    0      1021.3319  3010000000000       9.613530164
## X2019                    0      1069.7891  3340000000000       9.632236558
## X2020                    0      1025.5091  3430000000000      13.678851060
## X2021                    0      1049.6760  3660000000000       0.000000000
##       EN.ATM.CO2E.PP.GD EG.GDP.PUSE.KO.PP.KD EG.EGY.PRIM.PP.KD
## X1960        0.00000000             0.000000              0.00
## X1961        0.00000000             0.000000              0.00
## X1962        0.00000000             0.000000              0.00
## X1963        0.00000000             0.000000              0.00
## X1964        0.00000000             0.000000              0.00
## X1965        0.00000000             0.000000              0.00
## X1966        0.00000000             0.000000              0.00
## X1967        0.00000000             0.000000              0.00
## X1968        0.00000000             0.000000              0.00
## X1969        0.00000000             0.000000              0.00
## X1970        0.00000000             0.000000              0.00
## X1971        0.00000000             0.000000              0.00
## X1972        0.00000000             0.000000              0.00
## X1973        0.00000000             0.000000              0.00
## X1974        0.00000000             0.000000              0.00
## X1975        0.00000000             0.000000              0.00
## X1976        0.00000000             0.000000              0.00
## X1977        0.00000000             0.000000              0.00
## X1978        0.00000000             0.000000              0.00
## X1979        0.00000000             0.000000              0.00
## X1980        0.00000000             0.000000              0.00
## X1981        0.00000000             0.000000              0.00
## X1982        0.00000000             0.000000              0.00
## X1983        0.00000000             0.000000              0.00
## X1984        0.00000000             0.000000              0.00
## X1985        0.00000000             0.000000              0.00
## X1986        0.00000000             0.000000              0.00
## X1987        0.00000000             0.000000              0.00
## X1988        0.00000000             0.000000              0.00
## X1989        0.00000000             0.000000              0.00
## X1990        0.05804187             5.267751              0.00
## X1991        0.06625826             5.427419              0.00
## X1992        0.06486338             5.515904              0.00
## X1993        0.06994128             5.580901              0.00
## X1994        0.07809007             5.832529              0.00
## X1995        0.08071972             5.850637              0.00
## X1996        0.07763495             6.017677              0.00
## X1997        0.08117639             6.123498              0.00
## X1998        0.08254798             6.148479              0.00
## X1999        0.10484380             6.084969              0.00
## X2000        0.09963000             6.121478              6.83
## X2001        0.09990189             6.210871              6.73
## X2002        0.07922530             6.150135              6.79
## X2003        0.08090496             6.216894              6.72
## X2004        0.07003183             6.415549              6.51
## X2005        0.07449332             6.421264              6.51
## X2006        0.05741933             6.637777              6.29
## X2007        0.05550843             6.733650              6.21
## X2008        0.05705488             6.903217              6.05
## X2009        0.07037605             7.008797              5.96
## X2010        0.07934026             7.136336              5.85
## X2011        0.08422399             7.130624              5.86
## X2012        0.08873322             7.808075              5.39
## X2013        0.08372834             7.269943              5.86
## X2014        0.08991122             7.405549              5.72
## X2015        0.08882795             0.000000              5.47
## X2016        0.12771628             0.000000              5.93
## X2017        0.12667996             0.000000              5.76
## X2018        0.13992495             0.000000              5.68
## X2019        0.11412229             0.000000              5.23
## X2020        0.00000000             0.000000              0.00
## X2021        0.00000000             0.000000              0.00
##       GC.NFN.TOTL.GD.ZS FM.LBL.BMNY.GD.ZS NY.GDP.PCAP.KD.ZG NY.GDP.FCST.KD
## X1960          0.000000          5.411826        0.00000000              0
## X1961          0.000000          6.323711        0.29834076              0
## X1962          0.000000          6.097394        0.28994631              0
## X1963          0.000000          7.259532        0.24750329              0
## X1964          0.000000          8.333665        5.74417617              0
## X1965          0.000000          9.378793       -2.90447420     3686900953
## X1966          0.000000          8.046027        5.12816324     3942894641
## X1967          0.000000          9.378020       -3.39112902     3883721670
## X1968          0.000000         10.009759       -1.24152822     3906404576
## X1969          0.000000         11.551660        2.42673629     4059550032
## X1970          0.000000         10.507527        0.53739819     4223262069
## X1971          0.000000         12.281270       -3.19453585     4122527100
## X1972          0.000000         12.372456        0.99402214     4230165653
## X1973          0.000000         16.489116       -2.56007615     4221289620
## X1974          0.000000         15.028889        4.07387424     4445442468
## X1975          0.000000         13.033613       -0.72914581     4470943244
## X1976          0.000000         15.950328        2.12253668     4629019828
## X1977          0.000000         19.436921        0.74735990     4703408606
## X1978          0.000000         20.358807        2.08356707     4874587454
## X1979          0.000000         20.986721        0.07221786     4998287522
## X1980          0.000000         23.464092       -4.52766008     4892480325
## X1981          0.000000         23.878127        5.86861738     5274146242
## X1982          0.000000         25.451788        1.38964441     5499708027
## X1983          0.000000         28.066351       -5.21421438     5337264118
## X1984          0.000000         27.230262        7.17255716     5867425978
## X1985          0.000000         27.719916        3.74710653     6201331212
## X1986          0.000000         27.657024        2.25253496     6492969548
## X1987          0.000000         29.542622       -0.52032719     6597931325
## X1988          0.000000         29.974774        5.32388485     7058221481
## X1989          0.000000         31.233799        1.92989342     7424281841
## X1990          0.000000         32.014485        2.08656129     7756008525
## X1991          0.000000         32.820010        3.62733856     8254660930
## X1992          0.000000         32.061089        1.32434906     8631620681
## X1993          0.000000         34.842272        1.05390327     8902297081
## X1994          0.000000         36.242071        5.38252066     9589126121
## X1995          0.000000         38.034904        0.90201053     9843288724
## X1996          0.000000         37.577346        2.87617208    10391061698
## X1997          0.000000         43.195227        2.74891542    10896004686
## X1998          0.000000         44.779371        0.90269241    11256114694
## X1999          0.000000         47.925811        2.40472279    11751899955
## X2000          0.000000         51.336474        4.28756507    12467303013
## X2001          0.000000         51.525949        3.05224250    13065701954
## X2002          0.000000         50.832450       -1.41254510    13086686566
## X2003          0.000000         52.294335        2.47272122    13579919754
## X2004          0.000000         54.232255        3.28876045    14178960894
## X2005          0.000000         54.198726        2.17219893    14637556830
## X2006          0.000000         57.135336        2.08701725    15183346358
## X2007          0.000000         60.860186        2.17333410    15601015982
## X2008          0.000000         75.400096        4.97464100    16505155680
## X2009          0.000000         80.663112        3.68949715    17149610807
## X2010          3.868159         73.242161        4.31324695    17879868977
## X2011          3.159511         66.489451        3.31468974    18561742448
## X2012          2.915854         67.717978        4.87202271    19480713938
## X2013          2.783751         74.315550        3.80347746    20079553984
## X2014          2.978005         75.360519        6.05408683    21232603795
## X2015          3.648394         86.380396        3.55633539    21978324247
## X2016          4.688308         94.205860       -0.48193197    21978879123
## X2017          6.754082         89.404971        7.52102989    23866727131
## X2018          0.000000         95.331783        5.84871083    25626474621
## X2019          0.000000         97.169878        4.74451271    27262952301
## X2020          0.000000        117.749455       -4.13913223    26602290156
## X2021          0.000000          0.000000        2.35657179    27621363368
##       NY.GDP.TOTL.RT.ZS NY.GDP.MKTP.CN NE.RSB.GNFS.ZS MS.MIL.XPND.GD.ZS
## X1960         0.0000000     3872999900     0.00000000         0.0000000
## X1961         0.0000000     4052999900     0.00000000         0.0000000
## X1962         0.0000000     4374000100     0.00000000         0.0000000
## X1963         0.0000000     4616000000     0.00000000         0.0000000
## X1964         0.0000000     5023000100     0.00000000         0.0000000
## X1965         0.0000000     5601999900    -6.15851493         0.0000000
## X1966         0.0000000     6909000200    -3.11188296         0.0000000
## X1967         0.0000000     6415000100    -0.07794232         0.0000000
## X1968         0.0000000     7173000200    -0.65523489         0.0000000
## X1969         0.0000000     7984999900    -3.20601131         0.0000000
## X1970         1.5473355     8768000000    -3.39872263         0.5930193
## X1971         1.4022809     8938000400    -3.72566553         0.6179106
## X1972         1.1749585    10369000400    -2.25672669         0.6475563
## X1973         2.1133097     9969000400    -3.76166100         0.6576810
## X1974         2.0397637    12807999500    -5.09837699         0.6072365
## X1975         3.4361003    16570999800    -4.46563279         0.6821728
## X1976         2.2856620    17393999900    -3.40347191         0.8562612
## X1977         9.1726880    17280000000    -2.52893518         0.8921431
## X1978         8.0551184    19732000800    -4.90066826         0.8584643
## X1979         4.1515731    22215000100    -4.18185999         0.9112057
## X1980         4.4428523    23350999000    -7.19027053         1.0320757
## X1981         2.6080439    27306999800    -6.71622702         0.9920533
## X1982         3.3315935    30987999200    -7.21569562         1.0894540
## X1983         2.7155831    33760000000   -11.08412382         1.2529250
## X1984         1.8650212    39389999100    -8.79664960         1.2206144
## X1985         1.1524624    46586000000    -8.47035676         1.1958272
## X1986         1.8463708    55724000000    -8.64044218         1.1828507
## X1987         1.6801184    63864000000    -9.09333897         1.1591820
## X1988         1.5217235    76906000000   -10.93469950         1.0837906
## X1989         1.4887039    89269000000   -11.21571878         1.1065431
## X1990         1.7467039   103000000000   -11.13413592         1.0771544
## X1991         1.5961613   124000000000   -11.69355256         1.0966096
## X1992         1.8873557   153000000000    -9.77596088         1.0746898
## X1993         1.5234800   176000000000   -10.32365296         1.0505526
## X1994         1.2000271   199000000000   -12.44419688         0.9733154
## X1995         1.3888115   219000000000    -9.54420043         0.9414851
## X1996         1.3262492   249000000000   -12.82261842         0.9007163
## X1997         1.0906674   281000000000   -11.37986475         0.8807078
## X1998         1.2716801   301000000000   -11.06549884         0.9270555
## X1999         1.3948185   342000000000    -6.87003707         0.9473696
## X2000         1.1670198   379000000000    -9.14258158         0.9621503
## X2001         1.0606151   442000000000   -10.67837364         1.0983344
## X2002         1.1417770   459000000000   -10.75645945         1.4476500
## X2003         1.2100535   492000000000   -12.84815463         1.5922511
## X2004         0.9016973   537000000000   -12.78189619         1.7932924
## X2005         0.7926679   589000000000   -14.89557389         1.9291614
## X2006         1.0818210   654000000000   -17.86880584         1.7491099
## X2007         1.3569306   728000000000   -18.86794527         1.5473939
## X2008         1.0743739   816000000000   -20.48456584         1.5999717
## X2009         1.0048510   988000000000   -22.24073939         1.6454486
## X2010         1.4723143  1190000000000   -26.81983343         1.5636664
## X2011         1.1139868  1560000000000   -20.68448362         1.5406516
## X2012         0.9610862  1760000000000   -20.42132348         1.4318324
## X2013         0.8336885  1950000000000   -23.27605838         1.5418601
## X2014         0.8606941  2230000000000   -25.73455737         1.6293411
## X2015         0.9348526  2420000000000   -26.23655320         1.5566301
## X2016         1.0311785  2610000000000   -25.75633004         1.7008977
## X2017         0.7031775  3080000000000   -29.01803331         1.7085445
## X2018         0.4240534  3460000000000   -32.81610490         1.5392340
## X2019         0.4429674  3860000000000   -33.68965364         1.3765952
## X2020         0.5140431  3890000000000   -27.30828594         1.3635856
## X2021         0.0000000  4280000000000   -33.39276732         0.0000000
##       NY.GDP.NGAS.RT.ZS       NY.GDP.DISC.CN NV.IND.TOTL.ZS NE.GDI.FPRV.ZS
## X1960                 0            0.0000000       0.000000       0.000000
## X1961                 0            0.0000000       0.000000       0.000000
## X1962                 0            0.0000000       0.000000       0.000000
## X1963                 0            0.0000000       0.000000       0.000000
## X1964                 0            0.0000000       0.000000       0.000000
## X1965                 0            0.0000000      10.853267       0.000000
## X1966                 0            0.0000000       9.031698       0.000000
## X1967                 0            0.0000000       9.820733       0.000000
## X1968                 0            0.0000000      10.079464       0.000000
## X1969                 0            0.0000000      10.356919       0.000000
## X1970                 0            0.0000000      11.462135       0.000000
## X1971                 0            0.0000000       9.140747       0.000000
## X1972                 0            0.0000000       9.094416       0.000000
## X1973                 0            0.0000000       9.589728       0.000000
## X1974                 0            0.0000000       8.705498       0.000000
## X1975                 0            0.0000000       7.863135      10.367510
## X1976                 0          100.0000000       8.445440      10.411637
## X1977                 0          100.0000000      10.538194      10.949074
## X1978                 0         -100.0000000      11.144334      11.053111
## X1979                 0          100.0000000      11.204141       9.565608
## X1980                 0            0.0000000      11.168687       9.485676
## X1981                 0            0.0000000      11.528180       9.067272
## X1982                 0         -100.0000000      12.046599       9.610172
## X1983                 0          100.0000000      11.993483      10.767180
## X1984                 0            0.0000000      11.832953       9.565880
## X1985                 0            0.0000000      14.272528      13.053278
## X1986                 0            0.0000000      14.998923      11.153184
## X1987                 0            0.0000000      14.961481      12.106977
## X1988                 0            0.0000000      15.182170      12.792240
## X1989                 0            0.0000000      15.654931       9.268615
## X1990                 0            0.0000000      15.346755       8.415526
## X1991                 0            0.0000000      16.447363      11.386822
## X1992                 0           -0.0000153      19.398302      12.406165
## X1993                 0            0.0000000      19.520497      14.519985
## X1994                 0            0.0000000      20.391726      14.378337
## X1995                 0            0.0000000      21.273868      15.193339
## X1996                 0         -100.0000000      21.493052      15.449977
## X1997                 0            0.0000000      21.400434      14.759387
## X1998                 0            0.0000000      21.075969      14.227260
## X1999                 0            0.0000000      20.441123      12.098434
## X2000                 0            0.0000000      20.735570      12.355595
## X2001                 0      -200000.0000000      16.660908      15.104009
## X2002                 0      -392700.0000000      16.946825      15.769094
## X2003                 0      -219000.0000000      16.971300      16.933919
## X2004                 0       -56800.0000200      16.657320      17.554947
## X2005                 0       445300.0000000      16.467089      17.021370
## X2006                 0      -122000.0000000      16.067967      18.044013
## X2007                 0      -705900.0000000      15.873140      17.681674
## X2008                 0       121600.0000000      16.049987      17.832597
## X2009                 0       276400.0000000      15.066803      16.873998
## X2010                 0       333600.0000000      14.200762      17.708552
## X2011                 0        50385.2318100      13.393468      19.363799
## X2012                 0  16515611357.0000000      13.977162      20.135551
## X2013                 0  34666575605.0000000      13.798338      20.887615
## X2014                 0  91827925928.0000000      13.564565      21.034877
## X2015                 0  62636228548.0000000      13.161655      23.206676
## X2016                 0  30207725224.0000000      12.655418      23.229324
## X2017                 0 144000000000.0000000      12.862586      22.661094
## X2018                 0 279000000000.0000000      13.200640      25.105548
## X2019                 0 294000000000.0000000      13.010675      28.065465
## X2020                 0 101000000000.0000000      12.047320      25.150492
## X2021                 0 227000000000.0000000      11.722516      23.523550
##       GC.DOD.TOTL.GD.ZS FS.AST.DOMO.GD.ZS EN.ATM.CO2E.PP.GD.KD
## X1960           0.00000                 0           0.00000000
## X1961           0.00000                 0           0.00000000
## X1962           0.00000                 0           0.00000000
## X1963           0.00000                 0           0.00000000
## X1964           0.00000                 0           0.00000000
## X1965           0.00000                 0           0.00000000
## X1966           0.00000                 0           0.00000000
## X1967           0.00000                 0           0.00000000
## X1968           0.00000                 0           0.00000000
## X1969           0.00000                 0           0.00000000
## X1970           0.00000                 0           0.00000000
## X1971           0.00000                 0           0.00000000
## X1972           0.00000                 0           0.00000000
## X1973           0.00000                 0           0.00000000
## X1974           0.00000                 0           0.00000000
## X1975           0.00000                 0           0.00000000
## X1976           0.00000                 0           0.00000000
## X1977           0.00000                 0           0.00000000
## X1978           0.00000                 0           0.00000000
## X1979           0.00000                 0           0.00000000
## X1980           0.00000                 0           0.00000000
## X1981           0.00000                 0           0.00000000
## X1982           0.00000                 0           0.00000000
## X1983           0.00000                 0           0.00000000
## X1984           0.00000                 0           0.00000000
## X1985           0.00000                 0           0.00000000
## X1986           0.00000                 0           0.00000000
## X1987           0.00000                 0           0.00000000
## X1988           0.00000                 0           0.00000000
## X1989           0.00000                 0           0.00000000
## X1990          52.62058                 0           0.03082382
## X1991          64.91143                 0           0.03637718
## X1992          61.65692                 0           0.03642291
## X1993          63.68154                 0           0.04020525
## X1994          66.54121                 0           0.04584811
## X1995          66.18364                 0           0.04838579
## X1996          65.19788                 0           0.04738875
## X1997          59.88243                 0           0.05040493
## X1998          66.35144                 0           0.05183350
## X1999          64.06811                 0           0.06676123
## X2000          64.57332                 0           0.06487854
## X2001          58.98914                 0           0.06652126
## X2002          63.93546                 0           0.05357561
## X2003          62.58820                 0           0.05579125
## X2004          59.41567                 0           0.04958964
## X2005          51.76462                 0           0.05440294
## X2006          49.68697                 0           0.04322759
## X2007          42.97866                 0           0.04291835
## X2008          43.79999                 0           0.04496012
## X2009           0.00000                 0           0.05581287
## X2010          33.86252                 0           0.06367827
## X2011           0.00000                 0           0.06900243
## X2012           0.00000                 0           0.07606583
## X2013           0.00000                 0           0.07457783
## X2014           0.00000                 0           0.08236242
## X2015           0.00000                 0           0.07987946
## X2016           0.00000                 0           0.11515426
## X2017           0.00000                 0           0.12667996
## X2018           0.00000                 0           0.14326778
## X2019           0.00000                 0           0.11893877
## X2020           0.00000                 0           0.00000000
## X2021           0.00000                 0           0.00000000
##       BX.KLT.DINV.WD.GD.ZS NY.GDP.PCAP.KN NY.GDP.FCST.KN NE.IMP.GNFS.ZS
## X1960          0.000000000       25056.70              0       0.000000
## X1961          0.000000000       25131.46              0       0.000000
## X1962          0.000000000       25204.33              0       0.000000
## X1963          0.000000000       25266.71              0       0.000000
## X1964          0.000000000       26718.07              0       0.000000
## X1965          0.000000000       25942.05   285000000000      13.923599
## X1966          0.000000000       27272.40   305000000000       8.756694
## X1967          0.000000000       26347.56   300000000000       6.952455
## X1968          0.000000000       26020.45   302000000000       7.500348
## X1969          0.000000000       26651.89   314000000000      10.219161
## X1970          0.000000000       26795.12   327000000000       8.302920
## X1971          0.000000000       25939.14   319000000000       9.129559
## X1972          0.002929405       26196.98   327000000000       7.917832
## X1973         -0.001028699       25526.32   327000000000      10.372153
## X1974          0.020526234       26566.23   344000000000      10.548096
## X1975          0.000000000       26372.52   346000000000      13.366726
## X1976         -0.002753317       26932.29   358000000000      14.177302
## X1977          0.000000000       27133.57   364000000000      14.317129
## X1978          0.025558508       27698.92   377000000000      15.472328
## X1979          0.016205267       27718.92   387000000000      15.966690
## X1980          0.015416899       26463.90   379000000000      18.731533
## X1981         -0.010107299       28016.97   408000000000      19.617681
## X1982         -0.001252385       28406.30   425000000000      18.807280
## X1983         -0.024518069       26925.14   413000000000      21.315167
## X1984          0.036804482       28856.36   454000000000      19.449100
## X1985          0.024809975       29937.64   480000000000      19.999571
## X1986          0.041041331       30611.99   502000000000      20.302742
## X1987          0.047003039       30452.71   510000000000      20.906614
## X1988          0.019500949       32073.98   546000000000      22.381869
## X1989          0.011914122       32692.97   574000000000      22.283323
## X1990          0.163746322       33375.13   600000000000      21.661445
## X1991          0.056611336       34585.76   639000000000      23.184304
## X1992          0.000000000       35043.80   668000000000      25.735687
## X1993          0.000000000       35413.12   689000000000      28.756617
## X1994          0.000000000       37319.24   742000000000      31.438135
## X1995          0.000000000       37655.87   762000000000      34.517359
## X1996          0.423749430       38738.91   804000000000      35.640194
## X1997          0.468752021       39803.81   843000000000      37.707700
## X1998          0.247611787       40163.12   871000000000      33.887550
## X1999          0.086439766       41128.93   909000000000      29.718509
## X2000         -0.008824253       42892.36   965000000000      32.426585
## X2001          0.347091875       44201.54  1010000000000      33.239147
## X2002         -0.098374869       43577.17  1010000000000      28.493589
## X2003          0.233443621       44654.71  1050000000000      28.548019
## X2004         -0.005737557       46123.30  1100000000000      29.464591
## X2005          0.030156296       47125.19  1130000000000      29.479261
## X2006         -0.073509433       48108.70  1170000000000      31.315397
## X2007          0.055606415       49154.27  1210000000000      31.723610
## X2008          0.007932157       51599.51  1280000000000      33.260386
## X2009          0.297715389       53503.28  1330000000000      34.660094
## X2010          0.548294666       55811.00  1380000000000      36.402370
## X2011          0.435815132       57660.97  1440000000000      28.490618
## X2012          0.423691401       60470.22  1510000000000      29.171615
## X2013          0.334712270       62770.19  1550000000000      32.570717
## X2014          0.133746295       66570.35  1640000000000      35.858599
## X2015          0.213029579       68937.82  1700000000000      36.451142
## X2016          0.432213143       68605.59  1700000000000      33.935908
## X2017          0.677439878       73765.43  1850000000000      36.830222
## X2018          0.206157198       78079.76  1980000000000      40.631746
## X2019          0.542801816       81784.26  2110000000000      41.469590
## X2020          0.378738964       78399.10  2060000000000      34.113576
## X2021          0.000000000       80246.64  2140000000000      38.601998
##       NY.GNS.ICTR.ZS NY.GDP.PCAP.CD NY.GDP.DISC.KN NV.AGR.TOTL.ZS
## X1960        0.00000       50.30494              0        0.00000
## X1961        0.00000       51.81125              0        0.00000
## X1962        0.00000       55.02569              0        0.00000
## X1963        0.00000       46.86145              0        0.00000
## X1964        0.00000       46.00340              0        0.00000
## X1965        0.00000       67.00747              0       64.58408
## X1966        0.00000       81.16442              0       68.69301
## X1967        0.00000       73.96790              0       66.23538
## X1968        0.00000       66.54894              0       67.39160
## X1969        0.00000       66.63835              0       66.42455
## X1970        0.00000       71.71859              0       66.86816
## X1971        0.00000       71.62988              0       66.83822
## X1972        0.00000       81.38657              0       67.84646
## X1973        0.00000       75.63696              0       65.33253
## X1974        0.00000       92.75222              0       68.41818
## X1975        0.00000      117.41775              0       69.00609
## X1976       15.32127      105.89282              0       66.08601
## X1977       17.44328       98.54201              0       60.12153
## X1978       17.42714      111.80661              0       58.86884
## X1979       16.46995      126.13331              0       60.16205
## X1980       17.29648      129.58602              0       57.89902
## X1981       16.89507      148.08026              0       56.79862
## X1982       16.40123      152.28967              0       57.16729
## X1983       14.50574      151.99255              0       56.52251
## X1984       16.01259      156.65054              0       57.29881
## X1985       18.62311      155.40782              0       48.85803
## X1986       15.51951      165.36183              0       48.69715
## X1987       16.80707      167.79994              0       47.95033
## X1988       14.84428      193.49965              0       47.79211
## X1989       13.24642      191.12085              0       47.68957
## X1990       10.33420      191.87888              0       48.80289
## X1991       11.71677      202.08059              0       44.72339
## X1992       15.10886      170.58665              0       42.66526
## X1993       16.62517      178.62599              0       39.89595
## X1994       13.99204      193.27955              0       40.44171
## X1995       21.00779      203.98078              0       39.04141
## X1996       20.38508      204.68576              0       38.92766
## X1997       19.11054      217.78798              0       38.78073
## X1998       20.13193      210.61156              0       37.39301
## X1999       20.47124      214.10670              0       38.70148
## X2000       21.73051      229.49039              0       38.24390
## X2001       18.55022      246.72556              0       35.24767
## X2002       25.13148      244.72084              0       36.15030
## X2003       25.12677      252.40235              0       35.10588
## X2004       27.57583      286.15767              0       34.67636
## X2005       30.68572      315.80563              0       33.82490
## X2006       29.50425      346.94533              0       32.36649
## X2007       31.05887      391.38006              0       31.16441
## X2008       36.65691      470.45546              0       30.30572
## X2009       37.24818      478.17325              0       31.32265
## X2010       37.75048      592.40121              0       33.17938
## X2011       29.51621      797.81395              0       30.80548
## X2012       34.55534      804.14161              0       30.07606
## X2013       37.08133      823.35987              0       28.62266
## X2014       39.58970      844.85312              0       27.46190
## X2015       40.08823      901.74961              0       26.51851
## X2016       35.30510      899.52358              0       25.51788
## X2017       41.88065     1048.45376              0       23.69955
## X2018       42.60312     1178.52596              0       22.33467
## X2019       42.18751     1194.95724              0       21.58337
## X2020       32.81976     1147.47197              0       22.18009
## X2021       32.62384     1222.87879              0       21.31989
##       CM.MKT.TRAD.GD.ZS CM.MKT.LCAP.GD.ZS PA.NUS.PPP NY.GDP.MKTP.PP.CD
## X1960                 0                 0   0.000000                 0
## X1961                 0                 0   0.000000                 0
## X1962                 0                 0   0.000000                 0
## X1963                 0                 0   0.000000                 0
## X1964                 0                 0   0.000000                 0
## X1965                 0                 0   0.000000                 0
## X1966                 0                 0   0.000000                 0
## X1967                 0                 0   0.000000                 0
## X1968                 0                 0   0.000000                 0
## X1969                 0                 0   0.000000                 0
## X1970                 0                 0   0.000000                 0
## X1971                 0                 0   0.000000                 0
## X1972                 0                 0   0.000000                 0
## X1973                 0                 0   0.000000                 0
## X1974                 0                 0   0.000000                 0
## X1975                 0                 0   0.000000                 0
## X1976                 0                 0   0.000000                 0
## X1977                 0                 0   0.000000                 0
## X1978                 0                 0   0.000000                 0
## X1979                 0                 0   0.000000                 0
## X1980                 0                 0   0.000000                 0
## X1981                 0                 0   0.000000                 0
## X1982                 0                 0   0.000000                 0
## X1983                 0                 0   0.000000                 0
## X1984                 0                 0   0.000000                 0
## X1985                 0                 0   0.000000                 0
## X1986                 0                 0   0.000000                 0
## X1987                 0                 0   0.000000                 0
## X1988                 0                 0   0.000000                 0
## X1989                 0                 0   0.000000                 0
## X1990                 0                 0   6.855172       16195204675
## X1991                 0                 0   7.462756       17809100163
## X1992                 0                 0   8.645529       18962933642
## X1993                 0                 0   9.355324       20159768606
## X1994                 0                 0   9.600856       22281961821
## X1995                 0                 0   9.996182       23538237236
## X1996                 0                 0  10.584390       25246362676
## X1997                 0                 0  11.162351       26978289337
## X1998                 0                 0  11.491542       28104868450
## X1999                 0                 0  12.338917       29758555947
## X2000                 0                 0  12.605191       32319580727
## X2001                 0                 0  12.748132       34633980664
## X2002                 0                 0  13.046420       35216021000
## X2003                 0                 0  13.186732       37327748401
## X2004                 0                 0  13.377053       40124608887
## X2005                 0                 0  13.764031       42822630163
## X2006                 0                 0  14.334758       45629232067
## X2007                 0                 0  15.018784       48461112328
## X2008                 0                 0  15.564305       52405679687
## X2009                 0                 0  17.925433       55132393547
## X2010                 0                 0  20.395475       58482287147
## X2011                 0                 0  25.254612       61740123574
## X2012                 0                 0  26.004440       67618420433
## X2013                 0                 0  26.799870       72735235363
## X2014                 0                 0  28.152746       79300444355
## X2015                 0                 0  29.942535       80942994654
## X2016                 0                 0  31.998810       81508795260
## X2017                 0                 0  31.234983       98515977279
## X2018                 0                 0  31.834994      109000000000
## X2019                 0                 0  32.742748      118000000000
## X2020                 0                 0  33.393741      116000000000
## X2021                 0                 0  33.828688      126000000000
##       NY.GDP.DEFL.ZS NE.EXP.GNFS.ZS NY.GDP.PCAP.CN NY.GDP.FCST.CD
## X1960       1.529624       0.000000       383.2733      501246857
## X1961       1.570740       0.000000       394.7499      524609516
## X1962       1.663368       0.000000       419.2407      566084775
## X1963       1.722749       0.000000       435.2820      490057812
## X1964       1.743331       0.000000       465.7845      489185175
## X1965       1.967963       7.765084       510.5299      725029518
## X1966       2.267463       5.644811       618.3917      883449298
## X1967       2.138951       6.874513       563.5614      830030201
## X1968       2.375644       6.845113       618.1531      760601613
## X1969       2.531577       7.013150       674.7133      772740731
## X1970       2.710011       4.904197       726.1507      860543210
## X1971       2.795977       5.403893       725.2525      866666706
## X1972       3.145549       5.661105       824.0391     1000493867
## X1973       3.038686       6.610492       775.6646      952209184
## X1974       3.671512       5.449719       975.3824     1181532855
## X1975       4.682013       8.901093      1234.7650     1515405078
## X1976       4.707485      10.773830      1267.8336     1385557255
## X1977       4.539672      11.788194      1231.7751     1300400000
## X1978       4.965094      10.571660      1375.2773     1497987952
## X1979       5.460529      11.784830      1513.5997     1731583342
## X1980       5.876050      11.541263      1555.0323     1823833258
## X1981       6.342454      12.901454      1776.9632     2122166658
## X1982       6.935309      11.591584      1970.0649     2244613931
## X1983       7.787567      10.231043      2096.8133     2293718974
## X1984       8.284254      10.652450      2390.5342     2424853981
## X1985       9.230468      11.529214      2763.3841     2475325479
## X1986      10.558970      11.662300      3232.3111     2696949388
## X1987      11.899621      11.813275      3623.7573     2795556523
## X1988      13.305598      11.447169      4267.6347     3274268873
## X1989      14.803592      11.067605      4839.7343     3337334981
## X1990      16.389928      10.527309      5470.1600     3428743809
## X1991      18.445985      11.490751      6379.6842     3714570795
## X1992      21.856481      15.959726      7659.3406     3234463252
## X1993      24.211497      18.432964      8574.0474     3457916667
## X1994      25.377519      18.993938      9470.6980     3818836735
## X1995      26.976522      24.973159     10158.2429     4114738956
## X1996      29.086905      22.817575     11267.9508     4240799273
## X1997      31.204168      26.327835     12420.4486     4603910223
## X1998      32.485988      22.822051     13047.3862     4550476190
## X1999      35.373033      22.848472     14548.5505     4717880795
## X2000      36.955069      23.284004     15850.9014     5147574924
## X2001      41.026464      22.560774     18134.3285     5624870748
## X2002      42.640797      17.737130     18581.6537     5668339260
## X2003      43.949999      15.699864     19625.7468     5920137147
## X2004      45.781144      16.682695     21115.7750     6785394365
## X2005      48.582671      14.583687     22894.6765     7565717328
## X2006      52.158374      13.446591     25092.7170     8449644451
## X2007      56.124126      12.855665     27587.4018     9588352545
## X2008      59.278221      12.775820     30587.2733    11616425419
## X2009      68.708396      12.419354     36761.2424    11830719902
## X2010      79.115610       9.582536     44155.2164    14535459375
## X2011     100.000000       7.806134     57660.9659    19869929072
## X2012     107.741150       8.750291     65151.3118    19975684930
## X2013     115.372080       9.294659     72419.2765    20206662643
## X2014     124.642649      10.124042     82975.0530    20592668320
## X2015     130.138200      10.214589     89714.4373    21978324247
## X2016     139.443517       8.179578     95666.0419    22015610883
## X2017     150.963521       7.812189    111358.8945    25614337303
## X2018     157.539278       7.815641    123006.2897    28848666957
## X2019     164.929691       7.779936    134886.5338    29610972525
## X2020     170.236143       6.805290    133463.6124    29477215821
## X2021     179.619511       5.209230    144138.6152    31072803545
##       NE.CON.TOTL.ZS GC.AST.TOTL.GD.ZS EG.GDP.PUSE.KO.PP NE.CON.GOVT.ZS
## X1960        0.00000       0.000000000          0.000000       0.000000
## X1961        0.00000       0.000000000          0.000000       0.000000
## X1962        0.00000       0.000000000          0.000000       0.000000
## X1963        0.00000       0.000000000          0.000000       0.000000
## X1964        0.00000       0.000000000          0.000000       0.000000
## X1965        0.00000       0.000000000          0.000000       0.000000
## X1966        0.00000       0.000000000          0.000000       0.000000
## X1967        0.00000       0.000000000          0.000000       0.000000
## X1968        0.00000       0.000000000          0.000000       0.000000
## X1969        0.00000       0.000000000          0.000000       0.000000
## X1970        0.00000       0.000000000          0.000000       0.000000
## X1971        0.00000       0.000000000          0.000000       0.000000
## X1972        0.00000       0.000000000          0.000000       0.000000
## X1973        0.00000       0.000000000          0.000000       0.000000
## X1974        0.00000       0.000000000          0.000000       0.000000
## X1975       89.97043       0.000000000          0.000000       7.585540
## X1976       88.27182       0.000000000          0.000000       7.439347
## X1977       86.50463       0.000000000          0.000000       7.291667
## X1978       86.62072       0.000000000          0.000000       7.454896
## X1979       88.36372       0.000000000          0.000000       8.503263
## X1980       88.90411       0.000000000          0.000000       6.702068
## X1981       89.10902       0.000000000          0.000000       7.038488
## X1982       90.06712       0.000000000          0.000000       8.512973
## X1983       91.45142       0.000000000          0.000000      10.118483
## X1984       90.13455       0.000000000          0.000000       9.251079
## X1985       85.91422       0.000000000          0.000000       9.382647
## X1986       88.37628       0.000000000          0.000000       9.089441
## X1987       87.90456       0.000000000          0.000000       9.077101
## X1988       88.64255       0.000000000          0.000000       8.965490
## X1989       89.70881       0.000000000          0.000000      10.022516
## X1990       93.00831      -0.194844125          2.797501       8.663070
## X1991       91.44008       0.000000000          2.979767       8.953886
## X1992       89.07130       0.000000000          3.097361       7.797562
## X1993       87.75276       0.000000000          3.208141       8.481233
## X1994       90.04065       0.000000000          3.424384       8.022703
## X1995       84.34470       0.000000000          3.507044       9.246949
## X1996       85.61753       0.000000000          3.673220       9.247408
## X1997       86.03915      -1.122942609          3.802269       8.907609
## X1998       86.22613      -1.511077133          3.860751       9.312104
## X1999       86.38652      -1.068600966          3.874717       8.925669
## X2000       84.82772      -0.658255334          3.986275       8.949954
## X2001       88.33537      -1.628697157          4.135608       8.104982
## X2002       90.51033      -1.984576977          4.158990       8.398430
## X2003       91.43882      -0.924037698          4.287108       8.665037
## X2004       88.25076      -0.817309394          4.542859       8.644078
## X2005       88.44434      -0.184947032          4.689489       8.899208
## X2006       91.01692      -0.725824206          4.997187       8.682983
## X2007       90.18279      -0.433069947          5.206365       9.198477
## X2008       90.16890       0.035517337          5.439841       9.889316
## X2009       90.56633       0.071154500          5.558440      10.779117
## X2010       88.54860       1.017425095          5.727603       9.992589
## X2011       92.87417       0.147182295          5.841927       8.197277
## X2012       90.87937      -1.059514594          6.693409       7.896386
## X2013       91.82103      -0.300186813          6.475425       7.534338
## X2014       90.63528       1.388900866          6.783791       8.001141
## X2015       92.37473       2.028425282          0.000000       8.811997
## X2016       96.35714       4.289986965          0.000000       7.926018
## X2017       87.01524       0.767200801          0.000000       8.518538
## X2018       85.20839      -0.002792772          0.000000       8.061536
## X2019       84.69659      -0.864102849          0.000000       8.117095
## X2020       94.28064       3.152060198          0.000000       9.067732
## X2021       92.29194       0.000000000          0.000000       8.399219
##       GC.XPN.TOTL.GD.ZS FD.AST.PRVT.GD.ZS SL.UEM.NEET.ZS SL.UEM.1524.FE.ZS
## X1960           0.00000          1.040537           0.00             0.000
## X1961           0.00000          1.213916           0.00             0.000
## X1962           0.00000          1.227709           0.00             0.000
## X1963           0.00000          1.167678           0.00             0.000
## X1964           0.00000          1.421461           0.00             0.000
## X1965           0.00000          1.833274           0.00             0.000
## X1966           0.00000          1.619627           0.00             0.000
## X1967           0.00000          1.826968           0.00             0.000
## X1968           0.00000          2.141363           0.00             0.000
## X1969           0.00000          2.275517           0.00             0.000
## X1970           0.00000          2.739507           0.00             0.000
## X1971           0.00000          3.715596           0.00             0.000
## X1972           0.00000          3.437168           0.00             0.000
## X1973           0.00000          4.603270           0.00             0.000
## X1974           0.00000          4.719707           0.00             0.000
## X1975           0.00000          4.285801           0.00             0.000
## X1976           0.00000          3.529378           0.00             0.000
## X1977           0.00000          4.684606           0.00             0.000
## X1978           0.00000          5.604601           0.00             0.000
## X1979           0.00000          6.269187           0.00             0.000
## X1980           0.00000          8.396643           0.00             0.000
## X1981           0.00000          8.995496           0.00             0.000
## X1982           0.00000          8.454886           0.00             0.000
## X1983           0.00000          7.907879           0.00             0.000
## X1984           0.00000          8.199543           0.00             0.000
## X1985           0.00000          9.306873           0.00             0.000
## X1986           0.00000         10.250162           0.00             0.000
## X1987           0.00000         10.148284           0.00             0.000
## X1988           0.00000         11.569058           0.00             0.000
## X1989           0.00000         12.818784           0.00             0.000
## X1990           0.00000         12.470991           0.00             0.000
## X1991           0.00000         12.954580           0.00             2.587
## X1992           0.00000         13.090252           0.00             2.491
## X1993           0.00000         14.263618           0.00             2.425
## X1994           0.00000         18.297653           0.00             2.421
## X1995           0.00000         22.581909           0.00             2.296
## X1996           0.00000         22.838381           0.00             2.264
## X1997           0.00000         23.364514           0.00             2.206
## X1998           0.00000         28.212302           0.00             2.129
## X1999           0.00000         28.449023           0.00             2.092
## X2000           0.00000         30.281063           0.00             2.054
## X2001           0.00000         29.083807           0.00             1.979
## X2002           0.00000         22.509183           0.00             1.871
## X2003           0.00000         25.812668           0.00             1.851
## X2004          14.59634         26.553979           0.00             1.798
## X2005           0.00000         28.214975           0.00             1.724
## X2006           0.00000         32.614163           0.00             1.660
## X2007           0.00000         36.771219           0.00             1.597
## X2008           0.00000         51.197868          23.13             1.563
## X2009           0.00000         58.774930           0.00             1.967
## X2010          15.63520         54.212607           0.00             2.410
## X2011          13.93791         46.025579           0.00             2.839
## X2012          13.83934         48.392989           0.00             3.329
## X2013          12.69044         50.185315           0.00             3.788
## X2014          13.58299         54.220192           0.00             4.358
## X2015          13.98980         56.684392           0.00             4.808
## X2016          14.22711         69.657673           0.00             4.748
## X2017          16.85381         68.416745          34.76             5.109
## X2018          20.16579         76.168955           0.00             5.135
## X2019          21.70187         78.845345           0.00             5.184
## X2020          20.16478         88.340281           0.00             7.114
## X2021           0.00000          0.000000           0.00             8.550
##       SL.SRV.EMPL.ZS SL.FAM.WORK.ZS SL.EMP.TOTL.SP.FE.ZS SL.AGR.EMPL.MA.ZS
## X1960           0.00           0.00                0.000              0.00
## X1961           0.00           0.00                0.000              0.00
## X1962           0.00           0.00                0.000              0.00
## X1963           0.00           0.00                0.000              0.00
## X1964           0.00           0.00                0.000              0.00
## X1965           0.00           0.00                0.000              0.00
## X1966           0.00           0.00                0.000              0.00
## X1967           0.00           0.00                0.000              0.00
## X1968           0.00           0.00                0.000              0.00
## X1969           0.00           0.00                0.000              0.00
## X1970           0.00           0.00                0.000              0.00
## X1971           0.00           0.00                0.000              0.00
## X1972           0.00           0.00                0.000              0.00
## X1973           0.00           0.00                0.000              0.00
## X1974           0.00           0.00                0.000              0.00
## X1975           0.00           0.00                0.000              0.00
## X1976           0.00           0.00                0.000              0.00
## X1977           0.00           0.00                0.000              0.00
## X1978           0.00           0.00                0.000              0.00
## X1979           0.00           0.00                0.000              0.00
## X1980           0.00           0.00                0.000              0.00
## X1981           0.00           0.00                0.000              0.00
## X1982           0.00           0.00                0.000              0.00
## X1983           0.00           0.00                0.000              0.00
## X1984           0.00           0.00                0.000              0.00
## X1985           0.00           0.00                0.000              0.00
## X1986           0.00           0.00                0.000              0.00
## X1987           0.00           0.00                0.000              0.00
## X1988           0.00           0.00                0.000              0.00
## X1989           0.00           0.00                0.000              0.00
## X1990           0.00           0.00                0.000              0.00
## X1991          14.91          52.73               79.918             74.79
## X1992          14.69          52.60               80.050             74.68
## X1993          14.51          52.41               80.163             74.40
## X1994          14.40          52.14               80.197             73.83
## X1995          14.29          51.92               80.428             73.14
## X1996          14.21          51.62               80.367             72.14
## X1997          14.14          51.28               80.366             70.86
## X1998          14.10          50.95               80.420             69.33
## X1999          14.05          50.51               80.436             67.43
## X2000          14.23          49.99               80.219             66.37
## X2001          14.43          49.45               80.044             65.56
## X2002          14.60          49.09               79.917             65.20
## X2003          14.85          48.55               79.647             64.52
## X2004          15.12          47.93               79.425             63.90
## X2005          15.39          47.37               79.229             63.38
## X2006          15.67          46.79               79.010             62.85
## X2007          15.97          46.21               78.785             62.36
## X2008          16.31          45.50               78.534             61.57
## X2009          16.65          44.78               78.458             61.01
## X2010          16.97          44.02               78.411             60.40
## X2011          17.31          43.33               78.475             59.71
## X2012          17.73          42.56               78.612             58.55
## X2013          18.12          41.82               78.865             57.40
## X2014          18.55          40.95               79.005             56.13
## X2015          18.94          40.25               79.225             55.21
## X2016          19.29          39.70               79.734             54.93
## X2017          19.71          38.82               79.712             53.79
## X2018          20.11          38.03               79.942             52.89
## X2019          20.52          37.20               80.064             52.11
## X2020           0.00           0.00               72.266              0.00
## X2021           0.00           0.00               74.809              0.00
##       per_lm_alllm.cov_q5_tot SL.UEM.INTM.MA.ZS SL.TLF.PART.ZS
## X1960                       0              0.00           0.00
## X1961                       0              0.00           0.00
## X1962                       0              0.00           0.00
## X1963                       0              0.00           0.00
## X1964                       0              0.00           0.00
## X1965                       0              0.00           0.00
## X1966                       0              0.00           0.00
## X1967                       0              0.00           0.00
## X1968                       0              0.00           0.00
## X1969                       0              0.00           0.00
## X1970                       0              0.00           0.00
## X1971                       0              0.00           0.00
## X1972                       0              0.00           0.00
## X1973                       0              0.00           0.00
## X1974                       0              0.00           0.00
## X1975                       0              0.00           0.00
## X1976                       0              0.00           0.00
## X1977                       0              0.00           0.00
## X1978                       0              0.00           0.00
## X1979                       0              0.00           0.00
## X1980                       0              0.00           0.00
## X1981                       0              0.00           0.00
## X1982                       0              0.00           0.00
## X1983                       0              0.00           0.00
## X1984                       0              0.00           0.00
## X1985                       0              0.00           0.00
## X1986                       0              0.00           0.00
## X1987                       0              0.00           0.00
## X1988                       0              0.00           0.00
## X1989                       0              0.00           0.00
## X1990                       0              0.00           0.00
## X1991                       0              0.00           0.00
## X1992                       0              0.00           0.00
## X1993                       0              0.00           0.00
## X1994                       0              0.00           0.00
## X1995                       0              0.00           0.00
## X1996                       0              0.00           0.00
## X1997                       0              0.00           0.00
## X1998                       0              0.00           0.00
## X1999                       0              0.00           0.00
## X2000                       0              0.00           0.00
## X2001                       0              0.00           0.00
## X2002                       0              0.00           0.00
## X2003                       0              0.00           0.00
## X2004                       0              0.00           0.00
## X2005                       0              0.00           0.00
## X2006                       0              0.00           0.00
## X2007                       0              0.00           0.00
## X2008                       0              1.93          30.58
## X2009                       0              0.00           0.00
## X2010                       0              0.00           0.00
## X2011                       0              0.00           0.00
## X2012                       0              0.00           0.00
## X2013                       0              0.00           0.00
## X2014                       0              0.00           0.00
## X2015                       0              0.00           0.00
## X2016                       0              0.00           0.00
## X2017                       0             13.25          29.89
## X2018                       0              0.00           0.00
## X2019                       0              0.00           0.00
## X2020                       0              0.00           0.00
## X2021                       0              0.00           0.00
##       SL.TLF.0714.WK.MA.ZS SL.SRV.0714.MA.ZS SL.FAM.0714.MA.ZS
## X1960             0.000000          0.000000              0.00
## X1961             0.000000          0.000000              0.00
## X1962             0.000000          0.000000              0.00
## X1963             0.000000          0.000000              0.00
## X1964             0.000000          0.000000              0.00
## X1965             0.000000          0.000000              0.00
## X1966             0.000000          0.000000              0.00
## X1967             0.000000          0.000000              0.00
## X1968             0.000000          0.000000              0.00
## X1969             0.000000          0.000000              0.00
## X1970             0.000000          0.000000              0.00
## X1971             0.000000          0.000000              0.00
## X1972             0.000000          0.000000              0.00
## X1973             0.000000          0.000000              0.00
## X1974             0.000000          0.000000              0.00
## X1975             0.000000          0.000000              0.00
## X1976             0.000000          0.000000              0.00
## X1977             0.000000          0.000000              0.00
## X1978             0.000000          0.000000              0.00
## X1979             0.000000          0.000000              0.00
## X1980             0.000000          0.000000              0.00
## X1981             0.000000          0.000000              0.00
## X1982             0.000000          0.000000              0.00
## X1983             0.000000          0.000000              0.00
## X1984             0.000000          0.000000              0.00
## X1985             0.000000          0.000000              0.00
## X1986             0.000000          0.000000              0.00
## X1987             0.000000          0.000000              0.00
## X1988             0.000000          0.000000              0.00
## X1989             0.000000          0.000000              0.00
## X1990             0.000000          0.000000              0.00
## X1991             0.000000          0.000000              0.00
## X1992             0.000000          0.000000              0.00
## X1993             0.000000          0.000000              0.00
## X1994             0.000000          0.000000              0.00
## X1995             0.000000          0.000000              0.00
## X1996             0.000000          0.000000              0.00
## X1997             0.000000          0.000000              0.00
## X1998             0.000000          0.000000              0.00
## X1999            23.222749          9.723161             91.80
## X2000             0.000000          0.000000              0.00
## X2001             0.000000          0.000000              0.00
## X2002             0.000000          0.000000              0.00
## X2003             0.000000          0.000000              0.00
## X2004             0.000000          0.000000              0.00
## X2005             0.000000          0.000000              0.00
## X2006             0.000000          0.000000              0.00
## X2007             0.000000          0.000000              0.00
## X2008            10.237134          4.170000             91.97
## X2009             0.000000          0.000000              0.00
## X2010             0.000000          0.000000              0.00
## X2011             0.000000          0.000000              0.00
## X2012             0.000000          0.000000              0.00
## X2013             0.000000          0.000000              0.00
## X2014             7.136226          0.000000              0.00
## X2015             0.000000          0.000000              0.00
## X2016             0.000000          0.000000              0.00
## X2017             0.000000          0.000000              0.00
## X2018             0.000000          0.000000              0.00
## X2019             0.000000          0.000000              0.00
## X2020             0.000000          0.000000              0.00
## X2021             0.000000          0.000000              0.00
##       SL.EMP.SELF.MA.ZS SL.AGR.0714.FE.ZS per_lm_alllm.cov_q1_tot
## X1960              0.00              0.00                       0
## X1961              0.00              0.00                       0
## X1962              0.00              0.00                       0
## X1963              0.00              0.00                       0
## X1964              0.00              0.00                       0
## X1965              0.00              0.00                       0
## X1966              0.00              0.00                       0
## X1967              0.00              0.00                       0
## X1968              0.00              0.00                       0
## X1969              0.00              0.00                       0
## X1970              0.00              0.00                       0
## X1971              0.00              0.00                       0
## X1972              0.00              0.00                       0
## X1973              0.00              0.00                       0
## X1974              0.00              0.00                       0
## X1975              0.00              0.00                       0
## X1976              0.00              0.00                       0
## X1977              0.00              0.00                       0
## X1978              0.00              0.00                       0
## X1979              0.00              0.00                       0
## X1980              0.00              0.00                       0
## X1981              0.00              0.00                       0
## X1982              0.00              0.00                       0
## X1983              0.00              0.00                       0
## X1984              0.00              0.00                       0
## X1985              0.00              0.00                       0
## X1986              0.00              0.00                       0
## X1987              0.00              0.00                       0
## X1988              0.00              0.00                       0
## X1989              0.00              0.00                       0
## X1990              0.00              0.00                       0
## X1991             77.61              0.00                       0
## X1992             77.61              0.00                       0
## X1993             77.62              0.00                       0
## X1994             77.40              0.00                       0
## X1995             77.34              0.00                       0
## X1996             77.11              0.00                       0
## X1997             76.81              0.00                       0
## X1998             76.62              0.00                       0
## X1999             76.28             85.90                       0
## X2000             75.73              0.00                       0
## X2001             75.25              0.00                       0
## X2002             75.35              0.00                       0
## X2003             75.08              0.00                       0
## X2004             74.68              0.00                       0
## X2005             74.38              0.00                       0
## X2006             74.10              0.00                       0
## X2007             73.83              0.00                       0
## X2008             73.22             88.93                       0
## X2009             72.61              0.00                       0
## X2010             71.85              0.00                       0
## X2011             71.08              0.00                       0
## X2012             70.03              0.00                       0
## X2013             68.97              0.00                       0
## X2014             67.65              0.00                       0
## X2015             66.78              0.00                       0
## X2016             66.63              0.00                       0
## X2017             65.62              0.00                       0
## X2018             64.81              0.00                       0
## X2019             63.99              0.00                       0
## X2020              0.00              0.00                       0
## X2021              0.00              0.00                       0
##       SL.UEM.TOTL.FE.ZS SL.UEM.1524.MA.ZS SL.TLF.0714.MA.ZS SL.IND.EMPL.FE.ZS
## X1960             0.000             0.000           0.00000              0.00
## X1961             0.000             0.000           0.00000              0.00
## X1962             0.000             0.000           0.00000              0.00
## X1963             0.000             0.000           0.00000              0.00
## X1964             0.000             0.000           0.00000              0.00
## X1965             0.000             0.000           0.00000              0.00
## X1966             0.000             0.000           0.00000              0.00
## X1967             0.000             0.000           0.00000              0.00
## X1968             0.000             0.000           0.00000              0.00
## X1969             0.000             0.000           0.00000              0.00
## X1970             0.000             0.000           0.00000              0.00
## X1971             0.000             0.000           0.00000              0.00
## X1972             0.000             0.000           0.00000              0.00
## X1973             0.000             0.000           0.00000              0.00
## X1974             0.000             0.000           0.00000              0.00
## X1975             0.000             0.000           0.00000              0.00
## X1976             0.000             0.000           0.00000              0.00
## X1977             0.000             0.000           0.00000              0.00
## X1978             0.000             0.000           0.00000              0.00
## X1979             0.000             0.000           0.00000              0.00
## X1980             0.000             0.000           0.00000              0.00
## X1981             0.000             0.000           0.00000              0.00
## X1982             0.000             0.000           0.00000              0.00
## X1983             0.000             0.000           0.00000              0.00
## X1984             0.000             0.000           0.00000              0.00
## X1985             0.000             0.000           0.00000              0.00
## X1986             0.000             0.000           0.00000              0.00
## X1987             0.000             0.000           0.00000              0.00
## X1988             0.000             0.000           0.00000              0.00
## X1989             0.000             0.000           0.00000              0.00
## X1990             0.000             0.000           0.00000              0.00
## X1991             1.721             3.760           0.00000              1.44
## X1992             1.663             3.680           0.00000              1.65
## X1993             1.655             3.663           0.00000              1.90
## X1994             1.763             3.753           0.00000              2.25
## X1995             1.643             3.647           0.00000              2.62
## X1996             1.686             3.710           0.00000              3.09
## X1997             1.677             3.720           0.00000              3.65
## X1998             1.628             3.696           0.00000              4.27
## X1999             1.659             3.720          42.20000              5.04
## X2000             1.637             3.638           0.00000              5.47
## X2001             1.538             3.551           0.00000              5.75
## X2002             1.376             3.400           0.00000              5.95
## X2003             1.384             3.377           0.00000              6.14
## X2004             1.330             3.290           0.00000              6.30
## X2005             1.240             3.176           0.00000              6.41
## X2006             1.170             3.053           0.00000              6.46
## X2007             1.102             2.933           0.00000              6.52
## X2008             1.071             2.843          36.20000              6.69
## X2009             1.307             3.388           0.00000              6.85
## X2010             1.573             3.982           0.00000              7.07
## X2011             1.802             4.551           0.00000              7.27
## X2012             2.094             5.182           0.00000              7.48
## X2013             2.330             5.736           0.00000              7.68
## X2014             2.691             6.420          41.50491              7.94
## X2015             2.879             6.871           0.00000              8.12
## X2016             2.722             6.547           0.00000              8.12
## X2017             3.077             7.009           0.00000              8.33
## X2018             3.002             6.902           0.00000              8.50
## X2019             2.945             6.836           0.00000              8.62
## X2020             4.533             9.159           0.00000              0.00
## X2021             4.934            10.569           0.00000              0.00
##       SL.EMP.TOTL.SP.MA.ZS SL.EMP.1524.SP.FE.NE.ZS SL.UEM.TOTL.FE.NE.ZS
## X1960                0.000                    0.00                 0.00
## X1961                0.000                    0.00                 0.00
## X1962                0.000                    0.00                 0.00
## X1963                0.000                    0.00                 0.00
## X1964                0.000                    0.00                 0.00
## X1965                0.000                    0.00                 0.00
## X1966                0.000                    0.00                 0.00
## X1967                0.000                    0.00                 0.00
## X1968                0.000                    0.00                 0.00
## X1969                0.000                    0.00                 0.00
## X1970                0.000                    0.00                 0.00
## X1971                0.000                    0.00                 0.00
## X1972                0.000                    0.00                 0.00
## X1973                0.000                    0.00                 0.00
## X1974                0.000                    0.00                 0.00
## X1975                0.000                    0.00                 0.00
## X1976                0.000                    0.00                 0.00
## X1977                0.000                    0.00                 0.00
## X1978                0.000                    0.00                 0.00
## X1979                0.000                    0.00                 0.00
## X1980                0.000                    0.00                 0.00
## X1981                0.000                    0.00                 0.00
## X1982                0.000                    0.00                 0.00
## X1983                0.000                    0.00                 0.00
## X1984                0.000                    0.00                 0.00
## X1985                0.000                    0.00                 0.00
## X1986                0.000                    0.00                 0.00
## X1987                0.000                    0.00                 0.00
## X1988                0.000                    0.00                 0.00
## X1989                0.000                    0.00                 0.00
## X1990                0.000                    0.00                 0.00
## X1991               88.945                    0.00                 0.00
## X1992               88.865                    0.00                 0.00
## X1993               88.709                    0.00                 0.00
## X1994               88.380                    0.00                 0.00
## X1995               88.436                    0.00                 0.00
## X1996               88.313                    0.00                 0.00
## X1997               88.288                    0.00                 0.00
## X1998               88.337                    0.00                 0.00
## X1999               88.227                    0.00                 1.66
## X2000               87.960                    0.00                 0.00
## X2001               87.804                    0.00                 0.00
## X2002               87.751                    0.00                 0.00
## X2003               87.393                    0.00                 0.00
## X2004               87.137                    0.00                 0.00
## X2005               86.940                    0.00                 0.00
## X2006               86.696                    0.00                 0.00
## X2007               86.441                    0.00                 0.00
## X2008               86.112                   73.81                 1.08
## X2009               85.682                    0.00                 0.00
## X2010               85.175                    0.00                 0.00
## X2011               84.775                    0.00                 0.00
## X2012               84.232                    0.00                 0.00
## X2013               83.737                    0.00                 0.00
## X2014               83.020                    0.00                 0.00
## X2015               82.572                    0.00                 2.90
## X2016               82.519                    0.00                 0.00
## X2017               81.760                   16.57                12.02
## X2018               81.712                    0.00                 0.00
## X2019               81.699                    0.00                 0.00
## X2020               75.538                    0.00                 0.00
## X2021               76.574                    0.00                 0.00
##       SL.UEM.1524.MA.NE.ZS SL.TLF.0714.FE.ZS SL.EMP.TOTL.SP.MA.NE.ZS
## X1960                 0.00           0.00000                    0.00
## X1961                 0.00           0.00000                    0.00
## X1962                 0.00           0.00000                    0.00
## X1963                 0.00           0.00000                    0.00
## X1964                 0.00           0.00000                    0.00
## X1965                 0.00           0.00000                    0.00
## X1966                 0.00           0.00000                    0.00
## X1967                 0.00           0.00000                    0.00
## X1968                 0.00           0.00000                    0.00
## X1969                 0.00           0.00000                    0.00
## X1970                 0.00           0.00000                    0.00
## X1971                 0.00           0.00000                    0.00
## X1972                 0.00           0.00000                    0.00
## X1973                 0.00           0.00000                    0.00
## X1974                 0.00           0.00000                    0.00
## X1975                 0.00           0.00000                    0.00
## X1976                 0.00           0.00000                    0.00
## X1977                 0.00           0.00000                    0.00
## X1978                 0.00           0.00000                    0.00
## X1979                 0.00           0.00000                    0.00
## X1980                 0.00           0.00000                    0.00
## X1981                 0.00           0.00000                    0.00
## X1982                 0.00           0.00000                    0.00
## X1983                 0.00           0.00000                    0.00
## X1984                 0.00           0.00000                    0.00
## X1985                 0.00           0.00000                    0.00
## X1986                 0.00           0.00000                    0.00
## X1987                 0.00           0.00000                    0.00
## X1988                 0.00           0.00000                    0.00
## X1989                 0.00           0.00000                    0.00
## X1990                 0.00           0.00000                    0.00
## X1991                 0.00           0.00000                    0.00
## X1992                 0.00           0.00000                    0.00
## X1993                 0.00           0.00000                    0.00
## X1994                 0.00           0.00000                    0.00
## X1995                 0.00           0.00000                    0.00
## X1996                 0.00           0.00000                   71.00
## X1997                 0.00           0.00000                    0.00
## X1998                 0.00           0.00000                    0.00
## X1999                 3.96          52.40000                   88.33
## X2000                 0.00           0.00000                    0.00
## X2001                 0.00           0.00000                    0.00
## X2002                 0.00           0.00000                    0.00
## X2003                 0.00           0.00000                   90.00
## X2004                 0.00           0.00000                    0.00
## X2005                 0.00           0.00000                    0.00
## X2006                 0.00           0.00000                    0.00
## X2007                 0.00           0.00000                    0.00
## X2008                 2.91          45.40000                   86.34
## X2009                 0.00           0.00000                    0.00
## X2010                 0.00           0.00000                    0.00
## X2011                 0.00           0.00000                    0.00
## X2012                 0.00           0.00000                    0.00
## X2013                 0.00           0.00000                   82.90
## X2014                 0.00          44.09136                   84.20
## X2015                 0.00           0.00000                    0.00
## X2016                 0.00           0.00000                    0.00
## X2017                19.23           0.00000                   49.57
## X2018                 0.00           0.00000                    0.00
## X2019                 0.00           0.00000                    0.00
## X2020                 0.00           0.00000                    0.00
## X2021                 0.00           0.00000                    0.00
##       SL.AGR.EMPL.ZS SL.UEM.INTM.ZS SL.SRV.0714.ZS SL.FAM.0714.ZS
## X1960           0.00           0.00           0.00           0.00
## X1961           0.00           0.00           0.00           0.00
## X1962           0.00           0.00           0.00           0.00
## X1963           0.00           0.00           0.00           0.00
## X1964           0.00           0.00           0.00           0.00
## X1965           0.00           0.00           0.00           0.00
## X1966           0.00           0.00           0.00           0.00
## X1967           0.00           0.00           0.00           0.00
## X1968           0.00           0.00           0.00           0.00
## X1969           0.00           0.00           0.00           0.00
## X1970           0.00           0.00           0.00           0.00
## X1971           0.00           0.00           0.00           0.00
## X1972           0.00           0.00           0.00           0.00
## X1973           0.00           0.00           0.00           0.00
## X1974           0.00           0.00           0.00           0.00
## X1975           0.00           0.00           0.00           0.00
## X1976           0.00           0.00           0.00           0.00
## X1977           0.00           0.00           0.00           0.00
## X1978           0.00           0.00           0.00           0.00
## X1979           0.00           0.00           0.00           0.00
## X1980           0.00           0.00           0.00           0.00
## X1981           0.00           0.00           0.00           0.00
## X1982           0.00           0.00           0.00           0.00
## X1983           0.00           0.00           0.00           0.00
## X1984           0.00           0.00           0.00           0.00
## X1985           0.00           0.00           0.00           0.00
## X1986           0.00           0.00           0.00           0.00
## X1987           0.00           0.00           0.00           0.00
## X1988           0.00           0.00           0.00           0.00
## X1989           0.00           0.00           0.00           0.00
## X1990           0.00           0.00           0.00           0.00
## X1991          82.33           0.00           0.00           0.00
## X1992          82.10           0.00           0.00           0.00
## X1993          81.75           0.00           0.00           0.00
## X1994          81.15           0.00           0.00           0.00
## X1995          80.52           0.00           0.00           0.00
## X1996          79.68           0.00           0.00           0.00
## X1997          78.66           0.00           0.00           0.00
## X1998          77.52           0.00           0.00           0.00
## X1999          76.11           0.00          11.06          92.41
## X2000          75.25           0.00           0.00           0.00
## X2001          74.59           0.00           0.00           0.00
## X2002          74.19           0.00           0.00           0.00
## X2003          73.61           0.00           0.00           0.00
## X2004          73.08           0.00           0.00           0.00
## X2005          72.64           0.00           0.00           0.00
## X2006          72.21           0.00           0.00           0.00
## X2007          71.78           0.00           0.00           0.00
## X2008          71.13           1.82           3.09          92.26
## X2009          70.61           0.00           0.00           0.00
## X2010          70.04           0.00           0.00           0.00
## X2011          69.54           0.00           0.00           0.00
## X2012          68.86           0.00           0.00           0.00
## X2013          68.24           0.00           0.00           0.00
## X2014          67.48           0.00           0.00           0.00
## X2015          66.93           0.00           0.00           0.00
## X2016          66.66           0.00           0.00           0.00
## X2017          65.81          14.46           0.00           0.00
## X2018          65.08           0.00           0.00           0.00
## X2019          64.38           0.00           0.00           0.00
## X2020           0.00           0.00           0.00           0.00
## X2021           0.00           0.00           0.00           0.00
##       SL.EMP.SELF.ZS SL.AGR.0714.MA.ZS per_lm_alllm.cov_q2_tot
## X1960           0.00              0.00                       0
## X1961           0.00              0.00                       0
## X1962           0.00              0.00                       0
## X1963           0.00              0.00                       0
## X1964           0.00              0.00                       0
## X1965           0.00              0.00                       0
## X1966           0.00              0.00                       0
## X1967           0.00              0.00                       0
## X1968           0.00              0.00                       0
## X1969           0.00              0.00                       0
## X1970           0.00              0.00                       0
## X1971           0.00              0.00                       0
## X1972           0.00              0.00                       0
## X1973           0.00              0.00                       0
## X1974           0.00              0.00                       0
## X1975           0.00              0.00                       0
## X1976           0.00              0.00                       0
## X1977           0.00              0.00                       0
## X1978           0.00              0.00                       0
## X1979           0.00              0.00                       0
## X1980           0.00              0.00                       0
## X1981           0.00              0.00                       0
## X1982           0.00              0.00                       0
## X1983           0.00              0.00                       0
## X1984           0.00              0.00                       0
## X1985           0.00              0.00                       0
## X1986           0.00              0.00                       0
## X1987           0.00              0.00                       0
## X1988           0.00              0.00                       0
## X1989           0.00              0.00                       0
## X1990           0.00              0.00                       0
## X1991          85.45              0.00                       0
## X1992          85.40              0.00                       0
## X1993          85.36              0.00                       0
## X1994          85.19              0.00                       0
## X1995          85.13              0.00                       0
## X1996          85.00              0.00                       0
## X1997          84.84              0.00                       0
## X1998          84.74              0.00                       0
## X1999          84.57             88.30                       0
## X2000          84.26              0.00                       0
## X2001          83.95              0.00                       0
## X2002          83.97              0.00                       0
## X2003          83.79              0.00                       0
## X2004          83.52              0.00                       0
## X2005          83.31              0.00                       0
## X2006          83.10              0.00                       0
## X2007          82.90              0.00                       0
## X2008          82.50             89.03                       0
## X2009          82.13              0.00                       0
## X2010          81.70              0.00                       0
## X2011          81.33              0.00                       0
## X2012          80.84              0.00                       0
## X2013          80.37              0.00                       0
## X2014          79.73              0.00                       0
## X2015          79.29              0.00                       0
## X2016          79.15              0.00                       0
## X2017          78.52              0.00                       0
## X2018          77.96              0.00                       0
## X2019          77.34              0.00                       0
## X2020           0.00              0.00                       0
## X2021           0.00              0.00                       0
##       SL.UEM.TOTL.MA.ZS SL.UEM.1524.ZS SL.TLF.0714.SW.FE.ZS SL.IND.EMPL.ZS
## X1960             0.000          0.000              0.00000           0.00
## X1961             0.000          0.000              0.00000           0.00
## X1962             0.000          0.000              0.00000           0.00
## X1963             0.000          0.000              0.00000           0.00
## X1964             0.000          0.000              0.00000           0.00
## X1965             0.000          0.000              0.00000           0.00
## X1966             0.000          0.000              0.00000           0.00
## X1967             0.000          0.000              0.00000           0.00
## X1968             0.000          0.000              0.00000           0.00
## X1969             0.000          0.000              0.00000           0.00
## X1970             0.000          0.000              0.00000           0.00
## X1971             0.000          0.000              0.00000           0.00
## X1972             0.000          0.000              0.00000           0.00
## X1973             0.000          0.000              0.00000           0.00
## X1974             0.000          0.000              0.00000           0.00
## X1975             0.000          0.000              0.00000           0.00
## X1976             0.000          0.000              0.00000           0.00
## X1977             0.000          0.000              0.00000           0.00
## X1978             0.000          0.000              0.00000           0.00
## X1979             0.000          0.000              0.00000           0.00
## X1980             0.000          0.000              0.00000           0.00
## X1981             0.000          0.000              0.00000           0.00
## X1982             0.000          0.000              0.00000           0.00
## X1983             0.000          0.000              0.00000           0.00
## X1984             0.000          0.000              0.00000           0.00
## X1985             0.000          0.000              0.00000           0.00
## X1986             0.000          0.000              0.00000           0.00
## X1987             0.000          0.000              0.00000           0.00
## X1988             0.000          0.000              0.00000           0.00
## X1989             0.000          0.000              0.00000           0.00
## X1990             0.000          0.000              0.00000           0.00
## X1991             1.808          3.203              0.00000           2.76
## X1992             1.747          3.120              0.00000           3.21
## X1993             1.771          3.083              0.00000           3.74
## X1994             1.999          3.130              0.00000           4.45
## X1995             1.825          3.014              0.00000           5.20
## X1996             1.944          3.024              0.00000           6.12
## X1997             1.972          2.992              0.00000           7.20
## X1998             1.923          2.932              0.00000           8.38
## X1999             2.029          2.918             53.80000           9.84
## X2000             2.063          2.852              0.00000          10.52
## X2001             1.945          2.763              0.00000          10.98
## X2002             1.704          2.626              0.00000          11.21
## X2003             1.796          2.599              0.00000          11.54
## X2004             1.768          2.525              0.00000          11.80
## X2005             1.666          2.428              0.00000          11.97
## X2006             1.606          2.337              0.00000          12.12
## X2007             1.550          2.249              0.00000          12.25
## X2008             1.577          2.189             83.75919          12.57
## X2009             1.787          2.660              0.00000          12.74
## X2010             2.063          3.171              0.00000          12.99
## X2011             2.264          3.654              0.00000          13.16
## X2012             2.585          4.194              0.00000          13.41
## X2013             2.801          4.683              0.00000          13.65
## X2014             3.247          5.296             89.79323          13.98
## X2015             3.375          5.745              0.00000          14.14
## X2016             3.051          5.565              0.00000          14.05
## X2017             3.625          5.975              0.00000          14.48
## X2018             3.436          5.947              0.00000          14.81
## X2019             3.288          5.951              0.00000          15.11
## X2020             4.956          8.088              0.00000           0.00
## X2021             5.197          9.501              0.00000           0.00
##       SL.EMP.TOTL.SP.ZS SL.EMP.1524.SP.MA.NE.ZS SL.UEM.INTM.FE.ZS
## X1960             0.000                    0.00              0.00
## X1961             0.000                    0.00              0.00
## X1962             0.000                    0.00              0.00
## X1963             0.000                    0.00              0.00
## X1964             0.000                    0.00              0.00
## X1965             0.000                    0.00              0.00
## X1966             0.000                    0.00              0.00
## X1967             0.000                    0.00              0.00
## X1968             0.000                    0.00              0.00
## X1969             0.000                    0.00              0.00
## X1970             0.000                    0.00              0.00
## X1971             0.000                    0.00              0.00
## X1972             0.000                    0.00              0.00
## X1973             0.000                    0.00              0.00
## X1974             0.000                    0.00              0.00
## X1975             0.000                    0.00              0.00
## X1976             0.000                    0.00              0.00
## X1977             0.000                    0.00              0.00
## X1978             0.000                    0.00              0.00
## X1979             0.000                    0.00              0.00
## X1980             0.000                    0.00              0.00
## X1981             0.000                    0.00              0.00
## X1982             0.000                    0.00              0.00
## X1983             0.000                    0.00              0.00
## X1984             0.000                    0.00              0.00
## X1985             0.000                    0.00              0.00
## X1986             0.000                    0.00              0.00
## X1987             0.000                    0.00              0.00
## X1988             0.000                    0.00              0.00
## X1989             0.000                    0.00              0.00
## X1990             0.000                    0.00              0.00
## X1991            84.336                    0.00              0.00
## X1992            84.396                    0.00              0.00
## X1993            84.407                    0.00              0.00
## X1994            84.285                    0.00              0.00
## X1995            84.442                    0.00              0.00
## X1996            84.340                    0.00              0.00
## X1997            84.307                    0.00              0.00
## X1998            84.332                    0.00              0.00
## X1999            84.262                    0.00              0.00
## X2000            83.999                    0.00              0.00
## X2001            83.829                    0.00              0.00
## X2002            83.734                    0.00              0.00
## X2003            83.420                    0.00              0.00
## X2004            83.179                    0.00              0.00
## X2005            82.980                    0.00              0.00
## X2006            82.751                    0.00              0.00
## X2007            82.514                    0.00              0.00
## X2008            82.222                   74.84              1.66
## X2009            81.960                    0.00              0.00
## X2010            81.666                    0.00              0.00
## X2011            81.455                    0.00              0.00
## X2012            81.213                    0.00              0.00
## X2013            81.067                    0.00              0.00
## X2014            80.781                    0.00              0.00
## X2015            80.679                    0.00              0.00
## X2016            80.938                    0.00              0.00
## X2017            80.597                   31.91             16.51
## X2018            80.709                    0.00              0.00
## X2019            80.777                    0.00              0.00
## X2020            73.702                    0.00              0.00
## X2021            75.592                    0.00              0.00
##       SL.TLF.PART.MA.ZS SL.SRV.0714.FE.ZS SL.FAM.0714.FE.ZS SL.EMP.SELF.FE.ZS
## X1960              0.00           0.00000              0.00              0.00
## X1961              0.00           0.00000              0.00              0.00
## X1962              0.00           0.00000              0.00              0.00
## X1963              0.00           0.00000              0.00              0.00
## X1964              0.00           0.00000              0.00              0.00
## X1965              0.00           0.00000              0.00              0.00
## X1966              0.00           0.00000              0.00              0.00
## X1967              0.00           0.00000              0.00              0.00
## X1968              0.00           0.00000              0.00              0.00
## X1969              0.00           0.00000              0.00              0.00
## X1970              0.00           0.00000              0.00              0.00
## X1971              0.00           0.00000              0.00              0.00
## X1972              0.00           0.00000              0.00              0.00
## X1973              0.00           0.00000              0.00              0.00
## X1974              0.00           0.00000              0.00              0.00
## X1975              0.00           0.00000              0.00              0.00
## X1976              0.00           0.00000              0.00              0.00
## X1977              0.00           0.00000              0.00              0.00
## X1978              0.00           0.00000              0.00              0.00
## X1979              0.00           0.00000              0.00              0.00
## X1980              0.00           0.00000              0.00              0.00
## X1981              0.00           0.00000              0.00              0.00
## X1982              0.00           0.00000              0.00              0.00
## X1983              0.00           0.00000              0.00              0.00
## X1984              0.00           0.00000              0.00              0.00
## X1985              0.00           0.00000              0.00              0.00
## X1986              0.00           0.00000              0.00              0.00
## X1987              0.00           0.00000              0.00              0.00
## X1988              0.00           0.00000              0.00              0.00
## X1989              0.00           0.00000              0.00              0.00
## X1990              0.00           0.00000              0.00              0.00
## X1991              0.00           0.00000              0.00             93.82
## X1992              0.00           0.00000              0.00             93.83
## X1993              0.00           0.00000              0.00             93.83
## X1994              0.00           0.00000              0.00             93.81
## X1995              0.00           0.00000              0.00             93.78
## X1996              0.00           0.00000              0.00             93.72
## X1997              0.00           0.00000              0.00             93.63
## X1998              0.00           0.00000              0.00             93.53
## X1999              0.00          12.27995             92.90             93.41
## X2000              0.00           0.00000              0.00             93.27
## X2001              0.00           0.00000              0.00             93.12
## X2002              0.00           0.00000              0.00             93.04
## X2003              0.00           0.00000              0.00             92.94
## X2004              0.00           0.00000              0.00             92.81
## X2005              0.00           0.00000              0.00             92.68
## X2006              0.00           0.00000              0.00             92.55
## X2007              0.00           0.00000              0.00             92.41
## X2008             26.86           2.19000             92.51             92.23
## X2009              0.00           0.00000              0.00             91.98
## X2010              0.00           0.00000              0.00             91.69
## X2011              0.00           0.00000              0.00             91.33
## X2012              0.00           0.00000              0.00             90.87
## X2013              0.00           0.00000              0.00             90.38
## X2014              0.00           0.00000              0.00             89.81
## X2015              0.00           0.00000              0.00             89.30
## X2016              0.00           0.00000              0.00             89.00
## X2017             23.46           0.00000              0.00             88.62
## X2018              0.00           0.00000              0.00             88.25
## X2019              0.00           0.00000              0.00             87.89
## X2020              0.00           0.00000              0.00              0.00
## X2021              0.00           0.00000              0.00              0.00
##       per_lm_alllm.cov_pop_tot SL.UEM.NEET.MA.ZS SL.UEM.1524.FE.NE.ZS
## X1960                        0              0.00                 0.00
## X1961                        0              0.00                 0.00
## X1962                        0              0.00                 0.00
## X1963                        0              0.00                 0.00
## X1964                        0              0.00                 0.00
## X1965                        0              0.00                 0.00
## X1966                        0              0.00                 0.00
## X1967                        0              0.00                 0.00
## X1968                        0              0.00                 0.00
## X1969                        0              0.00                 0.00
## X1970                        0              0.00                 0.00
## X1971                        0              0.00                 0.00
## X1972                        0              0.00                 0.00
## X1973                        0              0.00                 0.00
## X1974                        0              0.00                 0.00
## X1975                        0              0.00                 0.00
## X1976                        0              0.00                 0.00
## X1977                        0              0.00                 0.00
## X1978                        0              0.00                 0.00
## X1979                        0              0.00                 0.00
## X1980                        0              0.00                 0.00
## X1981                        0              0.00                 0.00
## X1982                        0              0.00                 0.00
## X1983                        0              0.00                 0.00
## X1984                        0              0.00                 0.00
## X1985                        0              0.00                 0.00
## X1986                        0              0.00                 0.00
## X1987                        0              0.00                 0.00
## X1988                        0              0.00                 0.00
## X1989                        0              0.00                 0.00
## X1990                        0              0.00                 0.00
## X1991                        0              0.00                 0.00
## X1992                        0              0.00                 0.00
## X1993                        0              0.00                 0.00
## X1994                        0              0.00                 0.00
## X1995                        0              0.00                 0.00
## X1996                        0              0.00                 0.00
## X1997                        0              0.00                 0.00
## X1998                        0              0.00                 0.00
## X1999                        0              0.00                 2.16
## X2000                        0              0.00                 0.00
## X2001                        0              0.00                 0.00
## X2002                        0              0.00                 0.00
## X2003                        0              0.00                 0.00
## X2004                        0              0.00                 0.00
## X2005                        0              0.00                 0.00
## X2006                        0              0.00                 0.00
## X2007                        0              0.00                 0.00
## X2008                        0             21.90                 1.59
## X2009                        0              0.00                 0.00
## X2010                        0              0.00                 0.00
## X2011                        0              0.00                 0.00
## X2012                        0              0.00                 0.00
## X2013                        0              0.00                 0.00
## X2014                        0              0.00                 0.00
## X2015                        0             86.79                 0.00
## X2016                        0              0.00                 0.00
## X2017                        0             21.16                22.48
## X2018                        0              0.00                 0.00
## X2019                        0              0.00                 0.00
## X2020                        0              0.00                 0.00
## X2021                        0              0.00                 0.00
##       SL.TLF.0714.ZS SL.SRV.EMPL.MA.ZS SL.FAM.WORK.MA.ZS
## X1960        0.00000              0.00              0.00
## X1961        0.00000              0.00              0.00
## X1962        0.00000              0.00              0.00
## X1963        0.00000              0.00              0.00
## X1964        0.00000              0.00              0.00
## X1965        0.00000              0.00              0.00
## X1966        0.00000              0.00              0.00
## X1967        0.00000              0.00              0.00
## X1968        0.00000              0.00              0.00
## X1969        0.00000              0.00              0.00
## X1970        0.00000              0.00              0.00
## X1971        0.00000              0.00              0.00
## X1972        0.00000              0.00              0.00
## X1973        0.00000              0.00              0.00
## X1974        0.00000              0.00              0.00
## X1975        0.00000              0.00              0.00
## X1976        0.00000              0.00              0.00
## X1977        0.00000              0.00              0.00
## X1978        0.00000              0.00              0.00
## X1979        0.00000              0.00              0.00
## X1980        0.00000              0.00              0.00
## X1981        0.00000              0.00              0.00
## X1982        0.00000              0.00              0.00
## X1983        0.00000              0.00              0.00
## X1984        0.00000              0.00              0.00
## X1985        0.00000              0.00              0.00
## X1986        0.00000              0.00              0.00
## X1987        0.00000              0.00              0.00
## X1988        0.00000              0.00              0.00
## X1989        0.00000              0.00              0.00
## X1990        0.00000              0.00              0.00
## X1991        0.00000             21.22             35.90
## X1992        0.00000             20.67             35.80
## X1993        0.00000             20.18             35.62
## X1994        0.00000             19.73             35.31
## X1995        0.00000             19.34             35.00
## X1996        0.00000             19.01             34.51
## X1997        0.00000             18.70             33.92
## X1998        0.00000             18.48             33.29
## X1999       47.20000             18.23             32.55
## X2000        0.00000             18.33             31.71
## X2001        0.00000             18.49             30.94
## X2002        0.00000             18.59             30.38
## X2003        0.00000             18.82             29.64
## X2004        0.00000             19.07             28.82
## X2005        0.00000             19.34             28.06
## X2006        0.00000             19.64             27.33
## X2007        0.00000             19.94             26.60
## X2008       40.60000             20.26             25.72
## X2009        0.00000             20.56             24.74
## X2010        0.00000             20.78             23.71
## X2011        0.00000             21.10             22.59
## X2012        0.00000             21.66             21.29
## X2013        0.00000             22.15             20.06
## X2014       42.82749             22.67             18.77
## X2015        0.00000             23.12             17.75
## X2016        0.00000             23.49             17.14
## X2017        0.00000             23.87             16.30
## X2018        0.00000             24.23             15.60
## X2019        0.00000             24.58             14.96
## X2020        0.00000              0.00              0.00
## X2021        0.00000              0.00              0.00
##       SL.EMP.TOTL.SP.FE.NE.ZS SL.AGR.EMPL.FE.ZS per_lm_alllm.cov_q4_tot
## X1960                    0.00              0.00                       0
## X1961                    0.00              0.00                       0
## X1962                    0.00              0.00                       0
## X1963                    0.00              0.00                       0
## X1964                    0.00              0.00                       0
## X1965                    0.00              0.00                       0
## X1966                    0.00              0.00                       0
## X1967                    0.00              0.00                       0
## X1968                    0.00              0.00                       0
## X1969                    0.00              0.00                       0
## X1970                    0.00              0.00                       0
## X1971                    0.00              0.00                       0
## X1972                    0.00              0.00                       0
## X1973                    0.00              0.00                       0
## X1974                    0.00              0.00                       0
## X1975                    0.00              0.00                       0
## X1976                    0.00              0.00                       0
## X1977                    0.00              0.00                       0
## X1978                    0.00              0.00                       0
## X1979                    0.00              0.00                       0
## X1980                    0.00              0.00                       0
## X1981                    0.00              0.00                       0
## X1982                    0.00              0.00                       0
## X1983                    0.00              0.00                       0
## X1984                    0.00              0.00                       0
## X1985                    0.00              0.00                       0
## X1986                    0.00              0.00                       0
## X1987                    0.00              0.00                       0
## X1988                    0.00              0.00                       0
## X1989                    0.00              0.00                       0
## X1990                    0.00              0.00                       0
## X1991                    0.00             90.39                       0
## X1992                    0.00             90.12                       0
## X1993                    0.00             89.80                       0
## X1994                    0.00             89.25                       0
## X1995                    0.00             88.72                       0
## X1996                   63.70             88.02                       0
## X1997                    0.00             87.20                       0
## X1998                    0.00             86.38                       0
## X1999                   80.51             85.38                       0
## X2000                    0.00             84.63                       0
## X2001                    0.00             84.10                       0
## X2002                    0.00             83.65                       0
## X2003                   93.00             83.19                       0
## X2004                    0.00             82.73                       0
## X2005                    0.00             82.35                       0
## X2006                    0.00             82.03                       0
## X2007                    0.00             81.68                       0
## X2008                   78.74             81.15                       0
## X2009                    0.00             80.54                       0
## X2010                    0.00             79.83                       0
## X2011                    0.00             79.12                       0
## X2012                    0.00             78.44                       0
## X2013                   74.90             77.76                       0
## X2014                   76.40             76.95                       0
## X2015                    0.00             76.29                       0
## X2016                    0.00             75.89                       0
## X2017                   24.56             75.22                       0
## X2018                    0.00             74.62                       0
## X2019                    0.00             74.08                       0
## X2020                    0.00              0.00                       0
## X2021                    0.00              0.00                       0
##       SL.WAG.0714.MA.ZS SL.UEM.BASC.FE.ZS SL.TLF.0714.SW.ZS SL.SLF.0714.FE.ZS
## X1960              0.00              0.00           0.00000              0.00
## X1961              0.00              0.00           0.00000              0.00
## X1962              0.00              0.00           0.00000              0.00
## X1963              0.00              0.00           0.00000              0.00
## X1964              0.00              0.00           0.00000              0.00
## X1965              0.00              0.00           0.00000              0.00
## X1966              0.00              0.00           0.00000              0.00
## X1967              0.00              0.00           0.00000              0.00
## X1968              0.00              0.00           0.00000              0.00
## X1969              0.00              0.00           0.00000              0.00
## X1970              0.00              0.00           0.00000              0.00
## X1971              0.00              0.00           0.00000              0.00
## X1972              0.00              0.00           0.00000              0.00
## X1973              0.00              0.00           0.00000              0.00
## X1974              0.00              0.00           0.00000              0.00
## X1975              0.00              0.00           0.00000              0.00
## X1976              0.00              0.00           0.00000              0.00
## X1977              0.00              0.00           0.00000              0.00
## X1978              0.00              0.00           0.00000              0.00
## X1979              0.00              0.00           0.00000              0.00
## X1980              0.00              0.00           0.00000              0.00
## X1981              0.00              0.00           0.00000              0.00
## X1982              0.00              0.00           0.00000              0.00
## X1983              0.00              0.00           0.00000              0.00
## X1984              0.00              0.00           0.00000              0.00
## X1985              0.00              0.00           0.00000              0.00
## X1986              0.00              0.00           0.00000              0.00
## X1987              0.00              0.00           0.00000              0.00
## X1988              0.00              0.00           0.00000              0.00
## X1989              0.00              0.00           0.00000              0.00
## X1990              0.00              0.00           0.00000              0.00
## X1991              0.00              0.00           0.00000              0.00
## X1992              0.00              0.00           0.00000              0.00
## X1993              0.00              0.00           0.00000              0.00
## X1994              0.00              0.00           0.00000              0.00
## X1995              0.00              0.00           0.00000              0.00
## X1996              0.00              0.00           0.00000              0.00
## X1997              0.00              0.00           0.00000              0.00
## X1998              0.00              0.00           0.00000              0.00
## X1999              4.00              0.00          64.40000              4.30
## X2000              0.00              0.00           0.00000              0.00
## X2001              0.00              0.00           0.00000              0.00
## X2002              0.00              0.00           0.00000              0.00
## X2003              0.00              0.00           0.00000              0.00
## X2004              0.00              0.00           0.00000              0.00
## X2005              0.00              0.00           0.00000              0.00
## X2006              0.00              0.00           0.00000              0.00
## X2007              0.00              0.00           0.00000              0.00
## X2008              2.54              1.08          86.50598              5.71
## X2009              0.00              0.00           0.00000              0.00
## X2010              0.00              0.00           0.00000              0.00
## X2011              0.00              0.00           0.00000              0.00
## X2012              0.00              0.00           0.00000              0.00
## X2013              0.00              0.00           0.00000              0.00
## X2014              0.00              0.00          91.24856              0.00
## X2015              0.00              0.00           0.00000              0.00
## X2016              0.00              0.00           0.00000              0.00
## X2017              0.00             12.64           0.00000              0.00
## X2018              0.00              0.00           0.00000              0.00
## X2019              0.00              0.00           0.00000              0.00
## X2020              0.00              0.00           0.00000              0.00
## X2021              0.00              0.00           0.00000              0.00
##       SL.EMP.WORK.FE.ZS SL.EMP.MPYR.FE.ZS SL.WAG.0714.ZS SL.UEM.BASC.MA.ZS
## X1960              0.00              0.00           0.00              0.00
## X1961              0.00              0.00           0.00              0.00
## X1962              0.00              0.00           0.00              0.00
## X1963              0.00              0.00           0.00              0.00
## X1964              0.00              0.00           0.00              0.00
## X1965              0.00              0.00           0.00              0.00
## X1966              0.00              0.00           0.00              0.00
## X1967              0.00              0.00           0.00              0.00
## X1968              0.00              0.00           0.00              0.00
## X1969              0.00              0.00           0.00              0.00
## X1970              0.00              0.00           0.00              0.00
## X1971              0.00              0.00           0.00              0.00
## X1972              0.00              0.00           0.00              0.00
## X1973              0.00              0.00           0.00              0.00
## X1974              0.00              0.00           0.00              0.00
## X1975              0.00              0.00           0.00              0.00
## X1976              0.00              0.00           0.00              0.00
## X1977              0.00              0.00           0.00              0.00
## X1978              0.00              0.00           0.00              0.00
## X1979              0.00              0.00           0.00              0.00
## X1980              0.00              0.00           0.00              0.00
## X1981              0.00              0.00           0.00              0.00
## X1982              0.00              0.00           0.00              0.00
## X1983              0.00              0.00           0.00              0.00
## X1984              0.00              0.00           0.00              0.00
## X1985              0.00              0.00           0.00              0.00
## X1986              0.00              0.00           0.00              0.00
## X1987              0.00              0.00           0.00              0.00
## X1988              0.00              0.00           0.00              0.00
## X1989              0.00              0.00           0.00              0.00
## X1990              0.00              0.00           0.00              0.00
## X1991              6.18              0.25           0.00              0.00
## X1992              6.17              0.25           0.00              0.00
## X1993              6.17              0.25           0.00              0.00
## X1994              6.19              0.25           0.00              0.00
## X1995              6.22              0.25           0.00              0.00
## X1996              6.28              0.26           0.00              0.00
## X1997              6.37              0.26           0.00              0.00
## X1998              6.47              0.26           0.00              0.00
## X1999              6.59              0.26           3.27              0.00
## X2000              6.74              0.27           0.00              0.00
## X2001              6.88              0.27           0.00              0.00
## X2002              6.96              0.27           0.00              0.00
## X2003              7.06              0.27           0.00              0.00
## X2004              7.19              0.28           0.00              0.00
## X2005              7.33              0.28           0.00              0.00
## X2006              7.45              0.28           0.00              0.00
## X2007              7.59              0.29           0.00              0.00
## X2008              7.77              0.29           2.08              1.00
## X2009              8.02              0.30           0.00              0.00
## X2010              8.31              0.31           0.00              0.00
## X2011              8.67              0.32           0.00              0.00
## X2012              9.13              0.34           0.00              0.00
## X2013              9.62              0.35           0.00              0.00
## X2014             10.19              0.37           0.00              0.00
## X2015             10.71              0.39           0.00              0.00
## X2016             11.00              0.40           0.00              0.00
## X2017             11.38              0.41           0.00              8.65
## X2018             11.75              0.42           0.00              0.00
## X2019             12.11              0.43           0.00              0.00
## X2020              0.00              0.00           0.00              0.00
## X2021              0.00              0.00           0.00              0.00
##       SL.SLF.0714.MA.ZS SL.EMP.WORK.MA.ZS SL.EMP.MPYR.MA.ZS
## X1960              0.00              0.00              0.00
## X1961              0.00              0.00              0.00
## X1962              0.00              0.00              0.00
## X1963              0.00              0.00              0.00
## X1964              0.00              0.00              0.00
## X1965              0.00              0.00              0.00
## X1966              0.00              0.00              0.00
## X1967              0.00              0.00              0.00
## X1968              0.00              0.00              0.00
## X1969              0.00              0.00              0.00
## X1970              0.00              0.00              0.00
## X1971              0.00              0.00              0.00
## X1972              0.00              0.00              0.00
## X1973              0.00              0.00              0.00
## X1974              0.00              0.00              0.00
## X1975              0.00              0.00              0.00
## X1976              0.00              0.00              0.00
## X1977              0.00              0.00              0.00
## X1978              0.00              0.00              0.00
## X1979              0.00              0.00              0.00
## X1980              0.00              0.00              0.00
## X1981              0.00              0.00              0.00
## X1982              0.00              0.00              0.00
## X1983              0.00              0.00              0.00
## X1984              0.00              0.00              0.00
## X1985              0.00              0.00              0.00
## X1986              0.00              0.00              0.00
## X1987              0.00              0.00              0.00
## X1988              0.00              0.00              0.00
## X1989              0.00              0.00              0.00
## X1990              0.00              0.00              0.00
## X1991              0.00             22.39              1.51
## X1992              0.00             22.39              1.50
## X1993              0.00             22.38              1.50
## X1994              0.00             22.60              1.50
## X1995              0.00             22.66              1.51
## X1996              0.00             22.89              1.51
## X1997              0.00             23.19              1.52
## X1998              0.00             23.39              1.54
## X1999              4.10             23.72              1.55
## X2000              0.00             24.27              1.56
## X2001              0.00             24.76              1.57
## X2002              0.00             24.65              1.58
## X2003              0.00             24.92              1.59
## X2004              0.00             25.32              1.59
## X2005              0.00             25.62              1.60
## X2006              0.00             25.90              1.61
## X2007              0.00             26.17              1.62
## X2008              5.17             26.78              1.63
## X2009              0.00             27.39              1.64
## X2010              0.00             28.15              1.65
## X2011              0.00             28.93              1.67
## X2012              0.00             29.97              1.71
## X2013              0.00             31.03              1.73
## X2014              0.00             32.35              1.76
## X2015              0.00             33.22              1.79
## X2016              0.00             33.37              1.81
## X2017              0.00             34.38              1.80
## X2018              0.00             35.19              1.80
## X2019              0.00             36.01              1.79
## X2020              0.00              0.00              0.00
## X2021              0.00              0.00              0.00
##       per_lm_alllm.adq_pop_tot SL.UEM.NEET.FE.ZS SL.TLF.0714.WK.ZS
## X1960                        0              0.00          0.000000
## X1961                        0              0.00          0.000000
## X1962                        0              0.00          0.000000
## X1963                        0              0.00          0.000000
## X1964                        0              0.00          0.000000
## X1965                        0              0.00          0.000000
## X1966                        0              0.00          0.000000
## X1967                        0              0.00          0.000000
## X1968                        0              0.00          0.000000
## X1969                        0              0.00          0.000000
## X1970                        0              0.00          0.000000
## X1971                        0              0.00          0.000000
## X1972                        0              0.00          0.000000
## X1973                        0              0.00          0.000000
## X1974                        0              0.00          0.000000
## X1975                        0              0.00          0.000000
## X1976                        0              0.00          0.000000
## X1977                        0              0.00          0.000000
## X1978                        0              0.00          0.000000
## X1979                        0              0.00          0.000000
## X1980                        0              0.00          0.000000
## X1981                        0              0.00          0.000000
## X1982                        0              0.00          0.000000
## X1983                        0              0.00          0.000000
## X1984                        0              0.00          0.000000
## X1985                        0              0.00          0.000000
## X1986                        0              0.00          0.000000
## X1987                        0              0.00          0.000000
## X1988                        0              0.00          0.000000
## X1989                        0              0.00          0.000000
## X1990                        0              0.00          0.000000
## X1991                        0              0.00          0.000000
## X1992                        0              0.00          0.000000
## X1993                        0              0.00          0.000000
## X1994                        0              0.00          0.000000
## X1995                        0              0.00          0.000000
## X1996                        0              0.00          0.000000
## X1997                        0              0.00          0.000000
## X1998                        0              0.00          0.000000
## X1999                        0              0.00         35.600000
## X2000                        0              0.00          0.000000
## X2001                        0              0.00          0.000000
## X2002                        0              0.00          0.000000
## X2003                        0              0.00          0.000000
## X2004                        0              0.00          0.000000
## X2005                        0              0.00          0.000000
## X2006                        0              0.00          0.000000
## X2007                        0              0.00          0.000000
## X2008                        0             24.11         13.494023
## X2009                        0              0.00          0.000000
## X2010                        0              0.00          0.000000
## X2011                        0              0.00          0.000000
## X2012                        0              0.00          0.000000
## X2013                        0              0.00          0.000000
## X2014                        0              0.00          8.751441
## X2015                        0              0.00          0.000000
## X2016                        0              0.00          0.000000
## X2017                        0             45.82          0.000000
## X2018                        0              0.00          0.000000
## X2019                        0              0.00          0.000000
## X2020                        0              0.00          0.000000
## X2021                        0              0.00          0.000000
##       SL.SRV.EMPL.FE.ZS SL.FAM.WORK.FE.ZS SL.EMP.SMGT.FE.ZS SL.AGR.0714.ZS
## X1960              0.00              0.00               0.0           0.00
## X1961              0.00              0.00               0.0           0.00
## X1962              0.00              0.00               0.0           0.00
## X1963              0.00              0.00               0.0           0.00
## X1964              0.00              0.00               0.0           0.00
## X1965              0.00              0.00               0.0           0.00
## X1966              0.00              0.00               0.0           0.00
## X1967              0.00              0.00               0.0           0.00
## X1968              0.00              0.00               0.0           0.00
## X1969              0.00              0.00               0.0           0.00
## X1970              0.00              0.00               0.0           0.00
## X1971              0.00              0.00               0.0           0.00
## X1972              0.00              0.00               0.0           0.00
## X1973              0.00              0.00               0.0           0.00
## X1974              0.00              0.00               0.0           0.00
## X1975              0.00              0.00               0.0           0.00
## X1976              0.00              0.00               0.0           0.00
## X1977              0.00              0.00               0.0           0.00
## X1978              0.00              0.00               0.0           0.00
## X1979              0.00              0.00               0.0           0.00
## X1980              0.00              0.00               0.0           0.00
## X1981              0.00              0.00               0.0           0.00
## X1982              0.00              0.00               0.0           0.00
## X1983              0.00              0.00               0.0           0.00
## X1984              0.00              0.00               0.0           0.00
## X1985              0.00              0.00               0.0           0.00
## X1986              0.00              0.00               0.0           0.00
## X1987              0.00              0.00               0.0           0.00
## X1988              0.00              0.00               0.0           0.00
## X1989              0.00              0.00               0.0           0.00
## X1990              0.00              0.00               0.0           0.00
## X1991              8.17             70.70               0.0           0.00
## X1992              8.22             70.76               0.0           0.00
## X1993              8.30             70.80               0.0           0.00
## X1994              8.50             70.75               0.0           0.00
## X1995              8.67             70.72               0.0           0.00
## X1996              8.89             70.55               0.0           0.00
## X1997              9.15             70.30               0.0           0.00
## X1998              9.35             70.04               0.0           0.00
## X1999              9.58             69.68               0.0          87.01
## X2000              9.90             69.30               0.0           0.00
## X2001             10.15             68.95               0.0           0.00
## X2002             10.41             68.77               0.0           0.00
## X2003             10.67             68.44               0.0           0.00
## X2004             10.97             68.02               0.0           0.00
## X2005             11.25             67.62               0.0           0.00
## X2006             11.51             67.20               0.0           0.00
## X2007             11.80             66.79               0.0           0.00
## X2008             12.16             66.23               0.0          88.97
## X2009             12.60             65.51               0.0           0.00
## X2010             13.10             64.63               0.0           0.00
## X2011             13.61             63.55               0.0           0.00
## X2012             14.09             62.29               0.0           0.00
## X2013             14.57             60.93               0.0           0.00
## X2014             15.11             59.47               0.0           0.00
## X2015             15.59             58.23               0.0           0.00
## X2016             15.99             57.45               0.0           0.00
## X2017             16.45             56.45              13.9           0.00
## X2018             16.89             55.59               0.0           0.00
## X2019             17.30             54.79               0.0           0.00
## X2020              0.00              0.00               0.0           0.00
## X2021              0.00              0.00               0.0           0.00
##       per_lm_alllm.cov_q3_tot SL.UEM.TOTL.NE.ZS SL.UEM.ADVN.FE.ZS
## X1960                       0              0.00              0.00
## X1961                       0              0.00              0.00
## X1962                       0              0.00              0.00
## X1963                       0              0.00              0.00
## X1964                       0              0.00              0.00
## X1965                       0              0.00              0.00
## X1966                       0              0.00              0.00
## X1967                       0              0.00              0.00
## X1968                       0              0.00              0.00
## X1969                       0              0.00              0.00
## X1970                       0              0.00              0.00
## X1971                       0              0.00              0.00
## X1972                       0              0.00              0.00
## X1973                       0              0.00              0.00
## X1974                       0              0.00              0.00
## X1975                       0              0.00              0.00
## X1976                       0              0.00              0.00
## X1977                       0              0.00              0.00
## X1978                       0              0.00              0.00
## X1979                       0              0.00              0.00
## X1980                       0              0.00              0.00
## X1981                       0              0.00              0.00
## X1982                       0              0.00              0.00
## X1983                       0              0.00              0.00
## X1984                       0              0.00              0.00
## X1985                       0              0.00              0.00
## X1986                       0              0.00              0.00
## X1987                       0              0.00              0.00
## X1988                       0              0.00              0.00
## X1989                       0              0.00              0.00
## X1990                       0              0.00              0.00
## X1991                       0              0.00              0.00
## X1992                       0              0.00              0.00
## X1993                       0              0.00              0.00
## X1994                       0              0.00              0.00
## X1995                       0              0.00              0.00
## X1996                       0              4.50              0.00
## X1997                       0              0.00              0.00
## X1998                       0              0.00              0.00
## X1999                       0              1.85              0.00
## X2000                       0              0.00              0.00
## X2001                       0              0.00              0.00
## X2002                       0              0.00              0.00
## X2003                       0              0.00              0.00
## X2004                       0              0.00              0.00
## X2005                       0              0.00              0.00
## X2006                       0              0.00              0.00
## X2007                       0              0.00              0.00
## X2008                       0              1.33              5.90
## X2009                       0              0.00              0.00
## X2010                       0              0.00              0.00
## X2011                       0              0.00              0.00
## X2012                       0              0.00              0.00
## X2013                       0              0.00              0.00
## X2014                       0              0.00              0.00
## X2015                       0              3.10              0.00
## X2016                       0              0.00              0.00
## X2017                       0             10.66              7.68
## X2018                       0              0.00              0.00
## X2019                       0              0.00              0.00
## X2020                       0              0.00              0.00
## X2021                       0              0.00              0.00
##       SL.MNF.0714.FE.ZS SL.EMP.VULN.FE.ZS SL.EMP.1524.SP.MA.ZS SL.UEM.BASC.ZS
## X1960          0.000000              0.00                0.000           0.00
## X1961          0.000000              0.00                0.000           0.00
## X1962          0.000000              0.00                0.000           0.00
## X1963          0.000000              0.00                0.000           0.00
## X1964          0.000000              0.00                0.000           0.00
## X1965          0.000000              0.00                0.000           0.00
## X1966          0.000000              0.00                0.000           0.00
## X1967          0.000000              0.00                0.000           0.00
## X1968          0.000000              0.00                0.000           0.00
## X1969          0.000000              0.00                0.000           0.00
## X1970          0.000000              0.00                0.000           0.00
## X1971          0.000000              0.00                0.000           0.00
## X1972          0.000000              0.00                0.000           0.00
## X1973          0.000000              0.00                0.000           0.00
## X1974          0.000000              0.00                0.000           0.00
## X1975          0.000000              0.00                0.000           0.00
## X1976          0.000000              0.00                0.000           0.00
## X1977          0.000000              0.00                0.000           0.00
## X1978          0.000000              0.00                0.000           0.00
## X1979          0.000000              0.00                0.000           0.00
## X1980          0.000000              0.00                0.000           0.00
## X1981          0.000000              0.00                0.000           0.00
## X1982          0.000000              0.00                0.000           0.00
## X1983          0.000000              0.00                0.000           0.00
## X1984          0.000000              0.00                0.000           0.00
## X1985          0.000000              0.00                0.000           0.00
## X1986          0.000000              0.00                0.000           0.00
## X1987          0.000000              0.00                0.000           0.00
## X1988          0.000000              0.00                0.000           0.00
## X1989          0.000000              0.00                0.000           0.00
## X1990          0.000000              0.00                0.000           0.00
## X1991          0.000000             93.56               80.967           0.00
## X1992          0.000000             93.58               80.888           0.00
## X1993          0.000000             93.58               80.769           0.00
## X1994          0.000000             93.57               80.581           0.00
## X1995          0.000000             93.53               80.583           0.00
## X1996          0.000000             93.47               80.439           0.00
## X1997          0.000000             93.37               80.364           0.00
## X1998          0.000000             93.27               80.326           0.00
## X1999          1.531663             93.15               80.232           0.00
## X2000          0.000000             93.00               79.724           0.00
## X2001          0.000000             92.85               79.153           0.00
## X2002          0.000000             92.77               78.608           0.00
## X2003          0.000000             92.67               77.941           0.00
## X2004          0.000000             92.54               77.313           0.00
## X2005          0.000000             92.40               76.701           0.00
## X2006          0.000000             92.26               76.104           0.00
## X2007          0.000000             92.13               75.483           0.00
## X2008          1.480000             91.94               74.818           1.03
## X2009          0.000000             91.68               73.823           0.00
## X2010          0.000000             91.39               72.754           0.00
## X2011          0.000000             91.01               71.807           0.00
## X2012          0.000000             90.53               70.844           0.00
## X2013          0.000000             90.03               69.964           0.00
## X2014          0.000000             89.43               69.017           0.00
## X2015          0.000000             88.90               68.283           0.00
## X2016          0.000000             88.61               68.164           0.00
## X2017          0.000000             88.21               67.495           9.81
## X2018          0.000000             87.83               67.277           0.00
## X2019          0.000000             87.47               67.081           0.00
## X2020          0.000000              0.00               59.401           0.00
## X2021          0.000000              0.00               60.620           0.00
##       SL.TLF.PART.FE.ZS SL.TLF.0714.WK.FE.ZS SL.SLF.0714.ZS SL.EMP.WORK.ZS
## X1960              0.00              0.00000           0.00           0.00
## X1961              0.00              0.00000           0.00           0.00
## X1962              0.00              0.00000           0.00           0.00
## X1963              0.00              0.00000           0.00           0.00
## X1964              0.00              0.00000           0.00           0.00
## X1965              0.00              0.00000           0.00           0.00
## X1966              0.00              0.00000           0.00           0.00
## X1967              0.00              0.00000           0.00           0.00
## X1968              0.00              0.00000           0.00           0.00
## X1969              0.00              0.00000           0.00           0.00
## X1970              0.00              0.00000           0.00           0.00
## X1971              0.00              0.00000           0.00           0.00
## X1972              0.00              0.00000           0.00           0.00
## X1973              0.00              0.00000           0.00           0.00
## X1974              0.00              0.00000           0.00           0.00
## X1975              0.00              0.00000           0.00           0.00
## X1976              0.00              0.00000           0.00           0.00
## X1977              0.00              0.00000           0.00           0.00
## X1978              0.00              0.00000           0.00           0.00
## X1979              0.00              0.00000           0.00           0.00
## X1980              0.00              0.00000           0.00           0.00
## X1981              0.00              0.00000           0.00           0.00
## X1982              0.00              0.00000           0.00           0.00
## X1983              0.00              0.00000           0.00           0.00
## X1984              0.00              0.00000           0.00           0.00
## X1985              0.00              0.00000           0.00           0.00
## X1986              0.00              0.00000           0.00           0.00
## X1987              0.00              0.00000           0.00           0.00
## X1988              0.00              0.00000           0.00           0.00
## X1989              0.00              0.00000           0.00           0.00
## X1990              0.00              0.00000           0.00           0.00
## X1991              0.00              0.00000           0.00          14.56
## X1992              0.00              0.00000           0.00          14.60
## X1993              0.00              0.00000           0.00          14.64
## X1994              0.00              0.00000           0.00          14.81
## X1995              0.00              0.00000           0.00          14.87
## X1996              0.00              0.00000           0.00          15.01
## X1997              0.00              0.00000           0.00          15.16
## X1998              0.00              0.00000           0.00          15.26
## X1999              0.00             46.20000           4.23          15.43
## X2000              0.00              0.00000           0.00          15.74
## X2001              0.00              0.00000           0.00          16.05
## X2002              0.00              0.00000           0.00          16.03
## X2003              0.00              0.00000           0.00          16.22
## X2004              0.00              0.00000           0.00          16.48
## X2005              0.00              0.00000           0.00          16.69
## X2006              0.00              0.00000           0.00          16.90
## X2007              0.00              0.00000           0.00          17.10
## X2008             34.05             16.24081           5.46          17.50
## X2009              0.00              0.00000           0.00          17.87
## X2010              0.00              0.00000           0.00          18.30
## X2011              0.00              0.00000           0.00          18.67
## X2012              0.00              0.00000           0.00          19.16
## X2013              0.00              0.00000           0.00          19.63
## X2014              0.00             10.20677           0.00          20.27
## X2015              0.00              0.00000           0.00          20.71
## X2016              0.00              0.00000           0.00          20.85
## X2017             40.26              0.00000           0.00          21.48
## X2018              0.00              0.00000           0.00          22.04
## X2019              0.00              0.00000           0.00          22.67
## X2020              0.00              0.00000           0.00           0.00
## X2021              0.00              0.00000           0.00           0.00
##       SL.EMP.MPYR.ZS per_lm_alllm.ben_q1_tot SL.UEM.TOTL.ZS SL.UEM.ADVN.MA.ZS
## X1960           0.00                       0          0.000              0.00
## X1961           0.00                       0          0.000              0.00
## X1962           0.00                       0          0.000              0.00
## X1963           0.00                       0          0.000              0.00
## X1964           0.00                       0          0.000              0.00
## X1965           0.00                       0          0.000              0.00
## X1966           0.00                       0          0.000              0.00
## X1967           0.00                       0          0.000              0.00
## X1968           0.00                       0          0.000              0.00
## X1969           0.00                       0          0.000              0.00
## X1970           0.00                       0          0.000              0.00
## X1971           0.00                       0          0.000              0.00
## X1972           0.00                       0          0.000              0.00
## X1973           0.00                       0          0.000              0.00
## X1974           0.00                       0          0.000              0.00
## X1975           0.00                       0          0.000              0.00
## X1976           0.00                       0          0.000              0.00
## X1977           0.00                       0          0.000              0.00
## X1978           0.00                       0          0.000              0.00
## X1979           0.00                       0          0.000              0.00
## X1980           0.00                       0          0.000              0.00
## X1981           0.00                       0          0.000              0.00
## X1982           0.00                       0          0.000              0.00
## X1983           0.00                       0          0.000              0.00
## X1984           0.00                       0          0.000              0.00
## X1985           0.00                       0          0.000              0.00
## X1986           0.00                       0          0.000              0.00
## X1987           0.00                       0          0.000              0.00
## X1988           0.00                       0          0.000              0.00
## X1989           0.00                       0          0.000              0.00
## X1990           0.00                       0          0.000              0.00
## X1991           0.90                       0          1.766              0.00
## X1992           0.90                       0          1.707              0.00
## X1993           0.91                       0          1.716              0.00
## X1994           0.91                       0          1.887              0.00
## X1995           0.91                       0          1.738              0.00
## X1996           0.92                       0          1.821              0.00
## X1997           0.92                       0          1.831              0.00
## X1998           0.93                       0          1.781              0.00
## X1999           0.93                       0          1.850              0.00
## X2000           0.93                       0          1.855              0.00
## X2001           0.94                       0          1.746              0.00
## X2002           0.94                       0          1.544              0.00
## X2003           0.95                       0          1.595              0.00
## X2004           0.95                       0          1.554              0.00
## X2005           0.96                       0          1.458              0.00
## X2006           0.96                       0          1.393              0.00
## X2007           0.97                       0          1.331              0.00
## X2008           0.97                       0          1.330              4.59
## X2009           0.98                       0          1.551              0.00
## X2010           0.99                       0          1.820              0.00
## X2011           0.99                       0          2.030              0.00
## X2012           1.00                       0          2.330              0.00
## X2013           1.00                       0          2.551              0.00
## X2014           1.01                       0          2.944              0.00
## X2015           1.01                       0          3.100              0.00
## X2016           1.02                       0          2.868              0.00
## X2017           1.02                       0          3.318              8.61
## X2018           1.03                       0          3.193              0.00
## X2019           1.03                       0          3.097              0.00
## X2020           0.00                       0          4.724              0.00
## X2021           0.00                       0          5.052              0.00
##       SL.TLF.0714.SW.MA.ZS SL.MNF.0714.MA.ZS SL.EMP.VULN.MA.ZS
## X1960              0.00000          0.000000              0.00
## X1961              0.00000          0.000000              0.00
## X1962              0.00000          0.000000              0.00
## X1963              0.00000          0.000000              0.00
## X1964              0.00000          0.000000              0.00
## X1965              0.00000          0.000000              0.00
## X1966              0.00000          0.000000              0.00
## X1967              0.00000          0.000000              0.00
## X1968              0.00000          0.000000              0.00
## X1969              0.00000          0.000000              0.00
## X1970              0.00000          0.000000              0.00
## X1971              0.00000          0.000000              0.00
## X1972              0.00000          0.000000              0.00
## X1973              0.00000          0.000000              0.00
## X1974              0.00000          0.000000              0.00
## X1975              0.00000          0.000000              0.00
## X1976              0.00000          0.000000              0.00
## X1977              0.00000          0.000000              0.00
## X1978              0.00000          0.000000              0.00
## X1979              0.00000          0.000000              0.00
## X1980              0.00000          0.000000              0.00
## X1981              0.00000          0.000000              0.00
## X1982              0.00000          0.000000              0.00
## X1983              0.00000          0.000000              0.00
## X1984              0.00000          0.000000              0.00
## X1985              0.00000          0.000000              0.00
## X1986              0.00000          0.000000              0.00
## X1987              0.00000          0.000000              0.00
## X1988              0.00000          0.000000              0.00
## X1989              0.00000          0.000000              0.00
## X1990              0.00000          0.000000              0.00
## X1991              0.00000          0.000000             76.10
## X1992              0.00000          0.000000             76.11
## X1993              0.00000          0.000000             76.12
## X1994              0.00000          0.000000             75.90
## X1995              0.00000          0.000000             75.84
## X1996              0.00000          0.000000             75.60
## X1997              0.00000          0.000000             75.29
## X1998              0.00000          0.000000             75.08
## X1999             76.77725          1.203638             74.73
## X2000              0.00000          0.000000             74.17
## X2001              0.00000          0.000000             73.68
## X2002              0.00000          0.000000             73.77
## X2003              0.00000          0.000000             73.50
## X2004              0.00000          0.000000             73.08
## X2005              0.00000          0.000000             72.77
## X2006              0.00000          0.000000             72.49
## X2007              0.00000          0.000000             72.21
## X2008             89.76287          1.270000             71.60
## X2009              0.00000          0.000000             70.97
## X2010              0.00000          0.000000             70.20
## X2011              0.00000          0.000000             69.40
## X2012              0.00000          0.000000             68.33
## X2013              0.00000          0.000000             67.23
## X2014             92.86377          0.000000             65.89
## X2015              0.00000          0.000000             64.99
## X2016              0.00000          0.000000             64.83
## X2017              0.00000          0.000000             63.82
## X2018              0.00000          0.000000             63.02
## X2019              0.00000          0.000000             62.20
## X2020              0.00000          0.000000              0.00
## X2021              0.00000          0.000000              0.00
##       SL.EMP.1524.SP.NE.ZS SL.UEM.TOTL.MA.NE.ZS SL.UEM.1524.NE.ZS
## X1960                 0.00                 0.00              0.00
## X1961                 0.00                 0.00              0.00
## X1962                 0.00                 0.00              0.00
## X1963                 0.00                 0.00              0.00
## X1964                 0.00                 0.00              0.00
## X1965                 0.00                 0.00              0.00
## X1966                 0.00                 0.00              0.00
## X1967                 0.00                 0.00              0.00
## X1968                 0.00                 0.00              0.00
## X1969                 0.00                 0.00              0.00
## X1970                 0.00                 0.00              0.00
## X1971                 0.00                 0.00              0.00
## X1972                 0.00                 0.00              0.00
## X1973                 0.00                 0.00              0.00
## X1974                 0.00                 0.00              0.00
## X1975                 0.00                 0.00              0.00
## X1976                 0.00                 0.00              0.00
## X1977                 0.00                 0.00              0.00
## X1978                 0.00                 0.00              0.00
## X1979                 0.00                 0.00              0.00
## X1980                 0.00                 0.00              0.00
## X1981                 0.00                 0.00              0.00
## X1982                 0.00                 0.00              0.00
## X1983                 0.00                 0.00              0.00
## X1984                 0.00                 0.00              0.00
## X1985                 0.00                 0.00              0.00
## X1986                 0.00                 0.00              0.00
## X1987                 0.00                 0.00              0.00
## X1988                 0.00                 0.00              0.00
## X1989                 0.00                 0.00              0.00
## X1990                 0.00                 0.00              0.00
## X1991                 0.00                 0.00              0.00
## X1992                 0.00                 0.00              0.00
## X1993                 0.00                 0.00              0.00
## X1994                 0.00                 0.00              0.00
## X1995                 0.00                 0.00              0.00
## X1996                 0.00                 0.00              0.00
## X1997                 0.00                 0.00              0.00
## X1998                 0.00                 0.00              0.00
## X1999                 0.00                 2.03              2.98
## X2000                 0.00                 0.00              0.00
## X2001                 0.00                 0.00              0.00
## X2002                 0.00                 0.00              0.00
## X2003                 0.00                 0.00              0.00
## X2004                 0.00                 0.00              0.00
## X2005                 0.00                 0.00              0.00
## X2006                 0.00                 0.00              0.00
## X2007                 0.00                 0.00              0.00
## X2008                74.26                 1.59              2.18
## X2009                 0.00                 0.00              0.00
## X2010                 0.00                 0.00              0.00
## X2011                 0.00                 0.00              0.00
## X2012                 0.00                 0.00              0.00
## X2013                 0.00                 0.00              0.00
## X2014                 0.00                 0.00              0.00
## X2015                 0.00                 3.40              0.00
## X2016                 0.00                 0.00              0.00
## X2017                23.45                 9.79             20.53
## X2018                 0.00                 0.00              0.00
## X2019                 0.00                 0.00              0.00
## X2020                 0.00                 0.00              0.00
## X2021                 0.00                 0.00              0.00
##       SL.IND.EMPL.MA.ZS SL.EMP.TOTL.SP.NE.ZS SL.EMP.1524.SP.FE.ZS
## X1960              0.00                 0.00                0.000
## X1961              0.00                 0.00                0.000
## X1962              0.00                 0.00                0.000
## X1963              0.00                 0.00                0.000
## X1964              0.00                 0.00                0.000
## X1965              0.00                 0.00                0.000
## X1966              0.00                 0.00                0.000
## X1967              0.00                 0.00                0.000
## X1968              0.00                 0.00                0.000
## X1969              0.00                 0.00                0.000
## X1970              0.00                 0.00                0.000
## X1971              0.00                 0.00                0.000
## X1972              0.00                 0.00                0.000
## X1973              0.00                 0.00                0.000
## X1974              0.00                 0.00                0.000
## X1975              0.00                 0.00                0.000
## X1976              0.00                 0.00                0.000
## X1977              0.00                 0.00                0.000
## X1978              0.00                 0.00                0.000
## X1979              0.00                 0.00                0.000
## X1980              0.00                 0.00                0.000
## X1981              0.00                 0.00                0.000
## X1982              0.00                 0.00                0.000
## X1983              0.00                 0.00                0.000
## X1984              0.00                 0.00                0.000
## X1985              0.00                 0.00                0.000
## X1986              0.00                 0.00                0.000
## X1987              0.00                 0.00                0.000
## X1988              0.00                 0.00                0.000
## X1989              0.00                 0.00                0.000
## X1990              0.00                 0.00                0.000
## X1991              3.99                 0.00               77.314
## X1992              4.66                 0.00               77.537
## X1993              5.42                 0.00               77.789
## X1994              6.44                 0.00               78.024
## X1995              7.52                 0.00               78.372
## X1996              8.85                67.20               78.311
## X1997             10.44                 0.00               78.293
## X1998             12.19                 0.00               78.321
## X1999             14.34                84.25               78.362
## X2000             15.30                 0.00               77.874
## X2001             15.95                 0.00               77.411
## X2002             16.21                 0.00               76.959
## X2003             16.66                91.60               76.421
## X2004             17.03                 0.00               75.893
## X2005             17.28                 0.00               75.368
## X2006             17.51                 0.00               74.812
## X2007             17.70                 0.00               74.242
## X2008             18.17                82.22               73.636
## X2009             18.44                 0.00               73.225
## X2010             18.82                 0.00               72.858
## X2011             19.19                 0.00               72.689
## X2012             19.80                 0.00               72.729
## X2013             20.45                78.40               72.948
## X2014             21.21                79.80               73.085
## X2015             21.67                 0.00               73.227
## X2016             21.59                 0.00               73.874
## X2017             22.34                35.66               73.991
## X2018             22.88                 0.00               74.179
## X2019             23.31                 0.00               74.179
## X2020              0.00                 0.00               64.136
## X2021              0.00                 0.00               67.241
##       SL.WAG.0714.FE.ZS SL.UEM.ADVN.ZS SL.MNF.0714.ZS SL.EMP.VULN.ZS
## X1960              0.00           0.00           0.00           0.00
## X1961              0.00           0.00           0.00           0.00
## X1962              0.00           0.00           0.00           0.00
## X1963              0.00           0.00           0.00           0.00
## X1964              0.00           0.00           0.00           0.00
## X1965              0.00           0.00           0.00           0.00
## X1966              0.00           0.00           0.00           0.00
## X1967              0.00           0.00           0.00           0.00
## X1968              0.00           0.00           0.00           0.00
## X1969              0.00           0.00           0.00           0.00
## X1970              0.00           0.00           0.00           0.00
## X1971              0.00           0.00           0.00           0.00
## X1972              0.00           0.00           0.00           0.00
## X1973              0.00           0.00           0.00           0.00
## X1974              0.00           0.00           0.00           0.00
## X1975              0.00           0.00           0.00           0.00
## X1976              0.00           0.00           0.00           0.00
## X1977              0.00           0.00           0.00           0.00
## X1978              0.00           0.00           0.00           0.00
## X1979              0.00           0.00           0.00           0.00
## X1980              0.00           0.00           0.00           0.00
## X1981              0.00           0.00           0.00           0.00
## X1982              0.00           0.00           0.00           0.00
## X1983              0.00           0.00           0.00           0.00
## X1984              0.00           0.00           0.00           0.00
## X1985              0.00           0.00           0.00           0.00
## X1986              0.00           0.00           0.00           0.00
## X1987              0.00           0.00           0.00           0.00
## X1988              0.00           0.00           0.00           0.00
## X1989              0.00           0.00           0.00           0.00
## X1990              0.00           0.00           0.00           0.00
## X1991              0.00           0.00           0.00          84.55
## X1992              0.00           0.00           0.00          84.50
## X1993              0.00           0.00           0.00          84.45
## X1994              0.00           0.00           0.00          84.29
## X1995              0.00           0.00           0.00          84.22
## X1996              0.00           0.00           0.00          84.08
## X1997              0.00           0.00           0.00          83.92
## X1998              0.00           0.00           0.00          83.82
## X1999              2.70           0.00           1.38          83.64
## X2000              0.00           0.00           0.00          83.33
## X2001              0.00           0.00           0.00          83.02
## X2002              0.00           0.00           0.00          83.03
## X2003              0.00           0.00           0.00          82.84
## X2004              0.00           0.00           0.00          82.57
## X2005              0.00           0.00           0.00          82.35
## X2006              0.00           0.00           0.00          82.14
## X2007              0.00           0.00           0.00          81.94
## X2008              1.69           5.04           1.39          81.53
## X2009              0.00           0.00           0.00          81.15
## X2010              0.00           0.00           0.00          80.71
## X2011              0.00           0.00           0.00          80.34
## X2012              0.00           0.00           0.00          79.85
## X2013              0.00           0.00           0.00          79.37
## X2014              0.00           0.00           0.00          78.72
## X2015              0.00           0.00           0.00          78.28
## X2016              0.00           0.00           0.00          78.13
## X2017              0.00           8.32           0.00          77.50
## X2018              0.00           0.00           0.00          76.93
## X2019              0.00           0.00           0.00          76.31
## X2020              0.00           0.00           0.00           0.00
## X2021              0.00           0.00           0.00           0.00
##       SL.EMP.1524.SP.ZS
## X1960             0.000
## X1961             0.000
## X1962             0.000
## X1963             0.000
## X1964             0.000
## X1965             0.000
## X1966             0.000
## X1967             0.000
## X1968             0.000
## X1969             0.000
## X1970             0.000
## X1971             0.000
## X1972             0.000
## X1973             0.000
## X1974             0.000
## X1975             0.000
## X1976             0.000
## X1977             0.000
## X1978             0.000
## X1979             0.000
## X1980             0.000
## X1981             0.000
## X1982             0.000
## X1983             0.000
## X1984             0.000
## X1985             0.000
## X1986             0.000
## X1987             0.000
## X1988             0.000
## X1989             0.000
## X1990             0.000
## X1991            79.179
## X1992            79.263
## X1993            79.334
## X1994            79.356
## X1995            79.524
## X1996            79.407
## X1997            79.346
## X1998            79.328
## X1999            79.292
## X2000            78.788
## X2001            78.263
## X2002            77.758
## X2003            77.152
## X2004            76.572
## X2005            76.004
## X2006            75.430
## X2007            74.838
## X2008            74.205
## X2009            73.513
## X2010            72.808
## X2011            72.271
## X2012            71.846
## X2013            71.562
## X2014            71.200
## X2015            70.922
## X2016            71.194
## X2017            70.913
## X2018            70.872
## X2019            70.738
## X2020            61.816
## X2021            63.986
# Viewing the data after preparing it.
View(nepal_df)

Parameter Selection:

## Sample parameters selection to achieve project objective.
# GC.TAX.GSRV.VA.ZS -> Taxes on goods and services(%)
# GC.TAX.GSRV.CN -> Taxes on goods and services (current LCU)
# GC.TAX.TOTL.GD.ZS -> Tax revenue (% of GDP)
# IC.TAX.LABR.CP.ZS -> Labor tax and contributions (% of commercial profits) | Labor tax and contributions is the amount of taxes and mandatory contributions on labor paid by the business.
# GC.TAX.YPKG.CN -> Taxes on income, profits and capital gains (current LCU)
# GC.TAX.IMPT.ZS -> Customs and other import duties (% of tax revenue)
# GC.TAX.IMPT.CN -> Customs and other import duties (current LCU)
# GC.TAX.EXPT.ZS -> Taxes on exports (% of tax revenue)
# GC.TAX.EXPT.CN -> Taxes on exports (current LCU)
# IC.TAX.TOTL.CP.ZS -> Total tax and contribution rate (% of profit)

# NY.GDP.MKTP.KD -> GDP (constant 2015 US$)
# NY.GDP.MKTP.KD.ZG -> GDP growth (annual %)

# SL.IND.EMPL.ZS -> Employment in industry (% of total employment) (modeled ILO estimate)
# SL.IND.EMPL.FE.ZS -> Employment in industry, female (% of female employment) (modeled ILO estimate)
# SL.IND.EMPL.MA.ZS -> Employment in industry, male (% of male employment) (modeled ILO estimate)
# SL.AGR.EMPL.ZS -> Employment in agriculture (% of total employment) (modeled ILO estimate)
# SL.AGR.EMPL.FE.ZS -> Employment in agriculture, female (% of female employment) (modeled ILO estimate)
# SL.AGR.EMPL.MA.ZS -> Employment in agriculture, male (% of male employment) (modeled ILO estimate)
## Sample parameter selection to achieve project objective.
# GC.TAX.GSRV.VA.ZS, NY.GDP.MKTP.KD  0.8481471
# GC.TAX.GSRV.VA.ZS, SL.IND.EMPL.ZS  0.8880489
# GC.TAX.GSRV.VA.ZS, SL.IND.EMPL.FE.ZS 0.8928028
# GC.TAX.GSRV.VA.ZS, SL.IND.EMPL.MA.ZS 0.8939309
# GC.TAX.GSRV.VA.ZS, SL.AGR.EMPL.ZS 0.8268747
# GC.TAX.GSRV.VA.ZS, SL.AGR.EMPL.FE.ZS 0.8333567
# GC.TAX.GSRV.VA.ZS, SL.AGR.EMPL.MA.ZS 0.8062022
# GC.TAX.INTT.RV.ZS, SL.IND.EMPL.ZS 0.727295
# GC.TAX.INTT.RV.ZS, SL.IND.EMPL.FE.ZS 0.7059692
# GC.TAX.INTT.RV.ZS, SL.IND.EMPL.MA.ZS 0.7179946
# GC.TAX.TOTL.GD.ZS, SL.IND.EMPL.ZS 0.893035
# GC.TAX.TOTL.GD.ZS, SL.IND.EMPL.FE.ZS 0.8984195
# GC.TAX.TOTL.GD.ZS, SL.IND.EMPL.MA.ZS 0.8992892
# IC.TAX.LABR.CP.ZS
# GC.TAX.YPKG.CN
# GC.TAX.IMPT.ZS
# GC.TAX.EXPT.CN
# IC.TAX.TOTL.CP.ZS
## Sample parameters selection to achieve project objective.
nepal_df <- select(nepal_df, 'YEAR', 'GC.TAX.GSRV.VA.ZS', 'GC.TAX.GSRV.CN', 'GC.TAX.TOTL.GD.ZS', 'IC.TAX.LABR.CP.ZS', 'GC.TAX.YPKG.CN', 'GC.TAX.IMPT.ZS', 'GC.TAX.IMPT.CN', 'GC.TAX.EXPT.ZS', 'GC.TAX.EXPT.CN', 'IC.TAX.TOTL.CP.ZS', 'NY.GDP.MKTP.KD', 'NY.GDP.MKTP.KD.ZG', 'SL.IND.EMPL.ZS', 'SL.IND.EMPL.FE.ZS', 'SL.IND.EMPL.MA.ZS', 'SL.AGR.EMPL.ZS', 'SL.AGR.EMPL.FE.ZS', 'SL.AGR.EMPL.MA.ZS')
nepal_df
##       YEAR GC.TAX.GSRV.VA.ZS GC.TAX.GSRV.CN GC.TAX.TOTL.GD.ZS IC.TAX.LABR.CP.ZS
## X1960 1960          0.000000              0          0.000000               0.0
## X1961 1961          0.000000              0          0.000000               0.0
## X1962 1962          0.000000              0          0.000000               0.0
## X1963 1963          0.000000              0          0.000000               0.0
## X1964 1964          0.000000              0          0.000000               0.0
## X1965 1965          0.000000              0          0.000000               0.0
## X1966 1966          0.000000              0          0.000000               0.0
## X1967 1967          0.000000              0          0.000000               0.0
## X1968 1968          0.000000              0          0.000000               0.0
## X1969 1969          0.000000              0          0.000000               0.0
## X1970 1970          0.000000              0          0.000000               0.0
## X1971 1971          0.000000              0          0.000000               0.0
## X1972 1972          0.000000              0          0.000000               0.0
## X1973 1973          0.000000              0          0.000000               0.0
## X1974 1974          0.000000              0          0.000000               0.0
## X1975 1975          0.000000              0          0.000000               0.0
## X1976 1976          0.000000              0          0.000000               0.0
## X1977 1977          0.000000              0          0.000000               0.0
## X1978 1978          0.000000              0          0.000000               0.0
## X1979 1979          0.000000              0          0.000000               0.0
## X1980 1980          0.000000              0          0.000000               0.0
## X1981 1981          0.000000              0          0.000000               0.0
## X1982 1982          0.000000              0          0.000000               0.0
## X1983 1983          0.000000              0          0.000000               0.0
## X1984 1984          0.000000              0          0.000000               0.0
## X1985 1985          0.000000              0          0.000000               0.0
## X1986 1986          0.000000              0          0.000000               0.0
## X1987 1987          0.000000              0          0.000000               0.0
## X1988 1988          0.000000              0          0.000000               0.0
## X1989 1989          0.000000              0          0.000000               0.0
## X1990 1990          7.375947     3487200000          6.996693               0.0
## X1991 1991          6.911035     4278000000          6.620302               0.0
## X1992 1992          6.968780     5580000000          6.483344               0.0
## X1993 1993          6.764000     6486000000          6.654637               0.0
## X1994 1994          7.647324     8147000000          7.729134               0.0
## X1995 1995          8.258410     9856000000          8.985514               0.0
## X1996 1996          8.016257    10947000000          8.719914               0.0
## X1997 1997          7.763240    11938000000          8.723660               0.0
## X1998 1998          7.365103    12477000000          8.639333               0.0
## X1999 1999          6.904100    12994000000          8.422505               0.0
## X2000 2000          7.031443    14795000000          8.735981               0.0
## X2001 2001          6.371072    17191000000          8.802575               0.0
## X2002 2002          6.391161    17765000000          8.560583               0.0
## X2003 2003          6.722883    20218600000          8.651812               0.0
## X2004 2004          6.961714    23103700000          8.974958               0.0
## X2005 2005          7.607888    27937000000          9.179453              11.3
## X2006 2006          7.440960    31149795000          8.779758              11.3
## X2007 2007          8.221877    38687300000          9.772473              11.3
## X2008 2008          8.457498    45015200000         10.440086              11.3
## X2009 2009         10.009752    62995100000         11.844037              11.3
## X2010 2010         12.407214    89681363000         13.396115              11.3
## X2011 2011         10.487461   100000000000         11.624676              11.3
## X2012 2012         10.473829   114000000000         12.040805              11.3
## X2013 2013         11.039213   135000000000         13.297886              11.3
## X2014 2014         11.662401   164000000000         13.994910              11.3
## X2015 2015         12.269070   189000000000         14.686305              11.3
## X2016 2016         13.050688   219000000000         16.143750              11.3
## X2017 2017         13.989350   279000000000         17.999362              11.3
## X2018 2018         16.406759   367000000000         19.082826              19.9
## X2019 2019         16.909200   424000000000         19.809060              26.2
## X2020 2020         10.512350   270000000000         15.773650               0.0
## X2021 2021          0.000000              0          0.000000               0.0
##       GC.TAX.YPKG.CN GC.TAX.IMPT.ZS GC.TAX.IMPT.CN GC.TAX.EXPT.ZS
## X1960              0        0.00000              0     0.00000000
## X1961              0        0.00000              0     0.00000000
## X1962              0        0.00000              0     0.00000000
## X1963              0        0.00000              0     0.00000000
## X1964              0        0.00000              0     0.00000000
## X1965              0        0.00000              0     0.00000000
## X1966              0        0.00000              0     0.00000000
## X1967              0        0.00000              0     0.00000000
## X1968              0        0.00000              0     0.00000000
## X1969              0        0.00000              0     0.00000000
## X1970              0        0.00000              0     0.00000000
## X1971              0        0.00000              0     0.00000000
## X1972              0        0.00000              0     0.00000000
## X1973              0        0.00000              0     0.00000000
## X1974              0        0.00000              0     0.00000000
## X1975              0        0.00000              0     0.00000000
## X1976              0        0.00000              0     0.00000000
## X1977              0        0.00000              0     0.00000000
## X1978              0        0.00000              0     0.00000000
## X1979              0        0.00000              0     0.00000000
## X1980              0        0.00000              0     0.00000000
## X1981              0        0.00000              0     0.00000000
## X1982              0        0.00000              0     0.00000000
## X1983              0        0.00000              0     0.00000000
## X1984              0        0.00000              0     0.00000000
## X1985              0        0.00000              0     0.00000000
## X1986              0        0.00000              0     0.00000000
## X1987              0        0.00000              0     0.00000000
## X1988              0        0.00000              0     0.00000000
## X1989              0        0.00000              0     0.00000000
## X1990      943000000       36.96671     2674800000     0.44501569
## X1991      768000000       36.18838     2966000000     0.95168375
## X1992      875000000       32.76437     3244000000     1.16149884
## X1993     1174000000       32.53785     3804000000     1.20605594
## X1994     1931000000       31.34658     4828000000     2.77236722
## X1995     2751000000       33.94943     6686000000     1.68579263
## X1996     3326000000       33.06611     7177000000     0.69108500
## X1997     3954000000       33.16987     8117000000     0.68652691
## X1998     4576000000       31.84179     8276000000     0.83490439
## X1999     5774000000       31.67870     9126000000     1.31213552
## X2000     6969000000       31.19269    10341000000     1.30308880
## X2001     8517000000       30.94043    12025000000     1.26849350
## X2002     8068000000       29.78058    11713000000     2.33149424
## X2003     6879300000       31.38054    13364000000     2.00906852
## X2004     8123300000       31.04312    14954400000     1.09418139
## X2005     8790400000       27.51752    14888300000     1.28990404
## X2006     9162391000       25.41960    14597713000     1.08883287
## X2007    13723900000       22.39483    15928700000     0.98219093
## X2008    16626800000       24.09184    20515500000     0.52327862
## X2009    24051800000       22.01163    25764900000     0.67816419
## X2010    33821327000       20.99344    33544450000     0.57293163
## X2011    43121246000       19.39029    35145784000     0.16131729
## X2012    51303230000       19.32051    40905969000     0.40693453
## X2013    64186691000       20.95862    54327890000     0.16939490
## X2014    75608249000       20.52298    64121990000     0.34242744
## X2015    86168029438       19.81471    70529058946     0.08845511
## X2016   114000000000       18.47786    77802641716     0.03789371
## X2017   145000000000       17.76788    98410300000     0.02259209
## X2018   155000000000       18.44066   122000000000     0.01552102
## X2019   188000000000       17.92326   137000000000     0.03108693
## X2020   213000000000       19.16977   118000000000     0.01831949
## X2021              0        0.00000              0     0.00000000
##       GC.TAX.EXPT.CN IC.TAX.TOTL.CP.ZS NY.GDP.MKTP.KD NY.GDP.MKTP.KD.ZG
## X1960              0               0.0     3312006963         0.0000000
## X1961              0               0.0     3375208865         1.9082660
## X1962              0               0.0     3439686156         1.9103200
## X1963              0               0.0     3504872049         1.8951116
## X1964              0               0.0     3768874732         7.5324486
## X1965              0               0.0     3723528046        -1.2031890
## X1966              0               0.0     3985688368         7.0406431
## X1967              0               0.0     3923053375        -1.5714975
## X1968              0               0.0     3949552951         0.6754835
## X1969              0               0.0     4125838151         4.4634216
## X1970              0               0.0     4232119417         2.5759921
## X1971              0               0.0     4181529368        -1.1953833
## X1972              0               0.0     4311901106         3.1178004
## X1973              0               0.0     4291353333        -0.4765363
## X1974              0               0.0     4563150075         6.3335904
## X1975              0               0.0     4629611019         1.4564707
## X1976              0               0.0     4833246135         4.3985362
## X1977              0               0.0     4979063887         3.0169734
## X1978              0               0.0     5198428566         4.4057414
## X1979              0               0.0     5321572986         2.3688778
## X1980              0               0.0     5198144730        -2.3193942
## X1981              0               0.0     5631772619         8.3419741
## X1982              0               0.0     5844618406         3.7793747
## X1983              0               0.0     5670600395        -2.9774059
## X1984              0               0.0     6219578592         9.6811300
## X1985              0               0.0     6601765803         6.1449052
## X1986              0               0.0     6903179359         4.5656505
## X1987              0               0.0     7020230929         1.6956183
## X1988              0               0.0     7560564675         7.6968087
## X1989              0               0.0     7887910507         4.3296479
## X1990       32200000               0.0     8253518026         4.6350363
## X1991       78000000               0.0     8779114468         6.3681504
## X1992      115000000               0.0     9139620604         4.1064066
## X1993      141000000               0.0     9491482290         3.8498500
## X1994      427000000               0.0    10271302732         8.2160027
## X1995      332000000               0.0    10627557926         3.4684519
## X1996      150000000               0.0    11193824413         5.3282842
## X1997      168000000               0.0    11758957236         5.0486125
## X1998      217000000               0.0    12113653185         3.0163895
## X1999      378000000               0.0    12648177008         4.4125733
## X2000      432000000               0.0    13432363981         6.2000000
## X2001      493000000               0.0    14077102964         4.7998921
## X2002      917000000               0.0    14094015643         0.1201432
## X2003      855600000               0.0    14650029882         3.9450378
## X2004      527100000               0.0    15336032658         4.6826032
## X2005      697900000              32.5    15869600999         3.4791810
## X2006      625284000              32.5    16403551941         3.3646148
## X2007      698600000              32.8    16963169002         3.4115603
## X2008      445600000              34.1    17998709258         6.1046391
## X2009      793800000              32.5    18814604917         4.5330787
## X2010      915461000              31.7    19720794305         4.8164147
## X2011      292395000              31.5    20395606013         3.4218282
## X2012      861574000              31.5    21348105727         4.6701221
## X2013      439097000              29.9    22100659154         3.5251532
## X2014     1069880000              29.9    23429236486         6.0114828
## X2015      314849716              29.9    24360795411         3.9760533
## X2016      159554771              29.9    24466305357         0.4331137
## X2017      125130000              30.0    26662713937         8.9772794
## X2018      102360000              37.0    28695046274         7.6223761
## X2019      237634000              41.8    30605291409         6.6570554
## X2020      112370000               0.0    29880062111        -2.3696206
## X2021              0               0.0    31149050463         4.2469401
##       SL.IND.EMPL.ZS SL.IND.EMPL.FE.ZS SL.IND.EMPL.MA.ZS SL.AGR.EMPL.ZS
## X1960           0.00              0.00              0.00           0.00
## X1961           0.00              0.00              0.00           0.00
## X1962           0.00              0.00              0.00           0.00
## X1963           0.00              0.00              0.00           0.00
## X1964           0.00              0.00              0.00           0.00
## X1965           0.00              0.00              0.00           0.00
## X1966           0.00              0.00              0.00           0.00
## X1967           0.00              0.00              0.00           0.00
## X1968           0.00              0.00              0.00           0.00
## X1969           0.00              0.00              0.00           0.00
## X1970           0.00              0.00              0.00           0.00
## X1971           0.00              0.00              0.00           0.00
## X1972           0.00              0.00              0.00           0.00
## X1973           0.00              0.00              0.00           0.00
## X1974           0.00              0.00              0.00           0.00
## X1975           0.00              0.00              0.00           0.00
## X1976           0.00              0.00              0.00           0.00
## X1977           0.00              0.00              0.00           0.00
## X1978           0.00              0.00              0.00           0.00
## X1979           0.00              0.00              0.00           0.00
## X1980           0.00              0.00              0.00           0.00
## X1981           0.00              0.00              0.00           0.00
## X1982           0.00              0.00              0.00           0.00
## X1983           0.00              0.00              0.00           0.00
## X1984           0.00              0.00              0.00           0.00
## X1985           0.00              0.00              0.00           0.00
## X1986           0.00              0.00              0.00           0.00
## X1987           0.00              0.00              0.00           0.00
## X1988           0.00              0.00              0.00           0.00
## X1989           0.00              0.00              0.00           0.00
## X1990           0.00              0.00              0.00           0.00
## X1991           2.76              1.44              3.99          82.33
## X1992           3.21              1.65              4.66          82.10
## X1993           3.74              1.90              5.42          81.75
## X1994           4.45              2.25              6.44          81.15
## X1995           5.20              2.62              7.52          80.52
## X1996           6.12              3.09              8.85          79.68
## X1997           7.20              3.65             10.44          78.66
## X1998           8.38              4.27             12.19          77.52
## X1999           9.84              5.04             14.34          76.11
## X2000          10.52              5.47             15.30          75.25
## X2001          10.98              5.75             15.95          74.59
## X2002          11.21              5.95             16.21          74.19
## X2003          11.54              6.14             16.66          73.61
## X2004          11.80              6.30             17.03          73.08
## X2005          11.97              6.41             17.28          72.64
## X2006          12.12              6.46             17.51          72.21
## X2007          12.25              6.52             17.70          71.78
## X2008          12.57              6.69             18.17          71.13
## X2009          12.74              6.85             18.44          70.61
## X2010          12.99              7.07             18.82          70.04
## X2011          13.16              7.27             19.19          69.54
## X2012          13.41              7.48             19.80          68.86
## X2013          13.65              7.68             20.45          68.24
## X2014          13.98              7.94             21.21          67.48
## X2015          14.14              8.12             21.67          66.93
## X2016          14.05              8.12             21.59          66.66
## X2017          14.48              8.33             22.34          65.81
## X2018          14.81              8.50             22.88          65.08
## X2019          15.11              8.62             23.31          64.38
## X2020           0.00              0.00              0.00           0.00
## X2021           0.00              0.00              0.00           0.00
##       SL.AGR.EMPL.FE.ZS SL.AGR.EMPL.MA.ZS
## X1960              0.00              0.00
## X1961              0.00              0.00
## X1962              0.00              0.00
## X1963              0.00              0.00
## X1964              0.00              0.00
## X1965              0.00              0.00
## X1966              0.00              0.00
## X1967              0.00              0.00
## X1968              0.00              0.00
## X1969              0.00              0.00
## X1970              0.00              0.00
## X1971              0.00              0.00
## X1972              0.00              0.00
## X1973              0.00              0.00
## X1974              0.00              0.00
## X1975              0.00              0.00
## X1976              0.00              0.00
## X1977              0.00              0.00
## X1978              0.00              0.00
## X1979              0.00              0.00
## X1980              0.00              0.00
## X1981              0.00              0.00
## X1982              0.00              0.00
## X1983              0.00              0.00
## X1984              0.00              0.00
## X1985              0.00              0.00
## X1986              0.00              0.00
## X1987              0.00              0.00
## X1988              0.00              0.00
## X1989              0.00              0.00
## X1990              0.00              0.00
## X1991             90.39             74.79
## X1992             90.12             74.68
## X1993             89.80             74.40
## X1994             89.25             73.83
## X1995             88.72             73.14
## X1996             88.02             72.14
## X1997             87.20             70.86
## X1998             86.38             69.33
## X1999             85.38             67.43
## X2000             84.63             66.37
## X2001             84.10             65.56
## X2002             83.65             65.20
## X2003             83.19             64.52
## X2004             82.73             63.90
## X2005             82.35             63.38
## X2006             82.03             62.85
## X2007             81.68             62.36
## X2008             81.15             61.57
## X2009             80.54             61.01
## X2010             79.83             60.40
## X2011             79.12             59.71
## X2012             78.44             58.55
## X2013             77.76             57.40
## X2014             76.95             56.13
## X2015             76.29             55.21
## X2016             75.89             54.93
## X2017             75.22             53.79
## X2018             74.62             52.89
## X2019             74.08             52.11
## X2020              0.00              0.00
## X2021              0.00              0.00

Data Quality: Checking the data

## Checking quality of data in parameters selected.
#View(truncate(summary(nepal_df)))
#df_t <- summary(nepal_df)
#View(t(df_t))
summary(nepal_df)
##       YEAR      GC.TAX.GSRV.VA.ZS GC.TAX.GSRV.CN         GC.TAX.TOTL.GD.ZS
##  Min.   :1960   Min.   : 0.000    Min.   :           0   Min.   : 0.000   
##  1st Qu.:1975   1st Qu.: 0.000    1st Qu.:           0   1st Qu.: 0.000   
##  Median :1990   Median : 3.186    Median :  1743600000   Median : 3.242   
##  Mean   :1990   Mean   : 4.652    Mean   : 44124665452   Mean   : 5.477   
##  3rd Qu.:2006   3rd Qu.: 7.953    3rd Qu.: 26728675000   3rd Qu.: 8.983   
##  Max.   :2021   Max.   :16.909    Max.   :424000000000   Max.   :19.809   
##  IC.TAX.LABR.CP.ZS GC.TAX.YPKG.CN         GC.TAX.IMPT.ZS  
##  Min.   : 0.000    Min.   :           0   Min.   : 0.000  
##  1st Qu.: 0.000    1st Qu.:           0   1st Qu.: 0.000  
##  Median : 0.000    Median :   384000000   Median : 8.884  
##  Mean   : 3.113    Mean   : 21067623604   Mean   :13.259  
##  3rd Qu.: 0.000    3rd Qu.:  8722050000   3rd Qu.:26.993  
##  Max.   :26.200    Max.   :213000000000   Max.   :36.967  
##  GC.TAX.IMPT.CN         GC.TAX.EXPT.ZS     GC.TAX.EXPT.CN      
##  Min.   :           0   Min.   :0.000000   Min.   :         0  
##  1st Qu.:           0   1st Qu.:0.000000   1st Qu.:         0  
##  Median :  1337400000   Median :0.007761   Median :  16100000  
##  Mean   : 17141603172   Mean   :0.422301   Mean   : 212167572  
##  3rd Qu.: 14815653250   3rd Qu.:0.689945   3rd Qu.: 366500000  
##  Max.   :137000000000   Max.   :2.772367   Max.   :1069880000  
##  IC.TAX.TOTL.CP.ZS NY.GDP.MKTP.KD        NY.GDP.MKTP.KD.ZG SL.IND.EMPL.ZS  
##  Min.   : 0.000    Min.   : 3312006963   Min.   :-2.977    Min.   : 0.000  
##  1st Qu.: 0.000    1st Qu.: 4680519798   1st Qu.: 2.025    1st Qu.: 0.000  
##  Median : 0.000    Median : 8516316247   Median : 4.041    Median : 0.000  
##  Mean   : 7.863    Mean   :11498688828   Mean   : 3.720    Mean   : 4.974  
##  3rd Qu.: 0.000    3rd Qu.:16270064206   3rd Qu.: 5.258    3rd Qu.:11.735  
##  Max.   :41.800    Max.   :31149050463   Max.   : 9.681    Max.   :15.110  
##  SL.IND.EMPL.FE.ZS SL.IND.EMPL.MA.ZS SL.AGR.EMPL.ZS  SL.AGR.EMPL.FE.ZS
##  Min.   :0.000     Min.   : 0.000    Min.   : 0.00   Min.   : 0.00    
##  1st Qu.:0.000     1st Qu.: 0.000    1st Qu.: 0.00   1st Qu.: 0.00    
##  Median :0.000     Median : 0.000    Median : 0.00   Median : 0.00    
##  Mean   :2.703     Mean   : 7.345    Mean   :34.22   Mean   :38.54    
##  3rd Qu.:6.260     3rd Qu.:16.938    3rd Qu.:72.10   3rd Qu.:81.94    
##  Max.   :8.620     Max.   :23.310    Max.   :82.33   Max.   :90.39    
##  SL.AGR.EMPL.MA.ZS
##  Min.   : 0.00    
##  1st Qu.: 0.00    
##  Median : 0.00    
##  Mean   :29.81    
##  3rd Qu.:62.73    
##  Max.   :74.79
View(stat.desc(nepal_df))

Looking for Normal Distribution:

# Plotting histogram for GDP growth (annual %)
hist(nepal_df$NY.GDP.MKTP.KD.ZG , main = "Histogram for GDP growth in Nepal"  )

# Plotting histogram for GDP (constant 2015 US$)
hist(nepal_df$NY.GDP.MKTP.KD    , main = "Histogram for GDP (constant 2015 US$) in Nepal"  )

# Plotting histogram for Employment in agriculture, male (% of male employment) (modeled ILO estimate)
hist(nepal_df$SL.AGR.EMPL.MA.ZS, main = "Histogram for Employment in agriculture, male in Nepal"  )

  1. These plots were made for every columns (parameters chosen) for analysis.
  2. Normal distribution found not appropriate for this data. For this, it needs to have a lot of observations and frequency. Thus the histogram will not have many bins to show the distribution of data, making it not so informative.

Correlation Analysis: Exploring relationship between employment, tax and GDP. Understanding what drives economic activity.

# Finding correlation between each columns in the dataframe

# cor(nepal_df$TM.TAX.MRCH.WM.AR.ZS, nepal_df$NY.GDP.PETR.RT.ZS)
# cor(nepal_df$GC.TAX.TOTL.GD.ZS, nepal_df$SL.IND.EMPL.FE.ZS)

View(cor(nepal_df))
# Correlation matrix plot

corrplot(cor(nepal_df), type="lower", method ="number")

var(nepal_df$GC.TAX.GSRV.VA.ZS)
## [1] 26.21113
# SL.IND.EMPL.ZS  NY.GDP.MKTP.KD

Time series analysis: Trends/patterns in the data over time

# autoregressive integrated moving average (ARIMA) - need to look at it
# GDP = Consumption + Investment + Government spending + Net exports

p <- ggplot(nepal_df, aes(x=nepal_df$YEAR, y=nepal_df$GC.TAX.GSRV.VA.ZS)) +
  geom_line( color="steelblue") + 
  geom_point() +
  xlab("YEAR") +
  ylab("Taxes on goods and services(%)") +
  ggtitle("Percent increase on tax on goods & services each year")
  #scale_x_date(limit=c(as.Date("1960-01-01"),as.Date("2022-12-30"))) +
  
p

1. The percent increase in tax on goods and services have remained around 5.5% from year 1990 to 2005. 2. The percent increase in tax on goods and services has been increasing after the year 2005.

# Check tax and gdp over time

coeff <- 10
tax_color <- "black"
gdp_color <- "steelblue"

ggplot(nepal_df, aes(x=nepal_df$YEAR)) +
  
  geom_line( aes(y=nepal_df$GC.TAX.GSRV.CN), size=0.5, color=tax_color) + 
  geom_line( aes(y=nepal_df$NY.GDP.MKTP.KD), size=0.5, color=gdp_color) +
  
  geom_point(aes(y = nepal_df$GC.TAX.GSRV.CN), size=2, color=tax_color) +
  geom_point(aes(y = nepal_df$NY.GDP.MKTP.KD), size=2, color=gdp_color) +
  
  scale_y_continuous(
    
    # First axis
    name = "Taxes on goods and services (current LCU)",
    
    # Second axis
    sec.axis = sec_axis(~.*1, name="GDP (constant 2015 US$)")
  ) +

#  theme_ipsum() +
  scale_x_continuous(
    name = "YEAR"
  ) +

  theme(
    axis.title.y = element_text(color = tax_color, size=13),
    axis.title.y.right = element_text(color = gdp_color, size=13)
  ) +

  ggtitle("Tax and GDP over time") +
  theme(plot.title = element_text(hjust = 0.5)) #Title to be at center
## Warning: Using `size` aesthetic for lines was deprecated in ggplot2 3.4.0.
## ℹ Please use `linewidth` instead.

1. As the tax on goods and services have increased after the year 2005, the GDP has remained same. 2. Though the correlation between the indicator (GC.TAX.GSRV.CN & NY.GDP.MKTP.KD) is 0.80, the tax has no impact on the GDP growth over the years by looking at the trend curve.

# Check employment in industry and agriculture over the years.

coeff <- 10
ind_color <- "black"
agr_color <- "steelblue"

ggplot(nepal_df, aes(x=nepal_df$YEAR)) +
  
  geom_line( aes(y=nepal_df$SL.IND.EMPL.ZS), size=0.5, color=ind_color) + 
  geom_line( aes(y=nepal_df$SL.AGR.EMPL.ZS), size=0.5, color=agr_color) +
  
  geom_point(aes(y = nepal_df$SL.IND.EMPL.ZS), size=2, color=ind_color) +
  geom_point(aes(y = nepal_df$SL.AGR.EMPL.ZS), size=2, color=agr_color) +
  
  scale_y_continuous(
    
    # First axis
    name = "Employment in industry (% of total employment)",
    
    # Second axis
    sec.axis = sec_axis(~.*1, name="Employment in agriculture (% of total employment)")
  ) +

#  theme_ipsum() +
  scale_x_continuous(
    name = "YEAR"
  ) +

  theme(
    axis.title.y = element_text(color = ind_color, size=13),
    axis.title.y.right = element_text(color = agr_color, size=13)
  ) +

  ggtitle("Employment in industry & agriculture over time") +
  theme(plot.title = element_text(hjust = 0.5)) #Title to be at center

  1. After the year 1990, employment in the industrial sector has been increasing each year by 0.54%.
  2. After the year 1990, employment in the agriculture sector has been decreasing each year by 82.33.
# Plot for employment in industry and agriculture, females over time
coeff <- 10
ind_color <- "black"
agr_color <- "steelblue"

ggplot(nepal_df, aes(x=nepal_df$YEAR)) +
  
  geom_line( aes(y=nepal_df$SL.IND.EMPL.FE.ZS), size=0.5, color=ind_color) + 
  geom_line( aes(y=nepal_df$SL.AGR.EMPL.FE.ZS), size=0.5, color=agr_color) +
  
  geom_point(aes(y = nepal_df$SL.IND.EMPL.FE.ZS), size=2, color=ind_color) +
  geom_point(aes(y = nepal_df$SL.AGR.EMPL.FE.ZS), size=2, color=agr_color) +
  
  scale_y_continuous(
    
    # First axis
    name = "Employment in industry, female (% of female employment)",
    
    # Second axis
    sec.axis = sec_axis(~.*1, name="Employment in agriculture, female (% of female employment)")
  ) +

#  theme_ipsum() +
  scale_x_continuous(
    name = "YEAR"
  ) +

  theme(
    axis.title.y = element_text(color = ind_color, size=13),
    axis.title.y.right = element_text(color = agr_color, size=13)
  ) +

  ggtitle("Employment in industry & agriculture, females over time") +
  theme(plot.title = element_text(hjust = 0.5)) #Title to be at center

1. Percentage in female employment in industry has been increasing by 0.30%. 2. Percentage in female employment in agriculture has been decreasing by 3.11%.

# Plot for employment in industry and agriculture, males over time
coeff <- 10
ind_color <- "black"
agr_color <- "steelblue"

ggplot(nepal_df, aes(x=nepal_df$YEAR)) +
  
  geom_line( aes(y=nepal_df$SL.IND.EMPL.MA.ZS), size=0.5, color=ind_color) + 
  geom_line( aes(y=nepal_df$SL.AGR.EMPL.MA.ZS), size=0.5, color=agr_color) +
  
  geom_point(aes(y = nepal_df$SL.IND.EMPL.MA.ZS), size=2, color=ind_color) +
  geom_point(aes(y = nepal_df$SL.AGR.EMPL.MA.ZS), size=2, color=agr_color) +
  
  scale_y_continuous(
    
    # First axis
    name = "Employment in industry, male (% of male employment)",
    
    # Second axis
    sec.axis = sec_axis(~.*1, name="Employment in agriculture, male (% of male employment)")
  ) +

#  theme_ipsum() +
  scale_x_continuous(
    name = "YEAR"
  ) +

  theme(
    axis.title.y = element_text(color = ind_color, size=13),
    axis.title.y.right = element_text(color = agr_color, size=13)
  ) +

  ggtitle("Employment in industry & agriculture, males over time") +
  theme(plot.title = element_text(hjust = 0.5)) #Title to be at center

1. Percentage in male employment in industry has been increasing by 0.83%. 2. Percentage in male employment in agriculture has been decreasing by 2.57%.

# Checking average increase/decrease in rate of employment
test <- nepal_df %>%  mutate(col_diff = SL.AGR.EMPL.MA.ZS - lag(SL.AGR.EMPL.MA.ZS))
test[is.na(test)] <- 0
transform(test, col_diff = as.numeric(col_diff))
##       YEAR GC.TAX.GSRV.VA.ZS GC.TAX.GSRV.CN GC.TAX.TOTL.GD.ZS IC.TAX.LABR.CP.ZS
## X1960 1960          0.000000              0          0.000000               0.0
## X1961 1961          0.000000              0          0.000000               0.0
## X1962 1962          0.000000              0          0.000000               0.0
## X1963 1963          0.000000              0          0.000000               0.0
## X1964 1964          0.000000              0          0.000000               0.0
## X1965 1965          0.000000              0          0.000000               0.0
## X1966 1966          0.000000              0          0.000000               0.0
## X1967 1967          0.000000              0          0.000000               0.0
## X1968 1968          0.000000              0          0.000000               0.0
## X1969 1969          0.000000              0          0.000000               0.0
## X1970 1970          0.000000              0          0.000000               0.0
## X1971 1971          0.000000              0          0.000000               0.0
## X1972 1972          0.000000              0          0.000000               0.0
## X1973 1973          0.000000              0          0.000000               0.0
## X1974 1974          0.000000              0          0.000000               0.0
## X1975 1975          0.000000              0          0.000000               0.0
## X1976 1976          0.000000              0          0.000000               0.0
## X1977 1977          0.000000              0          0.000000               0.0
## X1978 1978          0.000000              0          0.000000               0.0
## X1979 1979          0.000000              0          0.000000               0.0
## X1980 1980          0.000000              0          0.000000               0.0
## X1981 1981          0.000000              0          0.000000               0.0
## X1982 1982          0.000000              0          0.000000               0.0
## X1983 1983          0.000000              0          0.000000               0.0
## X1984 1984          0.000000              0          0.000000               0.0
## X1985 1985          0.000000              0          0.000000               0.0
## X1986 1986          0.000000              0          0.000000               0.0
## X1987 1987          0.000000              0          0.000000               0.0
## X1988 1988          0.000000              0          0.000000               0.0
## X1989 1989          0.000000              0          0.000000               0.0
## X1990 1990          7.375947     3487200000          6.996693               0.0
## X1991 1991          6.911035     4278000000          6.620302               0.0
## X1992 1992          6.968780     5580000000          6.483344               0.0
## X1993 1993          6.764000     6486000000          6.654637               0.0
## X1994 1994          7.647324     8147000000          7.729134               0.0
## X1995 1995          8.258410     9856000000          8.985514               0.0
## X1996 1996          8.016257    10947000000          8.719914               0.0
## X1997 1997          7.763240    11938000000          8.723660               0.0
## X1998 1998          7.365103    12477000000          8.639333               0.0
## X1999 1999          6.904100    12994000000          8.422505               0.0
## X2000 2000          7.031443    14795000000          8.735981               0.0
## X2001 2001          6.371072    17191000000          8.802575               0.0
## X2002 2002          6.391161    17765000000          8.560583               0.0
## X2003 2003          6.722883    20218600000          8.651812               0.0
## X2004 2004          6.961714    23103700000          8.974958               0.0
## X2005 2005          7.607888    27937000000          9.179453              11.3
## X2006 2006          7.440960    31149795000          8.779758              11.3
## X2007 2007          8.221877    38687300000          9.772473              11.3
## X2008 2008          8.457498    45015200000         10.440086              11.3
## X2009 2009         10.009752    62995100000         11.844037              11.3
## X2010 2010         12.407214    89681363000         13.396115              11.3
## X2011 2011         10.487461   100000000000         11.624676              11.3
## X2012 2012         10.473829   114000000000         12.040805              11.3
## X2013 2013         11.039213   135000000000         13.297886              11.3
## X2014 2014         11.662401   164000000000         13.994910              11.3
## X2015 2015         12.269070   189000000000         14.686305              11.3
## X2016 2016         13.050688   219000000000         16.143750              11.3
## X2017 2017         13.989350   279000000000         17.999362              11.3
## X2018 2018         16.406759   367000000000         19.082826              19.9
## X2019 2019         16.909200   424000000000         19.809060              26.2
## X2020 2020         10.512350   270000000000         15.773650               0.0
## X2021 2021          0.000000              0          0.000000               0.0
##       GC.TAX.YPKG.CN GC.TAX.IMPT.ZS GC.TAX.IMPT.CN GC.TAX.EXPT.ZS
## X1960              0        0.00000              0     0.00000000
## X1961              0        0.00000              0     0.00000000
## X1962              0        0.00000              0     0.00000000
## X1963              0        0.00000              0     0.00000000
## X1964              0        0.00000              0     0.00000000
## X1965              0        0.00000              0     0.00000000
## X1966              0        0.00000              0     0.00000000
## X1967              0        0.00000              0     0.00000000
## X1968              0        0.00000              0     0.00000000
## X1969              0        0.00000              0     0.00000000
## X1970              0        0.00000              0     0.00000000
## X1971              0        0.00000              0     0.00000000
## X1972              0        0.00000              0     0.00000000
## X1973              0        0.00000              0     0.00000000
## X1974              0        0.00000              0     0.00000000
## X1975              0        0.00000              0     0.00000000
## X1976              0        0.00000              0     0.00000000
## X1977              0        0.00000              0     0.00000000
## X1978              0        0.00000              0     0.00000000
## X1979              0        0.00000              0     0.00000000
## X1980              0        0.00000              0     0.00000000
## X1981              0        0.00000              0     0.00000000
## X1982              0        0.00000              0     0.00000000
## X1983              0        0.00000              0     0.00000000
## X1984              0        0.00000              0     0.00000000
## X1985              0        0.00000              0     0.00000000
## X1986              0        0.00000              0     0.00000000
## X1987              0        0.00000              0     0.00000000
## X1988              0        0.00000              0     0.00000000
## X1989              0        0.00000              0     0.00000000
## X1990      943000000       36.96671     2674800000     0.44501569
## X1991      768000000       36.18838     2966000000     0.95168375
## X1992      875000000       32.76437     3244000000     1.16149884
## X1993     1174000000       32.53785     3804000000     1.20605594
## X1994     1931000000       31.34658     4828000000     2.77236722
## X1995     2751000000       33.94943     6686000000     1.68579263
## X1996     3326000000       33.06611     7177000000     0.69108500
## X1997     3954000000       33.16987     8117000000     0.68652691
## X1998     4576000000       31.84179     8276000000     0.83490439
## X1999     5774000000       31.67870     9126000000     1.31213552
## X2000     6969000000       31.19269    10341000000     1.30308880
## X2001     8517000000       30.94043    12025000000     1.26849350
## X2002     8068000000       29.78058    11713000000     2.33149424
## X2003     6879300000       31.38054    13364000000     2.00906852
## X2004     8123300000       31.04312    14954400000     1.09418139
## X2005     8790400000       27.51752    14888300000     1.28990404
## X2006     9162391000       25.41960    14597713000     1.08883287
## X2007    13723900000       22.39483    15928700000     0.98219093
## X2008    16626800000       24.09184    20515500000     0.52327862
## X2009    24051800000       22.01163    25764900000     0.67816419
## X2010    33821327000       20.99344    33544450000     0.57293163
## X2011    43121246000       19.39029    35145784000     0.16131729
## X2012    51303230000       19.32051    40905969000     0.40693453
## X2013    64186691000       20.95862    54327890000     0.16939490
## X2014    75608249000       20.52298    64121990000     0.34242744
## X2015    86168029438       19.81471    70529058946     0.08845511
## X2016   114000000000       18.47786    77802641716     0.03789371
## X2017   145000000000       17.76788    98410300000     0.02259209
## X2018   155000000000       18.44066   122000000000     0.01552102
## X2019   188000000000       17.92326   137000000000     0.03108693
## X2020   213000000000       19.16977   118000000000     0.01831949
## X2021              0        0.00000              0     0.00000000
##       GC.TAX.EXPT.CN IC.TAX.TOTL.CP.ZS NY.GDP.MKTP.KD NY.GDP.MKTP.KD.ZG
## X1960              0               0.0     3312006963         0.0000000
## X1961              0               0.0     3375208865         1.9082660
## X1962              0               0.0     3439686156         1.9103200
## X1963              0               0.0     3504872049         1.8951116
## X1964              0               0.0     3768874732         7.5324486
## X1965              0               0.0     3723528046        -1.2031890
## X1966              0               0.0     3985688368         7.0406431
## X1967              0               0.0     3923053375        -1.5714975
## X1968              0               0.0     3949552951         0.6754835
## X1969              0               0.0     4125838151         4.4634216
## X1970              0               0.0     4232119417         2.5759921
## X1971              0               0.0     4181529368        -1.1953833
## X1972              0               0.0     4311901106         3.1178004
## X1973              0               0.0     4291353333        -0.4765363
## X1974              0               0.0     4563150075         6.3335904
## X1975              0               0.0     4629611019         1.4564707
## X1976              0               0.0     4833246135         4.3985362
## X1977              0               0.0     4979063887         3.0169734
## X1978              0               0.0     5198428566         4.4057414
## X1979              0               0.0     5321572986         2.3688778
## X1980              0               0.0     5198144730        -2.3193942
## X1981              0               0.0     5631772619         8.3419741
## X1982              0               0.0     5844618406         3.7793747
## X1983              0               0.0     5670600395        -2.9774059
## X1984              0               0.0     6219578592         9.6811300
## X1985              0               0.0     6601765803         6.1449052
## X1986              0               0.0     6903179359         4.5656505
## X1987              0               0.0     7020230929         1.6956183
## X1988              0               0.0     7560564675         7.6968087
## X1989              0               0.0     7887910507         4.3296479
## X1990       32200000               0.0     8253518026         4.6350363
## X1991       78000000               0.0     8779114468         6.3681504
## X1992      115000000               0.0     9139620604         4.1064066
## X1993      141000000               0.0     9491482290         3.8498500
## X1994      427000000               0.0    10271302732         8.2160027
## X1995      332000000               0.0    10627557926         3.4684519
## X1996      150000000               0.0    11193824413         5.3282842
## X1997      168000000               0.0    11758957236         5.0486125
## X1998      217000000               0.0    12113653185         3.0163895
## X1999      378000000               0.0    12648177008         4.4125733
## X2000      432000000               0.0    13432363981         6.2000000
## X2001      493000000               0.0    14077102964         4.7998921
## X2002      917000000               0.0    14094015643         0.1201432
## X2003      855600000               0.0    14650029882         3.9450378
## X2004      527100000               0.0    15336032658         4.6826032
## X2005      697900000              32.5    15869600999         3.4791810
## X2006      625284000              32.5    16403551941         3.3646148
## X2007      698600000              32.8    16963169002         3.4115603
## X2008      445600000              34.1    17998709258         6.1046391
## X2009      793800000              32.5    18814604917         4.5330787
## X2010      915461000              31.7    19720794305         4.8164147
## X2011      292395000              31.5    20395606013         3.4218282
## X2012      861574000              31.5    21348105727         4.6701221
## X2013      439097000              29.9    22100659154         3.5251532
## X2014     1069880000              29.9    23429236486         6.0114828
## X2015      314849716              29.9    24360795411         3.9760533
## X2016      159554771              29.9    24466305357         0.4331137
## X2017      125130000              30.0    26662713937         8.9772794
## X2018      102360000              37.0    28695046274         7.6223761
## X2019      237634000              41.8    30605291409         6.6570554
## X2020      112370000               0.0    29880062111        -2.3696206
## X2021              0               0.0    31149050463         4.2469401
##       SL.IND.EMPL.ZS SL.IND.EMPL.FE.ZS SL.IND.EMPL.MA.ZS SL.AGR.EMPL.ZS
## X1960           0.00              0.00              0.00           0.00
## X1961           0.00              0.00              0.00           0.00
## X1962           0.00              0.00              0.00           0.00
## X1963           0.00              0.00              0.00           0.00
## X1964           0.00              0.00              0.00           0.00
## X1965           0.00              0.00              0.00           0.00
## X1966           0.00              0.00              0.00           0.00
## X1967           0.00              0.00              0.00           0.00
## X1968           0.00              0.00              0.00           0.00
## X1969           0.00              0.00              0.00           0.00
## X1970           0.00              0.00              0.00           0.00
## X1971           0.00              0.00              0.00           0.00
## X1972           0.00              0.00              0.00           0.00
## X1973           0.00              0.00              0.00           0.00
## X1974           0.00              0.00              0.00           0.00
## X1975           0.00              0.00              0.00           0.00
## X1976           0.00              0.00              0.00           0.00
## X1977           0.00              0.00              0.00           0.00
## X1978           0.00              0.00              0.00           0.00
## X1979           0.00              0.00              0.00           0.00
## X1980           0.00              0.00              0.00           0.00
## X1981           0.00              0.00              0.00           0.00
## X1982           0.00              0.00              0.00           0.00
## X1983           0.00              0.00              0.00           0.00
## X1984           0.00              0.00              0.00           0.00
## X1985           0.00              0.00              0.00           0.00
## X1986           0.00              0.00              0.00           0.00
## X1987           0.00              0.00              0.00           0.00
## X1988           0.00              0.00              0.00           0.00
## X1989           0.00              0.00              0.00           0.00
## X1990           0.00              0.00              0.00           0.00
## X1991           2.76              1.44              3.99          82.33
## X1992           3.21              1.65              4.66          82.10
## X1993           3.74              1.90              5.42          81.75
## X1994           4.45              2.25              6.44          81.15
## X1995           5.20              2.62              7.52          80.52
## X1996           6.12              3.09              8.85          79.68
## X1997           7.20              3.65             10.44          78.66
## X1998           8.38              4.27             12.19          77.52
## X1999           9.84              5.04             14.34          76.11
## X2000          10.52              5.47             15.30          75.25
## X2001          10.98              5.75             15.95          74.59
## X2002          11.21              5.95             16.21          74.19
## X2003          11.54              6.14             16.66          73.61
## X2004          11.80              6.30             17.03          73.08
## X2005          11.97              6.41             17.28          72.64
## X2006          12.12              6.46             17.51          72.21
## X2007          12.25              6.52             17.70          71.78
## X2008          12.57              6.69             18.17          71.13
## X2009          12.74              6.85             18.44          70.61
## X2010          12.99              7.07             18.82          70.04
## X2011          13.16              7.27             19.19          69.54
## X2012          13.41              7.48             19.80          68.86
## X2013          13.65              7.68             20.45          68.24
## X2014          13.98              7.94             21.21          67.48
## X2015          14.14              8.12             21.67          66.93
## X2016          14.05              8.12             21.59          66.66
## X2017          14.48              8.33             22.34          65.81
## X2018          14.81              8.50             22.88          65.08
## X2019          15.11              8.62             23.31          64.38
## X2020           0.00              0.00              0.00           0.00
## X2021           0.00              0.00              0.00           0.00
##       SL.AGR.EMPL.FE.ZS SL.AGR.EMPL.MA.ZS    col_diff
## X1960              0.00              0.00   0.0000000
## X1961              0.00              0.00   0.0000000
## X1962              0.00              0.00   0.0000000
## X1963              0.00              0.00   0.0000000
## X1964              0.00              0.00   0.0000000
## X1965              0.00              0.00   0.0000000
## X1966              0.00              0.00   0.0000000
## X1967              0.00              0.00   0.0000000
## X1968              0.00              0.00   0.0000000
## X1969              0.00              0.00   0.0000000
## X1970              0.00              0.00   0.0000000
## X1971              0.00              0.00   0.0000000
## X1972              0.00              0.00   0.0000000
## X1973              0.00              0.00   0.0000000
## X1974              0.00              0.00   0.0000000
## X1975              0.00              0.00   0.0000000
## X1976              0.00              0.00   0.0000000
## X1977              0.00              0.00   0.0000000
## X1978              0.00              0.00   0.0000000
## X1979              0.00              0.00   0.0000000
## X1980              0.00              0.00   0.0000000
## X1981              0.00              0.00   0.0000000
## X1982              0.00              0.00   0.0000000
## X1983              0.00              0.00   0.0000000
## X1984              0.00              0.00   0.0000000
## X1985              0.00              0.00   0.0000000
## X1986              0.00              0.00   0.0000000
## X1987              0.00              0.00   0.0000000
## X1988              0.00              0.00   0.0000000
## X1989              0.00              0.00   0.0000000
## X1990              0.00              0.00   0.0000000
## X1991             90.39             74.79  74.7900009
## X1992             90.12             74.68  -0.1100006
## X1993             89.80             74.40  -0.2799988
## X1994             89.25             73.83  -0.5699997
## X1995             88.72             73.14  -0.6900024
## X1996             88.02             72.14  -1.0000000
## X1997             87.20             70.86  -1.2799988
## X1998             86.38             69.33  -1.5299988
## X1999             85.38             67.43  -1.9000015
## X2000             84.63             66.37  -1.0599976
## X2001             84.10             65.56  -0.8100052
## X2002             83.65             65.20  -0.3600006
## X2003             83.19             64.52  -0.6800003
## X2004             82.73             63.90  -0.6199951
## X2005             82.35             63.38  -0.5200005
## X2006             82.03             62.85  -0.5300026
## X2007             81.68             62.36  -0.4899979
## X2008             81.15             61.57  -0.7900009
## X2009             80.54             61.01  -0.5600014
## X2010             79.83             60.40  -0.6099968
## X2011             79.12             59.71  -0.6900024
## X2012             78.44             58.55  -1.1599998
## X2013             77.76             57.40  -1.1499977
## X2014             76.95             56.13  -1.2700005
## X2015             76.29             55.21  -0.9200020
## X2016             75.89             54.93  -0.2799988
## X2017             75.22             53.79  -1.1399994
## X2018             74.62             52.89  -0.9000015
## X2019             74.08             52.11  -0.7799988
## X2020              0.00              0.00 -52.1100006
## X2021              0.00              0.00   0.0000000
test1 <- test %>% filter(test$col_diff <0)
test1
##       YEAR GC.TAX.GSRV.VA.ZS GC.TAX.GSRV.CN GC.TAX.TOTL.GD.ZS IC.TAX.LABR.CP.ZS
## X1992 1992          6.968780     5580000000          6.483344               0.0
## X1993 1993          6.764000     6486000000          6.654637               0.0
## X1994 1994          7.647324     8147000000          7.729134               0.0
## X1995 1995          8.258410     9856000000          8.985514               0.0
## X1996 1996          8.016257    10947000000          8.719914               0.0
## X1997 1997          7.763240    11938000000          8.723660               0.0
## X1998 1998          7.365103    12477000000          8.639333               0.0
## X1999 1999          6.904100    12994000000          8.422505               0.0
## X2000 2000          7.031443    14795000000          8.735981               0.0
## X2001 2001          6.371072    17191000000          8.802575               0.0
## X2002 2002          6.391161    17765000000          8.560583               0.0
## X2003 2003          6.722883    20218600000          8.651812               0.0
## X2004 2004          6.961714    23103700000          8.974958               0.0
## X2005 2005          7.607888    27937000000          9.179453              11.3
## X2006 2006          7.440960    31149795000          8.779758              11.3
## X2007 2007          8.221877    38687300000          9.772473              11.3
## X2008 2008          8.457498    45015200000         10.440086              11.3
## X2009 2009         10.009752    62995100000         11.844037              11.3
## X2010 2010         12.407214    89681363000         13.396115              11.3
## X2011 2011         10.487461   100000000000         11.624676              11.3
## X2012 2012         10.473829   114000000000         12.040805              11.3
## X2013 2013         11.039213   135000000000         13.297886              11.3
## X2014 2014         11.662401   164000000000         13.994910              11.3
## X2015 2015         12.269070   189000000000         14.686305              11.3
## X2016 2016         13.050688   219000000000         16.143750              11.3
## X2017 2017         13.989350   279000000000         17.999362              11.3
## X2018 2018         16.406759   367000000000         19.082826              19.9
## X2019 2019         16.909200   424000000000         19.809060              26.2
## X2020 2020         10.512350   270000000000         15.773650               0.0
##       GC.TAX.YPKG.CN GC.TAX.IMPT.ZS GC.TAX.IMPT.CN GC.TAX.EXPT.ZS
## X1992      875000000       32.76437     3244000000     1.16149884
## X1993     1174000000       32.53785     3804000000     1.20605594
## X1994     1931000000       31.34658     4828000000     2.77236722
## X1995     2751000000       33.94943     6686000000     1.68579263
## X1996     3326000000       33.06611     7177000000     0.69108500
## X1997     3954000000       33.16987     8117000000     0.68652691
## X1998     4576000000       31.84179     8276000000     0.83490439
## X1999     5774000000       31.67870     9126000000     1.31213552
## X2000     6969000000       31.19269    10341000000     1.30308880
## X2001     8517000000       30.94043    12025000000     1.26849350
## X2002     8068000000       29.78058    11713000000     2.33149424
## X2003     6879300000       31.38054    13364000000     2.00906852
## X2004     8123300000       31.04312    14954400000     1.09418139
## X2005     8790400000       27.51752    14888300000     1.28990404
## X2006     9162391000       25.41960    14597713000     1.08883287
## X2007    13723900000       22.39483    15928700000     0.98219093
## X2008    16626800000       24.09184    20515500000     0.52327862
## X2009    24051800000       22.01163    25764900000     0.67816419
## X2010    33821327000       20.99344    33544450000     0.57293163
## X2011    43121246000       19.39029    35145784000     0.16131729
## X2012    51303230000       19.32051    40905969000     0.40693453
## X2013    64186691000       20.95862    54327890000     0.16939490
## X2014    75608249000       20.52298    64121990000     0.34242744
## X2015    86168029438       19.81471    70529058946     0.08845511
## X2016   114000000000       18.47786    77802641716     0.03789371
## X2017   145000000000       17.76788    98410300000     0.02259209
## X2018   155000000000       18.44066   122000000000     0.01552102
## X2019   188000000000       17.92326   137000000000     0.03108693
## X2020   213000000000       19.16977   118000000000     0.01831949
##       GC.TAX.EXPT.CN IC.TAX.TOTL.CP.ZS NY.GDP.MKTP.KD NY.GDP.MKTP.KD.ZG
## X1992      115000000               0.0     9139620604         4.1064066
## X1993      141000000               0.0     9491482290         3.8498500
## X1994      427000000               0.0    10271302732         8.2160027
## X1995      332000000               0.0    10627557926         3.4684519
## X1996      150000000               0.0    11193824413         5.3282842
## X1997      168000000               0.0    11758957236         5.0486125
## X1998      217000000               0.0    12113653185         3.0163895
## X1999      378000000               0.0    12648177008         4.4125733
## X2000      432000000               0.0    13432363981         6.2000000
## X2001      493000000               0.0    14077102964         4.7998921
## X2002      917000000               0.0    14094015643         0.1201432
## X2003      855600000               0.0    14650029882         3.9450378
## X2004      527100000               0.0    15336032658         4.6826032
## X2005      697900000              32.5    15869600999         3.4791810
## X2006      625284000              32.5    16403551941         3.3646148
## X2007      698600000              32.8    16963169002         3.4115603
## X2008      445600000              34.1    17998709258         6.1046391
## X2009      793800000              32.5    18814604917         4.5330787
## X2010      915461000              31.7    19720794305         4.8164147
## X2011      292395000              31.5    20395606013         3.4218282
## X2012      861574000              31.5    21348105727         4.6701221
## X2013      439097000              29.9    22100659154         3.5251532
## X2014     1069880000              29.9    23429236486         6.0114828
## X2015      314849716              29.9    24360795411         3.9760533
## X2016      159554771              29.9    24466305357         0.4331137
## X2017      125130000              30.0    26662713937         8.9772794
## X2018      102360000              37.0    28695046274         7.6223761
## X2019      237634000              41.8    30605291409         6.6570554
## X2020      112370000               0.0    29880062111        -2.3696206
##       SL.IND.EMPL.ZS SL.IND.EMPL.FE.ZS SL.IND.EMPL.MA.ZS SL.AGR.EMPL.ZS
## X1992           3.21              1.65              4.66          82.10
## X1993           3.74              1.90              5.42          81.75
## X1994           4.45              2.25              6.44          81.15
## X1995           5.20              2.62              7.52          80.52
## X1996           6.12              3.09              8.85          79.68
## X1997           7.20              3.65             10.44          78.66
## X1998           8.38              4.27             12.19          77.52
## X1999           9.84              5.04             14.34          76.11
## X2000          10.52              5.47             15.30          75.25
## X2001          10.98              5.75             15.95          74.59
## X2002          11.21              5.95             16.21          74.19
## X2003          11.54              6.14             16.66          73.61
## X2004          11.80              6.30             17.03          73.08
## X2005          11.97              6.41             17.28          72.64
## X2006          12.12              6.46             17.51          72.21
## X2007          12.25              6.52             17.70          71.78
## X2008          12.57              6.69             18.17          71.13
## X2009          12.74              6.85             18.44          70.61
## X2010          12.99              7.07             18.82          70.04
## X2011          13.16              7.27             19.19          69.54
## X2012          13.41              7.48             19.80          68.86
## X2013          13.65              7.68             20.45          68.24
## X2014          13.98              7.94             21.21          67.48
## X2015          14.14              8.12             21.67          66.93
## X2016          14.05              8.12             21.59          66.66
## X2017          14.48              8.33             22.34          65.81
## X2018          14.81              8.50             22.88          65.08
## X2019          15.11              8.62             23.31          64.38
## X2020           0.00              0.00              0.00           0.00
##       SL.AGR.EMPL.FE.ZS SL.AGR.EMPL.MA.ZS    col_diff
## X1992             90.12             74.68  -0.1100006
## X1993             89.80             74.40  -0.2799988
## X1994             89.25             73.83  -0.5699997
## X1995             88.72             73.14  -0.6900024
## X1996             88.02             72.14  -1.0000000
## X1997             87.20             70.86  -1.2799988
## X1998             86.38             69.33  -1.5299988
## X1999             85.38             67.43  -1.9000015
## X2000             84.63             66.37  -1.0599976
## X2001             84.10             65.56  -0.8100052
## X2002             83.65             65.20  -0.3600006
## X2003             83.19             64.52  -0.6800003
## X2004             82.73             63.90  -0.6199951
## X2005             82.35             63.38  -0.5200005
## X2006             82.03             62.85  -0.5300026
## X2007             81.68             62.36  -0.4899979
## X2008             81.15             61.57  -0.7900009
## X2009             80.54             61.01  -0.5600014
## X2010             79.83             60.40  -0.6099968
## X2011             79.12             59.71  -0.6900024
## X2012             78.44             58.55  -1.1599998
## X2013             77.76             57.40  -1.1499977
## X2014             76.95             56.13  -1.2700005
## X2015             76.29             55.21  -0.9200020
## X2016             75.89             54.93  -0.2799988
## X2017             75.22             53.79  -1.1399994
## X2018             74.62             52.89  -0.9000015
## X2019             74.08             52.11  -0.7799988
## X2020              0.00              0.00 -52.1100006
mean(test1$col_diff)
## [1] -2.578966

Regression:

#help(“scale_x_continuous”)

# Plot for GDP x taxes on goods and services
ggplot(nepal_df, aes(x = GC.TAX.GSRV.CN, y = NY.GDP.MKTP.KD)) +
  geom_point() +
  geom_smooth() + 
  # Add a regression line
  xlab("Taxes on goods and services (current LCU)") +
  ylab("GDP (constant 2015 US$)") +
  scale_x_continuous() +
  scale_y_continuous() +
  ggtitle("Regression: GDP x taxes on goods & services")
## `geom_smooth()` using method = 'loess' and formula = 'y ~ x'

1. As taxes on goods and services increases, the GDP has been increasing. 2. The correlation between the two indicators (GC.TAX.GSRV.CN and NY.GDP.MKTP.KD) as 0.80, says the same.

# Checking GDP growth on every tax % increase
# with trend line (regression line)

ggplot(nepal_df, aes(x = GC.TAX.GSRV.VA.ZS, y = NY.GDP.MKTP.KD)) +
  geom_point() +
geom_smooth() + # Add a regression line
xlab("Taxes on goods and services (% value added of industry and services)") +
ylab("GDP (constant 2015 US$)") +
scale_x_continuous() +
scale_y_continuous() +
ggtitle("Regression: GDP x taxes on goods & services")
## `geom_smooth()` using method = 'loess' and formula = 'y ~ x'

1. Taxes on goods and services above 10% shows increase in GDP. 2. When taxes on goods and services are within the range 6.5% to 8.5%, the GDP has been fluctuating.

# Check employment in industry on every tax % increase
# with trend line (regression line)

ggplot(nepal_df, aes(x = SL.IND.EMPL.ZS, y = GC.TAX.GSRV.VA.ZS)) +
  geom_point() +
geom_smooth() + # Add a regression line
xlab("Employment in industry (% of total employment)") +
ylab("Taxes on goods and services (% value added of industry and services)") +
scale_x_continuous() +
scale_y_continuous() +
ggtitle("Regression: Tax on goods & services X Employment in industry")
## `geom_smooth()` using method = 'loess' and formula = 'y ~ x'

1. Increase in taxes on goods and services above 7% shows increase in percent of employment in industry. 2. Likewise, the taxes around 7.5% shows percent of employment in industry from 2.5% to 10%.

# Check employment in agriculture on every tax % increase
# with trend line (regression line)

ggplot(nepal_df, aes(x = GC.TAX.GSRV.VA.ZS, y = SL.AGR.EMPL.ZS )) +
  geom_point() +
geom_smooth() + # Add a regression line
xlab("Taxes on goods and services (% value added of industry and services)") +
ylab("Employment in agriculture (% of total employment)") +
scale_x_continuous() +
scale_y_continuous() +
ggtitle("Regression: Tax on goods & services X Employment in agriculture")
## `geom_smooth()` using method = 'loess' and formula = 'y ~ x'

1. Despite the correlation between the indicators (GC.TAX.GSRV.VA.ZS and SL.AGR.EMPL.ZS) is 0.83, the increase in taxes on goods and services shows slow decrease in employment in agriculture.

# Check employment in industry on every customs/import duties % increase
# with trend line (regression line)
df_temp <- filter(nepal_df, GC.TAX.IMPT.ZS > 0, SL.IND.EMPL.ZS > 0)

ggplot(df_temp, aes(x = GC.TAX.IMPT.ZS, y = SL.IND.EMPL.ZS)) +
  geom_point() +
geom_smooth() + # Add a regression line
xlab("Customs and other import duties (% of tax revenue)") +
ylab("Employment in industry (% of total employment)") +
scale_x_continuous() +
scale_y_continuous() +
ggtitle("Regression: Customs Import duties X Employment in industry")
## `geom_smooth()` using method = 'loess' and formula = 'y ~ x'

1. As customs and import duties increases, the employment in industrial sector decreases. 2. It can be concluded that as customs and import duties is above 27%, we can see steep decline in employment in industry.

# Check employment in agriculture on every customs/import duties % increase
# with trend line (regression line)
df_temp <- filter(nepal_df, GC.TAX.IMPT.ZS > 0, SL.AGR.EMPL.ZS > 0)

ggplot(df_temp, aes(x = GC.TAX.IMPT.ZS, y = SL.AGR.EMPL.ZS)) +
  geom_point() +
geom_smooth() + # Add a regression line
xlab("Customs and other import duties (% of tax revenue)") +
ylab("Employment in agriculture (% of total employment)") +
scale_x_continuous() +
scale_y_continuous() +
ggtitle("Regression: Customs Import duties X Employment in agriculture")
## `geom_smooth()` using method = 'loess' and formula = 'y ~ x'

1. As the correlation between the two indicator (GC.TAX.IMPT.ZS and SL.AGR.EMPL.ZS) is 0.91, the increase in customs and import duties has small change on the employment in agriculture.

# Check employment in industry on every export taxes % increase
# with trend line (regression line)
df_temp <- filter(nepal_df, GC.TAX.EXPT.ZS > 0, SL.IND.EMPL.ZS > 0)

ggplot(df_temp, aes(x = GC.TAX.EXPT.ZS , y = SL.IND.EMPL.ZS )) +
  geom_point() +
geom_smooth() + # Add a regression line
xlab("Taxes on exports (% of tax revenue)") +
ylab("Employment in industry (% of total employment)") +
scale_x_continuous() +
scale_y_continuous() +
ggtitle("Regression: Exports taxes vs Employment in Industry")
## `geom_smooth()` using method = 'loess' and formula = 'y ~ x'

1. As taxes on exports increases, the employment in industry remains unchanged(but slightly decreasing).

# Check employment in agriculture on every export taxes % increase
# with trend line (regression line)
df_temp <- filter(nepal_df, GC.TAX.EXPT.ZS > 0, SL.AGR.EMPL.ZS > 0)

ggplot(df_temp, aes(x = GC.TAX.EXPT.ZS, y = SL.AGR.EMPL.ZS)) +
  geom_point() +
geom_smooth() + # Add a regression line
xlab("Taxes on exports (% of tax revenue)") +
ylab("Employment in agriculture (% of total employment)") +
scale_x_continuous() +
scale_y_continuous() +
ggtitle("Regression: Exports vs Employment in Agriculture")
## `geom_smooth()` using method = 'loess' and formula = 'y ~ x'

1. As taxes on exports increases, the employment in agriculture remains unchanged(but slightly increasing).


Bar Plots:

# Bar plot for GDP vs employment in industry

ggplot(nepal_df, aes(x = nepal_df$SL.IND.EMPL.ZS, y = nepal_df$NY.GDP.MKTP.KD, fill = nepal_df$SL.IND.EMPL.ZS)) +
  geom_bar(stat = "identity", position = "dodge", width = 0.08) +
  #theme_bw() +
  xlab("Employment in industry (% of total employment)") +
  ylab("GDP (constant 2015 US$)") +
  theme(axis.text.x = element_text(size = 10)) +
  theme(axis.text.y = element_text(size = 10)) +
  ggtitle("Bar plot: GDP vs Employment in industry")
## Warning: `position_dodge()` requires non-overlapping x intervals

1. GDP is highest(around $30 billion) when employment in industry(% of total employment) is 15%. 2. GDP is lowest(below $10 billion) when employment in industry(% of total employment) is 2.7%.

# Bar plot for GDP vs taxes on good and services

ggplot(nepal_df, aes(x = nepal_df$GC.TAX.GSRV.VA.ZS, y = nepal_df$NY.GDP.MKTP.KD, fill = nepal_df$GC.TAX.GSRV.VA.ZS)) +
  geom_bar(stat = "identity", position = "dodge", width = 0.08) +
  #theme_bw() +
  xlab("Taxes on goods and services(%)") +
  ylab("GDP (constant 2015 US$)") +
  theme(axis.text.x = element_text(size = 10)) +
  theme(axis.text.y = element_text(size = 10)) +
  ggtitle("Bar plot: GDP vs Taxes on goods & services(%)")
## Warning: `position_dodge()` requires non-overlapping x intervals

1. GDP is highest(around $30 billion) when employment in taxes on goods and services is 10.6%. 2. GDP is lowest(below $10 billion) when employment in industry(% of total employment) is 7%.


Cluster Analysis:

# Scatterplot for Taxes on goods and services and GDP

library(scatterplot3d)
scatterplot3d(nepal_df$GC.TAX.GSRV.CN, nepal_df$NY.GDP.MKTP.KD, nepal_df$SL.IND.EMPL.ZS,
              xlab = "Tax", ylab = "GDP", zlab = "Employment",
              type = "h", main = "3D Scatterplot")

#library(rgl)
#plot3d(nepal_df$GC.TAX.GSRV.CN, nepal_df$NY.GDP.MKTP.KD, nepal_df$SL.IND.EMPL.ZS)

Bayes Theorem Testing:

nepal_dt <-  nepal_df
nepal_dt$GDP_change <- ifelse(nepal_df$NY.GDP.MKTP.KD.ZG > 0, 1, 0)
nepal_dt
##       YEAR GC.TAX.GSRV.VA.ZS GC.TAX.GSRV.CN GC.TAX.TOTL.GD.ZS IC.TAX.LABR.CP.ZS
## X1960 1960          0.000000              0          0.000000               0.0
## X1961 1961          0.000000              0          0.000000               0.0
## X1962 1962          0.000000              0          0.000000               0.0
## X1963 1963          0.000000              0          0.000000               0.0
## X1964 1964          0.000000              0          0.000000               0.0
## X1965 1965          0.000000              0          0.000000               0.0
## X1966 1966          0.000000              0          0.000000               0.0
## X1967 1967          0.000000              0          0.000000               0.0
## X1968 1968          0.000000              0          0.000000               0.0
## X1969 1969          0.000000              0          0.000000               0.0
## X1970 1970          0.000000              0          0.000000               0.0
## X1971 1971          0.000000              0          0.000000               0.0
## X1972 1972          0.000000              0          0.000000               0.0
## X1973 1973          0.000000              0          0.000000               0.0
## X1974 1974          0.000000              0          0.000000               0.0
## X1975 1975          0.000000              0          0.000000               0.0
## X1976 1976          0.000000              0          0.000000               0.0
## X1977 1977          0.000000              0          0.000000               0.0
## X1978 1978          0.000000              0          0.000000               0.0
## X1979 1979          0.000000              0          0.000000               0.0
## X1980 1980          0.000000              0          0.000000               0.0
## X1981 1981          0.000000              0          0.000000               0.0
## X1982 1982          0.000000              0          0.000000               0.0
## X1983 1983          0.000000              0          0.000000               0.0
## X1984 1984          0.000000              0          0.000000               0.0
## X1985 1985          0.000000              0          0.000000               0.0
## X1986 1986          0.000000              0          0.000000               0.0
## X1987 1987          0.000000              0          0.000000               0.0
## X1988 1988          0.000000              0          0.000000               0.0
## X1989 1989          0.000000              0          0.000000               0.0
## X1990 1990          7.375947     3487200000          6.996693               0.0
## X1991 1991          6.911035     4278000000          6.620302               0.0
## X1992 1992          6.968780     5580000000          6.483344               0.0
## X1993 1993          6.764000     6486000000          6.654637               0.0
## X1994 1994          7.647324     8147000000          7.729134               0.0
## X1995 1995          8.258410     9856000000          8.985514               0.0
## X1996 1996          8.016257    10947000000          8.719914               0.0
## X1997 1997          7.763240    11938000000          8.723660               0.0
## X1998 1998          7.365103    12477000000          8.639333               0.0
## X1999 1999          6.904100    12994000000          8.422505               0.0
## X2000 2000          7.031443    14795000000          8.735981               0.0
## X2001 2001          6.371072    17191000000          8.802575               0.0
## X2002 2002          6.391161    17765000000          8.560583               0.0
## X2003 2003          6.722883    20218600000          8.651812               0.0
## X2004 2004          6.961714    23103700000          8.974958               0.0
## X2005 2005          7.607888    27937000000          9.179453              11.3
## X2006 2006          7.440960    31149795000          8.779758              11.3
## X2007 2007          8.221877    38687300000          9.772473              11.3
## X2008 2008          8.457498    45015200000         10.440086              11.3
## X2009 2009         10.009752    62995100000         11.844037              11.3
## X2010 2010         12.407214    89681363000         13.396115              11.3
## X2011 2011         10.487461   100000000000         11.624676              11.3
## X2012 2012         10.473829   114000000000         12.040805              11.3
## X2013 2013         11.039213   135000000000         13.297886              11.3
## X2014 2014         11.662401   164000000000         13.994910              11.3
## X2015 2015         12.269070   189000000000         14.686305              11.3
## X2016 2016         13.050688   219000000000         16.143750              11.3
## X2017 2017         13.989350   279000000000         17.999362              11.3
## X2018 2018         16.406759   367000000000         19.082826              19.9
## X2019 2019         16.909200   424000000000         19.809060              26.2
## X2020 2020         10.512350   270000000000         15.773650               0.0
## X2021 2021          0.000000              0          0.000000               0.0
##       GC.TAX.YPKG.CN GC.TAX.IMPT.ZS GC.TAX.IMPT.CN GC.TAX.EXPT.ZS
## X1960              0        0.00000              0     0.00000000
## X1961              0        0.00000              0     0.00000000
## X1962              0        0.00000              0     0.00000000
## X1963              0        0.00000              0     0.00000000
## X1964              0        0.00000              0     0.00000000
## X1965              0        0.00000              0     0.00000000
## X1966              0        0.00000              0     0.00000000
## X1967              0        0.00000              0     0.00000000
## X1968              0        0.00000              0     0.00000000
## X1969              0        0.00000              0     0.00000000
## X1970              0        0.00000              0     0.00000000
## X1971              0        0.00000              0     0.00000000
## X1972              0        0.00000              0     0.00000000
## X1973              0        0.00000              0     0.00000000
## X1974              0        0.00000              0     0.00000000
## X1975              0        0.00000              0     0.00000000
## X1976              0        0.00000              0     0.00000000
## X1977              0        0.00000              0     0.00000000
## X1978              0        0.00000              0     0.00000000
## X1979              0        0.00000              0     0.00000000
## X1980              0        0.00000              0     0.00000000
## X1981              0        0.00000              0     0.00000000
## X1982              0        0.00000              0     0.00000000
## X1983              0        0.00000              0     0.00000000
## X1984              0        0.00000              0     0.00000000
## X1985              0        0.00000              0     0.00000000
## X1986              0        0.00000              0     0.00000000
## X1987              0        0.00000              0     0.00000000
## X1988              0        0.00000              0     0.00000000
## X1989              0        0.00000              0     0.00000000
## X1990      943000000       36.96671     2674800000     0.44501569
## X1991      768000000       36.18838     2966000000     0.95168375
## X1992      875000000       32.76437     3244000000     1.16149884
## X1993     1174000000       32.53785     3804000000     1.20605594
## X1994     1931000000       31.34658     4828000000     2.77236722
## X1995     2751000000       33.94943     6686000000     1.68579263
## X1996     3326000000       33.06611     7177000000     0.69108500
## X1997     3954000000       33.16987     8117000000     0.68652691
## X1998     4576000000       31.84179     8276000000     0.83490439
## X1999     5774000000       31.67870     9126000000     1.31213552
## X2000     6969000000       31.19269    10341000000     1.30308880
## X2001     8517000000       30.94043    12025000000     1.26849350
## X2002     8068000000       29.78058    11713000000     2.33149424
## X2003     6879300000       31.38054    13364000000     2.00906852
## X2004     8123300000       31.04312    14954400000     1.09418139
## X2005     8790400000       27.51752    14888300000     1.28990404
## X2006     9162391000       25.41960    14597713000     1.08883287
## X2007    13723900000       22.39483    15928700000     0.98219093
## X2008    16626800000       24.09184    20515500000     0.52327862
## X2009    24051800000       22.01163    25764900000     0.67816419
## X2010    33821327000       20.99344    33544450000     0.57293163
## X2011    43121246000       19.39029    35145784000     0.16131729
## X2012    51303230000       19.32051    40905969000     0.40693453
## X2013    64186691000       20.95862    54327890000     0.16939490
## X2014    75608249000       20.52298    64121990000     0.34242744
## X2015    86168029438       19.81471    70529058946     0.08845511
## X2016   114000000000       18.47786    77802641716     0.03789371
## X2017   145000000000       17.76788    98410300000     0.02259209
## X2018   155000000000       18.44066   122000000000     0.01552102
## X2019   188000000000       17.92326   137000000000     0.03108693
## X2020   213000000000       19.16977   118000000000     0.01831949
## X2021              0        0.00000              0     0.00000000
##       GC.TAX.EXPT.CN IC.TAX.TOTL.CP.ZS NY.GDP.MKTP.KD NY.GDP.MKTP.KD.ZG
## X1960              0               0.0     3312006963         0.0000000
## X1961              0               0.0     3375208865         1.9082660
## X1962              0               0.0     3439686156         1.9103200
## X1963              0               0.0     3504872049         1.8951116
## X1964              0               0.0     3768874732         7.5324486
## X1965              0               0.0     3723528046        -1.2031890
## X1966              0               0.0     3985688368         7.0406431
## X1967              0               0.0     3923053375        -1.5714975
## X1968              0               0.0     3949552951         0.6754835
## X1969              0               0.0     4125838151         4.4634216
## X1970              0               0.0     4232119417         2.5759921
## X1971              0               0.0     4181529368        -1.1953833
## X1972              0               0.0     4311901106         3.1178004
## X1973              0               0.0     4291353333        -0.4765363
## X1974              0               0.0     4563150075         6.3335904
## X1975              0               0.0     4629611019         1.4564707
## X1976              0               0.0     4833246135         4.3985362
## X1977              0               0.0     4979063887         3.0169734
## X1978              0               0.0     5198428566         4.4057414
## X1979              0               0.0     5321572986         2.3688778
## X1980              0               0.0     5198144730        -2.3193942
## X1981              0               0.0     5631772619         8.3419741
## X1982              0               0.0     5844618406         3.7793747
## X1983              0               0.0     5670600395        -2.9774059
## X1984              0               0.0     6219578592         9.6811300
## X1985              0               0.0     6601765803         6.1449052
## X1986              0               0.0     6903179359         4.5656505
## X1987              0               0.0     7020230929         1.6956183
## X1988              0               0.0     7560564675         7.6968087
## X1989              0               0.0     7887910507         4.3296479
## X1990       32200000               0.0     8253518026         4.6350363
## X1991       78000000               0.0     8779114468         6.3681504
## X1992      115000000               0.0     9139620604         4.1064066
## X1993      141000000               0.0     9491482290         3.8498500
## X1994      427000000               0.0    10271302732         8.2160027
## X1995      332000000               0.0    10627557926         3.4684519
## X1996      150000000               0.0    11193824413         5.3282842
## X1997      168000000               0.0    11758957236         5.0486125
## X1998      217000000               0.0    12113653185         3.0163895
## X1999      378000000               0.0    12648177008         4.4125733
## X2000      432000000               0.0    13432363981         6.2000000
## X2001      493000000               0.0    14077102964         4.7998921
## X2002      917000000               0.0    14094015643         0.1201432
## X2003      855600000               0.0    14650029882         3.9450378
## X2004      527100000               0.0    15336032658         4.6826032
## X2005      697900000              32.5    15869600999         3.4791810
## X2006      625284000              32.5    16403551941         3.3646148
## X2007      698600000              32.8    16963169002         3.4115603
## X2008      445600000              34.1    17998709258         6.1046391
## X2009      793800000              32.5    18814604917         4.5330787
## X2010      915461000              31.7    19720794305         4.8164147
## X2011      292395000              31.5    20395606013         3.4218282
## X2012      861574000              31.5    21348105727         4.6701221
## X2013      439097000              29.9    22100659154         3.5251532
## X2014     1069880000              29.9    23429236486         6.0114828
## X2015      314849716              29.9    24360795411         3.9760533
## X2016      159554771              29.9    24466305357         0.4331137
## X2017      125130000              30.0    26662713937         8.9772794
## X2018      102360000              37.0    28695046274         7.6223761
## X2019      237634000              41.8    30605291409         6.6570554
## X2020      112370000               0.0    29880062111        -2.3696206
## X2021              0               0.0    31149050463         4.2469401
##       SL.IND.EMPL.ZS SL.IND.EMPL.FE.ZS SL.IND.EMPL.MA.ZS SL.AGR.EMPL.ZS
## X1960           0.00              0.00              0.00           0.00
## X1961           0.00              0.00              0.00           0.00
## X1962           0.00              0.00              0.00           0.00
## X1963           0.00              0.00              0.00           0.00
## X1964           0.00              0.00              0.00           0.00
## X1965           0.00              0.00              0.00           0.00
## X1966           0.00              0.00              0.00           0.00
## X1967           0.00              0.00              0.00           0.00
## X1968           0.00              0.00              0.00           0.00
## X1969           0.00              0.00              0.00           0.00
## X1970           0.00              0.00              0.00           0.00
## X1971           0.00              0.00              0.00           0.00
## X1972           0.00              0.00              0.00           0.00
## X1973           0.00              0.00              0.00           0.00
## X1974           0.00              0.00              0.00           0.00
## X1975           0.00              0.00              0.00           0.00
## X1976           0.00              0.00              0.00           0.00
## X1977           0.00              0.00              0.00           0.00
## X1978           0.00              0.00              0.00           0.00
## X1979           0.00              0.00              0.00           0.00
## X1980           0.00              0.00              0.00           0.00
## X1981           0.00              0.00              0.00           0.00
## X1982           0.00              0.00              0.00           0.00
## X1983           0.00              0.00              0.00           0.00
## X1984           0.00              0.00              0.00           0.00
## X1985           0.00              0.00              0.00           0.00
## X1986           0.00              0.00              0.00           0.00
## X1987           0.00              0.00              0.00           0.00
## X1988           0.00              0.00              0.00           0.00
## X1989           0.00              0.00              0.00           0.00
## X1990           0.00              0.00              0.00           0.00
## X1991           2.76              1.44              3.99          82.33
## X1992           3.21              1.65              4.66          82.10
## X1993           3.74              1.90              5.42          81.75
## X1994           4.45              2.25              6.44          81.15
## X1995           5.20              2.62              7.52          80.52
## X1996           6.12              3.09              8.85          79.68
## X1997           7.20              3.65             10.44          78.66
## X1998           8.38              4.27             12.19          77.52
## X1999           9.84              5.04             14.34          76.11
## X2000          10.52              5.47             15.30          75.25
## X2001          10.98              5.75             15.95          74.59
## X2002          11.21              5.95             16.21          74.19
## X2003          11.54              6.14             16.66          73.61
## X2004          11.80              6.30             17.03          73.08
## X2005          11.97              6.41             17.28          72.64
## X2006          12.12              6.46             17.51          72.21
## X2007          12.25              6.52             17.70          71.78
## X2008          12.57              6.69             18.17          71.13
## X2009          12.74              6.85             18.44          70.61
## X2010          12.99              7.07             18.82          70.04
## X2011          13.16              7.27             19.19          69.54
## X2012          13.41              7.48             19.80          68.86
## X2013          13.65              7.68             20.45          68.24
## X2014          13.98              7.94             21.21          67.48
## X2015          14.14              8.12             21.67          66.93
## X2016          14.05              8.12             21.59          66.66
## X2017          14.48              8.33             22.34          65.81
## X2018          14.81              8.50             22.88          65.08
## X2019          15.11              8.62             23.31          64.38
## X2020           0.00              0.00              0.00           0.00
## X2021           0.00              0.00              0.00           0.00
##       SL.AGR.EMPL.FE.ZS SL.AGR.EMPL.MA.ZS GDP_change
## X1960              0.00              0.00          0
## X1961              0.00              0.00          1
## X1962              0.00              0.00          1
## X1963              0.00              0.00          1
## X1964              0.00              0.00          1
## X1965              0.00              0.00          0
## X1966              0.00              0.00          1
## X1967              0.00              0.00          0
## X1968              0.00              0.00          1
## X1969              0.00              0.00          1
## X1970              0.00              0.00          1
## X1971              0.00              0.00          0
## X1972              0.00              0.00          1
## X1973              0.00              0.00          0
## X1974              0.00              0.00          1
## X1975              0.00              0.00          1
## X1976              0.00              0.00          1
## X1977              0.00              0.00          1
## X1978              0.00              0.00          1
## X1979              0.00              0.00          1
## X1980              0.00              0.00          0
## X1981              0.00              0.00          1
## X1982              0.00              0.00          1
## X1983              0.00              0.00          0
## X1984              0.00              0.00          1
## X1985              0.00              0.00          1
## X1986              0.00              0.00          1
## X1987              0.00              0.00          1
## X1988              0.00              0.00          1
## X1989              0.00              0.00          1
## X1990              0.00              0.00          1
## X1991             90.39             74.79          1
## X1992             90.12             74.68          1
## X1993             89.80             74.40          1
## X1994             89.25             73.83          1
## X1995             88.72             73.14          1
## X1996             88.02             72.14          1
## X1997             87.20             70.86          1
## X1998             86.38             69.33          1
## X1999             85.38             67.43          1
## X2000             84.63             66.37          1
## X2001             84.10             65.56          1
## X2002             83.65             65.20          1
## X2003             83.19             64.52          1
## X2004             82.73             63.90          1
## X2005             82.35             63.38          1
## X2006             82.03             62.85          1
## X2007             81.68             62.36          1
## X2008             81.15             61.57          1
## X2009             80.54             61.01          1
## X2010             79.83             60.40          1
## X2011             79.12             59.71          1
## X2012             78.44             58.55          1
## X2013             77.76             57.40          1
## X2014             76.95             56.13          1
## X2015             76.29             55.21          1
## X2016             75.89             54.93          1
## X2017             75.22             53.79          1
## X2018             74.62             52.89          1
## X2019             74.08             52.11          1
## X2020              0.00              0.00          0
## X2021              0.00              0.00          1
P_GDP_increase <- sum(nepal_dt$GDP_change)/nrow(nepal_dt)
P_GDP_increase
## [1] 0.8709677
x <- 5
P_tax_given_GDP_increase <- sum(nepal_dt[nepal_dt$GDP_change == 1 & nepal_dt$tax == x,]$tax)/sum(nepal_dt$GDP_change == 1)
P_tax_given_GDP_increase
## [1] 0
sum(nepal_dt$GDP_change)
## [1] 54
nrow(nepal_dt)
## [1] 62

Add a new chunk by clicking the Insert Chunk button on the toolbar or by pressing Ctrl+Alt+I.

When you save the notebook, an HTML file containing the code and output will be saved alongside it (click the Preview button or press Ctrl+Shift+K to preview the HTML file).

The preview shows you a rendered HTML copy of the contents of the editor. Consequently, unlike Knit, Preview does not run any R code chunks. Instead, the output of the chunk when it was last run in the editor is displayed.

This is an R Markdown Notebook. When you execute code within the notebook, the results appear beneath the code.

Try executing this chunk by clicking the Run button within the chunk or by placing your cursor inside it and pressing Ctrl+Shift+Enter.